Home
last modified time | relevance | path

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

12

/frameworks/base/startop/scripts/iorap/
Dcompile_handcrafted_file.py73 matched = None
77 matched = os.path.join(zip_path, dir_entry)
79 if matched:
82 if not matched:
85 _debug_print("found zip file ", file_basename, " in ", matched)
87 if not zipfile.is_zipfile(matched):
88 raise ValueError("%s is not a zip file" %(matched))
90 return matched
103 matched = find_zip_in_paths(in_filepath, zip_paths)
105 zip = zipfile.ZipFile(matched)
[all …]
/frameworks/base/tools/preload-check/device/src/com/android/preload/check/
DNotInitializedRegex.java40 int matched = 0, notMatched = 0; in main() local
48 matched++; in main()
56 System.out.println("Matched: " + matched + " Not-Matched: " + notMatched); in main()
57 if (requiresMatch && matched == 0) { in main()
/frameworks/base/core/java/android/os/
DPatternMatcher.java524 int matched = matchChars(match, im, LM, tokenType, minRepetition, maxRepetition,
528 if (matched == NO_MATCH) {
533 im += matched;
541 int matched = 0;
543 while(matched < maxRepetition
544 && matchChar(match, im + matched, lm, tokenType, parsedPattern, tokenStart,
546 matched++;
549 return matched < minRepetition ? NO_MATCH : matched;
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DInternalEnumerateClient.java89 boolean matched = false; in handleEnumeratedTemplate()
93 matched = true; in handleEnumeratedTemplate()
99 if (!matched && identifier.getBiometricId() != 0) { in handleEnumeratedTemplate()
102 Slog.v(TAG, "Matched: " + matched); in handleEnumeratedTemplate()
/frameworks/base/services/core/jni/
Dcom_android_server_net_NetworkStatsService.cpp87 int matched = sscanf(buffer, "%31s %" SCNu64 " %" SCNu64 " %" SCNu64 in parseIfaceStats() local
91 if (matched >= 5) { in parseIfaceStats()
92 if (matched == 7) { in parseIfaceStats()
100 if (matched == 7) { in parseIfaceStats()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardAbsKeyInputViewController.java169 void onPasswordChecked(int userId, boolean matched, int timeoutMs, boolean isValidPassword) { in onPasswordChecked() argument
171 if (matched) { in onPasswordChecked()
233 public void onChecked(boolean matched, int timeoutMs) { in verifyPasswordAndUnlock()
237 if (!matched) { in verifyPasswordAndUnlock()
DKeyguardPatternViewController.java136 public void onChecked(boolean matched, int timeoutMs) { in onPatternDetected()
140 if (!matched) { in onPatternDetected()
159 private void onPatternChecked(int userId, boolean matched, int timeoutMs, in onPatternChecked() argument
162 if (matched) { in onPatternChecked()
/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/java/com/android/server/timezone/
DPackageTrackerHelperImpl.java140 ResolveInfo matched = resolveInfo.get(0); in receiverRegistered() local
141 boolean requiresPermission = requiredPermissionName.equals(matched.activityInfo.permission); in receiverRegistered()
/frameworks/base/core/java/android/view/
DContentInfo.java261 boolean matched = itemPredicate.test(mClip.getItemAt(0)); in partition()
262 return Pair.create(matched ? this : null, matched ? null : this); in partition()
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name64/
Dreflection3264_foreach_mismatch_name64.rscript6 // matched names from being reported.
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name32/
Dreflection3264_foreach_mismatch_name32.rscript6 // matched names from being reported.
/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/core/java/com/android/internal/widget/
DLockPatternChecker.java30 void onChecked(boolean matched, int throttleTimeoutMs); in onChecked() argument
/frameworks/base/cmds/am/src/com/android/commands/am/
DInstrument.java495 boolean matched = false; in run()
498 matched = true; in run()
502 if (!matched) { in run()
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java1194 private boolean matched; field in AbstractMessageParser.Format
1202 public void setMatched(boolean matched) { this.matched = matched; } in setMatched() argument
1209 if (matched) { in toHtml()
/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/telephony/java/android/telephony/
DPhoneNumberUtils.java529 int matched; in compareLoosely() local
542 matched = 0; in compareLoosely()
568 ia--; ib--; matched++; in compareLoosely()
572 if (matched < minMatch) { in compareLoosely()
579 if (effectiveALen == effectiveBLen && effectiveALen == matched) { in compareLoosely()
587 if (matched >= minMatch && (ia < 0 || ib < 0)) { in compareLoosely()
/frameworks/base/core/jni/
Dandroid_util_Process.cpp389 unsigned int start, end, matched, i; in parse_cpuset_cpus() local
393 matched = sscanf(cpu_range, "%u-%u", &start, &end); in parse_cpuset_cpus()
402 if (matched == 1) { in parse_cpuset_cpus()
404 } else if (matched == 2) { in parse_cpuset_cpus()
/frameworks/base/tools/aapt2/
DConfiguration.proto24 // resource to be matched and selected.
/frameworks/base/libs/androidfw/
DBackupHelpers.cpp1096 bool matched = true; in backup_helper_test_four() local
1110 matched = false; in backup_helper_test_four()
1114 return matched ? 0 : 1; in backup_helper_test_four()
/frameworks/base/packages/SystemUI/docs/
Dbroadcasts.md38 …* They may be returned by `Context#registerReceiver` if the broadcast is matched by the `IntentFil…
/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/core/proto/android/server/
Dpowerstatsservice.proto154 * PowerEntity. The StateResidencyResult can be matched to its corresponding
/frameworks/base/proto/src/
Dipconnectivity.proto361 // The total number of received RAs that matched a known RA.

12