HomeSort by relevance Sort by last modified time
    Searched refs:matched (Results 26 - 50 of 82) sorted by null

12 3 4

  /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...]
  /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...]
  /external/regex-re2/re2/
dfa.cc 547 // of empty-string operators that should be matched when executing at the
881 // regular expression program has been reached (the regexp has matched).
1293 bool matched = false; local
1865 bool matched = dfa->Search(text, context, anchored, local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 800 int matched; local
804 matched = 0;
810 (!matched || (vinfo->bits_per_pixel == cinfo.bits_per_pixel)) ) {
818 if ( matched ) {
821 matched = 1;
826 return(matched);
831 int matched; local
835 matched = 0;
854 matched = 1;
858 return(matched);
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 114 /* If we're substituting only by fully matched words,
224 /* It matched. Output the replacement. */
231 /* Output the part of the matched string that
232 matched the % in the pattern. */
892 int matched;
985 word->matched = 0;
1013 wp->matched |= pattern_matches (pp->str, pp->percent, wp->str);
1022 wp->matched |= 1;
1028 wp->matched |= (wp->length == pp->length
1032 /* Output the words that matched (or didn't, for filter-out). *
885 int matched; member in struct:a_word
    [all...]
rule.c 307 /* All the targets matched. */
316 /* All the dependencies matched. */
329 goto matched;
341 matched:;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
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...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 1180 private boolean matched; field in class:AbstractMessageParser.Format
    [all...]
  /external/openssl/crypto/x509v3/
pcy_tree.c 315 int i, matched = 0; local
324 matched = 1;
327 if (!matched && last->anyPolicy)
413 /* If no policy mapping: matched if one child present */
422 /* If mapping: matched if one child per expected policy set */
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 269 cmpeq r5,r1 @ if first byte matched, comp this one
271 cmpeq r5,r2 @ if first two matched, comp this one
272 beq find_colon @ if all 3 matched, we are found
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 454 int matched; local
466 matched = 0;
492 ia--; ib--; matched++;
496 if (matched < MIN_MATCH) {
501 // if the number of dialable chars in a and b match, but the matched chars < MIN_MATCH,
503 if (effectiveALen == effectiveBLen && effectiveALen == matched) {
510 // At least one string has matched completely;
511 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 1225 size_t matched = regs.end[0] - regs.start[0];
1240 if ((matched > 0 || count == 0 || offset > last_end)
1255 if (matched == 0)
1258 matched = 1;
1263 str_append(&s_accum, line.active + offset, matched);
1266 /* Start after the match. last_end is the real end of the matched
1268 matched the empty string. */
1269 start = offset + matched;
1218 size_t matched = regs.end[0] - regs.start[0]; local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 400 bool matched = ParseCore(t, tpattern, labels);
401 return matched;
412 * in tree matched against nodes in pattern with labels.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs 457 bool matched = ParseCore( t, tpattern, labels );
458 return matched;
470 * in tree matched against nodes in pattern with labels.
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentcreateelementcasesensitive.js 88 values and checked the node names to see if they matched expectations.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentcreateelementcasesensitive.js 88 values and checked the node names to see if they matched expectations.
  /dalvik/vm/analysis/
Optimize.cpp 165 bool matched = true; local
283 matched = false;
291 matched = false;
301 if (!matched && !essentialOnly) {
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 250 The following alternatives can never be matched: <alts; separator=","><\n>
273 The following token definitions can never be matched because prior tokens match the same input: <tokens; separator=",">
  /external/grub/docs/
help2man 353 my $matched = '';
359 $matched .= $& if %append;
369 $matched .= $& if %append;
382 $matched .= $& if %append;
390 $matched .= $& if %append;
398 $matched .= $& if %append;
407 $matched .= $& if %append;
415 $matched .= $& if %append;
433 # Check if matched paragraph contains /pat/.
438 if ($matched =~ $pat
    [all...]
  /external/v8/test/mjsunit/
regexp-static.js 118 // global regexp is matched and replaced with the result of a function, in

Completed in 1385 milliseconds

12 3 4