HomeSort by relevance Sort by last modified time
    Searched full:matched (Results 251 - 275 of 2099) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 68 /** An input token was consumed; matched by any kind of element.
69 * Trigger after the token was matched by things like match(), matchAny().
74 * Trigger after the token was matched by things like match(), matchAny().
191 * but not matched to anything in grammar. Anything between
197 - (void) semanticPredicate:(NSString *)predicate matched:(BOOL)result;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 68 /** An input token was consumed; matched by any kind of element.
69 * Trigger after the token was matched by things like match(), matchAny().
74 * Trigger after the token was matched by things like match(), matchAny().
191 * but not matched to anything in grammar. Anything between
197 - (void) semanticPredicate:(NSString *)predicate matched:(BOOL)result;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 68 /** An input token was consumed; matched by any kind of element.
69 * Trigger after the token was matched by things like match(), matchAny().
74 * Trigger after the token was matched by things like match(), matchAny().
191 * but not matched to anything in grammar. Anything between
197 - (void) semanticPredicate:(NSString *)predicate matched:(BOOL)result;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h 68 /** An input token was consumed; matched by any kind of element.
69 * Trigger after the token was matched by things like match(), matchAny().
74 * Trigger after the token was matched by things like match(), matchAny().
191 * but not matched to anything in grammar. Anything between
197 - (void) semanticPredicate:(NSString *)predicate matched:(BOOL)result;
  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.cc 154 bool matched = (0 == first_line.find("#!rtpplay1.0 ")); local
159 matched &= (pos != std::string::npos && pos < first_line.size() - 1);
160 for (++pos; pos < first_line.size() && matched; ++pos) {
161 matched &= (0 != isdigit(first_line[pos]));
164 return matched;
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
debugallocation_test.cc 83 // malloc can be matched only by free
84 // new can be matched only by delete and delete(nothrow)
85 // new[] can be matched only by delete[] and delete[](nothrow)
86 // new(nothrow) can be matched only by delete and delete(nothrow)
87 // new(nothrow)[] can be matched only by delete[] and delete[](nothrow)
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
debugallocation_test.cc 83 // malloc can be matched only by free
84 // new can be matched only by delete and delete(nothrow)
85 // new[] can be matched only by delete[] and delete[](nothrow)
86 // new(nothrow) can be matched only by delete and delete(nothrow)
87 // new(nothrow)[] can be matched only by delete[] and delete[](nothrow)
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.1 220 If successful, replace that portion matched
227 to refer to that portion of the pattern space which matched,
262 matched will always be accepted,
272 matched.
319 Start out in "matched first address" state, until
sed.x 168 If successful, replace that portion matched
175 to refer to that portion of the pattern space which matched,
210 matched will always be accepted,
220 matched.
267 Start out in "matched first address" state, until
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 265 int i, matched; local
333 matched = 0;
337 matched = 1;
338 if (!matched) {
829 int i, matched; local
834 matched = -1;
840 matched = i;
841 if (matched >= 0 && stdmacs[matched].macros)
842 yasm_preproc_add_standard(cur_preproc, stdmacs[matched].macros)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 357 int i, matched; local
439 matched = 0;
443 matched = 1;
444 if (!matched) {
478 matched = 0;
484 matched = 1;
492 if (!matched) {
1208 int i, matched; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
regex 87 * Specifies that when a regular expression is matched against a character
95 * the speed with which regular expressions are matched, and less to the
218 * The expression "\b" is not matched against the sub-sequence
224 * The expression "\b" should not be matched against the sub-sequence
264 * @li $& The matched substring.
265 * @li $` The portion of <em>string</em> that precedes the matched substring.
267 * @li $' The portion of <em>string</em> that follows the matched substring.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
regex 102 * Specifies that when a regular expression is matched against a character
110 * the speed with which regular expressions are matched, and less to the
235 * The expression \\b is not matched against the sub-sequence
241 * The expression \\b should not be matched against the sub-sequence
281 * @li $& The matched substring.
282 * @li $` The portion of @a string that precedes the matched substring.
284 * @li $' The portion of @a string that follows the matched substring.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
regex 102 * Specifies that when a regular expression is matched against a character
110 * the speed with which regular expressions are matched, and less to the
235 * The expression \\b is not matched against the sub-sequence
241 * The expression \\b should not be matched against the sub-sequence
281 * @li $& The matched substring.
282 * @li $` The portion of @a string that precedes the matched substring.
284 * @li $' The portion of @a string that follows the matched substring.
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex 87 * Specifies that when a regular expression is matched against a character
95 * the speed with which regular expressions are matched, and less to the
218 * The expression "\b" is not matched against the sub-sequence
224 * The expression "\b" should not be matched against the sub-sequence
264 * @li $& The matched substring.
265 * @li $` The portion of <em>string</em> that precedes the matched substring.
267 * @li $' The portion of <em>string</em> that follows the matched substring.
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex 87 * Specifies that when a regular expression is matched against a character
95 * the speed with which regular expressions are matched, and less to the
218 * The expression "\b" is not matched against the sub-sequence
224 * The expression "\b" should not be matched against the sub-sequence
264 * @li $& The matched substring.
265 * @li $` The portion of <em>string</em> that precedes the matched substring.
267 * @li $' The portion of <em>string</em> that follows the matched substring.
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex 87 * Specifies that when a regular expression is matched against a character
95 * the speed with which regular expressions are matched, and less to the
218 * The expression "\b" is not matched against the sub-sequence
224 * The expression "\b" should not be matched against the sub-sequence
264 * @li $& The matched substring.
265 * @li $` The portion of <em>string</em> that precedes the matched substring.
267 * @li $' The portion of <em>string</em> that follows the matched substring.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
regex 87 * Specifies that when a regular expression is matched against a character
95 * the speed with which regular expressions are matched, and less to the
218 * The expression "\b" is not matched against the sub-sequence
224 * The expression "\b" should not be matched against the sub-sequence
264 * @li $& The matched substring.
265 * @li $` The portion of <em>string</em> that precedes the matched substring.
267 * @li $' The portion of <em>string</em> that follows the matched substring.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
regex 102 * Specifies that when a regular expression is matched against a character
110 * the speed with which regular expressions are matched, and less to the
235 * The expression \\b is not matched against the sub-sequence
241 * The expression \\b should not be matched against the sub-sequence
281 * @li $& The matched substring.
282 * @li $` The portion of @a string that precedes the matched substring.
284 * @li $' The portion of @a string that follows the matched substring.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
regex 102 * Specifies that when a regular expression is matched against a character
110 * the speed with which regular expressions are matched, and less to the
235 * The expression \\b is not matched against the sub-sequence
241 * The expression \\b should not be matched against the sub-sequence
281 * @li $& The matched substring.
282 * @li $` The portion of @a string that precedes the matched substring.
284 * @li $' The portion of @a string that follows the matched substring.
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
regex 102 * Specifies that when a regular expression is matched against a character
110 * the speed with which regular expressions are matched, and less to the
235 * The expression \\b is not matched against the sub-sequence
241 * The expression \\b should not be matched against the sub-sequence
281 * @li $& The matched substring.
282 * @li $` The portion of @a string that precedes the matched substring.
284 * @li $' The portion of @a string that follows the matched substring.
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
regex 102 * Specifies that when a regular expression is matched against a character
110 * the speed with which regular expressions are matched, and less to the
235 * The expression \\b is not matched against the sub-sequence
241 * The expression \\b should not be matched against the sub-sequence
281 * @li $& The matched substring.
282 * @li $` The portion of @a string that precedes the matched substring.
284 * @li $' The portion of @a string that follows the matched substring.
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
regex 102 * Specifies that when a regular expression is matched against a character
110 * the speed with which regular expressions are matched, and less to the
235 * The expression \\b is not matched against the sub-sequence
241 * The expression \\b should not be matched against the sub-sequence
281 * @li $& The matched substring.
282 * @li $` The portion of @a string that precedes the matched substring.
284 * @li $' The portion of @a string that follows the matched substring.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
v8_types.py 87 matched = re.match(r'([\w\s]+)\[\]', idl_type)
88 return matched and matched.group(1)
137 matched = re.match(r'sequence<([\w\s]+)>', idl_type)
138 return matched and matched.group(1)
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 164 static void CollectMatchedBenignRaces(Vector<ExpectRace> *matched,
173 for (; i < matched->Size(); i++) {
174 ExpectRace *race0 = &(*matched)[i];
182 if (i == matched->Size())
183 matched->PushBack(*race);
199 Printf("ThreadSanitizer: Matched %d \"benign\" races (pid=%d):\n",

Completed in 2726 milliseconds

<<11121314151617181920>>