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

<<11121314151617181920>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PVisitedNetworkIDParser.java 87 this.lexer.match(TokenTypes.P_VISITED_NETWORK_ID);
89 this.lexer.match(':');
106 this.lexer.match(',');
166 lexer.match(TokenTypes.ID);
PAccessNetworkInfoParser.java 98 lexer.match(TokenTypes.ID);
104 this.lexer.match(';');
112 this.lexer.match('\n');
  /external/oprofile/libutil++/
path_filter.h 45 virtual bool match(std::string const & str) const;
string_filter.h 24 * This base class gives a default exact-match semantics.
46 virtual bool match(std::string const & str) const;
  /art/tools/
cpplint.py 302 # match those on a word boundary.
341 # Match start of assembly blocks
409 def Match(pattern, s):
411 # The regexp compilation caching is inlined in both Match and Search for
416 return _regexp_compile_cache[pattern].match(s)
712 if Match(r'T(EST|est)', self.current_function):
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 302 # match those on a word boundary.
341 # Match start of assembly blocks
409 def Match(pattern, s):
411 # The regexp compilation caching is inlined in both Match and Search for
416 return _regexp_compile_cache[pattern].match(s)
708 if Match(r'T(EST|est)', self.current_function):
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_testbase.h 50 AutocompleteMatch match = result.match_at(i); local
51 std::string provider_name = match.provider->GetName();
54 base::UTF16ToUTF8(match.contents).c_str(),
  /external/chromium_org/components/history/core/browser/
history_types.cc 111 for (int match = 0; match < static_cast<int>(found->second->size());
112 match++) {
113 if (found->second[match] >= begin && found->second[match] <= end) {
115 found->second->erase(found->second->begin() + match);
116 match--;
147 for (size_t match = 0; match < i->second->size(); match++)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
concatenate_css_files.py 49 match = re.search(import_regex, line)
50 if match:
51 result.append((match.group(1), line_number))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/
extract_reference_link_unittest.py 42 <link rel="match" href="green-box-ref.xht" />
43 <link rel="match" href="blue-box-ref.xht" />
73 html_4 = """<link rel="match"/>"""
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayList.h 36 int findGroup(SkDrawable* match, SkTDDrawableArray** list,
50 static int SearchForMatch(SkDrawable* match, SkTDDrawableArray** list,
52 static bool SearchGroupForMatch(SkDrawable* draw, SkDrawable* match,
  /external/chromium_org/tools/gyp/test/lib/
TestWin.py 86 match = re.search(r'REG_\w+\s+([^\r]+)\r\n', text)
87 if not match:
89 return match.group(1)
  /external/iptables/extensions/
libip6t_icmp6.c 81 "icmpv6 match options:\n"
82 "[!] --icmpv6-type typename match icmpv6 type\n"
97 unsigned int match = limit; local
103 if (match != limit)
108 icmpv6_codes[match].name,
110 match = i;
114 if (match != limit) {
115 *type = icmpv6_codes[match].type;
116 code[0] = icmpv6_codes[match].code_min;
117 code[1] = icmpv6_codes[match].code_max
    [all...]
libipt_icmp.c 105 "icmp match options:\n"
106 "[!] --icmp-type typename match icmp type\n"
121 unsigned int match = limit; local
127 if (match != limit)
132 icmp_codes[match].name,
134 match = i;
138 if (match != limit) {
139 *type = icmp_codes[match].type;
140 code[0] = icmp_codes[match].code_min;
141 code[1] = icmp_codes[match].code_max
    [all...]
  /external/libnl/lib/route/cls/
ematch.c 14 * @defgroup ematch Extended Match
106 * @name Match
366 struct rtnl_ematch *match; local
368 nl_list_for_each_entry(match, head, e_list) {
369 if (match->e_flags & TCF_EM_INVERT)
372 if (match->e_kind == TCF_EM_CONTAINER) {
374 dump_ematch_sequence(&match->e_childs, p);
376 } else if (!match->e_ops) {
377 nl_dump(p, "[unknown ematch %d]", match->e_kind);
379 nl_dump(p, "%s(", match->e_ops->eo_name)
    [all...]
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 134 bool match = false; local
137 if (RegEx.match(GA->getName())) {
139 match = true;
142 if (!match) {
168 bool match = false; local
170 if (RegEx.match(GV.getName())) {
172 match = true;
175 if (!match) {
201 bool match = false; local
204 if (RegEx.match(F->getName()))
    [all...]
  /external/llvm/utils/vim/
tablegen.vim 15 syn case match
20 syn match tgNumber /\<\d\+\>/
21 syn match tgNumber /\<\d\+\.\d*\>/
22 syn match tgNumber /\<0b[01]\+\>/
23 syn match tgNumber /\<0x[0-9a-fA-F]\+\>/
29 syn match tgComment /\/\/.*$/ contains=tgTodo
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AlertInfoParser.java 86 this.lexer.match('<');
90 this.lexer.match('>');
105 this.lexer.match(',');
CSeqParser.java 59 this.lexer.match(TokenTypes.CSEQ);
61 this.lexer.match(':');
72 this.lexer.match('\n');
ContentEncodingParser.java 81 this.lexer.match(TokenTypes.ID);
91 this.lexer.match(',');
93 this.lexer.match(TokenTypes.ID);
ContentLanguageParser.java 76 this.lexer.match(TokenTypes.ID);
84 this.lexer.match(',');
86 this.lexer.match(TokenTypes.ID);
ProxyRequireParser.java 77 this.lexer.match(TokenTypes.ID);
85 this.lexer.match(',');
91 this.lexer.match(TokenTypes.ID);
RequireParser.java 80 this.lexer.match(TokenTypes.ID);
88 this.lexer.match(',');
94 this.lexer.match(TokenTypes.ID);
SupportedParser.java 81 this.lexer.match(TokenTypes.ID);
89 this.lexer.match(',');
95 this.lexer.match(TokenTypes.ID);
UnsupportedParser.java 79 this.lexer.match(TokenTypes.ID);
87 this.lexer.match(',');
93 this.lexer.match(TokenTypes.ID);

Completed in 495 milliseconds

<<11121314151617181920>>