Home
last modified time | relevance | path

Searched defs:test (Results 1 – 6 of 6) sorted by relevance

/development/tools/hosttestlib/src/com/android/hosttest/
DDeviceTestRunner.java120 public TestResult doRun(Test test, boolean wait) { in doRun()
140 Test test = DeviceTestSuite.createTest(testClass, method); in runSingleMethod() local
DDeviceTestSuite.java53 public void runTest(Test test, TestResult result) { in runTest()
/development/ndk/sources/android/libportable/arch-mips/
Dpthread.c41 #define EVAL(test, x) EVAL_I(test, x) argument
42 #define EVAL_I(test, x) MAYBE_STRIP_PARENS(TEST_ARITY test, x) argument
/development/testrunner/test_defs/
Dtest_defs.py90 def _AddTest(self, test): argument
/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
DRmTypeDefsTest.java24 public void test() throws IOException { in test() method in RmTypeDefsTest
/development/ndk/platforms/android-3/include/linux/
Dmodule.h58 int (*test)(struct module *); member