/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 | 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; }
|
/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:
|
rbacrules.py | 112 added, removed, matched = self._set_diff(left_list, right_list) 116 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)
|
/external/autotest/client/cros/audio/ |
audio_analysis.py | 194 signal is matched and there is no anomaly in this block of test signal. 195 If there is any block in test signal that is not matched, then this block 205 @param threshold: The threshold of correlation index to be judge as matched. 220 matched = _moving_pattern_matching(golden_y, test_signal, threshold) 221 if not matched: 264 test signal, then it is matched. 268 @param threshold: The threshold of correlation index to be judge as matched.
|
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/ |
cloudstorage_api.py | 241 A GCSFileStat iterator over matched files ordered by filename. 246 A GCSFileStat iterator over matched files and directories ordered by
|
/external/markdown/markdown/ |
treeprocessors.py | 93 data, matched, startIndex = self.__applyPattern( 96 if not matched:
|
/frameworks/compile/mclinker/include/mcld/Object/ |
SectionMap.h | 198 bool matched(const Input& pInput, 202 bool matched(const WildcardPattern& pPattern, const std::string& pName) const;
|
/prebuilts/go/darwin-x86/src/net/ |
pipe.go | 15 // Reads on one end are matched with writes on the other,
|
/prebuilts/go/darwin-x86/src/runtime/trace/ |
trace_stack_test.go | 251 matched := make([]bool, len(want)) 255 if matched[i] || w.Type != ev.Type || len(w.Stk) != len(ev.Stk) { 265 matched[i] = true 268 for i, m := range matched {
|
/prebuilts/go/linux-x86/src/net/ |
pipe.go | 15 // Reads on one end are matched with writes on the other,
|
/prebuilts/go/linux-x86/src/runtime/trace/ |
trace_stack_test.go | 251 matched := make([]bool, len(want)) 255 if matched[i] || w.Type != ev.Type || len(w.Stk) != len(ev.Stk) { 265 matched[i] = true 268 for i, m := range matched {
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interface_ann.cc | 158 static void CollectMatchedBenignRaces(Vector<ExpectRace> *matched, 168 for (; i < matched->Size(); i++) { 169 ExpectRace *race0 = &(*matched)[i]; 177 if (i == matched->Size()) 178 matched->PushBack(*race); 194 Printf("ThreadSanitizer: Matched %d \"benign\" races (pid=%d):\n",
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
cpplint.py | 374 matched = _RE_SUPPRESSION.search(raw_line) 375 if matched: 376 category = matched.group(1) [all...] |