HomeSort by relevance Sort by last modified time
    Searched refs:match (Results 651 - 675 of 3045) sorted by null

<<21222324252627282930>>

  /external/chromium_org/components/autofill/core/browser/
autofill_regexes.cc 79 UBool match = matcher->find(0, status); local
81 return !!match;
  /external/chromium_org/components/tools/metrics/
count_ifdefs.py 7 preprocessor token that is a full match for the given pattern, in the
32 return re.match('(test|mock|dummy)_.*|.*_[a-z]*test\.(h|cc|mm)', filename)
52 if token_line_re.match(line):
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.idl 44 [RaisesException] sequence<FontFace> match(DOMString font, [Default=NullString] optional DOMString text);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
inline-javascript-imports.py 56 def replace(match):
57 importFileName = match.group(1)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ParsedURL.js 52 var match = url.match(/^([A-Za-z][A-Za-z0-9+.-]*):\/\/([^\/:]*)(?::([\d]+))?(?:(\/[^#]*)(?:#(.*))?)?$/i);
53 if (match) {
55 this.scheme = match[1].toLowerCase();
56 this.host = match[2];
57 this.port = match[3];
58 this.path = match[4] || "/";
59 this.fragment = match[5];
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
inline_js_imports.py 58 def replace(match):
59 import_file_name = match.group(1)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
patchreader.py 68 match = re.search("\s*png$", path)
69 if match and fs.exists(path):
  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.h 50 virtual UBool doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
51 virtual UBool doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
  /external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_fontconfig.cpp 87 // find the first good match
137 static SkFontStyle make_fontconfig_style(FcPattern* match) {
138 int weight = get_int(match, FC_WEIGHT);
139 int width = get_int(match, FC_WIDTH);
140 int slant = get_int(match, FC_SLANT);
240 FcPattern** match = MatchFont(font_set, post_config_family, &count); local
241 if (!match) {
251 const char* justName = find_just_name(get_name(match[i], FC_FILE));
253 *trimmedMatches.append() = match[i];
  /external/icu4c/test/intltest/
regextst.h 54 virtual UBool doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
55 virtual UBool doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
  /external/iptables/extensions/
libipt_addrtype.c 20 /* from linux/rtnetlink.h, must match order of enumeration */
48 "Address type match options:\n"
49 " [!] --src-type type[,...] Match source address type\n"
50 " [!] --dst-type type[,...] Match destination address type\n"
59 "Address type match options:\n"
60 " [!] --src-type type[,...] Match source address type\n"
61 " [!] --dst-type type[,...] Match destination address type\n"
62 " --limit-iface-in Match only on the packet's incoming device\n"
63 " --limit-iface-out Match only on the packet's incoming device\n"
162 static void addrtype_print_v0(const void *ip, const struct xt_entry_match *match,
    [all...]
libxt_ipvs.c 50 "IPVS match options:\n"
54 "[!] --vproto protocol VIP protocol to match; by number or name,\n"
56 "[!] --vaddr address[/mask] VIP address to match\n"
57 "[!] --vport port VIP port to match; by number or name,\n"
62 " match, e.g. 21 for FTP\n"
224 static void ipvs_mt4_print(const void *ip, const struct xt_entry_match *match,
227 const struct xt_ipvs_mtinfo *data = (const void *)match->data;
231 static void ipvs_mt6_print(const void *ip, const struct xt_entry_match *match,
234 const struct xt_ipvs_mtinfo *data = (const void *)match->data;
238 static void ipvs_mt4_save(const void *ip, const struct xt_entry_match *match)
    [all...]
  /external/libvpx/libvpx/test/
encode_test_driver.cc 106 // break-out is implemented within the match checking process.
109 bool match = (img1->fmt == img2->fmt) && local
117 match = (memcmp(img1->planes[VPX_PLANE_Y] + i * img1->stride[VPX_PLANE_Y],
119 width_y) == 0) && match;
123 match = (memcmp(img1->planes[VPX_PLANE_U] + i * img1->stride[VPX_PLANE_U],
125 width_uv) == 0) && match;
127 match = (memcmp(img1->planes[VPX_PLANE_V] + i * img1->stride[VPX_PLANE_V],
129 width_uv) == 0) && match;
130 return match;
  /external/llvm/utils/lint/
common_lint.py 45 if tab_re.match(line.rstrip('\n')):
66 if trailing_whitespace_re.match(line.rstrip('\n')):
  /external/marisa-trie/lib/marisa/
tail.cc 172 std::size_t match = 0; local
173 while ((match < cur.first.length()) && (match < last->first.length()) &&
174 last->first[match] == cur.first[match]) {
175 ++match;
177 if ((match == cur.first.length()) && (last->first.length() != 0)) {
179 + (last->first.length() - match));
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
tail.cc 172 std::size_t match = 0; local
173 while ((match < cur.first.length()) && (match < last->first.length()) &&
174 last->first[match] == cur.first[match]) {
175 ++match;
177 if ((match == cur.first.length()) && (last->first.length() != 0)) {
179 + (last->first.length() - match));
  /external/markdown/markdown/extensions/
meta.py 69 m1 = META_RE.match(line)
74 m2 = META_MORE_RE.match(line)
  /external/markdown/markdown/
treeprocessors.py 213 match = pattern.getCompiledRegExp().match(data[startIndex:])
216 if not match:
219 node = pattern.handleMatch(match)
222 return data, True, len(leftData) + match.span(len(match.groups()))[0]
239 match.group(1),
240 placeholder, match.groups()[-1]), True, 0
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContactParser.java 63 this.lexer.match('*');
75 this.lexer.match(',');
RAckParser.java 85 this.lexer.match(TokenTypes.ID);
93 this.lexer.match('\n');
TimeStampParser.java 81 this.lexer.match('.');
106 this.lexer.match('.');
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssertedIdentityParser.java 87 this.lexer.match(',');
97 this.lexer.match('\n');
PMediaAuthorizationParser.java 90 this.lexer.match(TokenTypes.ID);
102 this.lexer.match(',');
PServedUserParser.java 59 this.lexer.match(TokenTypes.P_SERVED_USER);
61 this.lexer.match(':');
  /external/oprofile/libregex/
op_regex.h 4 * lightweight wrapper around libc regex, providing match
77 * Return true if too many match occur and replacing has been stopped
95 regmatch_t const * match) const;
103 // return the match of throw if idx is invalid
104 regmatch_t const & get_match(regmatch_t const * match, char idx) const;
108 // Note than you can use grouping match operator > 9 only in the
109 // replace rule not in match regular expression since POSIX don't allow

Completed in 1557 milliseconds

<<21222324252627282930>>