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

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/log/
log_test.go 64 matched, err4 := regexp.MatchString(pattern, line)
68 if !matched {
115 matched, err := regexp.Match(pattern, b.Bytes())
119 if !matched {
  /prebuilts/go/linux-x86/src/log/
log_test.go 64 matched, err4 := regexp.MatchString(pattern, line)
68 if !matched {
115 matched, err := regexp.Match(pattern, b.Bytes())
119 if !matched {
  /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
  /prebuilts/go/darwin-x86/src/regexp/
backtrack.go 135 m.matched = false
274 m.matched = true
275 return m.matched
284 if !m.matched || (longest && pos > 0 && pos > m.matchcap[1]) {
287 m.matched = true
291 return m.matched
296 return m.matched
305 return m.matched
  /prebuilts/go/linux-x86/src/regexp/
backtrack.go 135 m.matched = false
274 m.matched = true
275 return m.matched
284 if !m.matched || (longest && pos > 0 && pos > m.matchcap[1]) {
287 m.matched = true
291 return m.matched
296 return m.matched
305 return m.matched
  /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
  /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...]
  /prebuilts/go/darwin-x86/src/text/template/
helper.go 89 // first file matched by the pattern. ParseGlob is equivalent to calling
90 // ParseFiles with the list of files matched by the pattern.
98 // equivalent to calling t.ParseFiles with the list of files matched by the
  /prebuilts/go/linux-x86/src/text/template/
helper.go 89 // first file matched by the pattern. ParseGlob is equivalent to calling
90 // ParseFiles with the list of files matched by the pattern.
98 // equivalent to calling t.ParseFiles with the list of files matched by the
  /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)

Completed in 807 milliseconds

1 2 3 45 6 7 8 91011>>