Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardAbsKeyInputView.java148 public void onChecked(boolean matched, int timeoutMs) { in verifyPasswordAndUnlock()
151 if (!matched) { in verifyPasswordAndUnlock()
159 private void onPasswordChecked(int userId, boolean matched, int timeoutMs, in onPasswordChecked() argument
162 if (matched) { in onPasswordChecked()
181 resetPasswordText(true /* animate */, !matched /* announce deletion if no match */); in onPasswordChecked()
DKeyguardPatternView.java258 public void onChecked(boolean matched, int timeoutMs) { in onPatternDetected()
261 if (!matched) { in onPatternDetected()
272 private void onPatternChecked(int userId, boolean matched, int timeoutMs, in onPatternChecked() argument
275 if (matched) { in onPatternChecked()
/frameworks/base/core/jni/
Dandroid_net_TrafficStats.cpp89 int matched = sscanf(buffer, "%31s %" SCNu64 " %" SCNu64 " %" SCNu64 in parseIfaceStats() local
93 if (matched >= 5) { in parseIfaceStats()
94 if (matched == 7) { in parseIfaceStats()
102 if (matched == 7) { in parseIfaceStats()
Dandroid_os_Debug.cpp657 int matched = fscanf(f, "%*d %*d %lld %*d %*d %*d %*d", &mem_used_total); in get_zram_mem_used() local
658 if (matched != 1) in get_zram_mem_used()
669 int matched = fscanf(f, "%lld", &mem_used_total); in get_zram_mem_used() local
670 if (matched != 1) in get_zram_mem_used()
Dandroid_util_Process.cpp300 unsigned int start, end, matched, i; in parse_cpuset_cpus() local
304 matched = sscanf(cpu_range, "%u-%u", &start, &end); in parse_cpuset_cpus()
313 if (matched == 1) { in parse_cpuset_cpus()
315 } else if (matched == 2) { in parse_cpuset_cpus()
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp179 if (matched(**in, pInputFile, pInputSection)) in find()
192 if (matched(**in, pInputFile, pInputSection)) in find()
296 bool SectionMap::matched(const SectionMap::Input& pInput, in matched() function in mcld::SectionMap
299 if (pInput.spec().hasFile() && !matched(pInput.spec().file(), pInputFile)) in matched()
306 if (matched(llvm::cast<WildcardPattern>(**file), pInputFile)) { in matched()
315 if (matched(llvm::cast<WildcardPattern>(**sect), pInputSection)) { in matched()
324 bool SectionMap::matched(const WildcardPattern& pPattern, in matched() function in mcld::SectionMap
/frameworks/base/services/core/jni/
Dcom_android_server_AlarmManagerService.cpp337 int matched = sscanf(dirent->d_name, "rtc%u", &rtc_id); in wall_clock_rtc() local
339 if (matched < 0) in wall_clock_rtc()
341 else if (matched != 1) in wall_clock_rtc()
/frameworks/compile/mclinker/include/mcld/Object/
DSectionMap.h198 bool matched(const Input& pInput,
202 bool matched(const WildcardPattern& pPattern, const std::string& pName) const;
/frameworks/base/docs/html/guide/topics/manifest/
Ddata-element.jd65 are matched against filters, can be found in another document,
120 path that is matched against the complete path in an Intent object. The
121 {@code pathPrefix} attribute specifies a partial path that is matched against
123 attribute specifies a complete path that is matched against the complete path
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java1180 private boolean matched; field in AbstractMessageParser.Format
1188 public void setMatched(boolean matched) { this.matched = matched; } in setMatched() argument
1195 if (matched) { in toHtml()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternChecker.java31 void onChecked(boolean matched, int throttleTimeoutMs); in onChecked() argument
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java457 int matched; in compareLoosely() local
469 matched = 0; in compareLoosely()
495 ia--; ib--; matched++; in compareLoosely()
499 if (matched < MIN_MATCH) { in compareLoosely()
506 if (effectiveALen == effectiveBLen && effectiveALen == matched) { in compareLoosely()
514 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) { in compareLoosely()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagCommonKinds.inc176 "not matched --start-group and --end-group",
177 "not matched --start-group and --end-group")
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUManager.java152 boolean matched = false; in loadKeyStore()
158 matched = true; in loadKeyStore()
162 if (!matched) { in loadKeyStore()
/frameworks/support/buildSrc/src/main/groovy/android/support/checkapi/
DCheckApiTask.groovy138 * Packages names will be matched exactly; sub-packages are not automatically recognized.
147 * Class names will be matched exactly by their full qualified names; inner classes are not
/frameworks/base/libs/androidfw/
DBackupHelpers.cpp1091 bool matched = true; in backup_helper_test_four() local
1105 matched = false; in backup_helper_test_four()
1109 return matched ? 0 : 1; in backup_helper_test_four()
/frameworks/support/buildSrc/src/main/groovy/android/support/doclava/
DDoclavaTask.groovy49 * Packages names will be matched exactly; sub-packages are not automatically recognized.
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2362 bool matched = false; in placeOutputSections() local
2366 matched = true; in placeOutputSections()
2369 matched = ((*it)->flag() & llvm::ELF::SHF_WRITE) == 0; in placeOutputSections()
2372 matched = ((*it)->flag() & llvm::ELF::SHF_WRITE) != 0; in placeOutputSections()
2376 if (matched) in placeOutputSections()
/frameworks/base/docs/html/distribute/googleplay/
Dabout.jd123 matched with a user’s interests and displayed on their Play Store home page.
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java875 boolean matched = false;
878 matched = true;
883 if (!matched) {
/frameworks/base/docs/html/guide/topics/search/
Dadding-recent-query-suggestions.jd216 two-line mode, then the query text is also matched against this second line when the system
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dwifi-direct.jd164 /** register the BroadcastReceiver with the intent values to be matched */
/frameworks/base/docs/html/guide/topics/resources/
Druntime-changes.jd267 android.content.res.Configuration} fields are integers that are matched to specific constants
/frameworks/base/docs/html/training/multiscreen/
Dscreensizes.jd233 <p>The last two files are identical, because one of them will be matched by
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1856 ApnSetting matched = fetchDunApn(); in hasMatchedTetherApnSetting() local
1857 log("hasMatchedTetherApnSetting: APN=" + matched); in hasMatchedTetherApnSetting()
1858 return matched != null; in hasMatchedTetherApnSetting()

12