Searched defs:matched (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternChecker.java20 * @param matched Whether the PIN/Password/Pattern matches the stored one.
22 * the call. Only non-0 if matched is false.
24 void onChecked(boolean matched, int throttleTimeoutMs); argument
/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.cpp657 int matched = fscanf(f, "%*d %*d %lld %*d %*d %*d %*d", &mem_used_total); local
658 if (matched != 1)
669 int matched = fscanf(f, "%lld", &mem_used_total); local
670 if (matched != 1)
H A Dandroid_util_Process.cpp298 unsigned int start, end, matched, i; local
302 matched = sscanf(cpu_range, "%u-%u", &start, &end);
311 if (matched == 1) {
313 } else if (matched == 2) {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java131 onPasswordChecked(userId, false /* matched */, 0, false /* not valid - too short */);
141 public void onChecked(boolean matched, int timeoutMs) {
144 onPasswordChecked(userId, matched, timeoutMs,
150 private void onPasswordChecked(int userId, boolean matched, int timeoutMs, argument
153 if (matched) {
172 resetPasswordText(true /* animate */, !matched /* announce deletion if no match */);
H A DKeyguardPatternView.java243 public void onChecked(boolean matched, int timeoutMs) {
246 onPatternChecked(userId, matched, timeoutMs, true);
254 private void onPatternChecked(int userId, boolean matched, int timeoutMs, argument
257 if (matched) {
/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp337 int matched = sscanf(dirent->d_name, "rtc%u", &rtc_id); local
339 if (matched < 0)
341 else if (matched != 1)
/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/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/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/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 2108 milliseconds