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

<<11121314151617181920>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
CollectionStore.java 30 * @param selector the selector to match against.
48 if (selector.match(obj))
  /external/clang/test/CXX/except/except.spec/
p3.cpp 25 extern void (*r5)(); // expected-error {{exception specification in declaration does not match}}
33 extern void (*r7)() throw(float); // expected-error {{exception specification in declaration does not match}}
54 extern void (*r12)() noexcept(false); // expected-error {{does not match}}
62 extern void (*r14)() noexcept(false); // expected-error {{does not match}}
74 extern void (*r17)() noexcept(false); // expected-error {{does not match}}
91 extern void (*r20)() noexcept(false); // expected-error {{does not match}}
94 extern void (*r21)() noexcept(true); // expected-error {{does not match}}
97 // As a very special workaround, we allow operator new to match no spec
  /external/iptables/extensions/
libxt_dccp.man 7 Match when the DCCP packet type is one of 'mask'. 'mask' is a comma-separated
12 Match if DCP option set.
libxt_multiport.c 25 "multiport match options:\n"
28 " match source port(s)\n"
31 " match destination port(s)\n"
33 " match both source and destination port(s)\n"
40 "multiport match options:\n"
43 " match source port(s)\n"
46 " match destination port(s)\n"
48 " match both source and destination port(s)\n");
281 __multiport_print(const struct xt_entry_match *match, int numeric,
285 = (const struct xt_multiport *)match->data
    [all...]
libxt_osf.c 38 printf("OS fingerprint match options:\n"
39 "[!] --genre string Match a OS genre by passive fingerprinting.\n"
44 "--log level Log determined genres into dmesg even if they do not match desired one:\n"
84 static void osf_print(const void *ip, const struct xt_entry_match *match, int numeric)
86 const struct xt_osf_info *info = (const struct xt_osf_info*) match->data;
88 printf(" OS fingerprint match %s%s", (info->flags & XT_OSF_INVERT) ? "! " : "", info->genre);
91 static void osf_save(const void *ip, const struct xt_entry_match *match)
93 const struct xt_osf_info *info = (const struct xt_osf_info*) match->data;
libip6t_eui64.man 4 bit is not compared. This module doesn't match other link layer frame, and
  /external/llvm/include/llvm/Support/
Regex.h 32 /// expressions and '.' never match newline. A ^ anchor matches the
50 /// matches it contains. The number filled in by match will include this
54 /// matches - Match the regex against a given \arg String.
56 /// \param Matches - If given, on a successful match this will be filled in
60 /// This returns true on a successful match.
61 bool match(StringRef String, SmallVectorImpl<StringRef> *Matches = 0);
63 /// sub - Return the result of replacing the first match of the regex in
65 /// replacement string are replaced with the appropriate match substring.
  /external/ppp/pppd/plugins/radius/etc/
realms 19 # Any realms that do not match in the realms file automatically fall
22 # DEFAULT realm match, above.
  /external/regex-re2/re2/
prog.h 52 kInstAltMatch, // Alt: out_ is [00-FF] and back, out1_ is match; or vice versa.
56 kInstMatch, // found a match!
58 kInstFail, // never match; occasionally unavoidable
113 // Does this inst (an kInstByteRange) match c?
154 // Match ID to identify this match (for re2::Set).
175 kUnanchored, // match anywhere
176 kAnchored, // match only starting at beginning of text
179 // Kind of match to look for (for anchor != kFullMatch)
182 // match but still makes its submatch choices the wa
    [all...]
  /external/v8/test/mjsunit/
regexp-standalones.js 36 var result = string.match(pattern);
42 result = string.match(pattern);
49 result = string.match(pattern);
54 result = string.match(pattern);
61 result = string.match(pattern);
66 result = string.match(pattern);
71 result = string.match(pattern);
76 result = string.match(pattern);
  /external/webkit/LayoutTests/fast/encoding/resources/
%25%u0435 0 %xx%%%ulike.html 4 if (document.URL.match('%25.*html') == '%2525%u0435%200%20%xx%25%%ulike.html' ||
5 document.URL.match('%25.*html') == '%25%u0435 0 %xx%%%ulike.html')
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
regress-001.js 5 * JS regexp anchoring on empty match bug
13 var TITLE = "JS regexp anchoring on empty match bug";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-72964.js 45 // 4 low Unicode chars = Latin1; whole string should match
48 actualmatch = string.match(pattern);
52 // Now put a space in the middle; first half of string should match
55 actualmatch = string.match(pattern);
60 // 4 high Unicode chars = non-Latin1; whole string should match
63 actualmatch = string.match(pattern);
67 // Now put a space in the middle; first half of string should match
70 actualmatch = string.match(pattern);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
RegExp_object.js 44 testcases[count++] = new TestCase ( SECTION, "'Test SSN is 123-34-4567'.match(SSN_pattern))",
45 String(["123-34-4567"]), String('Test SSN is 123-34-4567'.match(SSN_pattern)));
48 testcases[count++] = new TestCase ( SECTION, "'Test SSN is 123-34-4567'.match(SSN_pattern))",
49 String(["123-34-4567"]), String('Test SSN is 123-34-4567'.match(SSN_pattern)));
53 testcases[count++] = new TestCase ( SECTION, "'Our phone number is (408)345-2345.'.match(PHONE_pattern))",
54 String(["(408)345-2345","408","345","2345"]), String('Our phone number is (408)345-2345.'.match(PHONE_pattern)));
57 testcases[count++] = new TestCase ( SECTION, "'The phone number is 408-345-2345!'.match(PHONE_pattern))",
58 String(["408-345-2345","408","345","2345"]), String('The phone number is 408-345-2345!'.match(PHONE_pattern)));
  /cts/tests/src/android/renderscript/cts/
shared.rsh 24 /* These constants must match those in UnitTest.java */
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv6/
ip6t_owner.h 25 u_int8_t match, invert; member in struct:ip6t_owner_info
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509CertStoreSelector.java 21 public boolean match(Object obj) method in class:X509CertStoreSelector
30 return super.match(other);
33 public boolean match(Certificate cert) method in class:X509CertStoreSelector
35 return match((Object)cert);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_controller_delegate.h 12 // |default_match_changed| is true, the default match of the result set has
  /external/chromium/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/
contentscript.js 7 matches = document.body.innerText.match(regex);
  /external/clang/test/Parser/
cuda-kernel-call.cu 7 foo<<<1; // expected-error {{expected '>>>'}} expected-note {{to match this '<<<'}}
objc-boxing.m 25 // expected-note {{to match this '('}}
objcxx-at.mm 12 struct Y { // expected-note{{to match this '{'}}
  /external/clang/test/SemaCXX/
attr-visibility.cpp 14 __attribute__((visibility("default"))) // expected-error {{visibility does not match previous declaration}}
  /external/clang/test/SemaObjC/
property-3.m 12 @property (readonly) id d1; // expected-warning {{attribute 'readonly' of property 'd1' restricts attribute 'readwrite' of property inherited from 'I'}} expected-warning {{property 'd1' 'copy' attribute does not match the property inherited from 'I'}}
  /external/icu4c/i18n/
strmatch.h 29 * output. Since the match text may contain flexible match elements,
30 * such as UnicodeSets, the emitted text is not the match pattern, but
32 * convention, the output text is the leftmost match seen up to this
105 * than offset for a forward direction match, less than offset for
106 * a backward direction match. The last character to be
113 * @return a match degree value indicating a full match, a partial
114 * match, or a mismatch. If incremental is FALSE then
133 * Returns TRUE if this matcher will match a character c, where
    [all...]

Completed in 452 milliseconds

<<11121314151617181920>>