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

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/i18n/unicode/
plurrule.h 42 * default rule(other) is returned.
51 * are assigned the keyword "other" by the default rule.
55 * Each rule is examined in order, and the first keyword whose condition
57 * to n in the last rule. Thus its condition holds for 119, 219, 319...
70 * rules = rule (';' rule)*
71 * rule = keyword ':' condition
150 * @param description rule description
187 * Given a number, returns the keyword of the first rule that applies to
191 * @param number The number for which the rule has to be determined
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rndmcoll.cpp 19 // each rule can be:
151 const char * rule = test_rule.next(); local
153 logln(UnicodeString(rule, strlen(rule)));
155 UnicodeString newRule(rule); // potential bug
158 fwrite(rule, strlen(rule),1,stdout);
164 errln( "Could not create Collator for the %d(th) generated rule.\n"
166 "The rule is ",
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
ondemand_supply_task_test.cc 34 #include "rule.h"
44 using i18n::addressinput::Rule;
64 for (std::map<std::string, const Rule*>::const_iterator
80 const Rule* rule_[arraysize(LookupKey::kHierarchy)];
91 std::memcpy(rule_, hierarchy.rule, sizeof rule_);
95 std::map<std::string, const Rule*> rule_cache_;
135 // All rules on the COUNTRY level inherit from the default rule.
168 // All rules on the COUNTRY level inherit from the default rule.
172 // Only rules on the COUNTRY level inherit from the default rule.
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
cat.py 60 for rule in sorter.iter_rule():
61 if rule.name not in order:
62 order.append(rule.name)
126 for rule in sorter.iter_rule():
128 category['name'] = rule.name
130 for sub_world, sub_breakdown in rule.iter_subs():
134 if rule.hidden:
137 breakdown[rule.name] = category
141 # Note that a bucket which doesn't match any rule is just dropped.
  /external/chromium_org/tools/gn/
binary_target_generator.h 11 // Populates a Target with the values from a binary rule (executable, shared
copy_target_generator.h 11 // Populates a Target with the values from a copy rule.
group_target_generator.h 11 // Populates a Target with the values for a group rule.
  /external/chromium_org/tools/gyp/test/assembly/src/
override.gyp 16 # Test that if there's a specific .asm rule, it overrides the
  /external/chromium_org/tools/gyp/test/mac/xcode-env-order/
test.gyp 90 'message': 'Rule braces ${PRODUCT_NAME} ${FOO} <(RULE_INPUT_NAME)',
93 'outputs': [ '<(PRODUCT_DIR)/rule-copy-brace.txt' ],
95 '<(PRODUCT_DIR)/rule-copy-brace.txt' ],
99 'message': 'Rule parens $(PRODUCT_NAME) $(FOO) <(RULE_INPUT_NAME)',
102 'outputs': [ '<(PRODUCT_DIR)/rule-copy-paren.txt' ],
104 '<(PRODUCT_DIR)/rule-copy-paren.txt' ],
111 # 'message': 'Rule copy bare $PRODUCT_NAME $FOO',
114 # 'outputs': [ '<(PRODUCT_DIR)/rule-copy-bare.txt' ],
116 # '<(PRODUCT_DIR)/rule-copy-bare.txt' ],
  /external/chromium_org/tools/gyp/test/rules/
gyptest-input-root.py 8 Verifies that RULE_INPUT_ROOT isn't turned into a path in rule actions
  /external/chromium_org/tools/gyp/test/rules/src/subdir2/
never_used.gyp 5 # Test that the case where there is a rule that doesn't apply to anything.
no_inputs.gyp 6 # file the rule applies to).
  /external/chromium_org/tools/gyp/test/same-rule-output-file-name/src/subdir1/
subdir1.gyp 19 'rule.txt',
  /external/chromium_org/tools/gyp/test/same-rule-output-file-name/src/subdir2/
subdir2.gyp 19 'rule.txt',
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
mmap_classifier.py 25 """Loads and parses a mmap rule tree from a content (string).
28 An instance of |rules.Rule|, which nodes are |_MmapRule| instances.
44 assert(isinstance(rule_tree, rules.Rule))
55 class _MmapRule(rules.Rule):
  /external/clang/test/CXX/class/class.nest/
p1.cpp 8 // C++11 does relax this rule (see 5.1.1.10) in the first case, but we need to enforce it in C++03 mode.
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p11.cpp 18 // As an extension, this rule is applied to explicit specializations as well.
  /external/icu/icu4c/source/common/
rbbinode.h 17 // a rule file.
64 int fFirstPos; // Position in the rule source string of the
68 int fLastPos; // Last position in the rule source string
80 // marking the end of a look-ahead rule.
rbbiscan.h 40 // the rule expressions and a list of all Unicode Sets
96 RBBIRuleBuilder *fRB; // The rule builder that we are part of.
99 // in the rule input string.
113 RBBIRuleTableEl **fStateTable; // State Transition Table for RBBI Rule
121 // during the parse of a rule
125 UBool fReverseRule; // True if the rule currently being scanned
126 // is a reverse direction rule (if it
129 UBool fLookAheadRule; // True if the rule includes a '/'
146 int32_t fRuleNum; // Counts each rule as it is scanned.
  /external/icu/icu4c/source/tools/gencfu/
gencfu.1.in 31 .BI "\-r\fP, \fB\-\-rules" " rule\-file"
32 .BI "\-w\fP, \fB\-\-wsrules" " whole\-script\-rule\-file"
80 .BI "\-r\fP, \fB\-\-rules" " rule\-file"
83 .BI "\-w\fP, \fB\-\-wsrules" " whole\-script\-rule\-file"
  /external/iproute2/include/libiptc/
libiptc.h 44 /* Get first rule in the given chain: NULL for empty chain. */
66 /* Rule numbers start at 1 for the first rule. */
74 /* Atomically replace rule `rulenum' in `chain' with `e'. */
86 /* Delete the first rule in `chain' which matches `e', subject to
93 /* Delete the rule in position `rulenum' in `chain'. */
136 /* read packet and byte counters for a specific rule */
141 /* zero packet and byte counters for a specific rule */
146 /* set packet and byte counters for a specific rule */
  /external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
compile_cs 11 This rule produces generated Java source code that represents JSilver Template
17 * name: A unique name for this rule. (Name; required)
59 This rule merges multiple compile_cs output libraries and maps into one Java
65 * name: A unique name for this rule. (Name; required)
  /external/junit/src/org/junit/rules/
TemporaryFolder.java 6 import org.junit.Rule;
9 * The TemporaryFolder Rule allows creation of files and folders that are
15 * &#064;Rule
100 * by the {@link Rule}
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BaseRecognizer.java 96 * This way any error in a rule will cause an exception and
97 * immediate exit from rule. Rule would recover by resynchronizing
98 * to the set of symbols that can follow rule ref.
293 msg = "rule "+fpe.ruleName+" failed predicate: {"+
377 /* Compute the error recovery set for the current rule. During
378 * rule invocation, the parser pushes the set of tokens that can
379 * follow that rule reference on the stack; this amounts to
380 * computing FIRST of what follows the rule reference in the
381 * enclosing rule. This local follow set only includes token
    [all...]
  /external/chromium_org/chrome/browser/omnibox/
omnibox_field_trial_unittest.cc 52 // EXPECT()s that OmniboxFieldTrial::GetValueForRuleInContext(|rule|,
56 const std::string& rule,
79 const std::string& rule,
83 rule, page_classification));
232 // Rule 1 has some exact matches and fallbacks at every level.
239 // Rule 2 has no exact matches but has fallbacks.
243 // Rule 3 has only a global fallback.
245 // Rule 4 has an exact match but no fallbacks.
247 // Add a malformed rule to make sure it doesn't screw things up.
258 // Tests for rule 1
    [all...]

Completed in 381 milliseconds

<<11121314151617181920>>