Searched defs:test (Results 1 - 25 of 691) sorted by relevance

1234567891011>>

/frameworks/base/test-runner/src/android/test/
H A DNoExecTestResult.java16 package android.test;
22 * A benign test result that does no actually test execution, just runs
31 * Override parent to just inform listeners of test,
32 * and skip test execution.
35 protected void run(final TestCase test) { argument
36 startTest(test);
37 endTest(test);
H A DAssertionFailedError.java17 package android.test;
H A DTestSuiteProvider.java17 package android.test;
22 * Implementors will know how to get a test suite.
H A DTimedTest.java17 package android.test;
23 * This annotation can be used on an {@link junit.framework.TestCase}'s test methods. When the
24 * annotation is present, the test method is timed and the results written through instrumentation
25 * output. It can also be used on the class itself, which is equivalent to tagging all test methods
/frameworks/base/core/tests/utillib/src/android/test/
H A DBandwidthTest.java17 package android.test;
23 * This annotation can be used on an {@link junit.framework.TestCase}'s test methods. When the
24 * annotation is present, the test method is profiled for bandwidth metrics and the results
26 * which is equivalent to tagging all test methods with this annotation.
/frameworks/base/legacy-test/src/android/test/
H A DFlakyTest.java17 package android.test;
25 * This annotation can be used on an {@link android.test.InstrumentationTestCase}'s
26 * test methods. When the annotation is present, the test method is re-executed if
27 * the test fails. The total number of executions is specified by the tolerance and
31 * <a href="{@docRoot}reference/android/support/test/filters/FlakyTest.html">
40 * Indicates how many times a test can run and fail before being reported
41 * as a failed test. If the tolerance factor is less than 1, the test runs
H A DRepetitiveTest.java17 package android.test;
25 * This annotation can be used on an {@link android.test.InstrumentationTestCase}'s test methods.
26 * When the annotation is present, the test method is executed the number of times specified by
35 * Indicates the number of times a test case should be run.
H A DUiThreadTest.java17 package android.test;
25 * This annotation can be used on an {@link InstrumentationTestCase}'s test methods.
26 * When the annotation is present, the test method is executed on the application's
31 * <a href="{@docRoot}reference/android/support/test/annotation/UiThreadTest.html">
/frameworks/base/libs/hwui/tests/common/
H A DLeakChecker.h20 namespace test { namespace in namespace:android::uirenderer
27 } /* namespace test */
/frameworks/base/tests/AmSlam/src/test/amslam/subreceivers/
H A DPingReceiver000.java17 package test.amslam.subreceivers;
19 import test.amslam.PingReceiver;
H A DPingReceiver001.java17 package test.amslam.subreceivers;
19 import test.amslam.PingReceiver;
H A DPingReceiver002.java17 package test.amslam.subreceivers;
19 import test.amslam.PingReceiver;
H A DPingReceiver003.java17 package test.amslam.subreceivers;
19 import test.amslam.PingReceiver;
H A DPingReceiver004.java17 package test.amslam.subreceivers;
19 import test.amslam.PingReceiver;
H A DPingReceiver005.java17 package test.amslam.subreceivers;
19 import test.amslam.PingReceiver;
H A DPingReceiver006.java17 package test.amslam.subreceivers;
19 import test.amslam.PingReceiver;
H A DPingReceiver007.java17 package test.amslam.subreceivers;
19 import test.amslam.PingReceiver;
H A DPingReceiver008.java17 package test.amslam.subreceivers;
19 import test.amslam.PingReceiver;
H A DPingReceiver009.java17 package test.amslam.subreceivers;
19 import test.amslam.PingReceiver;
H A DPingReceiver010.java17 package test.amslam.subreceivers;
19 import test.amslam.PingReceiver;
H A DPingReceiver011.java17 package test.amslam.subreceivers;
19 import test.amslam.PingReceiver;
H A DPingReceiver012.java17 package test.amslam.subreceivers;
19 import test.amslam.PingReceiver;
H A DPingReceiver013.java17 package test.amslam.subreceivers;
19 import test.amslam.PingReceiver;
H A DPingReceiver014.java17 package test.amslam.subreceivers;
19 import test.amslam.PingReceiver;
H A DPingReceiver015.java17 package test.amslam.subreceivers;
19 import test.amslam.PingReceiver;

Completed in 1180 milliseconds

1234567891011>>