/packages/apps/Settings/src/com/android/settings/ |
ConfirmLockPassword.java | 356 boolean matched = false; 358 matched = true; 365 mCredentialCheckResultTracker.setResult(matched, intent, timeoutMs, 385 public void onChecked(boolean matched, int timeoutMs) { 387 if (matched && isInternalActivity() && mReturnCredentials) { 394 mCredentialCheckResultTracker.setResult(matched, intent, timeoutMs, 428 private void onPasswordChecked(boolean matched, Intent intent, int timeoutMs, 431 if (matched) { 452 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, 454 onPasswordChecked(matched, intent, timeoutMs, effectiveUserId, newResult) [all...] |
ConfirmLockPattern.java | 439 boolean matched = false; 441 matched = true; 448 mCredentialCheckResultTracker.setResult(matched, intent, timeoutMs, 476 public void onChecked(boolean matched, int timeoutMs) { 478 if (matched && isInternalActivity() && mReturnCredentials) { 484 mCredentialCheckResultTracker.setResult(matched, intent, timeoutMs, 491 private void onPatternChecked(boolean matched, Intent intent, int timeoutMs, 494 if (matched) { 517 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs, 519 onPatternChecked(matched, intent, timeoutMs, effectiveUserId, newResult) [all...] |
/prebuilts/go/darwin-x86/src/regexp/ |
exec.go | 45 matched bool // whether a match was found 126 m.matched = false 149 if m.matched { 164 if !m.matched { 175 if len(m.matchcap) == 0 && m.matched { 188 return m.matched 215 if longest && m.matched && len(t.cap) > 0 && m.matchcap[0] < t.cap[0] { 227 if len(t.cap) > 0 && (!longest || !m.matched || m.matchcap[1] < pos) { 241 m.matched = true 329 m.matched = fals [all...] |
/prebuilts/go/linux-x86/src/regexp/ |
exec.go | 45 matched bool // whether a match was found 126 m.matched = false 149 if m.matched { 164 if !m.matched { 175 if len(m.matchcap) == 0 && m.matched { 188 return m.matched 215 if longest && m.matched && len(t.cap) > 0 && m.matchcap[0] < t.cap[0] { 227 if len(t.cap) > 0 && (!longest || !m.matched || m.matchcap[1] < pos) { 241 m.matched = true 329 m.matched = fals [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
SpannableStringUtils.java | 162 boolean matched = false; 166 matched = true; 168 if (!matched) { 169 // never matched. preserveTrailingEmptySegments is ignored in this case.
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/ |
shortcut_dict_content.cpp | 177 bool matched = true; local 180 matched = false; 184 if (matched) {
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
shortcut_dict_content.cpp | 162 bool matched = true; local 165 matched = false; 169 if (matched) {
|
/system/extras/simpleperf/runtest/ |
runtest.py | 437 matched = [False] * len(test.symbol_overhead_requirements) 443 matched[i] = True 445 for i in range(len(matched)): 446 if not matched[i]: 447 print 'requirement (%s) has no matched symbol in test %s' % ( 460 matched = [False] * len(test.symbol_children_overhead_requirements) 465 matched[i] = True 471 for i in range(len(matched)): 472 if not matched[i]: 473 print 'requirement (%s) has no matched symbol in test %s' % [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
Dbg.stg | 42 -(BOOL) evalPredicate:(NSString *)predicate matched:(BOOL)result;<\n> 106 -(BOOL) evalPredicate:(NSString *)predicate matched:(BOOL)result 108 [debugListener semanticPredicate:predicate matched:result];
|
/ndk/sources/host-tools/make-3.81/glob/ |
fnmatch.c | 310 /* `/' cannot be matched. */ 330 goto matched; 374 goto matched; 388 goto matched; 398 goto matched; 413 goto matched; 427 matched: 428 /* Skip the rest of the [...] that already matched. */
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
RewriteRuleNodeStream.as | 4 /** Queues up nodes matched on left side of -> in a tree parser. This is
|
/external/regex-re2/re2/ |
onepass.cc | 217 // because we use it to tell if we matched. 251 bool matched = false; local 302 matched = true; 330 matched = true; 335 if (!matched) 424 bool matched = false; local 463 if (matched) 537 if (matched) { 545 matched = true;
|
/prebuilts/go/darwin-x86/misc/chrome/gophertool/ |
popup.js | 33 console.log("matched " + t + " to: " + url)
|
/prebuilts/go/linux-x86/misc/chrome/gophertool/ |
popup.js | 33 console.log("matched " + t + " to: " + url)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/ |
mlsrules.py | 86 added, removed, matched = self._set_diff(left_list, right_list) 90 for left_rule, right_rule in matched:
|
/toolchain/binutils/binutils-2.25/libiberty/ |
fnmatch.c | 175 goto matched; 184 matched:; 185 /* Skip the rest of the [...] that already matched. */
|
/external/vulkan-validation-layers/layers/ |
vk_layer_logging.h | 156 bool matched; local 161 matched = true; 170 matched = false; 175 if (matched) {
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
proximity_info_state.cpp | 224 const bool matched = (currentCodePoints[j] == baseLowerC local 226 if (matched) { 239 const bool matched = (currentCodePoints[j] == baseLowerC local 241 if (matched) {
|
/prebuilts/go/darwin-x86/src/testing/ |
example.go | 28 matched, err := matchString(*match, eg.Name) 33 if !matched {
|
/prebuilts/go/linux-x86/src/testing/ |
example.go | 28 matched, err := matchString(*match, eg.Name) 33 if !matched {
|
/external/webrtc/talk/media/base/ |
rtpdump.cc | 191 bool matched = (0 == first_line.find("#!rtpplay1.0 ")); local 196 matched &= (pos != std::string::npos && pos < first_line.size() - 1); 197 for (++pos; pos < first_line.size() && matched; ++pos) { 198 matched &= (0 != isdigit(first_line[pos])); 201 return matched;
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_suppressions.cc | 162 InternalMmapVector<Suppression *> *matched) { 165 matched->push_back(&suppressions_[i]);
|
/external/deqp/scripts/ |
mustpass.py | 161 matched = set() 171 if path in matched: 173 matched.add(path) 177 curList = [c for c in curList if c not in matched] 189 matched = matched | matchedThisPtrn 190 curList = [c for c in curList if c not in matched] 198 return [c for c in caseList if op(c in matched)]
|
/external/libcxx/test/std/re/re.submatch/re.submatch.op/ |
compare.pass.cpp | 228 sm1.matched = true; 232 sm2.matched = true;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.op/ |
compare.pass.cpp | 228 sm1.matched = true; 232 sm2.matched = true;
|