HomeSort by relevance Sort by last modified time
    Searched refs:rules (Results 351 - 375 of 1181) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/i18n/
rbt_set.cpp 135 // Fill the precontext and postcontext with the patterns of the rules
172 rules = NULL;
182 rules(0),
204 if (other.rules != 0 && U_SUCCESS(status)) {
214 delete ruleVector; // This deletes the contained rules
215 uprv_free(rules);
224 rules[i]->setData(d);
237 * Add a rule to this set. Rules are added in order, and order is
242 * unfreezes the rules, and freeze() must be called again.
259 uprv_free(rules);
    [all...]
quantityformatter.h 90 * @param rules computes the plural variant to use.
98 const PluralRules &rules,
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
chrome_content_rules_registry_unittest.cc 68 std::vector<linked_ptr<RulesRegistry::Rule> > rules; local
69 rules.push_back(rule);
73 registry->AddRulesImpl(extension->id(), rules);
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnfp.cpp 58 // these rules make no sense but behave rationally
102 // these rules would throw exceptions when formatting, if we could throw exceptions
111 // none of these rules should crash the formatter
119 const char** rules = allrules[j]; local
120 for (int i = 0; rules[i]; ++i) {
121 const char* rule = rules[i];
itercoll.h 99 * Verify that getMaxExpansion works on a given set of collation rules
101 void verifyExpansion(UnicodeString rules, ExpansionRecord tests[], int32_t testCount);
plurults.h 42 void checkSelect(const LocalPointer<PluralRules> &rules, UErrorCode &status,
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
results.py 7 This complements the structure defined in the rules module. Symmetrically, the
13 - The rules define how to "match" a trace_record (e.g., a mmap line or a native
46 from memory_inspector.classification import rules namespace
53 """Initializes the bucket tree using the structure of the rules tree.
57 assert(isinstance(rule_tree, rules.Rule))
97 assert(isinstance(rule, rules.Rule))
results_unittest.py 9 from memory_inspector.classification import rules namespace
31 rule = rules.Load(str(rules_dict), MockRegexMatchingRule)
57 class MockRegexMatchingRule(rules.Rule):
rules_unittest.py 7 from memory_inspector.classification import rules namespace
62 rt = rules.Load(_TEST_RULE, MockRule)
94 class MockRule(rules.Rule):
  /external/icu/icu4c/source/test/intltest/
itrbnfp.cpp 58 // these rules make no sense but behave rationally
102 // these rules would throw exceptions when formatting, if we could throw exceptions
111 // none of these rules should crash the formatter
119 const char** rules = allrules[j]; local
120 for (int i = 0; rules[i]; ++i) {
121 const char* rule = rules[i];
itercoll.h 99 * Verify that getMaxExpansion works on a given set of collation rules
101 void verifyExpansion(UnicodeString rules, ExpansionRecord tests[], int32_t testCount);
plurults.h 42 void checkSelect(const LocalPointer<PluralRules> &rules, UErrorCode &status,
  /external/junit/src/org/junit/internal/runners/rules/
RuleFieldValidator.java 1 package org.junit.internal.runners.rules;
8 import org.junit.rules.TestRule;
82 return org.junit.rules.MethodRule.class.isAssignableFrom(target
  /frameworks/base/tools/split-select/
SplitSelector.cpp 69 KeyedVector<SplitDescription, sp<Rule> > rules; local
78 rules.add(splits[j], rule);
82 return rules;
SplitSelector_test.cpp 56 KeyedVector<SplitDescription, sp<Rule> > rules = selector.getRules(); local
57 ssize_t idx = rules.indexOfKey(expected);
59 sp<Rule> rule = rules[idx];
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
Makefile 24 fakeroot ./debian/rules clean
41 fakeroot ./debian/rules binary
  /external/chromium_org/net/http/
http_auth_filter.h 46 const ProxyBypassRules& rules() const { return rules_; } function in class:net::HttpAuthFilterWhitelist
  /external/chromium_org/net/proxy/
proxy_config_service_android.cc 126 ProxyConfig::ProxyRules* rules) {
133 rules->type = ProxyConfig::ProxyRules::TYPE_PROXY_PER_SCHEME;
134 rules->proxies_for_http.SetSingleProxyServer(
136 rules->proxies_for_https.SetSingleProxyServer(
138 rules->proxies_for_ftp.SetSingleProxyServer(
140 rules->fallback_proxies.SetSingleProxyServer(LookupSocksProxy(get_property));
141 rules->bypass_rules.Clear();
142 AddBypassRules("ftp", get_property, &rules->bypass_rules);
143 AddBypassRules("http", get_property, &rules->bypass_rules);
144 AddBypassRules("https", get_property, &rules->bypass_rules)
178 std::string rules = base::StringPrintf("%s:%d", host.c_str(), port); local
    [all...]
  /external/chromium_org/sandbox/mac/
policy.h 50 // A policy object manages the rules enforced on a target sandboxed process.
58 // present in |rules|.
61 // A map of bootstrap server names to policy Rules.
62 NamedRules rules; member in struct:sandbox::BootstrapSandboxPolicy
  /external/chromium_org/third_party/icu/source/samples/ufortune/
Makefile 32 # hook variables to tell rules.mk we want subdirectory processing
41 ### Include standard rules
42 include ../rules.mk
  /external/chromium_org/third_party/python_gflags/
Makefile 24 fakeroot ./debian/rules clean
41 fakeroot ./debian/rules binary
  /external/icu/icu4c/source/samples/ufortune/
Makefile 32 # hook variables to tell rules.mk we want subdirectory processing
41 ### Include standard rules
42 include ../rules.mk
  /external/libnl/tests/
Makefile 37 include ../Makefile.rules
  /external/lldb/test/lang/objc/objc-ivar-stripped/
Makefile 15 include $(LEVEL)/Makefile.rules
  /external/lldb/test/lang/objc/objc-static-method-stripped/
Makefile 15 include $(LEVEL)/Makefile.rules

Completed in 572 milliseconds

<<11121314151617181920>>