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

<<21222324252627282930>>

  /libcore/luni/src/test/java/libcore/java/util/zip/
InflaterTest.java 25 import org.junit.Rule;
29 @Rule
ZipInputStreamTest.java 33 import org.junit.Rule;
37 @Rule
ZipOutputStreamTest.java 35 import org.junit.Rule;
39 @Rule
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
MapClientTest.java 24 import android.support.test.rule.ServiceTestRule;
35 import org.junit.Rule;
56 @Rule public final ServiceTestRule mServiceRule = new ServiceTestRule();
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/clipping/
ClipStorageTest.java 35 import org.junit.Rule;
53 @Rule
UrisSupplierTest.java 35 import org.junit.Rule;
53 @Rule
  /packages/apps/Settings/tests/unit/src/com/android/settings/accessibility/
AccessibilityShortcutPreferenceFragmentTest.java 38 import android.support.test.rule.ActivityTestRule;
49 import org.junit.Rule;
55 @Rule
  /packages/apps/Settings/tests/unit/src/com/android/settings/password/
SetupChooseLockPasswordAppTest.java 36 import android.support.test.rule.ActivityTestRule;
42 import org.junit.Rule;
50 @Rule
  /packages/apps/Settings/tests/unit/src/com/android/settings/print/
PrintJobSettingsActivityTest.java 38 import android.support.test.rule.ActivityTestRule;
49 import org.junit.Rule;
63 @Rule
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
DownloadsFilePreferenceTest.java 26 import org.junit.Rule;
51 @Rule public TemporaryFolder temporaryFolder = new TemporaryFolder();
  /packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
LiveChannelsAppTest.java 29 import org.junit.Rule;
38 @Rule public final LiveChannelsTestController controller = new LiveChannelsTestController();
PlayControlsRowViewTest.java 36 import org.junit.Rule;
45 @Rule public final LiveChannelsTestController controller = new LiveChannelsTestController();
  /packages/apps/TV/tests/func/src/com/android/tv/tests/ui/sidepanel/
CustomizeChannelListFragmentTest.java 34 import org.junit.Rule;
44 @Rule public final LiveChannelsTestController controller = new LiveChannelsTestController();
  /packages/services/Telephony/tests/src/com/android/phone/
RoamingDialogFragmentTest.java 23 import android.support.test.rule.ActivityTestRule;
28 import org.junit.Rule;
49 @Rule
  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/utils/
CachedFileContentsTest.java 27 import org.junit.Rule;
32 @Rule
  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
ZFileReadOnlyTest.java 27 import org.junit.Rule;
32 @Rule
ZFileSortTest.java 29 import org.junit.Rule;
34 @Rule
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
CodeCoverageListenerTest.java 39 import org.junit.Rule;
68 @Rule public TemporaryFolder folder = new TemporaryFolder();
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/host/
CoverageMeasurementForwarderTest.java 33 import org.junit.Rule;
66 @Rule public TemporaryFolder mFolder = new TemporaryFolder();
  /build/blueprint/
ninja_writer_test.go 46 ck(w.Rule("foo"))
48 output: "rule foo\n",
86 ck(w.Comment("here comes a rule"))
87 ck(w.Rule("r"))
97 # here comes a rule
98 rule r
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/
Main.java 23 import com.google.currysrc.api.process.Rule;
81 List<Rule> ruleList = rules.getRuleList(inputFile);
83 for (Rule rule : ruleList) {
84 compilationUnitHandler.apply(rule);
162 public void apply(Rule rule) throws BadLocationException {
167 if (rule.matches(compilationUnitBefore)) {
168 // Apply the rule.
169 rule.process(this, compilationUnitBefore)
    [all...]
  /external/junit/src/main/java/org/junit/rules/
TemporaryFolder.java 6 import org.junit.Rule;
9 * The TemporaryFolder Rule allows creation of files and folders that should
11 * fails). Whether the deletion is successful or not is not checked by this rule.
17 * &#064;Rule
153 * called directly, since it is automatically applied by the {@link Rule}
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
LocationInWindowTests.java 37 import android.support.test.rule.ActivityTestRule;
50 import org.junit.Rule;
63 @Rule
66 @Rule
163 private <T extends Activity> T launchAndWait(ActivityTestRule<T> rule,
165 final T activity = rule.launchActivity(
LocationOnScreenTests.java 43 import android.support.test.rule.ActivityTestRule;
58 import org.junit.Rule;
71 @Rule
74 @Rule
147 private <T extends Activity> T launchAndWait(ActivityTestRule<T> rule,
149 final T activity = rule.launchActivity(
  /cts/tests/tests/content/CtsSyncAccountAccessOtherCertTests/src/com/android/cts/content/
CtsSyncAccountAccessOtherCertTestCases.java 44 import android.support.test.rule.ActivityTestRule;
54 import org.junit.Rule;
75 @Rule
78 @Rule

Completed in 670 milliseconds

<<21222324252627282930>>