/external/regex-re2/re2/ |
bitstate.cc | 143 bool matched = false; local 268 matched = true; 289 return matched;
|
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/smali/dexlib/src/main/java/org/jf/dexlib/ |
HeaderItem.java | 75 boolean matched = true; 78 matched = false; 82 if (matched) {
|
/build/tools/ |
java-layers.py | 109 matched = 0 113 if x > matched: 114 matched = x
|
/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;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
regex_grep_matcher.h | 62 { _M_results.at(__i).matched = __is_matched; }
|
regex.h | 191 * to be matched (for example, [[:lower:]] is the same as [[:alpha:]]), 745 * A sequence of characters matched by a particular marked sub-expression. 748 * matched subexpression within a regular expression pattern match. Such 750 * of a similar base character type as the pattern matched by the regular 754 * referencing the actual original pattern matched. 767 bool matched; member in class:sub_match 769 constexpr sub_match() : matched() { } 776 { return this->matched ? std::distance(this->first, this->second) : 0; } 790 return this->matched 803 return this->matched [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
regex_grep_matcher.h | 62 { _M_results.at(__i).matched = __is_matched; }
|
regex.h | 191 * to be matched (for example, [[:lower:]] is the same as [[:alpha:]]), 745 * A sequence of characters matched by a particular marked sub-expression. 748 * matched subexpression within a regular expression pattern match. Such 750 * of a similar base character type as the pattern matched by the regular 754 * referencing the actual original pattern matched. 767 bool matched; member in class:sub_match 769 constexpr sub_match() : matched() { } 776 { return this->matched ? std::distance(this->first, this->second) : 0; } 790 return this->matched 803 return this->matched [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_grep_matcher.h | 62 { _M_results.at(__i).matched = __is_matched; }
|
regex.h | 191 * to be matched (for example, [[:lower:]] is the same as [[:alpha:]]), 745 * A sequence of characters matched by a particular marked sub-expression. 748 * matched subexpression within a regular expression pattern match. Such 750 * of a similar base character type as the pattern matched by the regular 754 * referencing the actual original pattern matched. 767 bool matched; member in class:sub_match 769 constexpr sub_match() : matched() { } 776 { return this->matched ? std::distance(this->first, this->second) : 0; } 790 return this->matched 803 return this->matched [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_grep_matcher.h | 62 { _M_results.at(__i).matched = __is_matched; }
|
regex.h | 191 * the case of the characters to be matched (for example, 748 * A sequence of characters matched by a particular marked sub-expression. 751 * matched subexpression within a regular expression pattern match. Such 753 * of a similar base character type as the pattern matched by the regular 757 * referencing the actual original pattern matched. 770 bool matched; member in class:sub_match 772 constexpr sub_match() : matched() { } 779 { return this->matched ? std::distance(this->first, this->second) : 0; } 793 return this->matched 806 return this->matched [all...] |
/external/chromium/chrome/browser/renderer_host/ |
gtk_key_bindings_handler.cc | 38 bool matched = !edit_commands_.empty(); local 41 return matched;
|
/external/markdown/markdown/ |
treeprocessors.py | 93 data, matched, startIndex = self.__applyPattern( 96 if not matched:
|
/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/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 | 1262 int matched = 0; local [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternUtils.java | 286 final boolean matched = getLockSettings().checkPattern(patternToHash(pattern), userId); 287 if (matched && (userId == UserHandle.USER_OWNER)) { 290 return matched; 305 final boolean matched = getLockSettings().checkPassword(passwordToHash(password), 307 if (matched && (userId == UserHandle.USER_OWNER)) { 310 return matched; [all...] |
/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/lge/mako/camera/QCamera/stack/mm-camera-interface/src/ |
mm_camera_channel.c | [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactListItemView.java | 1290 final SearchUtil.MatchedLine matched = SearchUtil.findMatchingLine(snippet, query); local [all...] |