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

1 2 3 4 5 6 7 8 91011>>

  /external/regex-re2/re2/
set.h 32 // Compile prepares the Set for matching.
39 // If so, it fills v with the indices of the matching regexps.
prefilter_tree.h 9 // matches from a string matching engine, PrefilterTree deduces the
10 // set of regexps that are to be triggered. The 'string matching
14 // matching.
41 // The caller should use the returned set of strings to do string matching.
60 // passing the matching trigger information along the tree.
87 // Given the matching atoms, find the regexps to be triggered.
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldAndroidRegexTest.java 127 // Begins with non-matching text, ends with matching text
134 // Begins with matching text, ends with non-matching text
143 // Begins with non-matching text, ends with matching text
150 // Begins with matching text, ends with non-matching text
  /packages/apps/InCallUI/src/com/android/incallui/
InCallUIMaterialColorMapUtils.java 26 * defined in the background_colors array, so first search the list for the matching color and
27 * fall back to the closest matching color if an exact match does not exist.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ClassPrepareTest.java 114 * matching exactly.
124 * matching the former part.
133 * matching the latter part.
183 * matching exactly.
192 * matching the former part.
201 * matching the latter part.
  /external/chromium_org/third_party/re2/re2/
prefilter_tree.h 9 // matches from a string matching engine, PrefilterTree deduces the
10 // set of regexps that are to be triggered. The 'string matching
14 // matching.
44 // The caller should use the returned set of strings to do string matching.
63 // passing the matching trigger information along the tree.
90 // Given the matching atoms, find the regexps to be triggered.
  /external/llvm/lib/Support/
TargetRegistry.cpp 74 const Target *Matching = nullptr;
78 if (Matching) {
80 Matching->Name + "\" and \"" + it->Name + "\"";
83 Matching = &*it;
87 if (!Matching) {
93 return Matching;
  /external/pcre/dist/doc/html/
pcre_dfa_exec.html 44 string, using an alternative matching algorithm that scans the subject string
46 matching function is <b>pcre[16|32]_exec()</b>. The arguments for this function
54 <i>startoffset</i> Offset in the subject at which to start matching
95 There are restrictions on what may appear in a pattern when using this matching
98 documentation. For details of partial matching, see the
117 matching function, the <i>match_limit</i> and <i>match_limit_recursion</i> fields
  /external/pcre/dist/doc/
pcre_dfa_exec.3 30 string, using an alternative matching algorithm that scans the subject string
32 matching function is \fBpcre[16|32]_exec()\fP. The arguments for this function
40 \fIstartoffset\fP Offset in the subject at which to start matching
81 There are restrictions on what may appear in a pattern when using this matching
86 documentation. For details of partial matching, see the
106 matching function, the \fImatch_limit\fP and \fImatch_limit_recursion\fP fields
pcrecompat.3 36 own, matching a non-newline character, is supported.) In fact these are
38 matching engine. If any of these are encountered by PCRE, an error is
70 feature allows an external function to be called during pattern matching. See
110 strings when part of a pattern is repeated. For example, matching "aba" against
134 affected when case-independent matching is specified. For example, \ep{Lu}
159 (e) PCRE_ANCHORED can be used at matching time to force a pattern to be tried
160 only at the first matching position in the subject string.
170 (i) The partial matching facility is PCRE-specific.
176 (k) The alternative matching functions (\fBpcre_dfa_exec()\fP,
pcreposix.3 99 compiled with this flag is passed to \fBregexec()\fP for matching, the
120 strings used for matching it to be treated as UTF-8 strings. Note that REG_UTF8
141 .SH "MATCHING NEWLINE CHARACTERS"
147 possibilities for matching newline characters in PCRE:
169 newline from matching [^a].
176 .SH "MATCHING A PATTERN"
186 The PCRE_NOTBOL option is set when calling the underlying PCRE matching
191 The PCRE_NOTEMPTY option is set when calling the underlying PCRE matching
197 The PCRE_NOTEOL option is set when calling the underlying PCRE matching
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiCollection.java 39 * It looks for any child matching the <code>childPattern</code> argument that has
74 * It looks for any child matching the <code>childPattern</code> argument that has
96 * It looks for any child matching the <code>childPattern</code> argument that has
129 * Counts child UI element instances matching the <code>childPattern</code>
130 * argument. The method returns the number of matching UI elements that are
134 * @param childPattern a {@link UiSelector} that represents the matching child UI
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 1 """ParenMatch -- An IDLE extension for parenthesis matching.
4 paren. Paren here is used generically; the matching applies to
15 """Highlight matching parentheses
17 There are three supported style of paren matching, based loosely
24 default -- When a right paren is typed, highlight the matching
36 matching paren is highlighted whenever the cursor is immediately
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_matcher.py 1 """A bottom-up tree matching algorithm implementation meant to speed
2 up 2to3's matching process. After the tree patterns are reduced to
6 matching. This reduces significantly the number of candidate nodes."""
18 """Class for a node of the Aho-Corasick automaton used in matching"""
40 appended on the matching states and called when they are
125 #matching failed, reset automaton
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 1 """ParenMatch -- An IDLE extension for parenthesis matching.
4 paren. Paren here is used generically; the matching applies to
15 """Highlight matching parentheses
17 There are three supported style of paren matching, based loosely
24 default -- When a right paren is typed, highlight the matching
36 matching paren is highlighted whenever the cursor is immediately
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_matcher.py 1 """A bottom-up tree matching algorithm implementation meant to speed
2 up 2to3's matching process. After the tree patterns are reduced to
6 matching. This reduces significantly the number of candidate nodes."""
18 """Class for a node of the Aho-Corasick automaton used in matching"""
40 appended on the matching states and called when they are
125 #matching failed, reset automaton
  /external/clang/test/SemaCXX/
cxx1y-deduced-return-type.cpp 148 int &check1 = take_fn(arg_single); // expected-error {{no matching}} expected-note@-2 {{couldn't infer}}
150 int &check3 = take_fn<int>(arg_single); // expected-error {{no matching}} expected-note@-4{{no overload of 'arg_single'}}
152 long &check5 = take_fn(arg_multi); // expected-error {{no matching}} expected-note@-6 {{couldn't infer}}
154 long &check7 = take_fn<long>(arg_multi); // expected-error {{no matching}} expected-note@-8{{no overload of 'arg_multi'}}
170 g<int>(f); // expected-error {{no matching function}}
171 g(f); // expected-error {{no matching function}}
183 g<int>(f); // expected-error {{no matching function}}
184 g(f); // expected-error {{no matching function}}
197 g(f); // expected-error {{no matching function}}
221 int &g(int (*f)()); // expected-note {{not viable: no overload of 'f' matching 'int (*)()'}
    [all...]
cxx0x-initializer-constructor.cpp 130 B b2{{1, 1.0, 4}, 2, {3, 4}}; // expected-error {{no matching constructor for initialization of 'objects::B'}}
141 ov1({1}); // expected-error {{no matching function}}
163 G g1{1, 2, 3}; // expected-error {{no matching constructor}}
164 (void) new G{1, 2, 3}; // expected-error {{no matching constructor}}
165 (void) G{1, 2, 3} // expected-error {{no matching constructor}}
173 H h1({1, 2}); // expected-error {{no matching constructor}}
174 (void) new H({1, 2}); // expected-error {{no matching constructor}}
176 (void) H({1, 2}); // expected-error {{no matching conversion}}
325 ref_w({1}); // expected-error {{no matching function}}
349 ref_w({1}); // expected-error {{no matching function}
    [all...]
  /external/chromium_org/third_party/skia/include/views/
SkEvent.h 26 * the eventsink matching the target ID (if not 0), or the target proc is
65 * the eventsink matching the targetID (if not 0), or the target proc is
75 * the eventsink matching the targetID (if not 0), or the target proc is
88 * the eventsink matching the targetID (if not 0), or the target proc is
98 * the eventsink matching the targetID (if not 0), or the target proc is
118 in value (if value is non-null). If there is no matching named field, return false
123 in value (if value is non-null). If there is no matching named field, return false
129 If there is no matching named field, return false and ignore the value and count parameters.
132 /** Return the value of the named string field, or if no matching named field exists, return null.
136 in value (if value is non-null). If there is no matching named field, return fals
    [all...]
  /external/skia/include/views/
SkEvent.h 26 * the eventsink matching the target ID (if not 0), or the target proc is
65 * the eventsink matching the targetID (if not 0), or the target proc is
75 * the eventsink matching the targetID (if not 0), or the target proc is
88 * the eventsink matching the targetID (if not 0), or the target proc is
98 * the eventsink matching the targetID (if not 0), or the target proc is
118 in value (if value is non-null). If there is no matching named field, return false
123 in value (if value is non-null). If there is no matching named field, return false
129 If there is no matching named field, return false and ignore the value and count parameters.
132 /** Return the value of the named string field, or if no matching named field exists, return null.
136 in value (if value is non-null). If there is no matching named field, return fals
    [all...]
  /external/chromium_org/chrome/browser/apps/
app_url_redirector_browsertest.cc 32 // The |launcher_page| is supposed to trigger a navigation matching one of the
65 // The |launcher| is supposed to trigger a navigation matching one of the
319 // matching url_handlers.
332 // matching url_handlers.
345 // matching url_handlers.
358 // matching url_handlers.
371 // another app that has matching url_handlers.
385 // another app that has matching url_handlers.
412 // even when there are other (or the same) apps that have matching url_handlers.
431 // even when there are other (or the same) apps that have matching url_handlers
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
perf-probe.txt 126 'FUNC' specifies a probed function name, and it may have one of the following options; '+OFFS' is the offset from function entry address in bytes, ':RLN' is the relative-line number from function entry line, and '%return' means that it probes function return. And ';PTN' means lazy matching pattern (see LAZY MATCHING). Note that ';PTN' must be the end of the probe point definition. In addition, '@SRC' specifies a source file which has that function.
127 It is also possible to specify a probe point by the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is the source file path, ':ALN' is the line number and ';PTN' is the lazy matching pattern.
153 LAZY MATCHING
155 The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and target. So this accepts wildcards('*', '?') and character classes(e.g. [a-z], [!A-Z]).
160 This provides some sort of flexibility and robustness to probe point definitions against minor code changes. For example, actual 10th line of schedule() can be moved easily by modifying schedule(), but the same line matching 'rq=cpu_rq*' may still exist in the function.)
164 The filter pattern is a glob matching pattern(s) to filter variables.
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service.h 69 // Removes sync item matching |id|.
75 // Returns the existing sync item matching |id| or NULL.
143 // Removes sync item matching |id|.
180 // Deletes a SyncItem matching |specifics|.
191 // Returns true if an extension matching |id| exists and was installed by
  /external/chromium_org/chrome/utility/image_writer/
image_writer_mac.cc 34 CFMutableDictionaryRef matching = IOServiceMatching(kIOMediaClass); local
35 CFDictionaryAddValue(matching, CFSTR(kIOMediaWholeKey), kCFBooleanTrue);
36 CFDictionaryAddValue(matching, CFSTR(kIOMediaWritableKey), kCFBooleanTrue);
37 CFDictionaryAddValue(matching, CFSTR(kIOBSDNameKey), cf_bsd_name);
40 IOServiceGetMatchingService(kIOMasterPortDefault, matching);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
matchbrackets.js 17 var matching = {"(": ")>", ")": "(<", "[": "]>", "]": "[<", "{": "}>", "}": "{<"};
21 var match = (pos >= 0 && matching[line.text.charAt(pos)]) || matching[line.text.charAt(++pos)];
57 var match = matching[ch];
68 // Disable brace matching in long lines, since it'll cause hugely slow updates

Completed in 2415 milliseconds

1 2 3 4 5 6 7 8 91011>>