/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | patterns_matcher.cpp | 84 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 D | IFeatureFlagsFake.java | 47 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 D | InlineSuggestionSessionController.java | 229 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 D | net_diag_wrapper.cpp | 134 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 D | ResourceFilter.h | 86 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 D | UEventObserver.java | 50 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 D | PatternMatcher.java | 119 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 D | host_builtin_map.py | 21 match = CHECK_REGEX.match(line) variable 39 match = DO_REGEX.match(line) variable
|
H A D | firmware_handler.h | 42 std::function<bool(const std::string&)> match; member
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_os_UEventObserver.cpp | 48 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 D | list.c | 85 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 D | date_time_filter.cpp | 93 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 D | LocalProvider.java | 113 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 D | SuggestionProvider.java | 65 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 D | phone_number_matched.cpp | 73 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 D | UEventManager.java | 35 default void addListener(UEventListener listener, String match) { in addListener()
|
/ohos5.0/base/print/print_fwk/utils/include/ |
H A D | scan_util.h | 59 std::smatch match; in ExtractIpAddresses() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | engine_helper.cpp | 115 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 D | DialerKeyListener.java | 69 int match = super.lookup(event, content); in lookup() local
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | StateListAnimator.java | 164 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 D | MemoryFileProvider.java | 120 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 D | re.js | 37 function match(ss, data) { function
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_engine_helper.cpp | 67 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 D | date_time_sequence.cpp | 103 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 D | export_config_manager.cpp | 82 std::smatch match; in ParseConfigFile() local
|