Searched defs:test (Results 1 - 25 of 222) sorted by relevance
123456789
/frameworks/compile/libbcc/runtime/test/timing/ |
H A D | time | 3 function test () { function 29 test $ARCH $FILE libgcc "" 30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a 32 test $ARCH $FILE installed $INSTALLED
|
/frameworks/base/test-runner/src/android/test/ |
H A D | NoExecTestResult.java | 16 package android.test; 22 * A benign test result that does no actually test execution, just runs 30 * Override parent to just inform listeners of test, 31 * and skip test execution. 34 protected void run(final TestCase test) { argument 35 startTest(test); 36 endTest(test);
|
H A D | AssertionFailedError.java | 17 package android.test;
|
H A D | TestSuiteProvider.java | 17 package android.test; 22 * Implementors will know how to get a test suite.
|
H A D | TimedTest.java | 17 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
|
H A D | LoaderTestCase.java | 17 package android.test; 29 * A convenience class for testing {@link Loader}s. This test case 56 // The test thread blocks on this queue until the loader puts it's result in 59 // This callback runs on the "main" thread and unblocks the test thread 69 // Store the result, unblocking the test thread
|
H A D | DatabaseTestUtils.java | 17 package android.test;
|
H A D | InstrumentationUtils.java | 17 package android.test;
|
H A D | LaunchPerformanceBase.java | 17 package android.test;
|
H A D | PackageInfoSources.java | 17 package android.test;
|
H A D | PerformanceCollectorTestCase.java | 17 package android.test;
|
H A D | SimpleCache.java | 17 package android.test;
|
H A D | TestCase.java | 17 package android.test; 23 * More complex interface for test cases. 25 * <p>Just implementing Runnable is enough for many test cases. If you 27 * especially if you need to share it between different test cases, or your 28 * teardown code must execute regardless of whether your test passed. 30 * <p>See the android.test package documentation (click the more... link)
|
/frameworks/base/core/java/android/test/ |
H A D | FlakyTest.java | 17 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 34 * Indicates how many times a test can run and fail before being reported 35 * as a failed test. If the tolerance factor is less than 1, the test runs
|
H A D | RepetitiveTest.java | 17 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 D | UiThreadTest.java | 17 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
|
/frameworks/base/tools/localize/ |
H A D | test.cpp | 12 test() function
|
/frameworks/base/core/java/android/test/suitebuilder/annotation/ |
H A D | LargeTest.java | 17 package android.test.suitebuilder.annotation; 25 * Marks a test that should run as part of the large tests.
|
H A D | MediumTest.java | 17 package android.test.suitebuilder.annotation; 25 * Marks a test that should run as part of the medium tests.
|
H A D | SmallTest.java | 17 package android.test.suitebuilder.annotation; 25 * Marks a test that should run as part of the small tests.
|
H A D | Smoke.java | 17 package android.test.suitebuilder.annotation; 25 * Marks a test that should run as part of the smoke tests. 26 * The <code>android.test.suitebuilder.SmokeTestSuiteBuilder</code> 29 * @see android.test.suitebuilder.SmokeTestSuiteBuilder
|
H A D | Suppress.java | 17 package android.test.suitebuilder.annotation; 25 * Use this annotation on test classes or test methods that should not be included in a test 27 * the annotation appears only on a test method then only that method will be excluded.
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
H A D | SmokeTestSuiteBuilderTest.java | 17 package android.test.suitebuilder; 32 assertEquals("Unexpected test name", "testSmoke", testCaseNames.get(0));
|
/frameworks/base/test-runner/src/android/test/mock/ |
H A D | MockDialogInterface.java | 3 package android.test.mock;
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
H A D | AssignableFrom.java | 17 package android.test.suitebuilder;
|
Completed in 240 milliseconds
123456789