HomeSort by relevance Sort by last modified time
    Searched refs:Rule (Results 176 - 200 of 1040) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
AllAppsAppLaunchTest.java 12 import com.android.launcher3.util.rule.LauncherActivityRule;
14 import org.junit.Rule;
27 @Rule public LauncherActivityRule mActivityMonitor = new LauncherActivityRule();
ShortcutsLaunchTest.java 15 import com.android.launcher3.util.rule.LauncherActivityRule;
16 import com.android.launcher3.util.rule.ShellCommandRule;
18 import org.junit.Rule;
32 @Rule public LauncherActivityRule mActivityMonitor = new LauncherActivityRule();
33 @Rule public ShellCommandRule mDefaultLauncherRule = ShellCommandRule.setDefaultLauncher();
ShortcutsToHomeTest.java 15 import com.android.launcher3.util.rule.LauncherActivityRule;
16 import com.android.launcher3.util.rule.ShellCommandRule;
18 import org.junit.Rule;
32 @Rule public LauncherActivityRule mActivityMonitor = new LauncherActivityRule();
33 @Rule public ShellCommandRule mDefaultLauncherRule = ShellCommandRule.setDefaultLauncher();
  /packages/apps/Settings/tests/app/src/com/android/settings/deviceinfo/
StorageDashboardFragmentEspressoTest.java 3 import android.support.test.espresso.intent.rule.IntentsTestRule;
9 import org.junit.Rule;
26 @Rule
  /packages/apps/Settings/tests/app/src/com/android/settings/search/
SearchFragmentEspressoTest.java 21 import android.support.test.rule.ActivityTestRule;
24 import org.junit.Rule;
42 @Rule
  /packages/apps/StorageManager/tests/app/src/com/android/storagemanager/deletionhelper/
DeletionHelperActivityTest.java 24 import android.support.test.rule.ActivityTestRule;
28 import org.junit.Rule;
35 @Rule
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/
HiKey.fdf 239 # how an FFS file is created for a given INF file. The following Rule are the default
250 #[Rule.Common.DXE_DRIVER]
269 [Rule.ARM.SEC]
274 [Rule.AARCH64.SEC]
279 # A shim specific rule is required to ensure the alignment is 4K.
281 [Rule.ARM.SEC.SHIM]
286 [Rule.Common.PEI_CORE]
292 [Rule.Common.PEIM]
299 [Rule.Common.PEIM.TIANOCOMPRESSED]
308 [Rule.Common.DXE_CORE
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
CompositeGrammar.java 109 /** Map a rule index to its name; use a Vector on purpose as new
114 protected Vector<Rule> ruleIndexToRuleList = new Vector<Rule>();
157 public Rule getRule(String ruleName) {
251 * one that has to have a complete grammar rule interface. The delegates
255 public Set<Rule> getDelegatedRules(Grammar g) {
259 Set<Rule> rules = getAllImportedRules(g);
261 Rule r = (Rule) it.next();
262 Rule localRule = g.getLocallyDefinedRule(r.name)
    [all...]
NameSpaceChecker.java 46 Rule r = grammar.composite.ruleIndexToRuleList.elementAt(i);
50 // walk all labels for Rule r
58 // walk rule scope attributes for Rule r
75 // check for missing rule, tokens
79 protected void checkForRuleArgumentAndReturnValueConflicts(Rule r) {
96 protected void checkForRuleDefinitionProblems(Rule r) {
119 /** If ref to undefined rule, give error at first occurrence.
121 * Give error if you cannot find the scope override on a rule reference.
123 * If you ref ID in a combined grammar and don't define ID as a lexer rule
133 Rule rule = grammar.getRule(ruleName); local
175 Rule rule = grammar.getRule(scopeG.name, ruleName); local
    [all...]
  /external/r8/src/test/java/com/android/tools/r8/d8/
DexVersionTests.java 17 import org.junit.Rule;
29 @Rule public TemporaryFolder defaultApiFolder1 = ToolHelper.getTemporaryFolderForTest();
30 @Rule public TemporaryFolder defaultApiFolder2 = ToolHelper.getTemporaryFolderForTest();
31 @Rule public TemporaryFolder androidOApiFolder1 = ToolHelper.getTemporaryFolderForTest();
32 @Rule public TemporaryFolder androidOApiFolder2 = ToolHelper.getTemporaryFolderForTest();
33 @Rule public TemporaryFolder androidNApiFolder1 = ToolHelper.getTemporaryFolderForTest();
34 @Rule public TemporaryFolder androidNApiFolder2 = ToolHelper.getTemporaryFolderForTest();
  /external/r8/src/test/java/com/android/tools/r8/
R8RunSmaliTestsTest.java 20 import org.junit.Rule;
31 @Rule
49 @Rule
  /frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
VectorDrawablePerfTest.java 29 import android.support.test.rule.ActivityTestRule;
35 import org.junit.Rule;
52 @Rule
56 @Rule
  /frameworks/base/apct-tests/perftests/core/src/android/widget/
EditTextCursorMovementPerfTest.java 31 import android.support.test.rule.ActivityTestRule;
39 import org.junit.Rule;
80 @Rule
83 @Rule
LayoutPerfTest.java 26 import android.support.test.rule.ActivityTestRule;
32 import org.junit.Rule;
72 @Rule
76 @Rule
TextViewAutoSizeLayoutPerfTest.java 30 import android.support.test.rule.ActivityTestRule;
40 import org.junit.Rule;
72 @Rule
76 @Rule
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
SingleFragmentTestBase.java 21 import android.support.test.rule.ActivityTestRule;
24 import org.junit.Rule;
31 @Rule
34 @Rule
SingleSupportFragmentTestBase.java 24 import android.support.test.rule.ActivityTestRule;
27 import org.junit.Rule;
34 @Rule
37 @Rule
  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
AddWidgetTest.java 31 import com.android.launcher3.util.rule.LauncherActivityRule;
32 import com.android.launcher3.util.rule.ShellCommandRule;
35 import org.junit.Rule;
48 @Rule public LauncherActivityRule mActivityMonitor = new LauncherActivityRule();
49 @Rule public ShellCommandRule mGrantWidgetRule = ShellCommandRule.grandWidgetBind();
  /platform_testing/libraries/app-helpers/common/src/android/platform/test/helpers/common/test/
HelperTest.java 29 import org.junit.Rule;
53 @Rule
59 @Rule
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/
CorebootPayloadPkg.fdf 184 # how an FFS file is created for a given INF file. The following Rule are the default
190 [Rule.Common.SEC]
195 [Rule.Common.PEI_CORE]
202 [Rule.Common.PEIM]
210 [Rule.Common.DXE_CORE]
217 [Rule.Common.DXE_DRIVER]
225 [Rule.Common.DXE_RUNTIME_DRIVER]
233 [Rule.Common.UEFI_DRIVER]
241 [Rule.Common.UEFI_DRIVER.BINARY]
249 [Rule.Common.UEFI_APPLICATION]
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/ClassLoaderSplitApp/src/com/android/cts/classloadersplitapp/
SplitAppTest.java 31 import android.support.test.rule.ActivityTestRule;
34 import org.junit.Rule;
65 @Rule
69 // Do not launch this activity lazily. We use this rule to launch all feature Activities,
71 @Rule
76 @Rule
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AutoFillServiceTestCase.java 39 import org.junit.Rule;
55 @Rule
58 @Rule
61 @Rule
134 // exceptions would mask the real cause. A better approach might be using a @Rule or some other
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
RunnerController.java 107 public void OnShowRuleResult(Rule rule) {
115 result.append("Testing result for rule: " + rule.getName());
118 for(TestCase testCase: rule.getTestCases()){
136 final Rule rule = suite.getRule(i); local
137 if(rule.getNotEmpty()) this.add(new TestGroupTreeNode(rule));
153 private Rule data
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedParser.m 66 #pragma mark Dynamic Rule Scopes
68 #pragma mark Rule return scopes start
160 // token+rule list labels
187 // token+rule list labels
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/
DefaultRule.java 23 * Default implementation of {@link Rule} that delegates to a {@link Processor} for the
26 public class DefaultRule implements Rule {

Completed in 428 milliseconds

1 2 3 4 5 6 78 91011>>