HomeSort by relevance Sort by last modified time
    Searched refs:match (Results 276 - 300 of 1779) sorted by null

<<11121314151617181920>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
ViaParser.java 56 lexer.match(TokenTypes.ID);
61 lexer.match('/');
63 lexer.match(TokenTypes.ID);
70 lexer.match('/');
72 lexer.match(TokenTypes.ID);
149 lexer.match(LexerCore.ID);
172 lexer.match(LexerCore.ID);
203 this.lexer.match(TokenTypes.VIA);
205 this.lexer.match(':'); // expect a colon.
220 this.lexer.match('\n')
    [all...]
RetryAfterParser.java 95 this.lexer.match(';');
97 lexer.match(TokenTypes.ID);
101 this.lexer.match('=');
114 this.lexer.match('=');
116 lexer.match(TokenTypes.ID);
  /external/webkit/Source/WebKit/chromium/src/gtk/
WebFontInfo.cpp 152 FcPattern* match = FcFontMatch(0, pattern, &result); local
157 if (!match) {
158 FcPatternDestroy(match);
165 if (FcPatternGetBool(match, FC_ANTIALIAS, 0, &b) == FcResultMatch)
167 if (FcPatternGetBool(match, FC_EMBEDDED_BITMAP, 0, &b) == FcResultMatch)
169 if (FcPatternGetBool(match, FC_AUTOHINT, 0, &b) == FcResultMatch)
171 if (FcPatternGetBool(match, FC_HINTING, 0, &b) == FcResultMatch)
173 if (FcPatternGetInteger(match, FC_HINT_STYLE, 0, &i) == FcResultMatch)
175 if (FcPatternGetInteger(match, FC_RGBA, 0, &i) == FcResultMatch) {
193 FcPatternDestroy(match);
    [all...]
  /bionic/libc/unistd/
getopt_long.c 168 * Returns -1 if short_too is set and the option does not match long_options.
176 int i, match; local
179 match = -1;
197 /* exact match */
198 match = i;
203 * a partial match of a single character.
208 if (match == -1) /* partial match */
209 match = i;
220 if (match != -1) { /* option found *
    [all...]
  /dalvik/tools/
deadcode.py 13 # Match lines like
48 # Match lines like:
76 match = codes.find(method, start)
78 if match is -1:
82 startOfLine = codes.rfind("\n", 0, match) + 1
87 if codes.find("invoke", startOfLine, match) is not -1:
90 start = match + len(method)
  /external/chromium/chrome/browser/content_settings/
content_settings_pattern.cc 77 const size_t match = local
80 return (match != std::string::npos) &&
81 (match == 0 || host[match - 1] == '.') &&
82 (match + pattern_.length() - kDomainWildcardLength == host.length());
  /external/iproute2/include/
ip6tables.h 11 struct ip6tables_match *match; member in struct:ip6tables_rule_match
23 /* Size of match data. */
26 /* Size of match data relevent for userspace comparison purposes */
32 /* Initialize the match. */
40 struct ip6t_entry_match **match);
45 /* Prints out the match iff non-NULL: put space at end */
47 const struct ip6t_entry_match *match, int numeric);
51 const struct ip6t_entry_match *match);
134 extern struct ip6tables_match *find_match(const char *name, enum ip6t_tryload, struct ip6tables_rule_match **match);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-165353.js 61 actualmatch = string.match(pattern);
67 actualmatch = string.match(pattern);
73 actualmatch = string.match(pattern);
81 actualmatch = string.match(pattern);
88 actualmatch = string.match(pattern);
  /frameworks/base/tools/aapt/
ResourceFilter.cpp 51 // if it's a locale with a region, also match an unmodified locale of the
73 ResourceFilter::match(int axis, uint32_t value) const function in class:ResourceFilter
89 ResourceFilter::match(int axis, const ResTable_config& config) const function in class:ResourceFilter
91 return match(axis, AaptGroupEntry::getConfigValueForAxis(config, axis));
95 ResourceFilter::match(const ResTable_config& config) const function in class:ResourceFilter
98 if (!match(i, AaptGroupEntry::getConfigValueForAxis(config, i))) {
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 248 match('0');
287 match('0');
399 match("0x");
407 match("0X");
508 match('.');
558 match('.');
746 match('.');
    [all...]
  /external/iproute2/examples/diffserv/
Edge32-ca-u32 58 match ip tos 0x88 0xfc \
62 match ip tos 0x88 0xfc \
71 match ip tos 0x88 0xfc \
75 match ip tos 0x88 0xfc \
83 match ip tos 0x88 0xfc \
87 match ip tos 0x88 0xfc \
98 match ip tos 0x90 0xfc \
102 match ip tos 0x90 0xfc \
110 match ip tos 0x90 0xfc \
114 match ip tos 0x90 0xfc
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
MoveHandler.java 211 List<Match> horizontalMatches = findClosest(edge, mHorizontalEdges);
216 List<Match> verticalMatches = findClosest(edge, mVerticalEdges);
220 // Match center
226 // Match baseline
249 Match match = pickBestMatch(mHorizontalSuggestions); local
250 if (match != null) {
251 if (mHorizontalDeps.contains(match.edge.node)) {
252 match.cycle = true;
262 snapHorizontal(match.with, match.edge.at, mBounds)
    [all...]
ResizeHandler.java 218 Match match = pickBestMatch(mHorizontalSuggestions); local
219 if (match != null
220 && (!mSnap || Math.abs(match.delta) < BaseLayoutRule.getMaxMatchDistance())) {
221 if (mHorizontalDeps.contains(match.edge.node)) {
222 match.cycle = true;
225 snapHorizontal(hEdge, match.edge.at, newBounds);
228 mCurrentTopMatch = match;
230 mCurrentBottomMatch = match;
234 mCurrentTopMatch = match;
242 Match match = pickBestMatch(mVerticalSuggestions); local
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 564 assertTrue("Any certificate should match in the case of null "
566 .match(cert1)
567 && selector.match(cert2));
675 assertTrue("The certificate should match the selection criteria.",
676 selector.match(cert_1));
680 + "of internal object.", selector.match(cert_1));
    [all...]
X509CRLSelector2Test.java 62 * specified issuers match the selector, and if not specified issuer does
63 * not match the selector.
73 assertTrue("The CRL should match the selection criteria.", selector
74 .match(crl1));
75 assertFalse("The CRL should not match the selection criteria.",
76 selector.match(crl2));
78 assertTrue("The CRL should match the selection criteria.", selector
79 .match(crl2));
84 * issuers match the selector, and if not specified issuer does not match
    [all...]
  /external/iptables/extensions/
libip6t_mh.c 66 "mh match options:\n"
67 "[!] --mh-type type[:type] match mh type\n");
82 unsigned int match = limit; local
88 if (match == limit || len == namelen)
89 match = i;
93 if (match != limit) {
94 return mh_names[match].type;
175 static void mh_print(const void *ip, const struct xt_entry_match *match,
178 const struct ip6t_mh *mhinfo = (struct ip6t_mh *)match->data;
189 static void mh_save(const void *ip, const struct xt_entry_match *match)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalProvider.java 89 int match = sURLMatcher.match(url); local
90 switch (match) {
118 int match = sURLMatcher.match(url); local
119 switch (match) {
133 int match = sURLMatcher.match(url); local
135 switch (match) {
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-regex2.c 126 puts ("\nregexec without REG_NOSUB did not find the correct match");
144 int match; local
147 match = re_search (&rpbuf, string, len, 0, len,
149 if (match < 0)
155 if (match + 11 > len
156 || string + match >= strchr (string, 'R')
157 || strncmp (string + match,
162 puts ("\nre_search did not find the correct match");
174 if (regs.start[0] != match || regs.end[0] != match + 11
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 55 match(';');
75 match('(');
95 match(',');
115 match(')');
135 match('{');
155 match('}');
175 match("for");
196 match("int");
217 match("char");
238 match("void");
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 55 match(';');
75 match('(');
95 match(',');
115 match(')');
135 match('{');
155 match('}');
175 match("for");
196 match("int");
217 match("char");
238 match("void");
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_index.cc 19 // Used when finding the set of bookmarks that match a query. Each match
22 struct BookmarkIndex::Match {
27 // when we match only one term, and is filled in when we get more than one
45 BookmarkIndex::Match::nodes_begin() const {
49 BookmarkIndex::NodeSet::const_iterator BookmarkIndex::Match::nodes_end() const {
93 // We use a QueryParser to fill in match positions for us. It's not the most
127 const Match& match,
130 for (NodeSet::const_iterator i = match.nodes_begin()
171 Match match; local
183 Match match; local
206 Match* match = &((*matches)[i]); local
225 const Match& match = current_matches[i]; local
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
Color.js 302 var match = this.value.match(simple);
303 if (match) {
306 if (match[1]) { // hex
307 var hex = match[1].toUpperCase();
315 } else if (match[2]) { // rgb
317 var rgb = match[2].split(/\s*,\s*/);
320 } else if (match[3]) { // nickname
321 var nickname = match[3].toLowerCase();
327 } else if (match[4]) { // hs
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.cc 103 // Weird edge case to match other browsers: if the edit is empty, revert to
131 AutocompleteMatch match; local
132 GetInfoForCurrentText(&match, NULL);
133 return match;
248 AutocompleteMatch match; local
249 GetInfoForCurrentText(&match, NULL);
250 *url = match.destination_url;
288 // match. This would make the autocompleted text disappear, leaving our user
309 AutocompleteMatch match;
310 GetInfoForCurrentText(&match, NULL)
315 AutocompleteMatch match; local
434 AutocompleteMatch match; local
513 const AutocompleteMatch& match = local
605 AutocompleteMatch match; local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
tokenizer.py 116 match = matcher.regex.match(string, index)
118 if match:
125 # Add the match.
126 self.__AddToken(self._CreateToken(match.group(), matcher.type, line,
127 line_number, match.groupdict()))
129 # Change the mode to the correct one for after this match.
133 index = match.end()
139 # first character to the string of consecutive non match characters.
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 42 match = re.match(r'\s*LOAD\s+0x[01-9a-zA-Z]+\s+(0x[01-9a-zA-Z]+)', line, re.UNICODE)
43 if match:
44 load_addr = int(match.group(1), 16)
64 match = re.match(r'^(\s*#)([0-9]+) *(0x[0-9a-f]+) *\((.*)\+(0x[0-9a-f]+)\)', line, re.UNICODE)
65 if match:
66 frameno = match.group(2)
67 binary = match.group(4)
68 addr = match.group(5
    [all...]

Completed in 520 milliseconds

<<11121314151617181920>>