HomeSort by relevance Sort by last modified time
    Searched refs:matched (Results 101 - 125 of 356) sorted by null

1 2 3 45 6 7 8 91011>>

  /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;
ANTLRDebugEventProxy.h 93 - (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
  /external/regex-re2/re2/
bitstate.cc 143 bool matched = false; local
268 matched = true;
289 return matched;
  /system/core/libpixelflinger/codeflinger/
Arm64Disassembler.cpp 279 bool matched = false;
286 matched = true;
290 if(matched == false)
  /external/compiler-rt/lib/lsan/
lsan_common.cc 373 InternalMmapVector<Suppression *> matched(1);
374 GetSuppressionContext()->GetMatched(&matched);
375 if (!matched.size())
381 for (uptr i = 0; i < matched.size(); i++)
383 &matched[i]->hit_count)), matched[i]->weight, matched[i]->templ);
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 179 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
  /external/curl/lib/
x509asn1.c 1038 bool matched; local
1051 matched = !strcmp(p, oid);
1053 return matched? ccp: (const char *) NULL;
1068 int matched = -1; local
1097 for(p = cert.extensions.beg; p < cert.extensions.end && matched != 1;) {
1109 for(q = elem.beg; matched != 1 && q < elem.end;) {
1116 matched = Curl_cert_hostcheck(dnsname, conn->host.name);
1118 matched = 0;
    [all...]
  /build/kati/
dep.cc 445 Symbol matched(Symbol::IsUninitialized{});
460 matched = output_pattern;
465 if (!matched.IsValid())
471 Pattern pat(matched.str());
473 if (output_pattern == matched)
480 (*out_rule)->output_patterns.push_back(matched);
  /external/mesa3d/src/egl/main/
eglconfig.c 433 EGLBoolean matched = EGL_TRUE; local
449 matched = EGL_FALSE;
453 matched = EGL_FALSE;
457 matched = EGL_FALSE;
467 if (!matched) {
480 return matched;
723 /* get the number of matched configs */
735 /* get the matched configs */
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
DistributionPointFetcher.java 729 boolean matched = false;
758 matched = issuerSelector.match(cert);
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 469 matched = _RE_SUPPRESSION.search(raw_line)
470 if matched:
471 category = matched.group(1)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py 469 matched = _RE_SUPPRESSION.search(raw_line)
470 if matched:
471 category = matched.group(1)
    [all...]
  /build/tools/
java-layers.py 109 matched = 0
113 if x > matched:
114 matched = x
  /external/deqp/scripts/
testset.py 127 matched = set()
137 if case in matched:
138 die("Case '%s' matched by multiple groups (when processing '%s')" % (case.name, group.name))
140 matched.add(case)
  /external/gmock/src/
gmock-matchers.cc 218 // each element can be matched to only one matcher), there is no need
351 << " is matched by matcher #" << matches[mi].second;
454 char matched = matrix.HasEdge(ilhs, irhs); local
455 element_matched[ilhs] |= matched;
456 matcher_matched[irhs] |= matched;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventProxy.h 93 - (void) semanticPredicate:(NSString *)predicate matched:(BOOL)result;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventProxy.h 93 - (void) semanticPredicate:(NSString *)predicate matched:(BOOL)result;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventProxy.h 93 - (void) semanticPredicate:(NSString *)predicate matched:(BOOL)result;
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
stat.py 149 sys.stderr.write('No URLs matched %s' % url_str)
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPatternView.java 253 onPatternChecked(userId, true /* matched */, 0 /* timeoutMs */,
258 public void onChecked(boolean matched, int timeoutMs) {
261 if (!matched) {
262 onPatternChecked(userId, false /* matched */, timeoutMs,
272 private void onPatternChecked(int userId, boolean matched, int timeoutMs,
275 if (matched) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_grep_matcher.h 68 { _M_results.at(__i).matched = __is_matched; }

Completed in 1612 milliseconds

1 2 3 45 6 7 8 91011>>