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

1 2 3 45 6 7 8 91011>>

  /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...]
  /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/antlr/antlr-3.4/runtime/ObjC/Framework/
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)
  /external/curl/lib/
x509asn1.c 1037 bool matched; local
1050 matched = !strcmp(p, oid);
1052 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;) {
    [all...]
  /external/doclava/src/com/google/doclava/
PageMetadata.java 544 boolean matched = false;
549 matched = true;
553 if (!matched) {
575 boolean matched = false;
579 matched = true;
583 if (!matched) {
606 boolean matched = false;
611 matched = true;
615 if (!matched) {
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPatternView.java 243 public void onChecked(boolean matched, int timeoutMs) {
246 onPatternChecked(userId, matched, timeoutMs, true);
254 private void onPatternChecked(int userId, boolean matched, int timeoutMs,
257 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; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_grep_matcher.h 68 { _M_results.at(__i).matched = __is_matched; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_grep_matcher.h 68 { _M_results.at(__i).matched = __is_matched; }
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
terules.py 266 added, removed, matched = self._set_diff(left_list, right_list)
270 for left_rule, right_rule in matched:
289 added, removed, matched = self._set_diff(left_list, right_list)
293 for left_rule, right_rule in matched:
  /system/extras/procrank/
procrank.c 153 int matched = fscanf(f, "%*d %*d %" SCNu64 " %*d %*d %*d %*d", &mem_used_total); local
154 if (matched != 1)
165 int matched = fscanf(f, "%" SCNu64, &mem_used_total); local
166 if (matched != 1)

Completed in 1971 milliseconds

1 2 3 45 6 7 8 91011>>