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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/apct-tests/perftests/core/src/android/widget/
EditTextBackspacePerfTest.java 24 import android.support.test.rule.ActivityTestRule;
31 import org.junit.Rule;
81 @Rule
84 @Rule
EditTextCursorMovementPerfTest.java 24 import android.support.test.rule.ActivityTestRule;
31 import org.junit.Rule;
75 @Rule
78 @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/leanback/src/androidTest/java/androidx/leanback/app/
SingleFragmentTestBase.java 25 import android.support.test.rule.ActivityTestRule;
29 import org.junit.Rule;
36 @Rule
39 @Rule
SingleSupportFragmentTestBase.java 22 import android.support.test.rule.ActivityTestRule;
26 import org.junit.Rule;
33 @Rule
36 @Rule
  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
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/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();
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FfsInfStatement.py 19 import Rule
446 # Allow binary type module not specify override rule in FDF file.
449 if self.Rule == None or self.Rule == "":
450 self.Rule = "BINARY"
453 # Get the rule of how to generate Ffs file
455 Rule = self.__GetRule__()
461 if Rule.FvFileType == 'DRIVER':
462 Rule.FvFileType = 'SMM'
467 if Rule.FvFileType == 'SMM' or Rule.FvFileType == 'SMM_CORE':
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/
CorebootPayloadPkg.fdf 216 # how an FFS file is created for a given INF file. The following Rule are the default
222 [Rule.Common.SEC]
227 [Rule.Common.PEI_CORE]
234 [Rule.Common.PEIM]
242 [Rule.Common.DXE_CORE]
249 [Rule.Common.DXE_DRIVER]
257 [Rule.Common.DXE_RUNTIME_DRIVER]
265 [Rule.Common.UEFI_DRIVER]
273 [Rule.Common.UEFI_DRIVER.BINARY]
281 [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
  /developers/build/prebuilts/gradle/CardView/kotlinApp/Application/tests/src/com/example/android/cardview/
SampleTests.kt 20 import android.support.test.rule.ActivityTestRule
25 import org.junit.Rule
37 @Rule @JvmField
  /developers/samples/android/ui/views/CardView/kotlinApp/Application/tests/src/com/example/android/cardview/
SampleTests.kt 20 import android.support.test.rule.ActivityTestRule
25 import org.junit.Rule
37 @Rule @JvmField
  /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 {
  /external/jarjar/src/main/com/tonicsystems/jarjar/
JarJarTask.java 29 public void addConfiguredRule(Rule rule) {
30 if (rule.getPattern() == null || rule.getResult() == null)
31 throw new IllegalArgumentException("The <rule> element requires both \"pattern\" and \"result\" attributes.");
32 patterns.add(rule);
  /external/mockito/src/test/java/org/mockitousage/verification/
VerificationAfterDelayTest.java 10 import org.junit.Rule;
30 import static org.mockito.junit.MockitoJUnit.rule;
35 @Rule
36 public MockitoRule mockito = rule();
38 @Rule
41 @Rule
VerificationWithTimeoutTest.java 10 import org.junit.Rule;
30 import static org.mockito.junit.MockitoJUnit.rule;
34 @Rule
35 public MockitoRule mockito = rule();
37 @Rule
40 @Rule
  /frameworks/support/lifecycle/reactivestreams/ktx/src/test/java/androidx/lifecycle/
LiveDataReactiveStreamsTest.kt 24 import org.junit.Rule
28 @get:Rule val rule = InstantTaskExecutorRule()
  /frameworks/support/navigation/fragment/ktx/src/androidTest/java/androidx/navigation/fragment/
FragmentNavigatorDestinationBuilderTest.kt 21 import android.support.test.rule.ActivityTestRule
29 import org.junit.Rule
36 @get:Rule
FragmentTest.kt 21 import android.support.test.rule.ActivityTestRule
27 import org.junit.Rule
32 @get:Rule val activityRule = ActivityTestRule<TestActivity>(TestActivity::class.java)
  /build/soong/androidmk/parser/
ast.go 82 type Rule struct {
89 func (x *Rule) Dump() string {
94 return "rule: " + x.Target.Dump() + ": " + x.Prerequisites.Dump() + recipe
97 func (x *Rule) Pos() Pos { return x.Target.Pos() }
98 func (x *Rule) End() Pos { return Pos(int(x.RecipePos) + len(x.Recipe)) }
  /cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
SimpleDrawFrameTests.java 19 import android.support.test.rule.ActivityTestRule;
22 import org.junit.Rule;
35 @Rule

Completed in 1269 milliseconds

1 2 3 4 5 6 7 8 91011>>