HomeSort by relevance Sort by last modified time
    Searched defs:rule (Results 151 - 175 of 497) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/iw/
info.c 628 struct nl80211_coalesce_rule_support *rule; local
632 rule = nla_data(tb_msg[NL80211_ATTR_COALESCE_RULE]);
633 pat = &rule->pat;
635 "\t\t * Each rule contains upto %u patterns of %u-%u bytes,\n"
638 rule->max_rules, pat->max_patterns, pat->min_pattern_len,
639 pat->max_pattern_len, pat->max_pkt_offset, rule->max_delay);
  /external/libnl/lib/route/
rule.c 2 * lib/route/rule.c Routing Rules
14 * @defgroup rule Routing Rules
23 #include <netlink/route/rule.h>
48 struct rtnl_rule *rule = nl_object_priv(c); local
50 if (!rule)
53 nl_addr_put(rule->r_src);
54 nl_addr_put(rule->r_dst);
87 struct rtnl_rule *rule; local
92 rule = rtnl_rule_alloc();
93 if (!rule) {
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c 455 struct rbug_proto_context_draw_rule *rule = (struct rbug_proto_context_draw_rule *)header; local
461 rb_context = rbug_get_context_locked(rb_screen, rule->context);
469 rb_context->draw_rule.shader[PIPE_SHADER_VERTEX] = U642VOID(rule->vertex);
470 rb_context->draw_rule.shader[PIPE_SHADER_FRAGMENT] = U642VOID(rule->fragment);
471 rb_context->draw_rule.texture = U642VOID(rule->texture);
472 rb_context->draw_rule.surf = U642VOID(rule->surface);
473 rb_context->draw_rule.blocker = rule->block;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
RuleBasedCollatorTest.java 43 String rule = "&9 < a < b < c < d"; local
45 RuleBasedCollator coll = new RuleBasedCollator(rule);
46 RuleBasedCollator same = new RuleBasedCollator(rule);
60 String rule = "&9 < a < b < c < d < e"; local
61 RuleBasedCollator coll = new RuleBasedCollator(rule);
65 RuleBasedCollator other = new RuleBasedCollator(rule);
77 String rule = "&9 < c < b < a"; local
78 RuleBasedCollator coll = new RuleBasedCollator(rule);
95 String rule = "&9 < a = b < c"; local
96 RuleBasedCollator coll = new RuleBasedCollator(rule);
    [all...]
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageSummaryPreferenceController.java 276 RecurrenceRule rule = primaryPlan.getCycleRule(); local
277 if (rule != null && rule.start != null && rule.end != null) {
278 mCycleStart = rule.start.toEpochSecond() * 1000L;
279 mCycleEnd = rule.end.toEpochSecond() * 1000L;
  /system/netd/server/
BandwidthController.cpp 200 * protocol packets are skipped via a blanket rule.
202 * ignore rule in the input chain would actually break the INPUT chain;
217 "-A bw_INPUT -m owner --socket-exists", /* This is a tracking rule. */
224 "-A bw_OUTPUT -m owner --socket-exists", /* This is a tracking rule. */
238 "-A bw_raw_PREROUTING -m owner --socket-exists", /* This is a tracking rule. */
248 "-A bw_mangle_POSTROUTING -m owner --socket-exists", /* This is a tracking rule. */
410 ALOGE("Failed set quota rule");
526 ALOGE("Failed set quota rule");
673 /* We only add the rule if this was the 1st tether added. */
714 /* We only detete the rule if this was the last tether removed. *
848 std::string rule; local
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
jetifier-core-0.0.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-java/1.0.2/
parboiled-java-1.0.2.jar 
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeHelper.java 263 for (ZenRule rule : mConfig.automaticRules.values()) {
264 if (canManageAutomaticZenRule(rule)) {
265 rules.add(rule);
273 ZenRule rule; local
276 rule = mConfig.automaticRules.get(id);
278 if (rule == null) return null;
279 if (canManageAutomaticZenRule(rule)) {
280 return createAutomaticZenRule(rule);
299 throw new IllegalArgumentException("Rule instance limit exceeded");
306 throw new AndroidRuntimeException("Could not create rule");
312 ZenRule rule = new ZenRule(); local
333 ZenModeConfig.ZenRule rule; local
354 ZenRule rule = newConfig.automaticRules.get(id); local
373 ZenRule rule = newConfig.automaticRules.get(newConfig.automaticRules.keyAt(i)); local
689 ZenRule rule = newConfig.automaticRules.get(newConfig.automaticRules.keyAt(i)); local
991 final ZenRule rule = new ZenRule(); local
1008 final ZenRule rule = new ZenRule(); local
    [all...]
  /build/kati/
dep.cc 30 #include "rule.h"
49 void ApplyOutputPattern(const Rule& r,
76 Entry(const Rule* r, StringPiece s) : rule(r), suffix(s) {}
77 const Rule* rule; member in struct:__anon1519::RuleTrie::Entry
88 void Add(StringPiece name, const Rule* rule) {
90 rules_.push_back(Entry(rule, name));
98 p.first->second->Add(name.substr(1), rule);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
antlr.c 87 require(HdrAction!=NULL, "rule grammar: cannot allocate header action");
101 require(FirstAction!=NULL, "rule grammar: cannot allocate #first action");
247 rule();
256 rule();
458 /* MR22 */ require(BaseClassName!=NULL, "rule grammar: cannot allocate base class name");
488 rule(void) function
490 rule()
506 /* We want a new element label hash table for each rule */
513 err(eMsg1("duplicate rule definition: '%s'",LATEXT(1)));
569 require(pdecl!=NULL, "rule rule: cannot allocate param decl");
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitExecutor.java 164 private gUnitTestResult runCorrectParser(String parserName, String lexerName, String rule, String lexicalRule, String treeRule, gUnitTestInput input) throws Exception
167 else if ( treeRule!=null ) return runTreeParser(parserName, lexerName, rule, treeRule, input);
168 else return runParser(parserName, lexerName, rule, input);
173 String rule = ts.getRuleName(); local
176 for ( gUnitTestInput input: ts.testSuites.keySet() ) { // each rule may contain multiple tests
183 //System.out.print(numOfTest + ". Running rule: " + rule + "; input: '" + input.testInput + "'");
184 result = runCorrectParser(parserName, lexerName, rule, lexicalRule, treeRule, input);
189 test.setHeader(rule, lexicalRule, treeRule, numOfTest, input.line);
201 test.setHeader(rule, lexicalRule, treeRule, numOfTest, input.line)
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSymbolDefinitions.java 111 // 'x' is token and char in lexer rule
154 String rule = "a"; local
157 checkPlusEqualsLabels(g, rule, tokenLabels, ruleLabels);
167 String rule = "a"; local
170 checkPlusEqualsLabels(g, rule, tokenLabels, ruleLabels);
185 // this must return A not I to the parser; calling a nonfragment rule
186 // from a nonfragment rule does not set the overall token.
200 // this must return A not I to the parser; calling a nonfragment rule
201 // from a nonfragment rule does not set the overall token.
843 Rule r = g.getRule(ruleName)
    [all...]
  /external/boringssl/src/ssl/
ssl_cipher.cc 583 // The "COMPLEMENTOFDEFAULT" rule is omitted. It matches nothing.
767 // rule_equals returns whether the NUL-terminated string |rule| is equal to the
769 static bool rule_equals(const char *rule, const char *buf, size_t buf_len) {
770 // |strncmp| alone only checks that |buf| is a prefix of |rule|.
771 return strncmp(rule, buf, buf_len) == 0 && rule[buf_len] == '\0';
852 // ssl_cipher_apply_rule applies the rule type |rule| to ciphers matching its
863 uint32_t alg_enc, uint32_t alg_mac, uint16_t min_version, int rule,
872 // The rule matches nothing, so bail early
1029 int rule; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationIteratorTest.java 105 String rule = "&a < ab < c/aba < d < z < ch"; local
108 coll = new RuleBasedCollator(rule);
195 rule = "\u0026\u0071\u003c\u1165\u002f\u0071\u0071\u0071\u0071";
198 coll = new RuleBasedCollator(rule);
  /external/icu/icu4c/source/common/
rbbi.cpp 10 // file: rbbi.cpp Contains the implementation of the rule based break iterator
256 // the assumption that the current position is on a rule boundary.
898 int16_t rule = row->fLookAhead; local
899 if (rule != 0) {
902 lookAheadMatches.setPosition(rule, pos);
1066 int16_t rule = row->fLookAhead; local
    [all...]
  /external/icu/icu4c/source/i18n/
nfrs.cpp 156 // throw new IllegalArgumentException("Empty rule set description");
161 // if the description begins with a rule set name (the rule set
163 // of only one rule set), copy it out into our "name" member
168 // throw new IllegalArgumentException("Rule set name doesn't end in colon");
181 // throw new IllegalArgumentException("Empty rule set description");
200 // the descriptions of the rules (one rule per element). The rules
202 // semicolons are rule delimiters)
208 // ensure we are starting with an empty rule list
237 NFRule* rule = rules[i] local
390 NFRule *rule = nonNumericalRules[nnrIdx]; local
407 const NFRule *rule = findNormalRule(number); local
421 const NFRule *rule = findDoubleRule(number); local
436 const NFRule *rule = nonNumericalRules[NAN_RULE_INDEX]; local
455 const NFRule *rule = nonNumericalRules[INFINITY_RULE_INDEX]; local
788 NFRule *rule = nonNumericalRules[i]; local
    [all...]
olsontz.cpp 116 * to lookup the rule that `res' may refer to, if there is one.
200 // Process final rule and data, if any
208 UResourceBundle *rule = TimeZone::loadRule(top, ruleID, NULL, ec); local
209 const int32_t *ruleData = ures_getIntVector(rule, &len, &ec);
249 ures_close(rule);
519 // Interprets the time with rule before the transition,
534 // Interprets the time with rule after the transition,
719 // Create initial rule
747 // Build historic rule array
809 // Get the first occurence of final rule start
    [all...]
rbtz.cpp 117 RuleBasedTimeZone::addTransitionRule(TimeZoneRule* rule, UErrorCode& status) {
121 AnnualTimeZoneRule* atzrule = dynamic_cast<AnnualTimeZoneRule*>(rule);
123 // A final rule
134 fFinalRules->addElement((void*)rule, status);
136 // Non-final rule
143 fHistoricRules->addElement((void*)rule, status);
216 // No more transitions from this rule - skip this rule next time
434 const TimeZoneRule *rule = NULL; local
436 rule = fInitialRule
680 TimeZoneRule *rule = (TimeZoneRule*)rules->orphanElementAt(i); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
citertst.c 355 UChar rule[50]; local
356 int rulelen = u_unescape(str, rule, 50);
370 coll = ucol_openRules(rule, rulelen, UCOL_ON, UCOL_TERTIARY, NULL, &status);
423 UChar rule[50]; local
449 u_uastrcpy(rule, "&a,A < b,B < c,C, d,D < z,Z < ch,cH,Ch,CH");
450 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
452 log_verbose("Contraction rule testing back and forth with no normalization\n");
473 u_uastrcpy(rule, "&a < b < c/abd < d");
474 c2 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status)
791 UChar rule[256]; local
1012 UChar rule[50]; local
    [all...]
utransts.c 351 UChar rule[]={ 0x0061, 0x003c, 0x003e, 0x0063}; /*a<>b*/ local
371 rules=utrans_open("TestA-TestB",UTRANS_FORWARD, rule, 4, NULL, &status);
447 * [e]|abcd match rule 1 - copy output & adjust cursor
448 * [ex|y]cd match rule 2 - copy output & adjust cursor
462 * []|ab Rule 1
464 * [xy|zacw] Rule 2
465 * [xyq|cw] Rule 4
  /external/icu/icu4c/source/test/intltest/
rbbimonkeytest.cpp 98 // Match (initial parse) of a break rule line.
101 "(?<RuleName>[A-Za-z_][A-Za-z0-9_.]*)" // The rule name
103 "(?<RuleDef>.*?)" // The rule definition
166 // If the rule name contains embedded digits, pad the first numeric field to a fixed length with leading zeroes,
167 // This gives a numeric sort order that matches Unicode UAX rule numbering conventions.
170 // Expand the char class definitions within the rule.
177 IntlTest::gTest->errln("%s:%d char class \"%s\" unrecognized in rule \"%s\"",
198 // UAX break rule set definitions can be empty, just [].
211 // Compile a regular expression for this rule.
219 // Put this new rule into the vector of all Rules
426 BreakRule *rule = static_cast<BreakRule *>(rules->fBreakRules.elementAt(ruleNum)); local
453 BreakRule *rule = static_cast<BreakRule *>(rules->fBreakRules.elementAt(ruleNum)); local
572 const BreakRule *rule = static_cast<BreakRule *>(fBkRules->fBreakRules.elementAt(fRuleForPosition.charAt(charIdx))); local
    [all...]

Completed in 924 milliseconds

1 2 3 4 5 67 8 91011>>