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

<<21222324252627282930>>

  /cts/tests/tests/widget/src/android/widget/cts/
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/webrtc/
PRESUBMIT.py 297 from rules import Rule
317 if rule_type == Rule.DISALLOW:
  /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
  /frameworks/base/tests/utils/testutils/java/android/os/test/
TestLooperTest.java 33 import org.junit.Rule;
52 @Rule
  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
BaseCompilationTest.java 23 import org.junit.Rule;
56 @Rule
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
CallbackTest.java 40 import org.junit.Rule;
49 @Rule
  /frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
RSContinuousTest.java 21 import android.support.test.rule.ActivityTestRule;
26 import org.junit.Rule;
39 @Rule
40 // A rule to create stub activity for RenderScript context.
  /frameworks/support/fragment/tests/java/android/support/v4/app/
FragmentTransactionTest.java 36 import android.support.test.rule.ActivityTestRule;
46 import org.junit.Rule;
60 @Rule
  /frameworks/support/v13/tests/java/android/support/v13/view/
DragStartHelperTest.java 39 import android.support.test.rule.ActivityTestRule;
49 import org.junit.Rule;
59 @Rule
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
DatePickerTest.java 27 import android.support.test.rule.ActivityTestRule;
36 import org.junit.Rule;
53 @Rule
TimePickerTest.java 26 import android.support.test.rule.ActivityTestRule;
34 import org.junit.Rule;
53 @Rule
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
DiffUtilTest.java 28 import org.junit.Rule;
82 @Rule
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
FocusSearchNavigationTest.java 34 import android.support.test.rule.ActivityTestRule;
47 import org.junit.Rule;
63 @Rule
  /frameworks/support/wear/tests/src/android/support/wear/widget/drawer/
WearableDrawerLayoutEspressoTest.java 40 import android.support.test.rule.ActivityTestRule;
53 import org.junit.Rule;
68 @Rule public final ActivityTestRule<DrawerTestActivity> activityRule =
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileOutputStreamTest.java 30 import org.junit.Rule;
34 @Rule
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
ZipEntryTest.java 30 import org.junit.Rule;
35 @Rule
ZipOutputStreamTest.java 36 import org.junit.Rule;
40 @Rule
  /libcore/luni/src/test/java/libcore/java/nio/channels/
AsynchronousServerSocketChannelTest.java 19 import org.junit.Rule;
49 @Rule

Completed in 4335 milliseconds

<<21222324252627282930>>