HomeSort by relevance Sort by last modified time
    Searched full:rule (Results 176 - 200 of 4107) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/icu/source/i18n/
nfrs.cpp 136 // throw new IllegalArgumentException("Empty rule set description");
141 // if the description begins with a rule set name (the rule set
143 // of only one rule set), copy it out into our "name" member
148 // throw new IllegalArgumentException("Rule set name doesn't end in colon");
161 // throw new IllegalArgumentException("Empty rule set description");
175 // the descriptions of the rules (one rule per element). The rules
177 // semicolons are rule delimiters)
209 NFRule* rule = rules[i]; local
211 switch (rule->getType())
315 NFRule *rule = findNormalRule(number); local
331 NFRule *rule = findDoubleRule(number); local
    [all...]
ztrans.h 36 * @param from The time zone rule used before the transition.
37 * @param to The time zone rule used after the transition.
61 * @param rule the original ZRule
98 * Returns the rule used before the transition.
100 * @return The time zone rule used after the transition.
107 * Sets the rule used before the transition. The caller remains
111 * @param from The time zone rule used before the transition.
118 * Adopts the rule used before the transition. The caller must
121 * @param from The time zone rule used before the transition.
128 * Returns the rule used after the transition
    [all...]
rbt_rule.h 28 * A transliteration rule used by
32 * <p>A rule consists of an input pattern and an output string. When
43 * <p>A rule may contain segments in its input string and segment
141 * An alias pointer to the data for this rule. The data provides
149 * Construct a new rule with the given input, output text, and other
166 * 0. For example, the rule "abc{def} > | @@@ xyz;" changes "def" to
173 * @param anchorStart TRUE if the the rule is anchored on the left to
175 * @param anchorEnd TRUE if the rule is anchored on the right to the
177 * @param data the rule data.
202 * Change the data object that this rule belongs to. Use
    [all...]
nfrule.cpp 97 // we know we're making at least one rule, so go ahead and
99 // (this also strips the rule descriptor, if any, off the
116 // then leave the description alone, initialize the rule's
117 // rule text and substitutions, and return that rule
130 // we'll actually only split the rule into two rules if its
138 // if it passes that test, new up the second rule. If the
139 // rule set both rules will belong to is a fraction rule
141 // increment the original rule's base value ("rule1" actuall
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
RunnerController.java 107 public void OnShowRuleResult(Rule rule) {
115 result.append("Testing result for rule: " + rule.getName());
118 for(TestCase testCase: rule.getTestCases()){
136 final Rule rule = suite.getRule(i); local
137 if(rule.getNotEmpty()) this.add(new TestGroupTreeNode(rule));
153 private Rule data
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
plugin_settings.js 111 * Creates a content setting rule and calls the passed in callback with the
113 * @param {string} pattern The content setting pattern for the rule.
114 * @param {string} setting The setting for the rule.
138 * Removes the content setting rule with a given pattern, and calls the
140 * @param {string} pattern The content setting pattern for the rule.
151 * Updates the content setting rule with a given pattern to a new pattern
153 * @param {string} oldPattern The old content setting pattern for the rule.
154 * @param {string} newPattern The new content setting pattern for the rule.
155 * @param {string} setting The setting for the rule.
167 // Remove the old rule
    [all...]
  /external/chromium_org/chrome/installer/util/
advanced_firewall_manager_win.cc 72 // Delete the rule. According MDSN |INetFwRules::Add| should replace rule with
73 // same "rule identifier". It's not clear what is "rule identifier", but it
74 // can successfully create many rule with same name.
77 // Create the rule and add it to the rule set (only succeeds if elevated).
102 base::win::ScopedComPtr<INetFwRule> rule) {
103 // Rename rule to unique name and delete by unique name. We can't just delete
104 // rule by name. Multiple rules with the same name and different app ar
175 base::win::ScopedComPtr<INetFwRule> rule; local
    [all...]
  /external/icu/icu4c/source/i18n/
ztrans.h 35 * @param from The time zone rule used before the transition.
36 * @param to The time zone rule used after the transition.
57 * @param rule the original ZRule
90 * Returns the rule used before the transition.
92 * @return The time zone rule used after the transition.
98 * Sets the rule used before the transition. The caller remains
102 * @param from The time zone rule used before the transition.
108 * Adopts the rule used before the transition. The caller must
111 * @param from The time zone rule used before the transition.
117 * Returns the rule used after the transition
    [all...]
rbt_rule.h 28 * A transliteration rule used by
32 * <p>A rule consists of an input pattern and an output string. When
43 * <p>A rule may contain segments in its input string and segment
141 * An alias pointer to the data for this rule. The data provides
149 * Construct a new rule with the given input, output text, and other
166 * 0. For example, the rule "abc{def} > | @@@ xyz;" changes "def" to
173 * @param anchorStart TRUE if the the rule is anchored on the left to
175 * @param anchorEnd TRUE if the rule is anchored on the right to the
177 * @param data the rule data.
202 * Change the data object that this rule belongs to. Use
    [all...]
nfrule.cpp 96 // we know we're making at least one rule, so go ahead and
98 // (this also strips the rule descriptor, if any, off the
115 // then leave the description alone, initialize the rule's
116 // rule text and substitutions, and return that rule
129 // we'll actually only split the rule into two rules if its
137 // if it passes that test, new up the second rule. If the
138 // rule set both rules will belong to is a fraction rule
140 // increment the original rule's base value ("rule1" actuall
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
LL1Analyzer.java 34 import org.antlr.tool.Rule;
49 /** 0 if we hit end of rule and invoker should keep going (epsilon) */
62 public Map<Rule, LookaheadSet> FOLLOWCache = new HashMap<Rule, LookaheadSet>();
74 Rule r = (Rule)it.next();
86 // walk every rule in this grammar and compare FIRST set with
90 Rule r = (Rule)it.next();
94 Rule importedRule = g.getRule(r.name)
    [all...]
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.cc 28 // 'outfile', with each rule terminated by a LF. The file must already have
71 // Adjusts the rule to a standard form: removes single extraneous dots and
72 // canonicalizes it using GURL. Returns kSuccess if the rule is interpreted as
74 // logs an error and returns kError if the rule is (almost) certainly invalid.
75 NormalizeResult NormalizeRule(std::string* domain, Rule* rule) {
82 LOG(WARNING) << "Ignoring empty rule";
88 LOG(WARNING) << "Ignoring empty rule";
96 rule->exception = true;
99 rule->wildcard = true
170 Rule rule; local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
rbbirpt.txt 10 # ICU Break Iterator Rule Parser State Table
13 # The rule parser uses a state machine; the data in this file define the
16 # *** This file defines the RBBI rule grammar. This is it.
20 # that are then built with the rule parser.
58 escaped term ^break-rule-end doExprStart
60 '$' scan-var-name ^assign-or-rule doExprStart
64 default term ^break-rule-end doExprStart
67 # break-rule-end: Returned from doing a break-rule expression.
69 break-rule-end
    [all...]
  /external/icu/icu4c/source/common/
rbbirpt.txt 10 # ICU Break Iterator Rule Parser State Table
13 # The rule parser uses a state machine; the data in this file define the
16 # *** This file defines the RBBI rule grammar. This is it.
20 # that are then built with the rule parser.
58 escaped term ^break-rule-end doExprStart
60 '$' scan-var-name ^assign-or-rule doExprStart
64 default term ^break-rule-end doExprStart
67 # break-rule-end: Returned from doing a break-rule expression.
69 break-rule-end
    [all...]
  /external/iproute2/include/libiptc/
libip6tc.h 36 /* Get first rule in the given chain: NULL for empty chain. */
58 /* Rule numbers start at 1 for the first rule. */
66 /* Atomically replace rule `rulenum' in `chain' with `fw'. */
78 /* Delete the first rule in `chain' which matches `fw'. */
84 /* Delete the rule in position `rulenum' in `chain'. */
126 /* read packet and byte counters for a specific rule */
131 /* zero packet and byte counters for a specific rule */
136 /* set packet and byte counters for a specific rule */
  /system/netd/server/
FirewallController.cpp 47 // create default rule to drop all traffic
71 int FirewallController::setInterfaceRule(const char* iface, FirewallRule rule) {
78 if (rule == ALLOW) {
90 int FirewallController::setEgressSourceRule(const char* addr, FirewallRule rule) {
97 if (rule == ALLOW) {
110 FirewallRule rule) {
123 if (rule == ALLOW) {
137 int FirewallController::setUidRule(int uid, FirewallRule rule) {
142 if (rule == ALLOW) {
  /external/chromium_org/third_party/icu/source/i18n/unicode/
tztrans.h 38 * @param from The time zone rule used before the transition.
39 * @param to The time zone rule used after the transition.
111 * Returns the rule used before the transition.
112 * @return The time zone rule used after the transition.
118 * Sets the rule used before the transition. The caller remains
120 * @param from The time zone rule used before the transition.
126 * Adopts the rule used before the transition. The caller must
128 * @param from The time zone rule used before the transition.
134 * Sets the rule used after the transition. The caller remains
136 * @param to The time zone rule used after the transition
    [all...]
  /external/icu/icu4c/source/data/brkitr/
sent.txt 52 # Rule 3 - break after separators. Keep CR/LF together.
57 # Rule 4 - Break after $Sep.
58 # Rule 5 - Ignore $Format and $Extend
63 # Rule 6
66 # Rule 7
69 #Rule 8
73 # Rule 8a
76 #Rule 9, 10, 11
79 #Rule 12
104 # Explanation for this rule
    [all...]
sent_el.txt 52 # Rule 3 - break after separators. Keep CR/LF together.
57 # Rule 4 - Break after $Sep.
58 # Rule 5 - Ignore $Format and $Extend
63 # Rule 6
66 # Rule 7
69 #Rule 8
73 # Rule 8a
76 #Rule 9, 10, 11
79 #Rule 12
104 # Explanation for this rule
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tztrans.h 38 * @param from The time zone rule used before the transition.
39 * @param to The time zone rule used after the transition.
111 * Returns the rule used before the transition.
112 * @return The time zone rule used after the transition.
118 * Sets the rule used before the transition. The caller remains
120 * @param from The time zone rule used before the transition.
126 * Adopts the rule used before the transition. The caller must
128 * @param from The time zone rule used before the transition.
134 * Sets the rule used after the transition. The caller remains
136 * @param to The time zone rule used after the transition
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTParser.stg 35 * token, set, rule, wildcard
40 @rule.setErrorReturnValue() ::= <<
41 /* ASTParser rule.setErrorReturnValue */
130 // RULE REF AST
132 /** rule when output=AST */
133 ruleRef(rule,label,elementIndex,args,scope) ::= <<
140 /** rule! is same as normal rule ref */
141 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
143 /** rule^ *
    [all...]
  /external/chromium_org/sandbox/win/src/
policy_engine_unittest.cc 45 // Add rule set #1
55 // Add rule set #2
78 // Test should match the first rule set.
83 // Test should still match the first rule set.
88 // Changing creation_mode such that evaluation should not match any rule.
93 // Changing creation_mode such that evaluation should match rule #2.
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
rule_retriever_test.cc 27 #include "rule.h"
35 using i18n::addressinput::Rule;
59 Rule rule_;
64 const Rule& rule) {
67 rule_.CopyFrom(rule);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTParser.stg 35 * token, set, rule, wildcard
42 @rule.setErrorReturnValue() ::= <<
121 // RULE REF AST
123 /** rule when output=AST */
124 ruleRef(rule,label,elementIndex,args,scope) ::= <<
129 /** rule! is same as normal rule ref */
130 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
132 /** rule^ */
133 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTParser.stg 38 * token, set, rule, wildcard
44 @rule.setErrorReturnValue() ::= <<
124 // RULE REF AST
126 /** rule when output=AST */
127 ruleRef(rule,label,elementIndex,args,scope) ::= <<
132 /** rule! is same as normal rule ref */
133 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
135 /** rule^ */
136 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]

Completed in 374 milliseconds

1 2 3 4 5 6 78 91011>>