/external/chromium_org/tools/valgrind/ |
browser_wrapper_win.py | 17 m = re.match("\-\-test\-name=(.*)", arg)
|
/external/clang/test/Preprocessor/ |
_Pragma-in-macro-arg.c | 30 expected-error {{expected identifier or '('}} expected-error {{expected ')'}} expected-note {{to match this '('}}
|
/external/clang/test/SemaCXX/ |
invalid-member-expr.cpp | 48 expected-note {{to match this '('}}
|
/external/droiddriver/src/com/google/android/droiddriver/finders/ |
ByAttribute.java | 39 return strategy.match(expected, value);
|
/external/elfutils/tests/ |
funcscopes.c | 121 bool match; local 123 match = fnmatch (*argv, name, 0) == 0; 124 while (!match && *++argv); 125 if (!match)
|
/external/hyphenation/ |
hyphen.h | 79 char *match; member in struct:_HyphenState
|
/external/icu4c/tools/ |
icu-svnprops-check.py | 44 ### '?'). All entries which match will be applied to the file. 92 # "type" is a regular expression string that will match a file name 100 if re.match("\s*(#.*)?$", propline): # Match comment and blank lines 102 if re.match("\s*\[auto-props\]", propline): # Match the [auto-props] line. 104 if not re.match("\s*[^\s]+\s*=", propline): # minimal syntax check for <file-type> = 221 if re.match(file_pattern, f):
|
/external/iproute2/testsuite/tests/ |
policer | 5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12 12 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
|
/external/iptables/extensions/ |
libip6t_dst.c | 16 "dst match options:\n" 137 static void dst_print(const void *ip, const struct xt_entry_match *match, 140 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data; 158 static void dst_save(const void *ip, const struct xt_entry_match *match) 160 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data;
|
libip6t_frag.c | 19 "frag match options:\n" 20 "[!] --fragid id[:id] match the id (range)\n" 84 static void frag_print(const void *ip, const struct xt_entry_match *match, 87 const struct ip6t_frag *frag = (struct ip6t_frag *)match->data; 116 static void frag_save(const void *ip, const struct xt_entry_match *match) 118 const struct ip6t_frag *fraginfo = (struct ip6t_frag *)match->data;
|
libip6t_hbh.c | 18 "hbh match options:\n" 133 static void hbh_print(const void *ip, const struct xt_entry_match *match, 136 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data; 151 static void hbh_save(const void *ip, const struct xt_entry_match *match) 153 const struct ip6t_opts *optinfo = (struct ip6t_opts *)match->data;
|
libip6t_ipv6header.c | 1 /* ipv6header match - matches IPv6 packets based 128 "ipv6header match options:\n" 129 "[!] --header headers Type of header to match, by name\n" 200 const struct xt_entry_match *match, int numeric) 202 const struct ip6t_ipv6header_info *info = (const struct ip6t_ipv6header_info *)match->data; 218 static void ipv6header_save(const void *ip, const struct xt_entry_match *match) 221 const struct ip6t_ipv6header_info *info = (const struct ip6t_ipv6header_info *)match->data;
|
libxt_connbytes.c | 15 "connbytes match options:\n" 111 connbytes_print(const void *ip, const struct xt_entry_match *match, int numeric) 113 const struct xt_connbytes_info *sinfo = (const void *)match->data; 131 static void connbytes_save(const void *ip, const struct xt_entry_match *match) 133 const struct xt_connbytes_info *sinfo = (const void *)match->data;
|
libxt_hashlimit.c | 1 /* ip6tables match extension for limiting packets per destination 31 "hashlimit match options:\n" 32 "--hashlimit <avg> max average match rate\n" 38 "[--hashlimit-burst <num>] number to match in a burst, default %u\n" 66 "hashlimit match options:\n" 67 " --hashlimit-upto <avg> max average match rate\n" 70 " --hashlimit-above <avg> min average match rate\n" 76 " --hashlimit-burst <num> number to match in a burst, default %u\n" 189 static void hashlimit_mt4_init(struct xt_entry_match *match) 191 struct xt_hashlimit_mtinfo1 *info = (void *)match->data [all...] |
libxt_limit.c | 24 "limit match options:\n" 25 "--limit avg max average match rate: default "XT_LIMIT_AVG"\n" 28 "--limit-burst number number to match in a burst, default %u\n", 130 limit_print(const void *ip, const struct xt_entry_match *match, int numeric) 132 const struct xt_rateinfo *r = (const void *)match->data; 137 static void limit_save(const void *ip, const struct xt_entry_match *match) 139 const struct xt_rateinfo *r = (const void *)match->data;
|
libxt_physdev.c | 16 "physdev match options:\n" 84 physdev_print(const void *ip, const struct xt_entry_match *match, int numeric) 86 const struct xt_physdev_info *info = (const void *)match->data; 88 printf(" PHYSDEV match"); 107 static void physdev_save(const void *ip, const struct xt_entry_match *match) 109 const struct xt_physdev_info *info = (const void *)match->data;
|
libxt_statistic.c | 20 "statistic match options:\n" 21 " --mode mode Match mode (random, nth)\n" 25 "[!] --every n Match every nth packet\n" 117 statistic_print(const void *ip, const struct xt_entry_match *match, int numeric) 119 const struct xt_statistic_info *info = (const void *)match->data; 125 static void statistic_save(const void *ip, const struct xt_entry_match *match) 127 const struct xt_statistic_info *info = (const void *)match->data;
|
libxt_udp.c | 16 "udp match options:\n" 19 " match source port(s)\n" 22 " match destination port(s)\n"); 106 udp_print(const void *ip, const struct xt_entry_match *match, int numeric) 108 const struct xt_udp *udp = (struct xt_udp *)match->data; 122 static void udp_save(const void *ip, const struct xt_entry_match *match) 124 const struct xt_udp *udpinfo = (struct xt_udp *)match->data;
|
/external/iptables/include/linux/netfilter/ |
xt_policy.h | 59 struct xt_policy_spec match; member in struct:xt_policy_elem
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toplevel.ml | 10 match Stream.peek stream with 20 try match token with
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toplevel.ml | 10 match Stream.peek stream with 20 try match token with
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toplevel.ml | 10 match Stream.peek stream with 20 try match token with
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toplevel.ml | 10 match Stream.peek stream with 20 try match token with
|
/external/llvm/test/Bindings/Ocaml/ |
analysis.ml | 29 begin match verify_module m with 41 begin match verify_module m with
|
/external/nist-sip/java/gov/nist/core/ |
LexerCore.java | 158 // call this after you call match 201 /** Match the given token or throw an exception if no such token 204 public Token match(int tok) throws ParseException { method in class:LexerCore 206 Debug.println("match " + tok); 708 * @param c the character to match
|