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

<<31323334353637383940>>

  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 31 import android.support.test.rule.ActivityTestRule;
45 import org.junit.Rule;
59 @Rule
GalleryTest.java 32 import android.support.test.rule.ActivityTestRule;
52 import org.junit.Rule;
72 @Rule
GridLayoutTest.java 29 import android.support.test.rule.ActivityTestRule;
42 import org.junit.Rule;
133 @Rule
NumberPickerTest.java 37 import android.support.test.rule.ActivityTestRule;
46 import org.junit.Rule;
65 @Rule
PopupMenuTest.java 34 import android.support.test.rule.ActivityTestRule;
52 import org.junit.Rule;
65 @Rule
RemoteViewsWidgetTest.java 43 import android.support.test.rule.ActivityTestRule;
61 import org.junit.Rule;
98 @Rule
TabWidgetTest.java 32 import android.support.test.rule.ActivityTestRule;
45 import org.junit.Rule;
59 @Rule
ToastTest.java 33 import android.support.test.rule.ActivityTestRule;
45 import org.junit.Rule;
61 @Rule
ViewAnimatorTest.java 27 import android.support.test.rule.ActivityTestRule;
40 import org.junit.Rule;
52 @Rule
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.m 227 #pragma mark Dynamic Rule Scopes
229 #pragma mark Rule Return Scopes start
230 //#pragma mark Rule return scopes start
233 #pragma mark Rule return scopes start
238 #pragma mark Dynamic Rule Scopes
397 // token+rule list labels
492 // token+rule list labels
542 // token+rule list labels
576 // token+rule list labels
691 // token+rule list label
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.m 144 #pragma mark Dynamic Rule Scopes
146 #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
326 // token+rule list labels
441 // token+rule list labels
494 // token+rule list labels
527 // token+rule list labels
611 // token+rule list label
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ActionTranslator.g 50 Rule enclosingRule;
148 Rule r = grammar.getRule(ruleName);
160 Rule scopeRule = grammar.getRule(scopeName);
176 /** $x.y x is enclosing rule, y is a return value, parameter, or
188 //{System.out.println("found \$rule.attr");}
232 //{System.out.println("found \$rule.attr");}
285 * If in lexer grammar, only translate for strings and tokens (rule refs)
335 // This asserts that if it's a label or a ref to a rule proceed but only if the attribute
336 // is valid for that rule's scope
364 // This asserts that if it's a label or a ref to a rule proceed but only if the attribut
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Rule.java 38 /** Combine the info associated with a rule. */
39 public class Rule {
46 /** This rule's options */
57 /** The AST representing the whole rule */
68 /** The return values of a rule and predefined rule attributes */
73 /** the attributes defined with "scope {...}" inside a rule */
76 /** A list of scope names (String) used by this rule */
79 /** Exceptions that this rule can throw */
94 /** A list of all LabelElementPair attached to rule references like f=field *
    [all...]
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
KeyTest.java 41 import org.junit.Rule;
55 @Rule public CompilationRule compilationRule = new CompilationRule();
  /external/mockito/src/test/java/org/mockitousage/verification/
VerificationInOrderWithCallsTest.java 7 import org.junit.Rule;
24 @Rule
  /external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
MockWebServerTest.java 36 import org.junit.Rule;
49 @Rule public final MockWebServer server = new MockWebServer();
  /external/rappor/client/javatest/com/google/android/rappor/
EncoderTest.java 9 import org.junit.Rule;
29 @Rule
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowAssetManagerTest.java 26 import org.junit.Rule;
39 @Rule
ShadowLooperTest.java 15 import org.junit.Rule;
31 @Rule
  /external/turbine/javatests/com/google/turbine/deps/
DependenciesTest.java 50 import org.junit.Rule;
62 @Rule public final TemporaryFolder temporaryFolder = new TemporaryFolder();
  /external/webrtc/
PRESUBMIT.py 297 from rules import Rule
317 if rule_type == Rule.DISALLOW:
  /frameworks/base/apct-tests/perftests/core/src/android/text/
StaticLayoutPerfTest.java 36 import org.junit.Rule;
56 @Rule
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewTest.java 32 import android.support.test.rule.ActivityTestRule;
43 import org.junit.Rule;
55 @Rule
  /frameworks/base/core/tests/coretests/src/com/android/internal/app/
ChooserActivityTest.java 23 import org.junit.Rule;
34 import android.support.test.rule.ActivityTestRule;
60 @Rule
ResolverActivityTest.java 24 import org.junit.Rule;
35 import android.support.test.rule.ActivityTestRule;
66 @Rule

Completed in 1475 milliseconds

<<31323334353637383940>>