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

<<11121314151617181920>>

  /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/chromium_org/third_party/icu/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/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/ash/touch/
touchscreen_util.cc 76 VLOG(2) << "No matching display for touch_device_id " << devices[i].id
81 // Sometimes we can't find a matching screen for the touchscreen, e.g.
95 VLOG(2) << "Arbitrarily matching touchscreen "
  /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.
  /external/chromium_org/chrome/browser/ui/
browser_finder.h 25 // Retrieve the last active tabbed browser with a profile matching |profile|.
26 // If |match_original_profiles| is true, matching is done based on the
28 // browser->profile()->GetOriginalProfile(). This has the effect of matching
  /external/chromium_org/components/password_manager/core/browser/
password_form_manager.h 47 // completely matching.
69 // Retrieves potential matching logins from the database.
77 // from the PasswordStore and completed its matching phase. Note that the
83 // before the db has had time to answer with matching password entries.
86 // in a loop and wait for matching to complete; you're (supposed to be) on
99 // origin matching of the public suffix, instead of the signon realm of the
194 // you get Choose, if user selects an entry from matching against the Public
237 // Updates the form managed by this object, as well as any matching forms
313 // matching login information from password store.
316 POST_MATCHING_PHASE // We've queried the DB and processed matching
    [all...]
  /external/chromium_org/extensions/common/api/
app_runtime.idl 28 // matching file handler in the <code>file_handlers</code> manifest key.
31 // The URL for the <code>onLaunched</code> event triggered by a matching
36 // matching URL handler in the <code>url_handlers</code> manifest key.
  /external/chromium_org/testing/iossim/
iossim.gyp 50 # -C <regex> only displays classes matching regular expression.
71 # -C <regex> only displays classes matching regular expression.
113 # -C <regex> only displays classes matching regular expression.
  /external/clang/test/SemaCXX/
dcl_init_aggr.cpp 52 TooFewError too_few_error = { 1 }; // expected-error{{no matching constructor}}
55 TooFewError too_few_error2[2] = { 1 }; // expected-error{{no matching constructor}}
57 NoDefaultConstructor too_few_error3[3] = { }; // expected-error {{no matching constructor}} expected-note {{implicit initialization of array element 0}}
overload-call.cpp 225 derived4(a); // expected-error{{no matching function for call to 'derived4}}
242 derived5(a); // expected-error{{no matching function for call to 'derived5}}
331 foo(4, "hello"); //expected-error {{no matching function for call to 'foo'}}
332 bar(); //expected-error {{no matching function for call to 'bar'}}
333 baz(3, 4, 5); // expected-error {{no matching function for call to 'baz'}}
363 foo(P); // expected-error {{no matching function for call to 'foo'}}
364 foo(*P); // expected-error {{no matching function for call to 'foo'}}
389 foo(a); // expected-error {{no matching function for call}}
421 f1(x0); // expected-error{{no matching function for call}}
423 f1(x1); // expected-error{{no matching function for call}
    [all...]
vector-casts.cpp 27 (void)(S)v2si; // expected-error {{no matching conversion for C-style cast from '__v2si' (vector of 2 'int' values) to 'S'}}
61 (void) threeToFour(v); // expected-error {{no matching function for call}}
64 (void) fourToThree(v); // expected-error {{no matching function for call}}
  /external/clang/test/SemaObjCXX/
blocks.mm 16 return bar3(objectCreationBlock); // expected-error{{no matching}}
21 return bar4(objectCreationBlock); // expected-error{{no matching}}
119 f(^(B* b) { return 0; }); // expected-error {{no matching function for call to 'f'}}
  /external/iptables/extensions/
libxt_conntrack.man 28 Matching against port ranges is only supported in kernel versions above 2.6.38.
64 A virtual state, matching if the original source address differs from the reply
68 A virtual state, matching if the original destination differs from the reply
libxt_set.man 20 supports the \fBnomatch\fP flag, then the matching is reversed: a match
26 byte counters of the matching element in the set won't be updated. Default
31 byte counters of the matching element in the member set of a list type of
  /external/owasp/sanitizer/distrib/javadoc/index-files/
index-12.html 95 <DT><A HREF="../org/owasp/html/HtmlPolicyBuilder.AttributeBuilder.html#matching(org.owasp.html.AttributePolicy)"><B>matching(AttributePolicy)</B></A> -
99 <DT><A HREF="../org/owasp/html/HtmlPolicyBuilder.AttributeBuilder.html#matching(java.util.regex.Pattern)"><B>matching(Pattern)</B></A> -
102 matching the pattern.
103 <DT><A HREF="../org/owasp/html/HtmlPolicyBuilder.AttributeBuilder.html#matching(com.google.common.base.Predicate)"><B>matching(Predicate&lt;? super String&gt;)</B></A> -
106 matching the given predicate.
107 <DT><A HREF="../org/owasp/html/HtmlPolicyBuilder.AttributeBuilder.html#matching(boolean, java.lang.String...)"><B>matching(boolean, String...)</B></A> -
    [all...]
  /external/pcre/dist/doc/
pcre_exec.3 27 string, using a matching algorithm that is similar to Perl's. It returns
35 \fIstartoffset\fP Offset in the subject at which to start matching
72 For details of partial matching, see the
pcre_jit_exec.3 31 matching algorithm that is similar to Perl's. It is a "fast path" interface to
41 start matching
69 is never applied. For details of partial matching, see the

Completed in 868 milliseconds

<<11121314151617181920>>