/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/regex-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. 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.
|
/frameworks/testing/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. 142 // Removes sync item matching |id|. 179 // Deletes a SyncItem matching |specifics|. 190 // Returns true if an extension matching |id| exists and was installed by
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
matchbrackets.js | 14 var matching = {"(": ")>", ")": "(<", "[": "]>", "]": "[<", "{": "}>", "}": "{<"}; 18 var match = (pos >= 0 && matching[line.text.charAt(pos)]) || matching[line.text.charAt(++pos)]; 50 var match = matching[ch]; 60 // Disable brace matching in long lines, since it'll cause hugely slow updates
|
/external/libcxx/test/localization/locale.categories/ |
__scan_keyword.pass.cpp | 21 // matching keyword. If the longer matching keyword ends up not matching, then 23 // Else an iterator pointing to the matching keyword is found. If more than 24 // one keyword matches, an iterator to the first matching keyword is returned.
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SetAlpha.3 | 36 The source is alpha-blended with the destination using the per-surface alpha value\&. If \fBSDL_SRCCOLORKEY\fP is set, only the pixels not matching the colorkey value are copied\&. The alpha channel of the copied pixels is set to opaque\&. 39 The RGB data is copied from the source and the alpha value of the copied pixels is set to opaque\&. If \fBSDL_SRCCOLORKEY\fP is set, only the pixels not matching the colorkey value are copied\&. 45 The RGBA data is copied to the destination surface\&. If \fBSDL_SRCCOLORKEY\fP is set, only the pixels not matching the colorkey value are copied\&. 48 The source is alpha-blended with the destination using the per-surface alpha value\&. If \fBSDL_SRCCOLORKEY\fP is set, only the pixels not matching the colorkey value are copied\&. 51 The RGB data is copied from the source\&. If \fBSDL_SRCCOLORKEY\fP is set, only the pixels not matching the colorkey value are copied\&.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/ |
__scan_keyword.pass.cpp | 21 // matching keyword. If the longer matching keyword ends up not matching, then 23 // Else an iterator pointing to the matching keyword is found. If more than 24 // one keyword matches, an iterator to the first matching keyword is returned.
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
VeiledAddressMatcher.java | 42 * Resource that specifies whether veiled address matching is enabled. 66 * Private object that does the actual matching. 71 * True if veiled address matching is enabled, false otherwise. 107 // Since we have a non-empty pattern now, enable pattern matching. 144 // Veiled address matching is explicitly disabled: Match nothing.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
search.h | 84 /* Search for entry matching ITEM.key in internal hash table. If 128 /* Search for an entry matching the given KEY in the tree pointed to 133 /* Search for an entry matching the given KEY in the tree pointed to 134 by *ROOTP. If no matching entry is available return NULL. */ 138 /* Remove the element matching KEY from the tree pointed to by *ROOTP. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
search.h | 84 /* Search for entry matching ITEM.key in internal hash table. If 128 /* Search for an entry matching the given KEY in the tree pointed to 133 /* Search for an entry matching the given KEY in the tree pointed to 134 by *ROOTP. If no matching entry is available return NULL. */ 138 /* Remove the element matching KEY from the tree pointed to by *ROOTP. */
|
/external/icu/icu4c/source/i18n/unicode/ |
uregex.h | 55 /** Enable case insensitive matching. @stable ICU 2.4 */ 61 /** If set, '.' matches line terminators, otherwise '.' matching stops at line end. 70 * on matching when used in conjunction with this flag. 114 * matching operations. 120 * @param flags Flags that alter the default matching behavior for 143 * matching operations. 150 * @param flags Flags that alter the default matching behavior for 170 * handle can then be used to perform various matching operations. 177 * @param flags Flags that alter the default matching behavior for 306 * Regular expression matching operations work directly on the application' [all...] |
/external/owasp/sanitizer/src/main/org/owasp/html/ |
HtmlPolicyBuilder.java | 320 .matching(AttributePolicy.REJECT_ALL_ATTRIBUTE_POLICY); 645 * Multiple calls to {@code matching} are combined so that the policies 649 public AttributeBuilder matching(AttributePolicy policy) { method in class:HtmlPolicyBuilder.AttributeBuilder 656 * matching the pattern. 657 * Multiple calls to {@code matching} are combined to restrict to the 660 public AttributeBuilder matching(final Pattern pattern) { method in class:HtmlPolicyBuilder.AttributeBuilder 661 return matching(new AttributePolicy() { 671 * matching the given predicate. 672 * Multiple calls to {@code matching} are combined to restrict to the 675 public AttributeBuilder matching( method [all...] |
/art/runtime/ |
utf-inl.h | 58 // Matching 1-byte values. 61 // Non-matching values. 74 // Non-matching or multi-byte values.
|
/external/chromium_org/chrome/browser/notifications/ |
notification_test_util.h | 99 // Removes any notifications matching the supplied ID, either currently 109 // Removes notifications matching the |source_origin| (which could be an 113 // Removes notifications matching |profile|. Returns true if any were removed.
|