| /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/trace_processor/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;
|
| /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...] |
| /packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
| RegisteredNfcFServicesCache.java | 279 boolean matched = false; 283 matched = true; 287 if (!matched) { 290 matched = false; 295 matched = true; 299 if (!matched) { 302 matched = false;
|
| /external/doclava/src/com/google/doclava/ |
| PageMetadata.java | 577 boolean matched = false; 582 matched = true; 586 if (!matched) { 608 boolean matched = false; 612 matched = true; 616 if (!matched) { 639 boolean matched = false; 644 matched = true; 648 if (!matched) { [all...] |
| /art/cmdline/ |
| cmdline_parser.h | 523 size_t best_match_size = 0; // How many tokens were matched in the best case. 525 bool matched = false; // At least one argument definition has been matched? local 535 matched = true; 541 if (matched == false) { 553 // Look at the best-matched argument definition and try to parse against that. 581 "matched " + std::to_string(best_match_size)
|
| /external/chromium-trace/catapult/telemetry/telemetry/ |
| benchmark_runner.py | 289 matched = _MatchBenchmarkName(name, environment, exact_matches=True) 290 # With exact_matches, len(matched) is either 0 or 1. 291 if len(matched) == 0: 293 return matched[0]
|
| /frameworks/base/services/core/jni/ |
| com_android_server_AlarmManagerService.cpp | 337 int matched = sscanf(dirent->d_name, "rtc%u", &rtc_id); local 339 if (matched < 0) 341 else if (matched != 1)
|
| /art/tools/ |
| cpplint.py | 378 matched = _RE_SUPPRESSION.search(raw_line) 379 if matched: 380 category = matched.group(1) [all...] |
| /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
| RecognizerSharedState.as | 19 * matched a token. Prevents generation of more than one error message 63 * emissions, then set this to the last token to be matched or
|
| /external/piex/src/image_type_recognition/ |
| image_type_recognition_lite.cc | 194 bool matched = false; local 196 matched = matched || IsSignatureFound( 200 return matched;
|
| /frameworks/base/core/java/com/android/internal/widget/ |
| LockPatternChecker.java | 27 * @param matched Whether the PIN/Password/Pattern matches the stored one. 29 * the call. Only non-0 if matched is false. 31 void onChecked(boolean matched, int throttleTimeoutMs);
|
| /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
| TreeWizard.java | 319 boolean matched = _parse(t, tpattern, labels); 320 return matched; 330 * in tree matched against nodes in pattern with labels.
|
| /external/libxml2/ |
| c14n.c | 1265 int matched = 0; local [all...] |
| /external/regex-re2/re2/ |
| dfa.cc | 574 // of empty-string operators that should be matched when executing at the 1332 bool matched = false; local 1911 bool matched = dfa->Search(text, context, anchored, local [all...] |
| /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
| TextureAtlas.java | 323 Array<AtlasRegion> matched = new Array();
local 326 if (region.name.equals(name)) matched.add(new AtlasRegion(region));
328 return matched;
370 Array<Sprite> matched = new Array();
local 373 if (region.name.equals(name)) matched.add(newSprite(region));
375 return matched;
|
| /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/ |
| maven-common-artifact-filters-1.4.jar | |