/external/chromium_org/chrome/browser/chromeos/net/ |
onc_utils.cc | 93 net::ProxyBypassRules rules; local 98 rules.AddRuleFromString(rule); 100 return rules;
|
/external/chromium_org/chrome/browser/content_settings/ |
tab_specific_content_settings.cc | 688 RendererContentSettingRules rules; local 690 &rules); 691 Send(new ChromeViewMsg_SetContentSettingRules(rules));
|
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
rules_registry.cc | 36 const std::vector<linked_ptr<extensions::RulesRegistry::Rule> >& rules) { 38 for (size_t i = 0; i < rules.size(); ++i) 39 list->Append(rules[i]->ToValue().release()); 45 std::vector<linked_ptr<extensions::RulesRegistry::Rule> > rules; local 49 return rules; 51 rules.reserve(list->GetSize()); 59 rules.push_back(rule); 62 return rules; 101 const std::vector<linked_ptr<Rule> >& rules) { 106 rules.begin(); i != rules.end(); ++i) 236 std::vector<linked_ptr<Rule> > rules; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/proxy/ |
proxy_api_helpers.cc | 168 LOG(ERROR) << "Could not parse a 'rules.*.host' entry."; 174 "Invalid 'rules.???.host' entry '*'. 'host' field supports only ASCII " 271 LOG(ERROR) << "'rules.bypassList' could not be parsed."; 276 *error = "'rules.bypassList' supports only ASCII URLs " 301 LOG(ERROR) << "'rules.bypassList' could not be parsed."; 345 *error = "Proxy mode 'fixed_servers' requires a 'rules' field."; 375 net::ProxyConfig::ProxyRules rules; local 376 rules.ParseFromString(proxy_servers); 378 switch (rules.type) { 382 if (!rules.single_proxies.IsEmpty()) [all...] |
/external/chromium_org/chrome/browser/net/ |
predictor_unittest.cc | 90 net::RuleBasedHostResolverProc* rules = host_resolver_->rules(); local 91 rules->AddRuleWithLatency("www.google.com", "127.0.0.1", 50); 92 rules->AddRuleWithLatency("gmail.google.com.com", "127.0.0.1", 70); 93 rules->AddRuleWithLatency("mail.google.com", "127.0.0.1", 44); 94 rules->AddRuleWithLatency("gmail.com", "127.0.0.1", 63); 189 host_resolver_->rules()->AddSimulatedFailure("*.notfound"); 236 host_resolver_->rules()->AddSimulatedFailure("*.notfound");
|
/external/chromium_org/net/proxy/ |
proxy_config_service_android.cc | 120 ProxyConfig::ProxyRules* rules) { 127 rules->type = ProxyConfig::ProxyRules::TYPE_PROXY_PER_SCHEME; 128 rules->proxies_for_http.SetSingleProxyServer( 130 rules->proxies_for_https.SetSingleProxyServer( 132 rules->proxies_for_ftp.SetSingleProxyServer( 134 rules->fallback_proxies.SetSingleProxyServer(LookupSocksProxy(get_property)); 135 rules->bypass_rules.Clear(); 136 AddBypassRules("ftp", get_property, &rules->bypass_rules); 137 AddBypassRules("http", get_property, &rules->bypass_rules); 138 AddBypassRules("https", get_property, &rules->bypass_rules) 166 std::string rules = base::StringPrintf("%s:%d", host.c_str(), port); local [all...] |
proxy_script_decider_unittest.cc | 35 class Rules { 99 explicit RuleBasedProxyScriptFetcher(const Rules* rules) 100 : rules_(rules), request_context_(NULL) {} 110 const Rules::Rule& rule = rules_->GetRuleByUrl(url); 125 const Rules* rules_; 180 Rules rules; local 181 RuleBasedProxyScriptFetcher fetcher(&rules); 187 Rules::Rule rule = rules.AddSuccessRule("http://custom/proxy.pac") 216 Rules rules; local 252 Rules rules; local 271 Rules rules; local 287 Rules rules; local 418 Rules rules; local 442 Rules rules; local 506 Rules rules; local 527 Rules rules; local 550 Rules rules; local 592 Rules rules; local 660 Rules rules; local 683 Rules rules; local 744 Rules rules; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSStyleSheet.cpp | 116 // For style rules outside the document, .parentStyleSheet can become null even if the style rule 178 // Any existing CSSOM wrappers need to be connected to the copied child rules. 281 PassRefPtr<CSSRuleList> CSSStyleSheet::rules() function in class:WebCore::CSSStyleSheet 292 nonCharsetRules->rules().append(rule);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTableElement.cpp | 343 // The presence of a valid rules attribute causes border collapsing to be enabled. 504 // If 'rules=none' then allow any borders set at cell level to take effect. 566 const AtomicString& HTMLTableElement::rules() const function in class:WebCore::HTMLTableElement
|
/external/chromium_org/third_party/icu/source/i18n/ |
tblcoll.cpp | 34 * Modified getRules() to load rules dynamically. Changed 90 RuleBasedCollator::RuleBasedCollator(const UnicodeString& rules, 94 construct(rules, 100 RuleBasedCollator::RuleBasedCollator(const UnicodeString& rules, 104 construct(rules, 110 RuleBasedCollator::RuleBasedCollator(const UnicodeString& rules, 115 construct(rules, 121 RuleBasedCollator::RuleBasedCollator(const UnicodeString& rules, 126 construct(rules, 147 // alias the rules strin 303 UChar *rules = (UChar*) uprv_malloc( sizeof(UChar) * (rulesize) ); local 612 const UChar *rules = ucol_getRules(ucollator, &length); local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
thcoll.cpp | 445 UnicodeString rules; local 447 parseChars(rules, rule); 448 RuleBasedCollator *rcoll = new RuleBasedCollator(rules, status); 453 errln("Couldn't instantiate collator from rules");
|
strcase.cpp | 496 static const UChar rules[] = { 0x2e, 0x2a, 0x3b }; // ".*;" local 498 iter.adoptInstead(ubrk_openRules(rules, LENGTHOF(rules), NULL, 0, &parseError, &status));
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
dfa.h | 34 struct State **rules; member in struct:Action::__anon14566::__anon14567
|
/external/icu4c/i18n/ |
tblcoll.cpp | 34 * Modified getRules() to load rules dynamically. Changed 89 RuleBasedCollator::RuleBasedCollator(const UnicodeString& rules, 93 construct(rules, 99 RuleBasedCollator::RuleBasedCollator(const UnicodeString& rules, 103 construct(rules, 109 RuleBasedCollator::RuleBasedCollator(const UnicodeString& rules, 114 construct(rules, 120 RuleBasedCollator::RuleBasedCollator(const UnicodeString& rules, 125 construct(rules, 146 // alias the rules strin 290 UChar *rules = (UChar*) uprv_malloc( sizeof(UChar) * (rulesize) ); local 549 const UChar *rules = ucol_getRules(ucollator, &length); local [all...] |
/external/icu4c/test/intltest/ |
plurults.cpp | 108 errln("ERROR: clone plural rules test failed!"); 112 errln("ERROR: clone plural rules test failed!"); 118 errln("ERROR: clone plural rules test failed!"); 122 // ======= Test empty plural rules 130 errln("ERROR: empty plural rules test failed! - exitting"); 134 // ======= Test simple plural rules 144 errln("ERROR: simple plural rules failed! - exitting"); 149 // ======= Test complex plural rules 172 errln("ERROR: complex plural rules failed! - exitting"); 177 errln("ERROR: complex plural rules failed! - exitting") 278 PluralRules* rules[MAX_EQ_COL]; local 352 PluralRules *rules = PluralRules::forLocale(locales[i], status); local 400 PluralRules *rules = PluralRules::createRules("a: n mod 10 in 5..8", status); local [all...] |
thcoll.cpp | 459 UnicodeString rules; local 460 parseChars(rules, rule); 461 LocalPointer<RuleBasedCollator> rcoll(new RuleBasedCollator(rules, status)); 465 errln("Couldn't instantiate collator from rules");
|
strcase.cpp | 493 static const UChar rules[] = { 0x2e, 0x2a, 0x3b }; // ".*;" local 495 iter.adoptInstead(ubrk_openRules(rules, LENGTHOF(rules), NULL, 0, &parseError, &status));
|
/external/junit/src/org/junit/runners/ |
BlockJUnit4ClassRunner.java | 3 import static org.junit.internal.runners.rules.RuleFieldValidator.RULE_VALIDATOR; 20 import org.junit.rules.RunRules; 21 import org.junit.rules.TestRule; 117 * different validation rules. 269 * @deprecated Will be private soon: use Rules instead 284 * @deprecated Will be private soon: use Rules instead 298 * @deprecated Will be private soon: use Rules instead 316 * @deprecated Will be private soon: use Rules instead 339 for (org.junit.rules.MethodRule each : getMethodRules(target)) 346 private List<org.junit.rules.MethodRule> getMethodRules(Object target) 360 protected List<org.junit.rules.MethodRule> rules(Object target) { method in class:BlockJUnit4ClassRunner [all...] |
/ndk/sources/host-tools/make-3.81/ |
rule.c | 30 /* Chain of all pattern rules. */ 38 /* Number of rules in the chain. */ 65 dependencies of all implicit rules. Also sets the subdir 214 /* Convert old-style suffix rules to pattern rules. 215 All rules for the suffixes on the .SUFFIXES list 216 are converted and added to the chain of pattern rules. */ 241 This rule exists solely to disqualify match-anything rules. */ 249 /* Record a pattern for each of this suffix's two-suffix rules. */ 280 at the end of the list (so that any rules previously define 545 register unsigned int rules, terminal; local [all...] |
/system/extras/tests/fstest/ |
perm_checker.c | 68 static perm_rule_t *rules[NUM_PR_TYPES]; variable 145 pr->next = rules[pr->type]; 146 rules[pr->type] = pr; 229 pr = rules[EXACT_FILE]; 241 printf("# WARNING # Multiple exact rules for file: %s\n", name); 249 pr = rules[WILDCARD]; 263 pr = rules[RECURSIVE]; 275 retval++; // In case no rules either matched or failed, be sure to fail 290 // For now, we match links against "exact" file rules only 291 pr = rules[EXACT_FILE] [all...] |
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestTreeNodeStream.java | 335 Tree rules = nodes[1]; local 345 g.addChild(rules); 346 rules.addChild(rule1); 351 rules.addChild(rule2);
|
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
webrequest_rules_registry_unittest.cc | 64 // How many rules are there which have some conditions not triggered by URL 170 // Create a rule to ignore all other rules for a destination that 273 std::vector<linked_ptr<RulesRegistry::Rule> > rules; local 274 rules.push_back(CreateRule1()); 275 rules.push_back(CreateRule2()); 277 error = registry->AddRules(kExtensionId, rules); 314 // Setup RulesRegistry to contain two rules. 341 // Now rules_to_remove contains both rules, i.e. one that does not exist in 342 // the rules registry anymore. Effectively we only remove the second rule. 362 // Setup RulesRegistry to contain two rules, one for each extension 533 std::vector<linked_ptr<RulesRegistry::Rule> > rules; local 571 std::vector<linked_ptr<RulesRegistry::Rule> > rules; local 618 std::vector<linked_ptr<RulesRegistry::Rule> > rules; local 784 std::vector<linked_ptr<RulesRegistry::Rule> > rules; local [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
utransts.c | 341 UTransliterator* rules=NULL, *rules2; local 363 rules=utrans_open("TestA-TestB",UTRANS_FORWARD, rule, 4, NULL, &status); 370 rules2=utrans_clone(rules, &status); 378 utrans_register(rules, &status); 434 /* Test rules */ 435 /* Example: rules 1. ab>x|y 448 /* Another set of rules: 577 UChar rules[CAP]; local 582 u_uastrcpy(rules, crules); 584 trans = utrans_open(crules /*use rules as ID*/, UTRANS_FORWARD, rules, -1, [all...] |
/external/icu4c/test/cintltst/ |
utransts.c | 341 UTransliterator* rules=NULL, *rules2; local 363 rules=utrans_open("TestA-TestB",UTRANS_FORWARD, rule, 4, NULL, &status); 370 rules2=utrans_clone(rules, &status); 378 utrans_register(rules, &status); 434 /* Test rules */ 435 /* Example: rules 1. ab>x|y 448 /* Another set of rules: 577 UChar rules[CAP]; local 582 u_uastrcpy(rules, crules); 584 trans = utrans_open(crules /*use rules as ID*/, UTRANS_FORWARD, rules, -1, [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
BaseRecognizer.java | 705 /** Return List<String> of the rules in your parser instance 728 List rules = new ArrayList(); local 742 rules.add(t.getMethodName()); 744 return rules;
|