HomeSort by relevance Sort by last modified time
    Searched full:matching (Results 426 - 450 of 5917) sorted by null

<<11121314151617181920>>

  /external/chromium_org/components/bookmarks/browser/
bookmark_index.cc 66 // represents a set of terms (as an interator into the Index) matching the
69 // List of terms matching the query.
72 // The set of nodes matching the terms. As an optimization this is empty
74 // term. We can do this as when we have only one matching term we know
75 // the set of matching nodes is terms.front()->second.
81 // Returns an iterator to the beginning of the matching nodes. See
85 // Returns an iterator to the beginning of the matching nodes. See
206 // was a simple per-word search, while the more complex matching
238 // spec, not the cleaned-up URL string that we used for matching.
  /external/chromium_org/components/url_matcher/
url_matcher.h 26 // This class represents a single URL matching condition, e.g. a match on the
31 // reduction of URL matching conditions to StringPatterns conducted by
34 // Also supported is matching regular expressions against the URL (URL_MATCHES).
101 // containments, and equality} in GURLs to the substring matching problem.
113 // patterns because it reduces the matching to a "discover all substrings
221 // This class represents a single URL query matching condition. The query
222 // matching is done as a search for a key and optionally a value.
223 // The matching makes use of CanonicalizeURLForComponentSearches to ensure that
357 // This class allows matching one URL against a large set of
  /external/chromium_org/third_party/re2/doc/
syntax.txt 78 (?=re) before text matching Ğreğ NOT SUPPORTED
79 (?!re) before text not matching Ğreğ NOT SUPPORTED
80 (?<=re) after text matching Ğreğ NOT SUPPORTED
81 (?<!re) after text not matching Ğreğ NOT SUPPORTED
82 re& before text matching Ğreğ NOT SUPPORTED vim
83 re@= before text matching Ğreğ NOT SUPPORTED vim
84 re@! before text not matching Ğreğ NOT SUPPORTED vim
85 re@<= after text matching Ğreğ NOT SUPPORTED vim
86 re@<! after text not matching Ğreğ NOT SUPPORTED vim
  /external/pcre/dist/doc/html/
pcrecompat.html 51 own, matching a non-newline character, is supported.) In fact these are
53 matching engine. If any of these are encountered by PCRE, an error is
86 feature allows an external function to be called during pattern matching. See
124 strings when part of a pattern is repeated. For example, matching "aba" against
152 affected when case-independent matching is specified. For example, \p{Lu}
183 (e) PCRE_ANCHORED can be used at matching time to force a pattern to be tried
184 only at the first matching position in the subject string.
198 (i) The partial matching facility is PCRE-specific.
206 (k) The alternative matching functions (<b>pcre_dfa_exec()</b>,
pcredemo.html 84 * the moment, "-g" to request repeated matching to find all occurrences, *
135 * further matching is needed, it will be done below. *
148 /* Matching failed: handle error cases */
158 default: printf("Matching error %d\n", rc); break;
248 * might think because of the possibility of matching an empty string. *
328 /* Run the next matching operation */
344 Perl does: advance the matching position by one character, and continue. We
373 /* Other matching errors are not recoverable. */
377 printf("Matching error %d\n", rc);
index.html 60 <td>&nbsp;&nbsp;Discussion of the two matching algorithms</td></tr>
63 <td>&nbsp;&nbsp;Using PCRE for partial matching</td></tr>
102 <td>&nbsp;&nbsp;Assign stack for JIT matching</td></tr>
155 <td>&nbsp;&nbsp;Fast path interface to JIT matching</td></tr>
158 <td>&nbsp;&nbsp;Create a stack for JIT matching</td></tr>
161 <td>&nbsp;&nbsp;Free a JIT matching stack</td></tr>
pcreperform.html 69 into which there can be no backtracking if there is a subsequent matching
80 When <b>pcre_exec()</b> or <b>pcre[16|32]_exec()</b> is used for matching, certain
111 double the matching time for items such as \d, when matched with
112 a traditional matching function; the performance loss is less with
113 a DFA matching function, and in both cases there is not much difference for
158 where a literal character follows. Before embarking on the standard matching
  /external/pcre/dist/doc/
pcredemo.3 84 * the moment, "-g" to request repeated matching to find all occurrences, *
135 * further matching is needed, it will be done below. *
148 /* Matching failed: handle error cases */
158 default: printf("Matching error %d\en", rc); break;
248 * might think because of the possibility of matching an empty string. *
328 /* Run the next matching operation */
344 Perl does: advance the matching position by one character, and continue. We
373 /* Other matching errors are not recoverable. */
377 printf("Matching error %d\en", rc);
index.html.src 60 <td>&nbsp;&nbsp;Discussion of the two matching algorithms</td></tr>
63 <td>&nbsp;&nbsp;Using PCRE for partial matching</td></tr>
102 <td>&nbsp;&nbsp;Assign stack for JIT matching</td></tr>
155 <td>&nbsp;&nbsp;Fast path interface to JIT matching</td></tr>
158 <td>&nbsp;&nbsp;Create a stack for JIT matching</td></tr>
161 <td>&nbsp;&nbsp;Free a JIT matching stack</td></tr>
  /external/pcre/dist/
pcredemo.c 67 * the moment, "-g" to request repeated matching to find all occurrences, *
118 * further matching is needed, it will be done below. *
131 /* Matching failed: handle error cases */
141 default: printf("Matching error %d\n", rc); break;
231 * might think because of the possibility of matching an empty string. *
311 /* Run the next matching operation */
327 Perl does: advance the matching position by one character, and continue. We
356 /* Other matching errors are not recoverable. */
360 printf("Matching error %d\n", rc);
  /external/regex-re2/doc/
syntax.txt 78 (?=re) before text matching Ğreğ NOT SUPPORTED
79 (?!re) before text not matching Ğreğ NOT SUPPORTED
80 (?<=re) after text matching Ğreğ NOT SUPPORTED
81 (?<!re) after text not matching Ğreğ NOT SUPPORTED
82 re& before text matching Ğreğ NOT SUPPORTED vim
83 re@= before text matching Ğreğ NOT SUPPORTED vim
84 re@! before text not matching Ğreğ NOT SUPPORTED vim
85 re@<= after text matching Ğreğ NOT SUPPORTED vim
86 re@<! after text not matching Ğreğ NOT SUPPORTED vim
  /external/chromium_org/sdch/open-vcdiff/src/
vcdiffengine_test.cc 377 EncodeNothing(/* interleaved = */ false, /* target matching = */ false);
381 EncodeNothing(/* interleaved = */ true, /* target matching = */ false);
385 EncodeNothing(/* interleaved = */ false, /* target matching = */ true);
389 EncodeNothing(/* interleaved = */ true, /* target matching = */ true);
396 /* target matching = */ false);
408 /* target matching = */ false);
416 Encode(/* interleaved = */ false, /* target matching = */ false);
447 Encode(/* interleaved = */ true, /* target matching = */ false);
482 Encode(/* interleaved = */ false, /* target matching = */ true);
513 Encode(/* interleaved = */ true, /* target matching = */ true)
    [all...]
  /cts/tools/utils/cts/
tools.py 163 """Exclude all packages matching the given regular expression from the plan.
179 """Include all packages matching the given regular expressions in the plan.
227 """Get the value of the given attribute in the first matching tag.
234 The value of the given attribute in the first matching tag.
240 """Return the value of the given attribute in the first matching tag.
247 The value of the given attribute in the first matching tag.
  /external/chromium_org/third_party/icu/source/i18n/
nfsubs.h 171 * matching the string passed in, only rules with base values
173 * @param lenientParse If true and matching against rules fails,
174 * the substitution will also try matching the text against
181 * baseValue with whatever was returned from matching the
196 * the substitution and the one matching the substitution) or partial
199 * @param newRuleValue The value produced by matching this substitution
  /external/icu/icu4c/source/i18n/
nfsubs.h 171 * matching the string passed in, only rules with base values
173 * @param lenientParse If true and matching against rules fails,
174 * the substitution will also try matching the text against
181 * baseValue with whatever was returned from matching the
196 * the substitution and the one matching the substitution) or partial
199 * @param newRuleValue The value produced by matching this substitution
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
string.c 187 /* Character class matching */
199 while (*pat && *pat != ']') { /* Matching */
225 /* Glob/lazy pattern matching */
230 /* Ignore spaces for lazy matching */
269 * strglobmatch - glob expression pattern matching
286 * strlazymatch - matching pattern strings lazily with glob pattern
  /frameworks/base/core/java/android/net/
NetworkTemplate.java 282 * Check if mobile network with matching IMSI.
286 // TODO: consider matching against WiMAX subscriber identity
296 * Check if mobile network classified 3G or lower with matching IMSI.
315 * Check if mobile network classified 4G with matching IMSI.
321 // TODO: consider matching against WiMAX subscriber identity
419 * For example, given an incoming template matching B, and the currently
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_constants.h 38 * A facility for performing regular expression pattern matching.
83 * Specifies that the matching of regular expressions against a character
165 * @name 5.2 Matching Rules
167 * Matching a regular expression against a sequence of characters [first,
192 * @brief This is a bitmask type indicating regex matching rules.
201 * The default matching rules.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_constants.h 38 * A facility for performing regular expression pattern matching.
83 * Specifies that the matching of regular expressions against a character
165 * @name 5.2 Matching Rules
167 * Matching a regular expression against a sequence of characters [first,
192 * @brief This is a bitmask type indicating regex matching rules.
201 * The default matching rules.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_constants.h 38 * A facility for performing regular expression pattern matching.
83 * Specifies that the matching of regular expressions against a character
165 * @name 5.2 Matching Rules
167 * Matching a regular expression against a sequence of characters [first,
192 * @brief This is a bitmask type indicating regex matching rules.
201 * The default matching rules.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_constants.h 38 * A facility for performing regular expression pattern matching.
83 * Specifies that the matching of regular expressions against a character
203 * @name 5.2 Matching Rules
205 * Matching a regular expression against a sequence of characters [first,
230 * @brief This is a bitmask type indicating regex matching rules.
239 * The default matching rules.
  /external/chromium_org/third_party/re2/util/
pcre.h 29 // "(?i)hello" -- (?i) turns on case-insensitive matching
33 // MATCHING INTERFACE:
45 // UTF-8 AND THE MATCHING INTERFACE:
52 // may depend on the UTF8 flag, so always use it when matching
61 // MATCHING WITH SUB-STRING EXTRACTION:
109 // Example: precompile pattern for faster matching:
199 // Interface for regular expression matching. Also corresponds to a
255 /***** The useful part: the matching interface *****/
384 // used to insert text matching corresponding parenthesized group
385 // from the pattern. \0 in "rewrite" refers to the entire matching
    [all...]
  /external/regex-re2/util/
pcre.h 29 // "(?i)hello" -- (?i) turns on case-insensitive matching
33 // MATCHING INTERFACE:
45 // UTF-8 AND THE MATCHING INTERFACE:
52 // may depend on the UTF8 flag, so always use it when matching
61 // MATCHING WITH SUB-STRING EXTRACTION:
109 // Example: precompile pattern for faster matching:
193 // Interface for regular expression matching. Also corresponds to a
249 /***** The useful part: the matching interface *****/
378 // used to insert text matching corresponding parenthesized group
379 // from the pattern. \0 in "rewrite" refers to the entire matching
    [all...]
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiSelector.java 109 * argument. Matching is case-sensitive.
138 * The matching is case-insensitive.
152 * The matching is case-sensitive.
209 * Matching is case-sensitive.
249 * Matching is case-insensitive.
270 * Matching is case-insensitive.
310 * be used as a last resort for matching. Instead,
355 * than one matching widget, the first widget in the tree
374 * than one matching widget, the first widget in the tree
393 * than one matching widget, the first widget in the tre
    [all...]
  /external/llvm/docs/CommandGuide/
FileCheck.rst 1 FileCheck - Flexible pattern matching file verifier
17 using :program:`grep`, but it is optimized for matching multiple different
224 occurrences matching ``CHECK-DAG:`` before ``CHECK-NOT:`` must not fall behind
225 occurrences matching ``CHECK-DAG:`` after ``CHECK-NOT:``. For example,
281 or more ``CHECK:`` directives may inadvertently succeed by matching lines in a
293 preventing a ``CHECK:`` directive in one block matching a line in another block.
328 FileCheck Pattern Matching Syntax
332 For most uses of FileCheck, fixed string matching is perfectly sufficient. For
333 some things, a more flexible form of matching is desired. To support this,
334 FileCheck allows you to specify regular expressions in matching strings
    [all...]

Completed in 2453 milliseconds

<<11121314151617181920>>