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

1 2 3 4 5 67 8 91011>>

  /cts/tests/tests/colormode/src/android/colormode/cts/
DefaultColorModeTest.java 24 import android.support.test.rule.ActivityTestRule;
28 import org.junit.Rule;
38 @Rule
WideColorModeTest.java 24 import android.support.test.rule.ActivityTestRule;
28 import org.junit.Rule;
37 @Rule
  /cts/tests/tests/opengl/src/android/opengl/cts/
CompressedTextureTest.java 24 import android.support.test.rule.ActivityTestRule;
28 import org.junit.Rule;
35 @Rule
GLSurfaceViewTest.java 22 import android.support.test.rule.ActivityTestRule;
27 import org.junit.Rule;
50 @Rule
  /cts/tests/tests/systemui/src/android/systemui/cts/
LightBarThemeTest.java 27 import android.support.test.rule.ActivityTestRule;
33 import org.junit.Rule;
47 @Rule
  /cts/tests/tests/toastlegacy/src/android/widget/toast/cts/legacy/
ToastTest.java 19 import android.support.test.rule.ActivityTestRule;
25 import org.junit.Rule;
38 @Rule
  /cts/tests/tests/view/src/android/view/cts/
DisplayRefreshRateTest.java 24 import android.support.test.rule.ActivityTestRule;
31 import org.junit.Rule;
53 @Rule
ScaleGestureDetectorTest.java 26 import android.support.test.rule.ActivityTestRule;
32 import org.junit.Rule;
43 @Rule
  /cts/tests/tests/widget/src/android/widget/cts/
AnalogClockTest.java 21 import android.support.test.rule.ActivityTestRule;
28 import org.junit.Rule;
39 @Rule
ProgressBarDrawableContainerTest.java 25 import android.support.test.rule.ActivityTestRule;
30 import org.junit.Rule;
39 @Rule
ToolbarWithMarginsTest.java 23 import android.support.test.rule.ActivityTestRule;
28 import org.junit.Rule;
38 @Rule
  /developers/build/prebuilts/gradle/EmojiCompat/app/src/androidTest/java/com/example/android/emojicompat/
MainActivityTest.java 26 import android.support.test.rule.ActivityTestRule;
29 import org.junit.Rule;
37 @Rule
38 public ActivityTestRule<MainActivity> rule = new ActivityTestRule<>(MainActivity.class); field in class:MainActivityTest
51 final String text = rule.getActivity().getString(resId, MainActivity.EMOJI);
  /developers/samples/android/views/EmojiCompat/app/src/androidTest/java/com/example/android/emojicompat/
MainActivityTest.java 26 import android.support.test.rule.ActivityTestRule;
29 import org.junit.Rule;
37 @Rule
38 public ActivityTestRule<MainActivity> rule = new ActivityTestRule<>(MainActivity.class); field in class:MainActivityTest
51 final String text = rule.getActivity().getString(resId, MainActivity.EMOJI);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
NotifiedTestExecuter.java 53 if(ruleName == null) throw new NullPointerException("Null rule name");
55 final Rule rule = testSuite.getRule(ruleName); local
56 final TestCase failCase = (TestCase) rule.getElementAt(failTest.getTestCaseIndex());
66 if(ruleName == null) throw new NullPointerException("Null rule name");
68 final Rule rule = testSuite.getRule(ruleName); local
69 final TestCase passCase = (TestCase) rule.getElementAt(passTest.getTestCaseIndex());
TestSuiteAdapter.java 39 private Rule currentRule;
50 currentRule = new Rule(name);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeRewriter.h 43 - (id)rule;
51 ANTLRfptr *rule; variable
60 - (ANTLRTreeRewriter *) applyOnce:(id<ANTLRTree>)t Rule:(ANTLRfptr *)whichRule;
61 - (ANTLRTreeRewriter *) applyRepeatedly:(id<ANTLRTree>)t Rule:(ANTLRfptr *)whichRule;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeRewriter.h 43 - (id)rule;
51 ANTLRfptr *rule; variable
60 - (ANTLRTreeRewriter *) applyOnce:(id<ANTLRTree>)t Rule:(ANTLRfptr *)whichRule;
61 - (ANTLRTreeRewriter *) applyRepeatedly:(id<ANTLRTree>)t Rule:(ANTLRfptr *)whichRule;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeRewriter.h 43 - (id)rule;
51 ANTLRfptr *rule; variable
60 - (ANTLRTreeRewriter *) applyOnce:(id<ANTLRTree>)t Rule:(ANTLRfptr *)whichRule;
61 - (ANTLRTreeRewriter *) applyRepeatedly:(id<ANTLRTree>)t Rule:(ANTLRfptr *)whichRule;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.h 57 #pragma mark Dynamic Rule Scopes
58 #pragma mark Rule Return Scopes start
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
FuzzyLexer.h 22 #pragma mark Rule return scopes start
23 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
FuzzyLexer.h 22 #pragma mark Rule return scopes start
23 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.h 65 #pragma mark Dynamic Rule Scopes
66 #pragma mark Rule Return Scopes start
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.h 77 #pragma mark Dynamic Rule Scopes
78 #pragma mark Rule Return Scopes start
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.h 22 #pragma mark Rule return scopes start
23 #pragma mark Rule return scopes end

Completed in 643 milliseconds

1 2 3 4 5 67 8 91011>>