HomeSort by relevance Sort by last modified time
    Searched full:rules (Results 1 - 25 of 2050) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/proxy/
init_proxy_resolver_unittest.cc 26 class Rules {
93 explicit RuleBasedProxyScriptFetcher(const Rules* rules) : rules_(rules) {}
99 const Rules::Rule& rule = rules_->GetRuleByUrl(url);
110 const Rules* rules_;
115 RuleBasedProxyResolver(const Rules* rules, bool expects_pac_bytes)
116 : ProxyResolver(expects_pac_bytes), rules_(rules) {}
135 const Rules::Rule& rule = expects_pac_bytes()
165 Rules rules; local
197 Rules rules; local
225 Rules rules; local
242 Rules rules; local
256 Rules rules; local
273 Rules rules; local
292 Rules rules; local
336 Rules rules; local
355 Rules rules; local
376 Rules rules; local
    [all...]
proxy_config_service_common_unittest.cc 21 ProxyConfig::ProxyRules rules; local
22 rules.type = type;
23 rules.single_proxy = ProxyServer::FromURI(single_proxy,
25 rules.proxy_for_http = ProxyServer::FromURI(proxy_for_http,
27 rules.proxy_for_https = ProxyServer::FromURI(proxy_for_https,
29 rules.proxy_for_ftp = ProxyServer::FromURI(proxy_for_ftp,
31 rules.socks_proxy = ProxyServer::FromURI(socks_proxy,
33 return rules;
  /external/chromium/third_party/icu/source/test/intltest/
itrbnfrt.h 25 * Perform an exhaustive round-trip test on the English spellout rules
30 * Perform an exhaustive round-trip test on the duration-formatting rules
35 * Perform an exhaustive round-trip test on the Spanish spellout rules
40 * Perform an exhaustive round-trip test on the French spellout rules
45 * Perform an exhaustive round-trip test on the Swiss French spellout rules
50 * Perform an exhaustive round-trip test on the Italian spellout rules
55 * Perform an exhaustive round-trip test on the German spellout rules
60 * Perform an exhaustive round-trip test on the Swedish spellout rules
65 * Perform an exhaustive round-trip test on the Dutch spellout rules
70 * Perform an exhaustive round-trip test on the Japanese spellout rules
    [all...]
itrbnf.h 46 * Perform a simple spot check on the English spellout rules
51 * Perform a simple spot check on the English ordinal-abbreviation rules
56 * Perform a simple spot check on the duration-formatting rules
61 * Perform a simple spot check on the Spanish spellout rules
66 * Perform a simple spot check on the French spellout rules
71 * Perform a simple spot check on the Swiss French spellout rules
76 * Check that Belgian French matches Swiss French spellout rules
81 * Perform a simple spot check on the Italian spellout rules
86 * Perform a simple spot check on the Portuguese spellout rules
91 * Perform a simple spot check on the German spellout rules
    [all...]
g7coll.h 10 * Sample Rules: & Z < p , P
13 * Sample Rules: & c < ch , cH, Ch, CH
18 * Sample Rules: & Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&'
21 * Sample Rules: & aa ; a'-' & ee ; e'-' & ii ; i'-' & oo ; o'-' & uu ; u'-'
59 // perform test with added rules " & Z < p, P"
62 // perorm test with added rules "& C < ch , cH, Ch, CH"
65 // perform test with added rules
69 // perform test with added rules
  /external/icu4c/test/intltest/
itrbnfrt.h 25 * Perform an exhaustive round-trip test on the English spellout rules
30 * Perform an exhaustive round-trip test on the duration-formatting rules
35 * Perform an exhaustive round-trip test on the Spanish spellout rules
40 * Perform an exhaustive round-trip test on the French spellout rules
45 * Perform an exhaustive round-trip test on the Swiss French spellout rules
50 * Perform an exhaustive round-trip test on the Italian spellout rules
55 * Perform an exhaustive round-trip test on the German spellout rules
60 * Perform an exhaustive round-trip test on the Swedish spellout rules
65 * Perform an exhaustive round-trip test on the Dutch spellout rules
70 * Perform an exhaustive round-trip test on the Japanese spellout rules
    [all...]
itrbnf.h 46 * Perform a simple spot check on the English spellout rules
51 * Perform a simple spot check on the English ordinal-abbreviation rules
56 * Perform a simple spot check on the duration-formatting rules
61 * Perform a simple spot check on the Spanish spellout rules
66 * Perform a simple spot check on the French spellout rules
71 * Perform a simple spot check on the Swiss French spellout rules
76 * Check that Belgian French matches Swiss French spellout rules
81 * Perform a simple spot check on the Italian spellout rules
86 * Perform a simple spot check on the Portuguese spellout rules
91 * Perform a simple spot check on the German spellout rules
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayout_LayoutParamsTest.java 88 int rules[]; local
101 rules = layoutParams.getRules();
102 assertEquals(RelativeLayout.TRUE, rules[RelativeLayout.CENTER_IN_PARENT]);
110 rules = layoutParams.getRules();
111 assertEquals(R.id.relative_view1, rules[RelativeLayout.BELOW]);
112 assertEquals(R.id.relative_view1, rules[RelativeLayout.ALIGN_LEFT]);
122 rules = layoutParams.getRules();
123 assertEquals(R.id.relative_view1, rules[RelativeLayout.ALIGN_TOP]);
124 assertEquals(R.id.relative_view2, rules[RelativeLayout.ALIGN_BOTTOM]);
125 assertEquals(R.id.relative_view1, rules[RelativeLayout.RIGHT_OF])
211 int rules[]= layoutParams.getRules(); local
255 int rules[]; local
    [all...]
  /external/icu4c/samples/break/
Makefile 17 #### rules
21 # the actual rules (this is a simple sample)
22 include ../rules.mk
  /external/icu4c/samples/case/
Makefile 17 #### rules
23 # the actual rules (this is a simple sample)
24 include ../rules.mk
  /external/icu4c/samples/coll/
Makefile 17 #### rules
21 # the actual rules (this is a simple sample)
22 include ../rules.mk
  /external/icu4c/samples/csdet/
Makefile 17 #### rules
21 # the actual rules (this is a simple sample)
22 include ../rules.mk
  /external/icu4c/samples/datecal/
Makefile 17 #### rules
23 # the actual rules (this is a simple sample)
24 include ../rules.mk
  /external/icu4c/samples/msgfmt/
Makefile 17 #### rules
21 # the actual rules (this is a simple sample)
22 include ../rules.mk
  /external/icu4c/samples/numfmt/
Makefile 17 #### rules
21 # the actual rules (this is a simple sample)
22 include ../rules.mk
  /external/icu4c/samples/props/
Makefile 17 #### rules
21 # the actual rules (this is a simple sample)
22 include ../rules.mk
  /external/icu4c/samples/strsrch/
Makefile 17 #### rules
21 # the actual rules (this is a simple sample)
22 include ../rules.mk
  /external/icu4c/samples/translit/
Makefile 17 #### rules
21 # the actual rules (this is a simple sample)
22 include ../rules.mk
  /external/icu4c/samples/ugrep/
Makefile 19 #### rules
23 # the actual rules (this is a simple sample)
24 include ../rules.mk
  /external/chromium/third_party/icu/source/test/cintltst/
cg7coll.h 17 * Sample Rules: & Z < p , P
20 * Sample Rules: & c < ch , cH, Ch, CH
25 * Sample Rules: & Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&'
28 * Sample Rules: & aa ; a'-' & ee ; e'-' & ii ; i'-' & oo ; o'-' & uu ; u'-'
55 /* perform test with added rules " & Z < p, P" */
58 /* perorm test with added rules "& C < ch , cH, Ch, CH" */
61 /* perform test with added rules */
65 /* perform test with added rules */
  /external/icu4c/test/cintltst/
cg7coll.h 17 * Sample Rules: & Z < p , P
20 * Sample Rules: & c < ch , cH, Ch, CH
25 * Sample Rules: & Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&'
28 * Sample Rules: & aa ; a'-' & ee ; e'-' & ii ; i'-' & oo ; o'-' & uu ; u'-'
55 /* perform test with added rules " & Z < p, P" */
58 /* perorm test with added rules "& C < ch , cH, Ch, CH" */
61 /* perform test with added rules */
65 /* perform test with added rules */
  /external/libvpx/build/arm-wince-vs8/
armasmv5.rules 6 <Rules>
19 </Rules>
armasmv6.rules 6 <Rules>
19 </Rules>
armasmxscale.rules 6 <Rules>
19 </Rules>
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
filter.py 27 """Validate the given filter rules, and raise a ValueError if not valid.
30 filter_rules: A list of boolean filter rules, for example--
64 filter_rules: A list of strings that are filter rules, which
67 default filter rules at the beginning.
97 The rules for determining whether a category should be checked
99 Then apply the filter rules in order from first to last, with
122 """Supports filtering with path-specific and user-specified rules."""
128 base_rules: The starting list of filter rules to use for
134 that stores the path-specific filter rules for
135 appending to the base rules
    [all...]

Completed in 133 milliseconds

1 2 3 4 5 6 7 8 91011>>