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

12 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
JavaTarget.java 32 import org.antlr.tool.Rule;
50 for (Rule rule : grammar.getRules()) {
51 rule.throwsSpec.add("RecognitionException");
53 Set<Rule> delegatedRules = grammar.getDelegatedRules();
55 for (Rule rule : delegatedRules) {
56 rule.throwsSpec.add("RecognitionException");
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
IViolationsOutput.java 17 * Call-back interface which is used to report rule violations to.
23 * Called for every rule violation.
26 * node which violates a rule
27 * @param rule
28 * rule which is violated
34 void onViolation(ICoverageNode node, Rule rule, Limit limit, String message);
  /external/jarjar/src/main/com/tonicsystems/jarjar/
Rule.java 19 public class Rule extends PatternElement
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
AttrSubjectMatchRules.h 25 const char *getSubjectMatchRuleSpelling(SubjectMatchRule Rule);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
AttrSubjectMatchRules.h 25 const char *getSubjectMatchRuleSpelling(SubjectMatchRule Rule);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
AttrSubjectMatchRules.h 25 const char *getSubjectMatchRuleSpelling(SubjectMatchRule Rule);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
AttrSubjectMatchRules.h 25 const char *getSubjectMatchRuleSpelling(SubjectMatchRule Rule);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
AttrSubjectMatchRules.h 25 const char *getSubjectMatchRuleSpelling(SubjectMatchRule Rule);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
AttrSubjectMatchRules.h 25 const char *getSubjectMatchRuleSpelling(SubjectMatchRule Rule);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
AttrSubjectMatchRules.h 25 const char *getSubjectMatchRuleSpelling(SubjectMatchRule Rule);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
AttrSubjectMatchRules.h 25 const char *getSubjectMatchRuleSpelling(SubjectMatchRule Rule);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
AttrSubjectMatchRules.h 25 const char *getSubjectMatchRuleSpelling(SubjectMatchRule Rule);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
AttrSubjectMatchRules.h 25 const char *getSubjectMatchRuleSpelling(SubjectMatchRule Rule);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
AttrSubjectMatchRules.h 25 const char *getSubjectMatchRuleSpelling(SubjectMatchRule Rule);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
AttrSubjectMatchRules.h 25 const char *getSubjectMatchRuleSpelling(SubjectMatchRule Rule);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
OptRomInfStatement.py 92 # Get the rule of how to generate Ffs file
94 Rule = self.__GetRule__()
96 #FileType = Ffs.Ffs.ModuleTypeToFileType[Rule.ModuleType]
98 # For the rule only has simpleFile
100 if isinstance (Rule, RuleSimpleFile.RuleSimpleFile) :
101 EfiOutputList = self.__GenSimpleFileSection__(Rule)
104 # For Rule has ComplexFile
106 elif isinstance(Rule, RuleComplexFile.RuleComplexFile):
107 EfiOutputList = self.__GenComplexFileSection__(Rule)
112 # Get .efi files according to simple rule.
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexerLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/
Rules.java 20 import com.google.currysrc.api.process.Rule;
32 List<Rule> getRuleList(File file);
  /external/mockito/src/test/java/org/mockito/internal/progress/
TimesTest.java 8 import org.junit.Rule;
16 @Rule
  /frameworks/opt/car/setupwizard/library/tests/robotests/src/com/android/car/setupwizardlib/robolectric/
BaseRobolectricTest.java 19 import org.junit.Rule;
30 //This rule automatically initializes any mocks created using the @Mock annotation
31 @Rule
32 public MockitoRule mMockitoRule = MockitoJUnit.rule();
  /frameworks/support/compat/src/androidTest/java/android/support/v4/
BaseInstrumentationTestCase.java 20 import android.support.test.rule.ActivityTestRule;
23 import org.junit.Rule;
28 @Rule
  /frameworks/support/coordinatorlayout/src/androidTest/java/androidx/coordinatorlayout/widget/
BaseInstrumentationTestCase.java 20 import android.support.test.rule.ActivityTestRule;
23 import org.junit.Rule;
28 @Rule
  /platform_testing/libraries/device-collectors/src/test/java/android/device/loggers/test/
StubInstrumentationAnnotatedTest.java 21 import org.junit.Rule;
34 @Rule public TestLogData logs = new TestLogData();

Completed in 1304 milliseconds

12 3 4 5 6 7 8 91011>>