Searched refs:rules (Results 51 - 75 of 330) sorted by relevance

1234567891011>>

/external/okhttp/
H A DAndroid.mk31 LOCAL_JARJAR_RULES := ${LOCAL_PATH}/jarjar-rules.txt
/external/wpa_supplicant_8/hostapd/src/radius/
H A DMakefile10 include ../lib.rules
/external/wpa_supplicant_8/src/radius/
H A DMakefile10 include ../lib.rules
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A DMakefile10 include ../lib.rules
/external/icu4c/test/cintltst/
H A Dcallcoll.h53 void genericRulesStarterWithResult(const char *rules, const char * const s[], uint32_t size, UCollationResult result);
54 void genericRulesStarter(const char *rules, const char * const s[], uint32_t size);
55 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
/external/bison/src/
H A Dreduce.c47 /* Set of all rules which have no useless nonterminals in their RHS. */
77 for (rhsp = rules[r].rhs; *rhsp >= 0; ++rhsp)
85 | Remember that rules are 1-origin, symbols are 0-origin. |
123 bitset_set (Np, rules[r].lhs->number - ntokens);
181 && bitset_test (V, rules[r].lhs->number))
184 for (rhsp = rules[r].rhs; *rhsp >= 0; rhsp++)
225 if (rules[r].precsym != 0)
226 bitset_set (V1, rules[r].precsym->number);
243 rules[r].useful = bitset_test (P, r);
255 rules_sorted[rules[
[all...]
H A Dprint.c106 rule_lhs_print (&rules[r], previous_lhs, out);
107 previous_lhs = rules[r].lhs;
109 for (sp = rules[r].rhs; sp < sp1; sp++)
117 state_rule_look_ahead_tokens_print (s, &rules[r], out);
224 return reds->rules[0];
262 default_rule = reds->rules[i];
338 if (reds->rules[j] != default_rule)
368 if (reds->rules[j] != default_rule)
371 reds->rules[j], true);
385 reds->rules[
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dproxy_config_service_impl.cc78 if (config.bypass_rules.rules().empty()) {
83 for (it = bypass_rules.rules().begin();
84 it != bypass_rules.rules().end(); ++it) {
249 net::ProxyConfig::ProxyRules rules; local
250 rules.ParseFromString(proxy_proto.proxy_server());
251 switch (rules.type) {
255 if (!rules.single_proxy.is_valid())
258 single_proxy.server = rules.single_proxy;
262 if (!rules.proxy_for_http.is_valid() &&
263 !rules
[all...]
/external/icu4c/i18n/unicode/
H A Dplurfmt.h64 * rules define both what plural cases exist in a language, and to
66 * <li>It provides predefined plural rules for many languages. Thus, the programmer
71 * rules, see the CLDR <i>Language Plural Rules</i> page at
81 * a predefined set of plural rules. You can create one using one of
133 * <p>If you need to use <code>PluralFormat</code> with custom rules, you can
152 * This locale will be used to get the set of plural rules and for standard
163 * rules for this locale. This locale will also be used for
172 * Creates a new <code>PluralFormat</code> for a given set of rules.
174 * @param rules defines the behavior of the <code>PluralFormat</code>
180 PluralFormat(const PluralRules& rules, UErrorCod
[all...]
/external/chromium/net/tools/tld_cleanup/
H A Dtld_cleanup.cc17 // * Strips blank lines and comments, as well as notes for individual rules.
23 // * Adds explicit rules for true TLDs found in any rule.
52 // Writes the list of domain rules contained in the 'rules' set to the
55 bool WriteRules(const RuleMap& rules, FilePath outfile) { argument
72 for (RuleMap::const_iterator i = rules.begin(); i != rules.end(); ++i) {
162 // the most severe of the result codes encountered when normalizing the rules.
178 RuleMap rules; local
200 // Check the existing rules t
[all...]
/external/icu4c/i18n/
H A Drbt_set.cpp134 // Fill the precontext and postcontext with the patterns of the rules
171 rules = NULL;
181 rules(0),
203 if (other.rules != 0 && U_SUCCESS(status)) {
213 delete ruleVector; // This deletes the contained rules
214 uprv_free(rules);
223 rules[i]->setData(d);
241 * unfreezes the rules, and freeze() must be called again.
258 uprv_free(rules);
259 rules
[all...]
/external/icu4c/test/intltest/
H A Dplurults.cpp108 errln("ERROR: clone plural rules test failed!");
113 errln("ERROR: clone plural rules test failed!");
119 errln("ERROR: clone plural rules test failed!");
126 // ======= Test empty plural rules
134 errln("ERROR: empty plural rules test failed! - exitting");
141 // ======= Test simple plural rules
151 errln("ERROR: simple plural rules failed! - exitting");
161 // ======= Test complex plural rules
184 errln("ERROR: complex plural rules failed! - exitting");
194 errln("ERROR: complex plural rules faile
314 PluralRules* rules[MAX_EQ_COL]; local
388 PluralRules *rules = PluralRules::forLocale(locales[i], status); local
436 PluralRules *rules = PluralRules::createRules("a: n mod 10 in 5..8", status); local
[all...]
H A Ditrbnfp.cpp58 // 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];
/external/junit/src/org/junit/internal/runners/rules/
H A DRuleFieldValidator.java1 package org.junit.internal.runners.rules;
8 import org.junit.rules.TestRule;
82 return org.junit.rules.MethodRule.class.isAssignableFrom(target
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A DMakefile24 fakeroot ./debian/rules clean
41 fakeroot ./debian/rules binary
/external/icu4c/samples/ufortune/
H A DMakefile32 # hook variables to tell rules.mk we want subdirectory processing
41 ### Include standard rules
42 include ../rules.mk
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLTableElement16.js78 The rules attribute specifies which internal table borders to render.
80 Retrieve the rules attribute of the first TABLE element and examine
103 vrules = testNode.rules;
H A Dtable40.js79 The value of attribute rules of the table element is read and checked against the expected value.
101 vrules = testNode.rules;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLTableElement16.js78 The rules attribute specifies which internal table borders to render.
80 Retrieve the rules attribute of the first TABLE element and examine
103 vrules = testNode.rules;
H A Dtable40.js79 The value of attribute rules of the table element is read and checked against the expected value.
101 vrules = testNode.rules;
/external/webkit/Tools/Scripts/webkitpy/style/
H A Dfilter.py27 """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...]
/external/webkit/Tools/android/flex-2.5.4a/MISC/
H A Ddebflex.awk5 # BEGIN section modified to correct a collection of rules.
54 rules[line] = $0;
88 if (rules[line]) {
94 source, line, text, rules[line]);
/external/wpa_supplicant_8/hostapd/src/utils/
H A DMakefile10 include ../lib.rules
/external/wpa_supplicant_8/src/utils/
H A DMakefile10 include ../lib.rules
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A DMakefile10 include ../lib.rules

Completed in 729 milliseconds

1234567891011>>