HomeSort by relevance Sort by last modified time
    Searched refs:matched (Results 76 - 100 of 346) sorted by null

1 2 34 5 6 7 8 91011>>

  /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) {
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPattern.java 439 boolean matched = false;
441 matched = true;
448 mCredentialCheckResultTracker.setResult(matched, intent, timeoutMs,
475 public void onChecked(boolean matched, int timeoutMs) {
477 if (matched && isInternalActivity() && mReturnCredentials) {
483 mCredentialCheckResultTracker.setResult(matched, intent, timeoutMs,
490 private void onPatternChecked(boolean matched, Intent intent, int timeoutMs,
493 if (matched) {
515 public void onCredentialChecked(boolean matched, Intent intent, int timeoutMs,
517 onPatternChecked(matched, intent, timeoutMs, effectiveUserId, newResult)
    [all...]
  /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;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 68 /** An input token was consumed; matched by any kind of element.
69 * Trigger after the token was matched by things like match(), matchAny().
74 * Trigger after the token was matched by things like match(), matchAny().
191 * but not matched to anything in grammar. Anything between
197 - (void) semanticPredicate:(NSString *)predicate matched:(BOOL)result;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 68 /** An input token was consumed; matched by any kind of element.
69 * Trigger after the token was matched by things like match(), matchAny().
74 * Trigger after the token was matched by things like match(), matchAny().
191 * but not matched to anything in grammar. Anything between
197 - (void) semanticPredicate:(NSString *)predicate matched:(BOOL)result;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 68 /** An input token was consumed; matched by any kind of element.
69 * Trigger after the token was matched by things like match(), matchAny().
74 * Trigger after the token was matched by things like match(), matchAny().
191 * but not matched to anything in grammar. Anything between
197 - (void) semanticPredicate:(NSString *)predicate matched:(BOOL)result;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h 68 /** An input token was consumed; matched by any kind of element.
69 * Trigger after the token was matched by things like match(), matchAny().
74 * Trigger after the token was matched by things like match(), matchAny().
191 * but not matched to anything in grammar. Anything between
197 - (void) semanticPredicate:(NSString *)predicate matched:(BOOL)result;
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
SpiUtils.java 309 boolean matched = false;
331 matched = true;
342 if(!matched && key != null) {
344 matched = true;
348 matched = true;
352 matched = true;
356 matched = true;
360 matched = true;
368 matched = true;
372 matched = true
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TextTrieMap.java 52 * @param text The text to be matched with prefixes.
66 * @param text The text to be matched with prefixes.
188 * @param matchLength Matched key's length
189 * @param values An iterator of the objects associated with the matched key
310 boolean matched = true;
314 matched = false;
319 matched = false;
324 return matched;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TextTrieMap.java 50 * @param text The text to be matched with prefixes.
64 * @param text The text to be matched with prefixes.
186 * @param matchLength Matched key's length
187 * @param values An iterator of the objects associated with the matched key
308 boolean matched = true;
312 matched = false;
317 matched = false;
322 return matched;
  /external/jetty/src/java/org/eclipse/jetty/webapp/
JarScanner.java 144 public void matched (URI uri) method in class:JarScanner

Completed in 1968 milliseconds

1 2 34 5 6 7 8 91011>>