HomeSort by relevance Sort by last modified time
    Searched refs:match (Results 126 - 150 of 736) sorted by null

1 2 3 4 56 7 8 91011>>

  /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)
gclog.py 188 match = gc_info_re.match(line)
189 if not match:
190 #print "no match on %s" % line.strip()
193 handleGcInfo(processFilter, match.group(1), match.group(2), ( match.group(3), \
194 match.group(4), match.group(5), match.group(6) )
    [all...]
  /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/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);
  /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...]
  /dalvik/libcore/security/src/test/java/tests/security/cert/
X509CRLSelector2Test.java 72 * specified issuers match the selector, and if not specified issuer does
73 * not match the selector.
84 method="match",
96 assertTrue("The CRL should match the selection criteria.", selector
97 .match(crl1));
98 assertFalse("The CRL should not match the selection criteria.",
99 selector.match(crl2));
101 assertTrue("The CRL should match the selection criteria.", selector
102 .match(crl2));
107 * issuers match the selector, and if not specified issuer does not matc
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalProvider.java 90 int match = sURLMatcher.match(url); local
91 switch (match) {
119 int match = sURLMatcher.match(url); local
120 switch (match) {
134 int match = sURLMatcher.match(url); local
136 switch (match) {
  /external/iptables/extensions/
libip6t_icmp6.c 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;
146 /* Initialize the match. *
    [all...]
libipt_icmp.c 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;
170 /* Initialize the match. *
    [all...]
libip6t_2hl.c 4 * Based on HW's ttl match
21 "HL match v%s options:\n"
22 " --hl-eq [!] value Match hop limit value\n"
23 " --hl-lt value Match HL < value\n"
24 " --hl-gt value Match HL > value\n"
30 struct ip6t_entry_match **match)
32 struct ip6t_hl_info *info = (struct ip6t_hl_info *) (*match)->data;
88 "HL match: You must specify one of "
93 const struct ip6t_entry_match *match,
103 (struct ip6t_hl_info *) match->data
    [all...]
libip6t_2mark.c 17 "MARK match v%s options:\n"
18 "[!] --mark value[/mask] Match nfmark value with optional mask\n"
34 struct ip6t_entry_match **match)
36 struct ip6t_mark_info *markinfo = (struct ip6t_mark_info *)(*match)->data;
94 "MARK match: You must specify `--mark'");
100 const struct ip6t_entry_match *match,
103 struct ip6t_mark_info *info = (struct ip6t_mark_info *)match->data;
105 printf("MARK match ");
115 save(const struct ip6t_ip6 *ip, const struct ip6t_entry_match *match)
117 struct ip6t_mark_info *info = (struct ip6t_mark_info *)match->data
    [all...]
libip6t_length.c 18 "[!] --length length[:length] Match packet length against value or range\n"
73 struct ip6t_entry_match **match)
75 struct ip6t_length_info *info = (struct ip6t_length_info *)(*match)->data;
105 /* Common match printing code. */
121 const struct ip6t_entry_match *match,
125 print_length((struct ip6t_length_info *)match->data);
130 save(const struct ip6t_ip6 *ip, const struct ip6t_entry_match *match)
133 print_length((struct ip6t_length_info *)match->data);
libip6t_state.c 22 " State(s) to match\n"
70 struct ip6t_entry_match **match)
72 struct ipt_state_info *sinfo = (struct ipt_state_info *)(*match)->data;
128 const struct ip6t_entry_match *match,
131 struct ipt_state_info *sinfo = (struct ipt_state_info *)match->data;
138 static void save(const struct ip6t_ip6 *ip, const struct ip6t_entry_match *match)
140 struct ipt_state_info *sinfo = (struct ipt_state_info *)match->data;
libipt_2dscp.c 30 "DSCP match v%s options\n"
31 "[!] --dscp value Match DSCP codepoint with numerical value\n"
34 "[!] --dscp-class name Match the DiffServ class. This value may\n"
80 struct ipt_entry_match **match)
83 = (struct ipt_dscp_info *)(*match)->data;
89 "DSCP match: Only use --dscp ONCE!");
100 "DSCP match: Only use --dscp-class ONCE!");
120 "DSCP match: Parameter --dscp is required");
135 const struct ipt_entry_match *match,
139 (const struct ipt_dscp_info *)match->data
    [all...]
libipt_2ecn.c 22 "ECN match v%s options\n"
23 "[!] --ecn-tcp-cwr Match CWR bit of TCP header\n"
24 "[!] --ecn-tcp-ece Match ECE bit of TCP header\n"
25 "[!] --ecn-ip-ect [0..3] Match ECN codepoint in IPv4 header\n",
40 struct ipt_entry_match **match)
44 = (struct ipt_ecn_info *)(*match)->data;
50 "ECN match: can only use parameter ONCE!");
61 "ECN match: can only use parameter ONCE!");
72 "ECN match: can only use parameter ONCE!");
80 "ECN match: Value out of range")
    [all...]
libipt_2mark.c 17 "MARK match v%s options:\n"
18 "[!] --mark value[/mask] Match nfmark value with optional mask\n"
34 struct ipt_entry_match **match)
36 struct ipt_mark_info *markinfo = (struct ipt_mark_info *)(*match)->data;
94 "MARK match: You must specify `--mark'");
100 const struct ipt_entry_match *match,
103 struct ipt_mark_info *info = (struct ipt_mark_info *)match->data;
105 printf("MARK match ");
115 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
117 struct ipt_mark_info *info = (struct ipt_mark_info *)match->data
    [all...]
libipt_2tcpmss.c 16 "tcpmss match v%s options:\n"
17 "[!] --mss value[:value] Match TCP MSS range.\n"
65 struct ipt_entry_match **match)
68 (struct ipt_tcpmss_match_info *)(*match)->data;
106 "tcpmss match: You must specify `--mss'");
112 const struct ipt_entry_match *match,
116 (const struct ipt_tcpmss_match_info *)match->data;
118 printf("tcpmss match ");
125 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
128 (const struct ipt_tcpmss_match_info *)match->data
    [all...]
libipt_2tos.c 32 "TOS match v%s options:\n"
33 "[!] --tos value Match Type of Service field from one of the\n"
81 struct ipt_entry_match **match)
83 struct ipt_tos_info *tosinfo = (struct ipt_tos_info *)(*match)->data;
90 "tos match: only use --tos once!");
126 "TOS match: You must specify `--tos'");
132 const struct ipt_entry_match *match,
135 const struct ipt_tos_info *info = (const struct ipt_tos_info *)match->data;
137 printf("TOS match ");
145 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
    [all...]
libipt_2ttl.c 20 "TTL match v%s options:\n"
21 " --ttl-eq value Match time to live value\n"
22 " --ttl-lt value Match TTL < value\n"
23 " --ttl-gt value Match TTL > value\n"
29 struct ipt_entry_match **match)
31 struct ipt_ttl_info *info = (struct ipt_ttl_info *) (*match)->data;
91 "TTL match: You must specify one of "
96 const struct ipt_entry_match *match,
100 (struct ipt_ttl_info *) match->data;
102 printf("TTL match ");
    [all...]
libipt_length.c 17 "[!] --length length[:length] Match packet length against value or range\n"
71 struct ipt_entry_match **match)
73 struct ipt_length_info *info = (struct ipt_length_info *)(*match)->data;
103 /* Common match printing code. */
119 const struct ipt_entry_match *match,
123 print_length((struct ipt_length_info *)match->data);
128 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
131 print_length((struct ipt_length_info *)match->data);
libipt_pkttype.c 2 * Shared library add-on to iptables to match
91 struct ipt_entry_match **match)
93 struct ipt_pkttype_info *info = (struct ipt_pkttype_info *)(*match)->data;
134 static void print(const struct ipt_ip *ip, const struct ipt_entry_match *match, int numeric)
136 struct ipt_pkttype_info *info = (struct ipt_pkttype_info *)match->data;
142 static void save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
144 struct ipt_pkttype_info *info = (struct ipt_pkttype_info *)match->data;
libipt_state.c 22 " State(s) to match\n"
70 struct ipt_entry_match **match)
72 struct ipt_state_info *sinfo = (struct ipt_state_info *)(*match)->data;
128 const struct ipt_entry_match *match,
131 struct ipt_state_info *sinfo = (struct ipt_state_info *)match->data;
138 static void save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
140 struct ipt_state_info *sinfo = (struct ipt_state_info *)match->data;
  /external/webkit/WebCore/inspector/front-end/
Color.js 300 var match = this.value.match(simple);
301 if (match) {
304 if (match[1]) { // hex
305 var hex = match[1].toUpperCase();
313 } else if (match[2]) { // rgb
315 var rgb = match[2].split(/\s*,\s*/);
318 } else if (match[3]) { // nickname
319 var nickname = match[3].toLowerCase();
325 } else if (match[4]) { // hs
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
diff_parser.py 38 def match(pattern, string): function
42 return _regexp_compile_cache[pattern].match(string)
58 matched = match(pattern, line)
72 if match(r"^diff --git \w/", first_diff_line):
130 file_declaration = match(r"^Index: (?P<FilePath>.+)", line)
138 lines_changed = match(r"^@@ -(?P<OldStartLine>\d+)(,\d+)? \+(?P<NewStartLine>\d+)(,\d+)? @@", line)
  /external/icu4c/common/
ucnv_ext.c 108 * or if the match length fits with the current converter state
110 #define UCNV_EXT_TO_U_VERIFY_SISO_MATCH(sisoState, match) \
111 ((sisoState)<0 || ((sisoState)==0) == (match==1))
132 return 0; /* no extension data, no match */
145 return 0; /* no match of a DBCS sequence in SBCS mode */
158 /* match input units until there is a full match or the input is consumed */
172 /* remember longest match so far */
177 /* match pre[] then src[] */
183 /* all input consumed, partial match */
283 int32_t match; local
333 int32_t match; local
371 int32_t match, length; local
752 int32_t match; local
811 int32_t match; local
865 int32_t match; local
    [all...]

Completed in 675 milliseconds

1 2 3 4 56 7 8 91011>>