Searched
refs:Rule (Results
501 -
525 of
909) sorted by null
<<21222324252627282930>>
/packages/apps/Settings/tests/app/src/com/android/settings/ |
ChooseLockGenericTest.java | 34 import android.support.test.rule.ActivityTestRule; 46 import org.junit.Rule; 74 @Rule
|
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/ |
WifiSettingsUiTest.java | 47 import android.support.test.rule.ActivityTestRule; 59 import org.junit.Rule; 92 @Rule
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
TreeToNFAConverter.g | 87 Rule r = grammar.getLocallyDefinedRule( currentRuleName ); 121 //System.Console.Out.WriteLine( "adding follow link to rule " + ruleName ); 122 // find last link in FOLLOW chain emanating from rule 123 Rule r = grammar.getRule( ruleName ); 212 : (rule | ^(PREC_RULE .*))+ 215 rule 216 : ^( RULE id=ID 239 if (Rule.getRuleType(currentRuleName) == Grammar.PARSER || grammar.type==Grammar.LEXER) 241 // attach start node to block for this rule 242 Rule thisR = grammar.getLocallyDefinedRule(currentRuleName) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
FdfParser.py | 36 import Rule
523 # [Rule]: don't take rule section into account, macro is not allowed in this section
530 if Item == '' or Item == 'RULE':
743 # Replace macros except in RULE section or out of section
770 raise Warning("macro cannot be defined in Rule section or out of section", self.FileName, self.CurrentLineNumber)
[all...] |
FfsFileStatement.py | 19 import Rule
|
/prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.4/ |
jarjar-1.4.jar | |
/cts/tests/tests/view/src/android/view/cts/ |
SurfaceViewSyncTest.java | 31 import android.support.test.rule.ActivityTestRule; 50 import org.junit.Rule; 66 @Rule 70 @Rule
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarReport.java | 117 Rule r = (Rule) it.next(); 147 Rule r = d.dfa.decisionNFAStartState.enclosingRule; 301 buf.append("Rule ");
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
ExpressionParser.cpp | 484 /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */ 565 positive, shift that token. If negative, reduce the rule whose 623 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ 631 /* YYR2[YYN] -- Number of symbols on the right hand side of rule YYN. */ 775 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", 789 # define YY_REDUCE_PRINT(Rule) \ 792 yy_reduce_print (yyssp, yyvsp, Rule, context); \ 802 # define YY_REDUCE_PRINT(Rule) [all...] |
/frameworks/support/wear/tests/src/android/support/wear/widget/ |
SwipeDismissFrameLayoutTest.java | 42 import android.support.test.rule.ActivityTestRule; 50 import org.junit.Rule; 60 @Rule 63 @Rule
|
/libcore/luni/src/test/java/libcore/java/nio/file/ |
FilesTest.java | 20 import org.junit.Rule; 62 @Rule 63 public MockitoRule mockitoRule = MockitoJUnit.rule(); 65 @Rule
|
/build/soong/cc/ |
ndk_sysroot.go | 27 // `ndk_headers` rule. This rule has a `from` property that indicates a base 42 // ndk_library rule. 53 // TODO(danalbert): Write `ndk_static_library` rule. 112 Rule: android.Cat, 120 // There's a dummy "ndk" rule defined in ndk/Android.mk that depends on 123 Rule: android.Touch,
|
relocation_packer.go | 80 Rule: relocationPackerRule,
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
PackageRemapper.java | 37 public PackageRemapper(List<Rule> ruleList, boolean verbose) {
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/ |
asm-debug-all-4.0.jar | |
/prebuilts/tools/common/asm-tools/ |
asm-debug-all-4.0.jar | |
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
CheckoutActivityTest.java | 44 import android.support.test.rule.ActivityTestRule; 50 import org.junit.Rule; 60 @Rule
|
OptionalSaveActivityTest.java | 31 import android.support.test.rule.ActivityTestRule; 35 import org.junit.Rule; 51 @Rule
|
VirtualContainerActivityTest.java | 39 import android.support.test.rule.ActivityTestRule; 45 import org.junit.Rule; 53 @Rule
|
/cts/tests/fragment/src/android/fragment/cts/ |
FragmentExecuteTests.java | 28 import android.support.test.rule.ActivityTestRule; 33 import org.junit.Rule; 40 @Rule
|
/cts/tests/tests/animation/src/android/animation/cts/ |
LayoutAnimationTest.java | 32 import android.support.test.rule.ActivityTestRule; 41 import org.junit.Rule; 57 @Rule
|
/cts/tests/tests/text/src/android/text/cts/ |
EmojiTest.java | 32 import android.support.test.rule.ActivityTestRule; 44 import org.junit.Rule; 54 @Rule
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
ActivityTestBase.java | 38 import org.junit.Rule; 64 @Rule
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
AnimatorInflaterTest.java | 35 import android.support.test.rule.ActivityTestRule; 45 import org.junit.Rule; 65 @Rule
|
CycleInterpolatorTest.java | 28 import android.support.test.rule.ActivityTestRule; 42 import org.junit.Rule; 59 @Rule
|
Completed in 2222 milliseconds
<<21222324252627282930>>