/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
regex_grep_matcher.h | 68 { _M_results.at(__i).matched = __is_matched; }
|
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/ |
cloudstorage_api.py | 238 A GCSFileStat iterator over matched files ordered by filename. 243 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;
|
/art/tools/ |
cpplint.py | 374 matched = _RE_SUPPRESSION.search(raw_line) 375 if matched: 376 category = matched.group(1) [all...] |
/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...] |
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/ |
SyncTestUtil.java | 134 * @return whether the stats matched up before the timeout 155 boolean matched = false; 157 matched = CriteriaHelper.pollForCriteria(statChecker, UI_TIMEOUT_MS, CHECK_INTERVAL_MS); 162 return matched;
|
/external/chromium_org/components/query_parser/ |
query_parser.cc | 122 bool matched = false; local 129 matched = true; 132 return matched;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
StringUtils.java | 544 boolean matched = false; 548 matched = true; 550 if (!matched) { 551 // never matched. preserveTrailingEmptySegments is ignored in this case.
|
/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/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
math_simple_store.js | 112 * constraints. These are matched against properties of a rule. 127 * constraints. These are matched against properties of a rule.
|
speech_rule_store.js | 57 * constraints. These are matched against properties of a rule.
|
/development/scripts/ |
stack_core.py | 72 # Examples of matched trace lines include lines from tombstone files like: 79 # Examples of matched value lines include: 85 # Lines from 'code around' sections of the output will be matched before 263 matched = (tc.register_line.search(line) is not None) 264 self.assertEquals(matched, is_register, line)
|
/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/chromium_org/ |
PRESUBMIT.py | 403 matched = False 407 matched = True 409 matched = True 410 if matched: 430 matched = False 434 matched = True 436 matched = True 437 if matched: [all...] |
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
gtk2_key_bindings_handler.cc | 66 bool matched = !edit_commands_.empty(); local 69 return matched;
|
/external/chromium_org/third_party/libxml/src/ |
c14n.c | 1262 int matched = 0; local [all...] |
/external/chromium_org/third_party/re2/re2/ |
dfa.cc | 576 // of empty-string operators that should be matched when executing at the 1334 bool matched = false; local 1913 bool matched = dfa->Search(text, context, anchored, local [all...] |
/external/libxml2/ |
c14n.c | 1264 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/doclava/src/com/google/doclava/ |
PageMetadata.java | 493 boolean matched = false; 497 matched = true; 501 if (!matched) { 524 boolean matched = false; 529 matched = true; 533 if (!matched) {
|
/frameworks/base/services/core/java/com/android/server/ |
LockSettingsService.java | 425 final boolean matched = Arrays.equals(stored, hash); 426 if (matched && !TextUtils.isEmpty(pattern)) { 429 return matched; 453 final boolean matched = Arrays.equals(stored, hash); 454 if (matched && !TextUtils.isEmpty(password)) { 457 return matched;
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbvideo.c | 877 int matched; local 881 matched = 0; 887 (!matched || (vinfo->bits_per_pixel == cinfo.bits_per_pixel)) ) { 895 if ( matched ) { 898 matched = 1; 903 return(matched); 908 int matched; local 912 matched = 0; 931 matched = 1; 935 return(matched); [all...] |
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_channel.c | 148 * @cmd_cb : ptr storing matched super buf information 178 * Will depends on the bundle attribute, either storing matched frames 179 * in the superbuf queue, or sending matched superbuf frames to upper 183 * @cmd_cb : ptr storing matched super buf information [all...] |
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_channel.c | 148 * @cmd_cb : ptr storing matched super buf information 179 * Will depends on the bundle attribute, either storing matched frames 180 * in the superbuf queue, or sending matched superbuf frames to upper 184 * @cmd_cb : ptr storing matched super buf information [all...] |