HomeSort by relevance Sort by last modified time
    Searched refs:Rule (Results 151 - 175 of 373) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/compiler-rt/make/
AppleBI.mk 57 # Rule to make each dylib slice
74 # Rule to make fat dylib
95 # Rule to make fat archive
100 # rule to make each archive slice for dyld (which removes a few archive members)
110 # rule to make make archive for dyld
127 # Rule to make fat dylib
133 # Rule to make each dylib slice
  /frameworks/base/tools/split-select/
Main.cpp 23 #include "Rule.h"
78 KeyedVector<SplitDescription, sp<Rule> > rules(selector.getRules());
93 sp<Rule> masterRule = new Rule();
94 masterRule->op = Rule::OR_SUBRULES;
100 masterRule = Rule::simplify(masterRule);
Android.mk 30 Rule.cpp \
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 70 {"<invalid>", "rule", "token", "rule-list", "token-list", "wildcard-tree", "wildcard-tree-list"};
167 * Currently only set for rule labels.
176 public Rule getReferencedRule() {
325 /** The unique set of all rule references in any rule; set of tree node
326 * objects so two refs to same rule can exist but at different line/position.
332 /** The unique set of all token ID references in any rule */
342 * rules. This is stuff we couldn't refactor to precedence rule.
344 protected Set<Rule> leftRecursiveRules
    [all...]
CompositeGrammarTree.java 57 /** Find a rule by looking in current grammar then down towards the
60 public Rule getRule(String ruleName) {
61 Rule r = grammar.getLocallyDefinedRule(ruleName);
  /cts/tests/tests/view/src/android/view/cts/
TextureViewTest.java 25 import android.support.test.rule.ActivityTestRule;
30 import org.junit.Rule;
39 @Rule
  /device/intel/edison/build/tasks/
flashfiles.mk 0 # Rule to make a distribution zipfile with all that is needed to flash the Edison
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangParser.m 42 #pragma mark Dynamic Rule Scopes
44 #pragma mark Rule Return Scopes start
165 //#pragma mark Rule return scopes start
168 #pragma mark Rule return scopes start
173 #pragma mark Dynamic Rule Scopes
290 // token+rule list labels
302 /* ASTParser rule.setErrorReturnValue */
348 description:@"rule type"] retain];
372 // rule labels: retval
374 // rule list labels:
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.m 40 #pragma mark Dynamic Rule Scopes
42 #pragma mark Rule Return Scopes start
123 //#pragma mark Rule return scopes start
126 #pragma mark Rule return scopes start
131 #pragma mark Dynamic Rule Scopes
206 * $ANTLR start rule
207 * TreeRewrite.g:8:1: rule : INT subrule -> ^( subrule INT ) ;
209 - (TreeRewriteParser_rule_return *) rule
233 description:@"rule subrule"] retain];
253 // rule labels: retva
    [all...]
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
AllocationInstrumentTest.java 32 import org.junit.Rule;
47 @Rule public CaliperTestWatcher runner = new CaliperTestWatcher();
BadUserCodeTest.java 24 import org.junit.Rule;
36 @Rule public CaliperTestWatcher runner = new CaliperTestWatcher();
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DependencyRequestMapperTest.java 37 import org.junit.Rule;
49 @Rule public CompilationRule compilationRule = new CompilationRule();
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/writer/
ClassNameTest.java 24 import org.junit.Rule;
34 @Rule public CompilationRule compilationRule = new CompilationRule();
TypeNamesTest.java 25 import org.junit.Rule;
34 @Rule public final CompilationRule compilation = new CompilationRule();
  /external/dagger2/core/src/test/java/dagger/internal/
SetFactoryTest.java 25 import org.junit.Rule;
37 @Rule public ExpectedException thrown = ExpectedException.none();
  /external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
AntResourcesLocatorTest.java 33 import org.junit.Rule;
42 @Rule
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/tools/
ExecFileLoaderTest.java 33 import org.junit.Rule;
42 @Rule
  /external/nanopb-c/extra/
nanopb.mk 34 # Rule for building .pb.c and .pb.h
  /external/okhttp/okio/okio/src/test/java/okio/
OkioTest.java 22 import org.junit.Rule;
33 @Rule public TemporaryFolder temporaryFolder = new TemporaryFolder();
  /external/vogar/test/vogar/testing/
InterceptOutputStreamsTest.java 21 import org.junit.Rule;
39 @Rule
69 // Make sure that the outer rule doesn't see the output,
  /frameworks/base/core/tests/coretests/src/android/view/
RemoteViewsTest.java 20 import org.junit.Rule;
49 @Rule
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/
Main.java 23 import com.google.currysrc.api.process.Rule;
81 List<Rule> ruleList = rules.getRuleList(inputFile);
83 for (Rule rule : ruleList) {
84 compilationUnitHandler.apply(rule);
162 public void apply(Rule rule) throws BadLocationException {
167 if (rule.matches(compilationUnitBefore)) {
168 // Apply the rule.
169 rule.process(this, compilationUnitBefore)
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
WorkSpaceController.java 158 private void OnSelectRule(Rule rule) {
159 if(rule == null) throw new IllegalArgumentException("Null");
160 this.view.paneEditor.OnLoadRule(rule);
161 this.view.paneStatus.setRule(rule.getName());
164 this.runner.OnShowRuleResult(rule);
217 /** Event handler for rule list selection. */
222 final Rule rule = (Rule) list.getSelectedValue() local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.h 46 #pragma mark Dynamic Rule Scopes
47 #pragma mark Rule Return Scopes start
259 #pragma mark Rule return scopes end
  /external/bison/examples/calc++/
calc++-parser.cc 117 # define YY_REDUCE_PRINT(Rule) \
120 yy_reduce_print_ (Rule); \
133 # define YY_REDUCE_PRINT(Rule) static_cast<void>(0)
645 /* Do not reclaim the symbols of the rule which action triggered
719 /* Do not reclaim the symbols of the rule which action triggered
891 positive, shift that token. If negative, reduce the rule which
928 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
936 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
966 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
975 /* YYRLINE[YYN] -- Source line where rule number YYN was defined. *
    [all...]

Completed in 512 milliseconds

1 2 3 4 5 67 8 91011>>