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

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/common/
rbbitblb.h 27 // class RBBITableBuilder is part of the RBBI rule compiler.
29 // from the expression syntax tree generated by the rule scanner.
  /external/chromium_org/third_party/icu/source/test/cintltst/
cfintst.c 83 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
101 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
  /external/chromium_org/tools/gn/
ninja_helper.h 54 // disambiguate a given rule for each toolchain.
57 // Returns the name of the rule name for the given toolchain and file/target
  /external/chromium_org/tools/gyp/test/rules-rebuild/
gyptest-default.py 8 Verifies that a rule that generates multiple outputs rebuilds
70 # Test that modifying a rule's inputs (specifically, make-sources.py) causes
  /external/chromium_org/ui/keyboard/resources/images/
shutdown.svg 29 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
38 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g></g></g></g></svg
  /external/deqp/scripts/
check_resolution_list.py 58 # Pass 2: check that each case is specified by one rule
73 fail("Case '%s' not specified by any rule" % case)
  /external/icu/icu4c/source/common/
rbbirb.h 8 // Rule Based Break Iterator rule builder.
99 // class RBBIRuleBuilder The top-level class handling RBBI rule compiling.
105 // Create a rule based break iterator from a set of rules.
106 // This function is the main entry point into the rule builder. The
115 // (and shared) by the various parts that make up the rule builder. They
117 // rule builder implementation.
127 const UnicodeString &fRules; // The rule string that we are compiling
rbbitblb.h 27 // class RBBITableBuilder is part of the RBBI rule compiler.
29 // from the expression syntax tree generated by the rule scanner.
  /external/icu/icu4c/source/test/cintltst/
cfintst.c 83 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
101 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
  /external/iptables/extensions/
libxt_policy.man 20 Selects whether to match the exact policy or match if any rule of
28 Matches the reqid of the policy rule. The reqid can be specified with
  /external/junit/src/org/junit/rules/
ErrorCollector.java 16 * The ErrorCollector rule allows execution of a test to continue after the
22 * &#064;Rule
  /external/libxml2/
HACKING 29 thanks in advance for following the rule,
34 Aleksey Sanin get an exception for the send before commit rule
  /external/srec/tools/grxmlcompile/
netw_dump.cpp 72 case BEGINRULE_LABEL: // Start of rule
73 case ENDRULE_LABEL: // End of rule
119 case BEGINRULE_LABEL: // Start of rule
123 case ENDRULE_LABEL: // End of rule
238 case BEGINRULE_LABEL: // Start of rule
239 case ENDRULE_LABEL: // End of rule
312 case BEGINRULE_LABEL: // Start of rule
313 case ENDRULE_LABEL: // End of rule
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
makesetup 35 # - for each object file mentioned in Setup, append a rule
37 # - for each module mentioned in Setup, append a rule
224 rule="$obj: $src; $cc $cpps -c $src -o $obj"
225 echo "$rule" >>$rulesf
240 rule="$file: $objs"
241 rule="$rule; \$(BLDSHARED) $objs $libs $ExtraLibs -o $file"
242 echo "$rule" >>$rulesf
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
makesetup 35 # - for each object file mentioned in Setup, append a rule
37 # - for each module mentioned in Setup, append a rule
224 rule="$obj: $src; $cc $cpps -c $src -o $obj"
225 echo "$rule" >>$rulesf
240 rule="$file: $objs"
241 rule="$rule; \$(BLDSHARED) $objs $libs $ExtraLibs -o $file"
242 echo "$rule" >>$rulesf
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.pom 65 <rule>
68 </rule>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
ZoomControlsRuleTest.java 43 ZoomControlsRule rule = new ZoomControlsRule(); local
46 DropFeedback feedback = rule.onDropEnter(layout, null/*targetView*/, elements);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 167 # parser rule group_spec
173 # -> uncomment the next line to manually enable rule tracing
234 # -> uncomment the next line to manually enable rule tracing
244 # parser rule group_name
250 # -> uncomment the next line to manually enable rule tracing
309 # -> uncomment the next line to manually enable rule tracing
319 # parser rule member
325 # -> uncomment the next line to manually enable rule tracing
395 # -> uncomment the next line to manually enable rule tracing
405 # parser rule parameter_declaratio
    [all...]
  /external/chromium_org/third_party/icu/patches/
brkitr.patch 29 +# the current rule 6/7.
81 -$KatakanaEx {300}; # note: these status values override those from rule 5
90 # rule 6 and 7
96 # rule 8
101 # rule 13
109 # rule 13a/b
125 +$KanaKanji $KanaKanji {400}; #different rule status if both kanji and kana found
138 # rule 3
141 # rule 4
145 # rule
    [all...]
  /libcore/luni/src/main/java/java/lang/
StringBuilder.java 100 * The {@code boolean} value is converted to a String according to the rule
115 * The {@code char} value is converted to a string according to the rule
130 * {@code int} value is converted to a string according to the rule defined
145 * The {@code long} value is converted to a string according to the rule
160 * The {@code float} value is converted to a string according to the rule
175 * The {@code double} value is converted to a string according to the rule
190 * The {@code Object} value is converted to a string according to the rule
240 * The {@code char[]} is converted to a string according to the rule
256 * the rule defined by {@link String#valueOf(char[],int,int)}.
366 * to a string according to the rule defined b
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser-in.cpp 172 setupParser("@-internal-rule ", string, "");
180 setupParser("@-internal-keyframe-rule ", string, "");
1583 RefPtrWillBeRawPtr<StyleRuleMedia> rule = nullptr; local
1600 RefPtrWillBeRawPtr<StyleRuleSupports> rule = nullptr; local
1749 RefPtrWillBeRawPtr<StyleRuleKeyframes> rule = StyleRuleKeyframes::create(); local
1801 RefPtrWillBeRawPtr<StyleRule> rule = StyleRule::create(); local
1828 RefPtrWillBeRawPtr<StyleRuleFontFace> rule = StyleRuleFontFace::create(); local
1963 RefPtrWillBeRawPtr<StyleRulePage> rule = StyleRulePage::create(); local
2108 RefPtrWillBeRawPtr<StyleRuleViewport> rule = StyleRuleViewport::create(); local
    [all...]
  /external/bison/doc/
bison.texi 126 * Semantic Actions:: Each rule can have an action containing C code.
205 * Actions:: An action is the semantic definition of a grammar rule.
207 * Mid-Rule Actions:: Most actions go at the end of a rule.
209 action in the middle of a rule.
211 Actions in Mid-Rule
213 * Using Mid-Rule Actions:: Putting an action in the middle of a rule.
214 * Mid-Rule Action Translation:: How mid-rule actions are actually processed
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py 48 # Special variables that may be used by gyp 'rule' targets.
50 # rule.
163 """Return true if the target should produce a restat rule based on a TOC
196 # sources as well as the starting directory a given gyp rule/action
411 # any of its action/rule/copy steps.
506 """Handle the implicit VS .idl rule for one source file. Fills |outputs|
575 |verb| is the short summary, e.g. ACTION or RULE.
592 # First write out a rule for the action.
611 # Then write out an edge using the rule.
624 for rule in rules
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
JavaScript.stg 85 * Make rule memoization happen only at levels above 1 as we start mTokens
203 <! generate rule/method definitions for imported rules so they
250 /** A simpler version of a rule template that is specific to the imaginary
254 * As predicates cannot be inlined into the invoking rule, they need to
255 * be in a rule by themselves.
305 /** How to test for failure and return from rule */
310 /** This rule has failed, exit indicating failure during backtrack */
315 /** How to generate code for a rule. This includes any return type
318 rule(ruleName,ruleDescriptor,block,emptyRule,description,exceptions,finally,memoize) ::= <<
451 /** How to generate a rule in the lexer; naked blocks are used fo
    [all...]
  /external/antlr/antlr-3.4/runtime/C/
README 15 release and generally make life easier. If you remember this rule, everything
140 attributes whereby a rule may define a value usable by any rule it
162 example this rule creates a template called 'import' for each import
179 language. The .st label property is the result template from a rule
234 -nfa generate an NFA for each rule
329 * Fixed bug in lexer where ~T didn't compute the set from rule T.
407 @after executes after bookkeeping to set $rule.stop, $rule.tree but
410 exec even if error in rule. The @after action and tree settin
    [all...]

Completed in 761 milliseconds

<<21222324252627282930>>