Searched refs:matched (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DInternalEnumerateClient.java45 boolean matched = false;
49 matched = true;
56 if (!matched && fingerId != 0) {
/frameworks/base/core/java/android/os/
H A DPatternMatcher.java503 int matched = matchChars(match, im, LM, tokenType, minRepetition, maxRepetition,
507 if (matched == NO_MATCH) {
511 // move the match pointer the number of characters matched
512 im += matched;
520 int matched = 0;
522 while(matched < maxRepetition
523 && matchChar(match, im + matched, lm, tokenType, parsedPattern, tokenStart,
525 matched++;
528 return matched < minRepetition ? NO_MATCH : matched;
[all...]
/frameworks/base/core/jni/
H A Dandroid_net_TrafficStats.cpp89 int matched = sscanf(buffer, "%31s %" SCNu64 " %" SCNu64 " %" SCNu64 local
93 if (matched >= 5) {
94 if (matched == 7) {
102 if (matched == 7) {
H A Dandroid_os_Debug.cpp659 int matched = fscanf(mm_stat_file.get(), "%*d %*d %lld %*d %*d %*d %*d", &mem_used_total); local
660 if (matched != 1)
670 int matched = fscanf(mem_used_total_file.get(), "%lld", &mem_used_total); local
671 if (matched != 1)
H A Dandroid_util_Process.cpp315 unsigned int start, end, matched, i; local
319 matched = sscanf(cpu_range, "%u-%u", &start, &end);
328 if (matched == 1) {
330 } else if (matched == 2) {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java135 onPasswordChecked(userId, false /* matched */, 0, false /* not valid - too short */);
155 onPasswordChecked(userId, true /* matched */, 0 /* timeoutMs */,
160 public void onChecked(boolean matched, int timeoutMs) {
167 if (!matched) {
168 onPasswordChecked(userId, false /* matched */, timeoutMs,
175 // We already got dismissed with the early matched callback, so we cancelled
185 private void onPasswordChecked(int userId, boolean matched, int timeoutMs, argument
188 if (matched) {
207 resetPasswordText(true /* animate */, !matched /* announce deletion if no match */);
H A DKeyguardPatternView.java264 onPatternChecked(userId, true /* matched */, 0 /* timeoutMs */,
269 public void onChecked(boolean matched, int timeoutMs) {
276 if (!matched) {
277 onPatternChecked(userId, false /* matched */, timeoutMs,
284 // We already got dismissed with the early matched callback, so we
297 private void onPatternChecked(int userId, boolean matched, int timeoutMs, argument
300 if (matched) {
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp179 if (matched(**in, pInputFile, pInputSection))
192 if (matched(**in, pInputFile, pInputSection))
296 bool SectionMap::matched(const SectionMap::Input& pInput, function in class:mcld::SectionMap
299 if (pInput.spec().hasFile() && !matched(pInput.spec().file(), pInputFile))
306 if (matched(llvm::cast<WildcardPattern>(**file), pInputFile)) {
315 if (matched(llvm::cast<WildcardPattern>(**sect), pInputSection)) {
324 bool SectionMap::matched(const WildcardPattern& pPattern, function in class:mcld::SectionMap
/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp280 int matched = sscanf(dirent->d_name, "rtc%u", &rtc_id); local
282 if (matched < 0)
284 else if (matched != 1)
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h198 bool matched(const Input& pInput,
202 bool matched(const WildcardPattern& pPattern, const std::string& pName) const;
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java394 boolean matched = false;
397 matched = true;
401 if (!matched) {
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternChecker.java28 * @param matched Whether the PIN/Password/Pattern matches the stored one.
30 * the call. Only non-0 if matched is false.
32 void onChecked(boolean matched, int throttleTimeoutMs); argument
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java1180 private boolean matched; field in class:AbstractMessageParser.Format
1188 public void setMatched(boolean matched) { this.matched = matched; } argument
1193 // This character only implies special formatting if it was matched.
1195 if (matched) {
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java459 int matched;
471 matched = 0;
497 ia--; ib--; matched++;
501 if (matched < MIN_MATCH) {
506 // if the number of dialable chars in a and b match, but the matched chars < MIN_MATCH,
508 if (effectiveALen == effectiveBLen && effectiveALen == matched) {
515 // At least one string has matched completely;
516 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
/frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
H A DPlatformAdapter.java115 boolean matched = false;
121 matched = true;
125 if (!matched) {
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp1096 bool matched = true;
1110 matched = false;
1114 return matched ? 0 : 1;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2362 bool matched = false; local
2366 matched = true;
2369 matched = ((*it)->flag() & llvm::ELF::SHF_WRITE) == 0;
2372 matched = ((*it)->flag() & llvm::ELF::SHF_WRITE) != 0;
2376 if (matched)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1954 ApnSetting matched = fetchDunApn();
1955 log("hasMatchedTetherApnSetting: APN=" + matched);
1956 return matched != null;
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 406 milliseconds