Searched refs:match (Results 201 - 225 of 1089) sorted by relevance

1234567891011>>

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DSIPETagParser.java76 this.lexer.match(TokenTypes.ID);
82 this.lexer.match('\n');
H A DSIPIfMatchParser.java76 this.lexer.match(TokenTypes.ID);
82 this.lexer.match('\n');
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DPCalledPartyIDParser.java73 this.lexer.match(TokenTypes.P_CALLED_PARTY_ID);
75 this.lexer.match(':');
H A DPPreferredIdentityParser.java69 this.lexer.match(TokenTypes.P_PREFERRED_IDENTITY);
71 this.lexer.match(':');
H A DPProfileKeyParser.java56 this.lexer.match(TokenTypes.P_PROFILE_KEY);
58 this.lexer.match(':');
/external/oprofile/libutil++/
H A Dgeneric_spec.h3 * Container holding an item or a special "match all" item
31 * build a default spec which match anything
52 /// return true if rhs match this spec. Sub part of PP:3.24
53 bool match(T const & rhs) const { function in class:generic_spec
57 /// return true if rhs match this spec. Sub part of PP:3.24
58 bool match(generic_spec<T> const & rhs) const { function in class:generic_spec
/external/v8/test/mjsunit/third_party/
H A Darray-isarray.js37 assertTrue(Array.isArray('abc'.match(/(a)*/g)));
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
H A Dbinding-001.js65 var match = e.toString().search(/ReferenceError/);
66 actual = (match > -1);
H A Dregress-95101.js56 var match = e.toString().search(/ReferenceError/);
57 actual = (match > -1);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
H A D15.10.6.2-1.js29 * Performs a regular expression match of string against the regular
31 * the match, or null if the string did not match.
54 * there is a match; not from i to i+1, but from i to "endIndex" e:
59 * first match 'a b'. The next match will begin AFTER this, and so
81 actualmatch = string.match(pattern);
89 actualmatch = string.match(pattern);
H A Dregress-216591.js62 actualmatch = string.match(pattern);
81 actualmatch = string.match(pattern);
H A Dregress-220367-001.js62 actualmatch = string.match(pattern);
69 actualmatch = string.match(pattern);
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/String/
H A Dmatch.js23 Filename: match.js
24 Description: 'This tests the new String object method: match'
33 var TITLE = 'String:match';
35 writeHeaderToLog('Executing script: match.js');
44 testcases[count++] = new TestCase( SECTION, "aString.match(/is.*test/) ", String(["is is a test"]), String(aString.match(/is.*test/)));
45 testcases[count++] = new TestCase( SECTION, "aString.match(/s.*s/) ", String(["s is a test s"]), String(aString.match(/s.*s/)));
/external/apache-http/src/org/apache/http/cookie/
H A DCookieSpec.java97 boolean match(Cookie cookie, CookieOrigin origin); method in interface:CookieSpec
/external/apache-http/src/org/apache/http/impl/cookie/
H A DAbstractCookieAttributeHandler.java45 public boolean match(final Cookie cookie, final CookieOrigin origin) { method in class:AbstractCookieAttributeHandler
46 // Always match
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509CertStoreSelector.java21 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/
H A Dautocomplete_classifier.h30 // AutocompleteInput::allow_exact_keyword_match(). |match| should be a
31 // non-NULL outparam that will be set to the default match for this input, if
32 // any (for invalid input, there will be no default match, and |match| will be
40 AutocompleteMatch* match,
H A Dhistory_provider.h24 virtual void DeleteMatch(const AutocompleteMatch& match) OVERRIDE;
37 // Fixes up user URL input to make it more possible to match against. Among
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dfiletestcase.py80 match = self._EXPECTED_RE.search(line)
81 if match:
82 line = match.group('line')
83 msg_ids = match.group('msgs')
/external/elfutils/libdw/
H A Dlibdw_visit_scopes.c56 enum die_class { ignore, match, match_inline, walk, imported }; enumerator in enum:die_class
63 /* DIEs with addresses we can try to match. */
71 return match;
79 ? match_inline : match);
132 case match:
/external/elfutils/tests/
H A Dfind-prologues.c58 bool match; local
60 match = fnmatch (*argv, name, 0) == 0;
61 while (!match && *++argv);
62 if (!match)
H A Dfuncretval.c58 bool match; local
60 match = fnmatch (*argv, name, 0) == 0;
61 while (!match && *++argv);
62 if (!match)
/external/icu4c/test/cintltst/
H A Ducsdetst.c127 const UCharsetMatch *match; local
139 match = ucsdet_detect(csd, &status);
141 if (match == NULL) {
146 dLength = ucsdet_getUChars(match, detected, sLength, &status);
173 const UCharsetMatch *match; local
178 match = ucsdet_detect(csd, &status);
180 if (match == NULL) {
185 name = ucsdet_getName(match, &status);
186 conf = ucsdet_getConfidence(match, &status);
198 match
236 const UCharsetMatch *match; local
289 const UCharsetMatch *match; local
394 const UCharsetMatch *match; local
479 const UCharsetMatch *match; local
557 const UCharsetMatch *match; local
[all...]
/external/iptables/extensions/
H A Dlibipt_ah.c12 "ah match options:\n"
14 " match spi (range)\n");
55 static void ah_print(const void *ip, const struct xt_entry_match *match, argument
58 const struct ipt_ah *ah = (struct ipt_ah *)match->data;
68 static void ah_save(const void *ip, const struct xt_entry_match *match) argument
70 const struct ipt_ah *ahinfo = (struct ipt_ah *)match->data;
H A Dlibxt_dscp.c33 "dscp match options\n"
74 "DSCP match: Parameter --dscp is required");
78 dscp_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
81 (const struct xt_dscp_info *)match->data;
82 printf(" DSCP match %s0x%02x", dinfo->invert ? "!" : "", dinfo->dscp);
85 static void dscp_save(const void *ip, const struct xt_entry_match *match) argument
88 (const struct xt_dscp_info *)match->data;

Completed in 904 milliseconds

1234567891011>>