/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardAbsKeyInputView.java | 148 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()
|
D | KeyguardPatternView.java | 258 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/ |
D | android_net_TrafficStats.cpp | 89 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()
|
D | android_os_Debug.cpp | 657 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()
|
D | android_util_Process.cpp | 300 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/ |
D | SectionMap.cpp | 179 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/ |
D | com_android_server_AlarmManagerService.cpp | 337 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/ |
D | SectionMap.h | 198 bool matched(const Input& pInput, 202 bool matched(const WildcardPattern& pPattern, const std::string& pName) const;
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | data-element.jd | 65 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/ |
D | AbstractMessageParser.java | 1180 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/ |
D | LockPatternChecker.java | 31 void onChecked(boolean matched, int throttleTimeoutMs); in onChecked() argument
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 457 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/ |
D | DiagCommonKinds.inc | 176 "not matched --start-group and --end-group", 177 "not matched --start-group and --end-group")
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
D | OSUManager.java | 152 boolean matched = false; in loadKeyStore() 158 matched = true; in loadKeyStore() 162 if (!matched) { in loadKeyStore()
|
/frameworks/support/buildSrc/src/main/groovy/android/support/checkapi/ |
D | CheckApiTask.groovy | 138 * 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/ |
D | BackupHelpers.cpp | 1091 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/ |
D | DoclavaTask.groovy | 49 * Packages names will be matched exactly; sub-packages are not automatically recognized.
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 2362 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/ |
D | about.jd | 123 matched with a user’s interests and displayed on their Play Store home page.
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
D | Am.java | 875 boolean matched = false; 878 matched = true; 883 if (!matched) {
|
/frameworks/base/docs/html/guide/topics/search/ |
D | adding-recent-query-suggestions.jd | 216 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/ |
D | wifi-direct.jd | 164 /** register the BroadcastReceiver with the intent values to be matched */
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | runtime-changes.jd | 267 android.content.res.Configuration} fields are integers that are matched to specific constants
|
/frameworks/base/docs/html/training/multiscreen/ |
D | screensizes.jd | 233 <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/ |
D | DcTracker.java | 1856 ApnSetting matched = fetchDunApn(); in hasMatchedTetherApnSetting() local 1857 log("hasMatchedTetherApnSetting: APN=" + matched); in hasMatchedTetherApnSetting() 1858 return matched != null; in hasMatchedTetherApnSetting()
|