/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/ |
BaseThreadedTest.java | 21 import org.junit.Rule; 26 import android.support.test.rule.ActivityTestRule; 31 @Rule
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
CompositeGrammar.java | 109 /** Map a rule index to its name; use a Vector on purpose as new 114 protected Vector<Rule> ruleIndexToRuleList = new Vector<Rule>(); 157 public Rule getRule(String ruleName) { 251 * one that has to have a complete grammar rule interface. The delegates 255 public Set<Rule> getDelegatedRules(Grammar g) { 259 Set<Rule> rules = getAllImportedRules(g); 261 Rule r = (Rule) it.next(); 262 Rule localRule = g.getLocallyDefinedRule(r.name) [all...] |
NameSpaceChecker.java | 46 Rule r = grammar.composite.ruleIndexToRuleList.elementAt(i); 50 // walk all labels for Rule r 58 // walk rule scope attributes for Rule r 75 // check for missing rule, tokens 79 protected void checkForRuleArgumentAndReturnValueConflicts(Rule r) { 96 protected void checkForRuleDefinitionProblems(Rule r) { 119 /** If ref to undefined rule, give error at first occurrence. 121 * Give error if you cannot find the scope override on a rule reference. 123 * If you ref ID in a combined grammar and don't define ID as a lexer rule 133 Rule rule = grammar.getRule(ruleName); local 175 Rule rule = grammar.getRule(scopeG.name, ruleName); local [all...] |
/cts/tests/tests/transition/src/android/transition/cts/ |
SlideDefaultEdgeTest.java | 18 import android.support.test.rule.ActivityTestRule; 25 import org.junit.Rule;
|
/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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
CombinedParser.m | 66 #pragma mark Dynamic Rule Scopes 68 #pragma mark Rule return scopes start 160 // token+rule list labels 187 // token+rule list labels
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
JarJarTask.java | 29 public void addConfiguredRule(Rule rule) { 30 if (rule.getPattern() == null || rule.getResult() == null) 31 throw new IllegalArgumentException("The <rule> element requires both \"pattern\" and \"result\" attributes."); 32 patterns.add(rule);
|
/cts/tests/tests/view/src/android/view/cts/ |
LongPressBackTest.java | 22 import android.support.test.rule.ActivityTestRule; 29 import org.junit.Rule; 39 @Rule
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTreeRewriter.h | 43 - (id)rule; 53 ANTLRfptr *rule; variable 62 - (id) applyOnce:(ANTLRCommonTree *)t Rule:(ANTLRfptr *)whichRule; 63 - (id) applyRepeatedly:(ANTLRCommonTree *)t Rule:(ANTLRfptr *)whichRule; 77 @property (retain) ANTLRfptr *rule; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TParser.m | 23 /** Demonstrates how semantic predicates get hoisted out of the rule in 54 #pragma mark Dynamic Rule Scopes 56 #pragma mark Rule Return Scopes start 57 //#pragma mark Rule return scopes start 60 #pragma mark Rule return scopes start 65 #pragma mark Dynamic Rule Scopes 198 // token+rule list labels 263 // token+rule list labels 300 // token+rule list labels 337 // token+rule list label [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangDumpDecl.m | 44 #pragma mark Dynamic Rule Scopes 46 #pragma mark Rule Return Scopes start 65 //#pragma mark Rule return scopes start 68 #pragma mark Rule return scopes start 73 #pragma mark Dynamic Rule Scopes 171 // token+rule list labels 204 // token+rule list labels 241 // token+rule list labels
|
LangParser.h | 38 #pragma mark Dynamic Rule Scopes 39 #pragma mark Rule Return Scopes start
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
MethodSignatureFormatterTest.java | 26 import org.junit.Rule; 36 @Rule public CompilationRule compilationRule = new CompilationRule();
|
/external/dagger2/core/src/test/java/dagger/internal/ |
MapProviderFactoryTest.java | 22 import org.junit.Rule; 33 @Rule
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/ |
FileOutputTest.java | 23 import org.junit.Rule; 32 @Rule
|
/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/ |
AntFilesLocatorTest.java | 29 import org.junit.Rule; 38 @Rule
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/ |
RuleTest.java | 27 * Unit tests for {@link Rule}. 31 private Rule rule; field in class:RuleTest 35 rule = new Rule(); 40 assertEquals(ElementType.BUNDLE, rule.getElement()); 41 assertEquals(Collections.emptyList(), rule.getLimits()); 42 assertEquals("*", rule.getIncludes()); 43 assertEquals("", rule.getExcludes()); 48 rule.setElement(ElementType.PACKAGE) [all...] |
/external/junit/src/org/junit/internal/runners/rules/ |
RuleFieldValidator.java | 7 import org.junit.Rule; 13 * A RuleFieldValidator validates the rule fields of a 19 * {@link #RULE_VALIDATOR} validates fields with a {@link Rule} annotation. 27 * Validates fields with a {@link Rule} annotation. 29 RULE_VALIDATOR(Rule.class, false);
|
/external/vogar/test/vogar/android/ |
AbstractModeTest.java | 25 import org.junit.Rule; 44 @Rule
|
/frameworks/support/design/tests/src/android/support/design/widget/ |
BottomSheetBehaviorInitialStateTest.java | 25 import android.support.test.rule.ActivityTestRule; 28 import org.junit.Rule; 35 @Rule
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/ |
TestSuiteFactory.java | 90 private static List<Rule> loadRulesFromGrammar(File grammarFile) { 92 // get all the rule names 106 // convert to rule object 107 final List<Rule> ruleList = new ArrayList<Rule>(); 109 ruleList.add(new Rule(str)); 175 final List<Rule> completeRuleList = loadRulesFromGrammar(grammarFile); 176 for(Rule rule: completeRuleList) { 177 if(!result.hasRule(rule)) { [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ActionAnalysis.g | 29 /** We need to set Rule.referencedPredefinedRuleAttributes before 31 * its rule and outer alternative number and figures out which 48 Rule enclosingRule; 71 /** $x.y x is enclosing rule or rule ref or rule label 79 // ref to enclosing rule. 84 // ref to rule label 88 Rule refdRule = grammar.getRule(refdRuleName); 94 // ref to rule referenced in this al [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/google-breakpad/src/common/dwarf/ |
dwarf2reader.cc | 855 // A DWARF rule for recovering the address or value of a register, or 857 // each '*Rule' member function in CallFrameInfo::Handler. 869 class CallFrameInfo::Rule { 871 virtual ~Rule() { } 874 // recovered using this rule. If REGISTER is kCFARegister, then this rule 882 virtual bool operator==(const Rule &rhs) const = 0; 884 bool operator!=(const Rule &rhs) const { return ! (*this == rhs); } 886 // Return a pointer to a copy of this rule. 887 virtual Rule *Copy() const = 0 1709 Rule *rule = new ValOffsetRule(base_register, offset); local 1755 Rule *rule = cie_rules_.RegisterRule(reg); local [all...] |
/external/robolectric/v1/lib/main/ |
commons-codec-1.6.jar | |