Home
last modified time | relevance | path

Searched defs:matched (Results 1 – 25 of 56) sorted by relevance

123

/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DCredentialCheckResultTracker.java55 public void setResult(boolean matched, Intent intent, int timeoutMs, int effectiveUserId) { in setResult()
78 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
H A DConfirmLockPattern.java521 private void onPatternChecked(boolean matched, Intent intent, int timeoutMs, in onPatternChecked()
549 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
H A DConfirmLockPassword.java487 private void onPasswordChecked(boolean matched, Intent intent, int timeoutMs, in onPasswordChecked()
514 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, in onCredentialChecked()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/security/
H A DCheckLockWorker.java54 public void onChecked(boolean matched, int throttleTimeoutMs) { in onChecked()
123 void onCheckCompleted(boolean matched, int timeoutMs); in onCheckCompleted()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera_muxer.h49 uint8_t matched; member
/aosp12/frameworks/base/tools/preload-check/device/src/com/android/preload/check/
H A DNotInitializedRegex.java40 int matched = 0, notMatched = 0; in main() local
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DSearchUtilTest.java33 SearchUtil.MatchedLine matched = SearchUtil.findMatchingLine(actual, "poten"); in testFindMatchingLine() local
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp148 …tic InstantRemoteInfo *InstCreateAndAddRemoteInfo(SoftBusList *remoteChannelInfoList, bool matched) in InstCreateAndAddRemoteInfo()
178 bool matched = false; in InstAddRemoteInfoByLinkManager() local
428 bool matched = false; in InstUpdateRemoteInfoBySessionConn() local
454 bool matched = false; in InstUpdateRemoteInfoByTcpChannel() local
535 bool matched = false; in InstUpdateRemoteInfoByUdpChannel() local
647 bool matched = false; in InstUpdateRemoteInfoByProxyChannel() local
721 bool matched = false; in InstUpdateByAuthChannelList() local
/aosp12/packages/modules/StatsD/statsd/src/matchers/
H A Dmatcher_util.cpp34 bool matched; in combinationMatch() local
203 bool matched = true; in matchesSimple() local
H A DSimpleAtomMatchingTracker.cpp74 bool matched = matchesSimple(mUidMap, mMatcher, event); in onLogEvent() local
H A DCombinationAtomMatchingTracker.cpp134 bool matched = combinationMatch(mChildren, mLogicalOperation, matcherResults); in onLogEvent() local
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state.cpp224 const bool matched = (currentCodePoints[j] == baseLowerC in getProximityType() local
239 const bool matched = (currentCodePoints[j] == baseLowerC in getProximityType() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_utils.cpp31 bool matched = false; in CheckAbilityName() local
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DDiffedFieldValue.java81 public static DiffedFieldValue matched(FieldValue current, FieldValue baseline) { in matched() method in DiffedFieldValue
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/service/network/
H A DNetworkModule.java131 PreferenceParcelable matched = in getAccessPoint() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DSearchUtil.java50 final MatchedLine matched = new MatchedLine(); in findMatchingLine() local
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/util/
H A DSearchUtil.java33 final MatchedLine matched = new MatchedLine(); in findMatchingLine() local
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternChecker.java30 void onChecked(boolean matched, int throttleTimeoutMs); in onChecked()
/aosp12/frameworks/base/services/core/java/com/android/server/timezone/
H A DPackageTrackerHelperImpl.java140 ResolveInfo matched = resolveInfo.get(0); in receiverRegistered() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dproxy.rs306 let matched = proxies.match_proxy(&uri).unwrap(); in ut_proxies() localVariable
319 let matched = proxies.match_proxy(&uri).unwrap(); in ut_proxies() localVariable
/aosp12/bionic/tests/
H A Dpty_test.cpp79 std::atomic<bool> matched; member
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp296 bool SectionMap::matched(const SectionMap::Input& pInput, in matched() function in mcld::SectionMap
324 bool SectionMap::matched(const WildcardPattern& pPattern, in matched() function in mcld::SectionMap
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardAbsKeyInputViewController.java169 void onPasswordChecked(int userId, boolean matched, int timeoutMs, boolean isValidPassword) { in onPasswordChecked()
/aosp12/system/memory/libmeminfo/
H A Dlibmeminfo_benchmark.cpp245 int matched = fscanf(f, "%*d %*d %" SCNu64 " %*d %*d %*d %*d", &mem_used_total); in get_zram_mem_used() local
257 int matched = fscanf(f, "%" SCNu64, &mem_used_total); in get_zram_mem_used() local
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A Dshortcut_dict_content.cpp162 bool matched = true; in findShortcutEntryAndGetPos() local

123