Searched refs:Rule (Results 1 - 14 of 14) sorted by relevance

/external/chromium/net/base/
H A Dmock_host_resolver.cc106 struct RuleBasedHostResolverProc::Rule { struct in class:net::RuleBasedHostResolverProc
119 Rule(ResolverType resolver_type, function in struct:net::RuleBasedHostResolverProc::Rule
149 Rule rule(Rule::kResolverTypeSystem, host_pattern,
156 Rule rule(Rule::kResolverTypeIPV6Literal, host_pattern,
166 Rule rule(Rule::kResolverTypeSystem, host_pattern,
173 Rule rule(Rule
[all...]
H A Dmock_host_resolver.h138 struct Rule;
139 typedef std::list<Rule> RuleList;
/external/chromium/net/proxy/
H A Dinit_proxy_resolver_unittest.cc28 struct Rule { struct in class:net::__anon1078::Rules
29 Rule(const GURL& url, function in struct:net::__anon1078::Rules::Rule
50 Rule AddSuccessRule(const char* url) {
51 Rule rule(GURL(url), OK /*fetch_error*/, OK /*set_pac_error*/);
57 rules_.push_back(Rule(GURL(url), kFailedDownloading /*fetch_error*/,
62 rules_.push_back(Rule(GURL(url), OK /*fetch_error*/,
66 const Rule& GetRuleByUrl(const GURL& url) const {
72 CHECK(false) << "Rule not found for " << url;
76 const Rule& GetRuleByBytes(const std::string& bytes) const {
82 CHECK(false) << "Rule no
[all...]
/external/chromium/net/tools/tld_cleanup/
H A Dtld_cleanup.cc43 struct Rule { struct in namespace:__anon1223
48 typedef std::map<std::string, Rule> RuleMap;
103 NormalizeResult NormalizeRule(std::string* domain, Rule* rule) {
195 Rule rule;
230 Rule rule;
/external/bison/data/
H A Dlalr1.cc353 # define YY_REDUCE_PRINT(Rule) \
356 yy_reduce_print_ (Rule); \
368 # define YY_REDUCE_PRINT(Rule)
H A Dyacc.c717 # define YY_REDUCE_PRINT(Rule) \
720 yy_reduce_print (yyvsp, ]b4_locations_if([yylsp, ])[Rule]b4_user_args[); \
730 # define YY_REDUCE_PRINT(Rule)
H A Dglr.c723 /** Rule numbers, as in LALR(1) machine */
775 /** Rule number for this reduction */
1760 YYFPRINTF (stderr, "%*s%s -> <Rule %d, empty>\n",
1764 YYFPRINTF (stderr, "%*s%s -> <Rule %d, tokens %lu .. %lu>\n",
/external/libpcap/
H A Dgrammar.c1292 # define YY_REDUCE_PRINT(Rule) \
1295 yy_reduce_print (Rule); \
1305 # define YY_REDUCE_PRINT(Rule)
/external/bison/src/
H A Dparse-gram.c1150 # define YY_REDUCE_PRINT(Rule) \
1153 yy_reduce_print (yyvsp, yylsp, Rule); \
1163 # define YY_REDUCE_PRINT(Rule)
/external/bison/doc/
H A Drefcard.tex386 Rule definition 1
388 Rule definition {\it n}
399 \section {Rule definitions}
/external/elfutils/src/
H A Dldscript.c782 # define YY_REDUCE_PRINT(Rule) \
785 yy_reduce_print (Rule); \
796 # define YY_REDUCE_PRINT(Rule)
/external/v8/tools/
H A Dtest.py1006 class Rule(object): class in inherits:object
1055 current_section.AddRule(Rule(rule_match.group(1), path, value))
1329 print "Rule for '%s' was not used." % '/'.join([str(s) for s in rule.path])
/external/icu4c/data/
H A Dmakedata.mak728 # Rule for creating converters
/external/iproute2/doc/
H A Dip-cref.tex1972 Rule 0 is special. It cannot be deleted or overridden.
1996 \paragraph{Rule attributes:} Each RPDB entry has additional
2005 \paragraph{Rule types:} The RPDB may contain rules of the following

Completed in 99 milliseconds