Home
last modified time | relevance | path

Searched defs:match (Results 1 – 25 of 145) sorted by relevance

123456

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpatterns_matcher.cpp84 bool PatternsMatcher::match(std::string match) in match() argument
98 bool PatternsMatcher::MatchPattern(std::string pattern, std::string match, MatchType type) in MatchPattern()
132 bool PatternsMatcher::GlobPattern(std::string pattern, std::string match) in GlobPattern()
/aosp14/frameworks/base/core/tests/coretests/src/android/flags/
H A DIFeatureFlagsFake.java47 SyncableFlag match = findFlag(syncableFlag); in overrideFlag() local
65 SyncableFlag match = findFlag(syncableFlag); in resetFlag() local
80 SyncableFlag match = null; in findFlag() local
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInlineSuggestionSessionController.java229 boolean match(@Nullable InlineSuggestionsRequestInfo requestInfo) { in match() method in InlineSuggestionSessionController
237 boolean match(@Nullable AutofillId autofillId) { in match() method in InlineSuggestionSessionController
241 private static boolean match( in match() method in InlineSuggestionSessionController
253 private static boolean match(@Nullable AutofillId autofillId, in match() method in InlineSuggestionSessionController
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_diag_wrapper.cpp134 std::smatch match; in GetRouteTable() local
178 std::smatch match; in GetSocketsInfo() local
210 std::smatch match; in GetInterfaceConfig() local
377 std::smatch match; in ExtractPingResult() local
400 void NetDiagWrapper::ExtractPingHeader(const std::smatch &match, NetDiagPingResult &pingResult) in ExtractPingHeader()
419 void NetDiagWrapper::ExtractIcmpSeqInfo(const std::smatch &match, NetDiagPingResult &pingResult) in ExtractIcmpSeqInfo()
443 void NetDiagWrapper::ExtractPingStatistics(const std::smatch &match, NetDiagPingResult &pingResult) in ExtractPingStatistics()
545 void NetDiagWrapper::ExtractIfaceName(const std::smatch &match, NetDiagIfaceConfig &ifaceInfo) in ExtractIfaceName()
569 void NetDiagWrapper::ExtractIfaceInet(const std::smatch &match, NetDiagIfaceConfig &ifaceInfo) in ExtractIfaceInet()
589 void NetDiagWrapper::ExtractIfaceInet6(const std::smatch &match, NetDiagIfaceConfig &ifaceInfo) in ExtractIfaceInet6()
[all …]
/aosp14/frameworks/base/tools/aapt/
H A DResourceFilter.h86 bool match(const android::ResTable_config& config) const { in match() function
112 bool match(const android::ResTable_config& config) const { in match() function
129 bool match(const android::ResTable_config& config) const { in match() function
/aosp14/frameworks/base/core/java/android/os/
H A DUEventObserver.java50 private static native void nativeAddMatch(String match); in nativeAddMatch()
51 private static native void nativeRemoveMatch(String match); in nativeRemoveMatch()
99 public final void startObserving(String match) { in startObserving()
223 public void addObserver(String match, UEventObserver observer) { in addObserver()
237 final String match = (String)mKeysAndObservers.remove(i); in removeObserver() local
H A DPatternMatcher.java119 public boolean match(String str) { in match() method in PatternMatcher
199 static boolean matchPattern(String match, String pattern, int[] parsedPattern, int type) { in matchPattern()
215 static boolean matchGlobPattern(String pattern, String match) { in matchGlobPattern()
/aosp14/system/core/init/
H A Dhost_builtin_map.py21 match = CHECK_REGEX.match(line) variable
39 match = DO_REGEX.match(line) variable
H A Dfirmware_handler.h42 std::function<bool(const std::string&)> match; member
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_UEventObserver.cpp48 const String8& match = gMatches.itemAt(i); in isMatch() local
88 ScopedUtfChars match(env, matchStr); in nativeAddMatch() local
95 ScopedUtfChars match(env, matchStr); in nativeRemoveMatch() local
/ohos5.0/base/startup/init/services/utils/
H A Dlist.c85 ListNode *match; in OH_ListAddWithOrder() local
119 ListNode *match; in OH_ListFind() local
154 ListNode *match; in OH_ListTraversal() local
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_filter.cpp93 MatchedDateTimeInfo match = (*matchIterator); in FilterByRules() local
123 MatchedDateTimeInfo match = (*matchIterator); in FilterByPast() local
220 MatchedDateTimeInfo match = matches[i]; in FilterDate() local
261 MatchedDateTimeInfo& match) in DealMatchE()
294 MatchedDateTimeInfo match = matches[matchIndex]; in FilterDateTime() local
349 MatchedDateTimeInfo match = matches[matchIndex]; in FilterPeriod() local
392 MatchedDateTimeInfo match = matches[matchIndex]; in FilterDateTimePunc() local
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalProvider.java113 int match = sURLMatcher.match(url); in query() local
142 int match = sURLMatcher.match(url); in getType() local
157 int match = sURLMatcher.match(url); in update() local
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DSuggestionProvider.java65 int match = sURLMatcher.match(url); in query() local
87 int match = sURLMatcher.match(url); in getType() local
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_matched.cpp73 for (auto& match : matchList) { in DealWithoutFixed() local
194 PhoneNumberMatch* match = new PhoneNumberMatch(start, number, phoneNumber); in AddPhoneNumber() local
302 for (auto match : matchList) { in GetPossibleNumberInfos() local
404 bool PhoneNumberMatched::HandleBorderRule(PhoneNumberMatch* match, icu::UnicodeString& message) in HandleBorderRule()
424 PhoneNumberMatch* match = phoneNumberMatch; in HandleCodesRule() local
436 std::vector<MatchedNumberInfo> PhoneNumberMatched::HandlePositiveRule(PhoneNumberMatch* match, in HandlePositiveRule()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DUEventManager.java35 default void addListener(UEventListener listener, String match) { in addListener()
/ohos5.0/base/print/print_fwk/utils/include/
H A Dscan_util.h59 std::smatch match; in ExtractIpAddresses() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dengine_helper.cpp115 std::pair<int32_t, int32_t> EngineHelper::StringToPair(const std::string& match) in StringToPair()
135 std::smatch match; in GetPositionOnJsCode() local
/aosp14/frameworks/base/core/java/android/text/method/
H A DDialerKeyListener.java69 int match = super.lookup(event, content); in lookup() local
/aosp14/frameworks/base/core/java/android/animation/
H A DStateListAnimator.java164 Tuple match = null; in setState() local
185 private void start(Tuple match) { in start()
/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProvider.java120 int match = sURLMatcher.match(url); in getType() local
133 int match = sURLMatcher.match(url); in openFile() local
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dre.js37 function match(ss, data) { function
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_engine_helper.cpp67 std::pair<int32_t, int32_t> EngineHelper::StringToPair(const std::string& match) in StringToPair()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Ddate_time_sequence.cpp103 std::smatch match; in GetDateTimeOrder() local
150 std::smatch match; in GetAmPmTimeOrder() local
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/config/
H A Dexport_config_manager.cpp82 std::smatch match; in ParseConfigFile() local

123456