HomeSort by relevance Sort by last modified time
    Searched refs:Rule (Results 451 - 475 of 909) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/widget/src/android/widget/cts/
LayoutDirectionTest.java 29 import android.support.test.rule.ActivityTestRule;
39 import org.junit.Rule;
48 @Rule
MediaControllerTest.java 30 import android.support.test.rule.ActivityTestRule;
42 import org.junit.Rule;
61 @Rule
RadioButtonTest.java 32 import android.support.test.rule.ActivityTestRule;
40 import org.junit.Rule;
51 @Rule
RatingBarTest.java 32 import android.support.test.rule.ActivityTestRule;
37 import org.junit.Rule;
50 @Rule
SearchView_CursorTest.java 37 import android.support.test.rule.ActivityTestRule;
51 import org.junit.Rule;
140 @Rule
TextSwitcherTest.java 26 import android.support.test.rule.ActivityTestRule;
34 import org.junit.Rule;
56 @Rule
TextViewFadingEdgeTest.java 35 import android.support.test.rule.ActivityTestRule;
44 import org.junit.Rule;
53 @Rule
ToggleButtonTest.java 32 import android.support.test.rule.ActivityTestRule;
38 import org.junit.Rule;
53 @Rule
ZoomButtonTest.java 29 import android.support.test.rule.ActivityTestRule;
41 import org.junit.Rule;
59 @Rule
  /developers/build/prebuilts/gradle/PictureInPicture/app/src/androidTest/java/com/example/android/pictureinpicture/
MainActivityTest.java 36 import android.support.test.rule.ActivityTestRule;
45 import org.junit.Rule;
53 @Rule
54 public ActivityTestRule<MainActivity> rule = new ActivityTestRule<>(MainActivity.class); field in class:MainActivityTest
66 rule.runOnUiThread(new Runnable() {
70 assertTrue(rule.getActivity().isInPictureInPictureMode());
71 final MovieView view = (MovieView) rule.getActivity().findViewById(R.id.movie);
95 rule.runOnUiThread(new Runnable() {
98 rule.getActivity()
103 rule.runOnUiThread(new Runnable()
    [all...]
  /developers/samples/android/media/PictureInPicture/app/src/androidTest/java/com/example/android/pictureinpicture/
MainActivityTest.java 36 import android.support.test.rule.ActivityTestRule;
45 import org.junit.Rule;
53 @Rule
54 public ActivityTestRule<MainActivity> rule = new ActivityTestRule<>(MainActivity.class); field in class:MainActivityTest
66 rule.runOnUiThread(new Runnable() {
70 assertTrue(rule.getActivity().isInPictureInPictureMode());
71 final MovieView view = (MovieView) rule.getActivity().findViewById(R.id.movie);
95 rule.runOnUiThread(new Runnable() {
98 rule.getActivity()
103 rule.runOnUiThread(new Runnable()
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.m 100 #pragma mark Dynamic Rule Scopes
102 #pragma mark Rule Return Scopes start
103 //#pragma mark Rule return scopes start
106 #pragma mark Rule return scopes start
111 #pragma mark Dynamic Rule Scopes
244 // token+rule list labels
316 // token+rule list labels
364 // token+rule list labels
470 // token+rule list labels
542 // token+rule list label
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.h 63 #pragma mark Dynamic Rule Scopes
64 #pragma mark Rule Return Scopes start
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g 141 Rule r = grammar.getRule( currentRuleName );
147 // unless we're in a synpred rule.
171 if (name == "matchSet" && elementAST.enclosingRuleName != null && elementAST.enclosingRuleName.length() > 0 && Rule.getRuleType(elementAST.enclosingRuleName) == Grammar.LEXER)
173 if ( ( elementAST.getParent().getType() == ANTLRLexer.ALT && elementAST.getParent().getParent().getParent().getType() == RULE && elementAST.getParent().getParent().getChildCount() == 2 )
174 || ( elementAST.getParent().getType() == ANTLRLexer.NOT && elementAST.getParent().getParent().getParent().getParent().getType() == RULE && elementAST.getParent().getParent().getParent().getChildCount() == 2 ) ) {
175 // single alt at the start of the rule needs to be checked
183 // unless we're in a synpred rule.
184 Rule r = grammar.getRule( currentRuleName );
209 Rule r = grammar.getRule( currentRuleName );
239 Rule ruleDescr = grammar.getRule( currentRuleName )
    [all...]
  /external/caliper/caliper/src/test/java/com/google/caliper/config/
CaliperConfigTest.java 30 import org.junit.Rule;
46 @Rule public TemporaryFolder folder = new TemporaryFolder();
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
RuntimeInstrumentTest.java 39 import org.junit.Rule;
53 @Rule public CaliperTestWatcher runner = new CaliperTestWatcher();
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
AnalyzerTest.java 41 import org.junit.Rule;
50 @Rule
  /external/junit/src/main/java/org/junit/internal/runners/rules/
RuleMemberValidator.java 4 import org.junit.Rule;
16 * A RuleMemberValidator validates the rule fields/methods of a
22 * {@link #RULE_VALIDATOR} validates fields with a {@link Rule} annotation.</p>
26 * {@link #RULE_METHOD_VALIDATOR} validates methods with a {@link Rule} annotation.</p>
40 * Validates fields with a {@link Rule} annotation.
61 * Validates methods with a {@link Rule} annotation.
108 return new Builder(Rule.class);
150 * Encapsulates a single piece of validation logic, used to determine if {@link org.junit.Rule} and
157 * @param annotation The type of rule annotation on the member
173 // - static @Rule annotated member
    [all...]
  /external/mockito/src/test/java/org/mockito/internal/util/collections/
HashCodeAndEqualsSafeSetTest.java 16 import org.junit.Rule;
24 @Rule
25 public MockitoRule r = MockitoJUnit.rule();
  /external/mockito/src/test/java/org/mockito/internal/verification/checkers/
NumberOfInvocationsInOrderCheckerTest.java 19 import org.junit.Rule;
38 @Rule
  /external/mockito/src/test/java/org/mockitousage/annotation/
MockInjectionUsingConstructorTest.java 10 import org.junit.Rule;
46 @Rule
SpyAnnotationTest.java 12 import org.junit.Rule;
43 @Rule
  /external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
WebSocketCallTest.java 36 import org.junit.Rule;
42 @Rule public final MockWebServer server = new MockWebServer();
  /external/pdfium/
PRESUBMIT.py 52 from rules import Rule
75 if rule_type == Rule.DISALLOW:
  /external/v8/
PRESUBMIT.py 100 from rules import Rule
120 if rule_type == Rule.DISALLOW:

Completed in 1423 milliseconds

<<11121314151617181920>>