/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 46 public static void dragQuarterScreenDown(ActivityInstrumentationTestCase test) { in dragQuarterScreenDown() 55 public static void dragQuarterScreenDown(InstrumentationTestCase test, Activity activity) { in dragQuarterScreenDown() 76 public static void dragQuarterScreenUp(ActivityInstrumentationTestCase test) { in dragQuarterScreenUp() 85 public static void dragQuarterScreenUp(InstrumentationTestCase test, Activity activity) { in dragQuarterScreenUp() 109 public static void scrollToBottom(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToBottom() 121 public static void scrollToBottom(InstrumentationTestCase test, Activity activity, in scrollToBottom() 150 public static void scrollToTop(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToTop() 162 public static void scrollToTop(InstrumentationTestCase test, Activity activity, ViewGroup v) { in scrollToTop() 189 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v) { in dragViewToBottom() 200 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v) { in dragViewToBottom() [all …]
|
D | TestCaseUtil.java | 44 public static List<String> getTestCaseNames(Test test, boolean flatten) { in getTestCaseNames() 53 public static List<? extends Test> getTests(Test test, boolean flatten) { in getTests() 57 private static List<? extends Test> getTests(Test test, boolean flatten, in getTests() 123 public static String getTestName(Test test) { in getTestName() 146 Test test = (Test) enumeration.nextElement(); in getTestAtIndex() local 158 Test test = invokeSuiteMethodIfPossible(testClass, in createTestSuite() local
|
D | TestPrinter.java | 88 private void failed(Test test, Throwable t) { in failed() 93 public void addError(Test test, Throwable t) { in addError() 97 public void addFailure(Test test, junit.framework.AssertionFailedError t) { in addFailure() 101 public void endTest(Test test) { in endTest() 109 public void startTest(Test test) { in startTest()
|
D | AndroidTestRunner.java | 60 public void setTest(Test test) { in setTest() 64 private void setTest(Test test, Class<? extends Test> testClass) { in setTest() 194 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) { in setContextIfAndroidTestCase() 206 Test test, Instrumentation instrumentation) { in setInstrumentationIfInstrumentationTestCase() 213 Test test, PerformanceResultsWriter writer) { in setPerformanceWriterIfPerformanceCollectorTestCase() 250 public void testFailed(int status, Test test, Throwable t) { in testFailed()
|
D | TestRunner.java | 100 public void startTest(Test test) { in startTest() 110 public void endTest(Test test) { in endTest() 123 public void addError(Test test, Throwable t) { in addError() 128 public void addFailure(Test test, junit.framework.AssertionFailedError t) { in addFailure() 289 Runnable test = (Runnable) clazz.newInstance(); in run() local 334 junit.framework.TestCase test = (junit.framework.TestCase) clazz.newInstance(); in run() local 352 Test test = suite.testAt(j); in run() local 447 Runnable test = (Runnable) testCase; in runInPerformanceMode() local 494 junit.framework.TestCase test = (junit.framework.TestCase) clazz.newInstance(); in runSingleJunitTest() local
|
D | NoExecTestResult.java | 34 protected void run(final TestCase test) { in run()
|
D | InstrumentationTestRunner.java | 682 public void startTest(Test test) { in startTest() 690 public void addError(Test test, Throwable t) { in addError() 697 public void addFailure(Test test, AssertionFailedError t) { in addFailure() 704 public void endTest(Test test) { in endTest() 761 public void startTest(Test test) { in startTest() 833 public void addError(Test test, Throwable t) { in addError() 845 public void addFailure(Test test, AssertionFailedError t) { in addFailure() 857 public void endTest(Test test) { in endTest()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | KeyUtils.java | 45 public static void tapMenuKey(ActivityInstrumentationTestCase test) { in tapMenuKey() 58 public static void chordMenuKey(ActivityInstrumentationTestCase test, char shortcutKey) { in chordMenuKey() 77 public static void longClick(ActivityInstrumentationTestCase test) { in longClick()
|
D | TouchModeFlexibleAsserts.java | 36 public static void assertInTouchModeAfterClick(InstrumentationTestCase test, View viewToTouch) { in assertInTouchModeAfterClick() 48 public static void assertInTouchModeAfterTap(InstrumentationTestCase test, View viewToTouch) { in assertInTouchModeAfterTap() 60 …public static void assertNotInTouchModeAfterKey(InstrumentationTestCase test, int keyCode, View ch… in assertNotInTouchModeAfterKey()
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
D | UnitTestSuiteBuilderTest.java | 73 public void addError(Test test, Throwable t) { in addError() 77 public void addFailure(Test test, AssertionFailedError t) { in addFailure() 81 public void endTest(Test test) { in endTest() 84 public void startTest(Test test) { in startTest() 104 private String testName(Test test) { in testName()
|
D | InstrumentationTestSuiteBuilderTest.java | 80 public void addError(Test test, Throwable t) { in addError() 84 public void addFailure(Test test, AssertionFailedError t) { in addFailure() 88 public void endTest(Test test) { in endTest() 91 public void startTest(Test test) { in startTest() 111 private String testName(Test test) { in testName()
|
/frameworks/base/test-runner/tests/src/android/test/ |
D | TestCaseUtilTest.java | 47 Test test = TestCaseUtil.createTestSuite(OneTestTestCase.class); in testCreateTestForTestCase() local 52 Test test = TestCaseUtil.createTestSuite(TwoTestsInTestSuite.class); in testCreateTestForTestSuiteWithSuiteMethod() local 57 Test test = TestCaseUtil.createTestSuite(OneTestTestCaseWithSuite.class); in testCreateTestForTestCaseWithSuiteMethod() local
|
D | AndroidTestRunnerTest.java | 260 public void addError(Test test, Throwable t) { in addError() 263 public void addFailure(Test test, AssertionFailedError t) { in addFailure() 266 public void endTest(Test test) { in endTest() 269 public void startTest(Test test) { in startTest()
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/ |
D | AndroidJUnit4ClassRunner.java | 56 Object test = super.createTest(); in createTest() local 96 private void inject(Object test) { in inject() 109 private void setFieldValue(Object test, Field field, Object value) { in setFieldValue()
|
/frameworks/compile/libbcc/runtime/test/timing/ |
D | time | 3 function test () { function
|
/frameworks/compile/mclinker/unittests/ |
D | FragmentTest.cpp | 43 LDSection test("test", LDFileFormat::Null, 0, 0); in TEST_F() local 58 LDSection test("test", LDFileFormat::Null, 0, 0); in TEST_F() local
|
D | SectionDataTest.cpp | 44 LDSection test("test", LDFileFormat::Null, 0, 0); in TEST_F() local 57 LDSection test("test", LDFileFormat::Null, 0, 0); in TEST_F() local
|
D | TestLinkerTest.cpp | 65 TEST_F( TestLinkerTest, test) { in TEST_F() argument
|
/frameworks/compile/linkloader/tests/stubs/ |
D | arm-stub.c | 16 int test() { in test() function
|
D | mips-stub.c | 36 int test() { in test() function
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/ |
D | NoExecTestResult.java | 33 protected void run(final TestCase test) { in run()
|
D | AndroidTestSuite.java | 49 public void runTest(Test test, TestResult result) { in runTest()
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/ |
D | VideoEditorUtils.h | 44 #define VIDEOEDITOR_CHECK(test, errCode) \ argument
|
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/testrunner/ |
D | UiAutomatorTestRunner.java | 257 public void startTest(Test test) { in startTest() 295 public void addError(Test test, Throwable t) { in addError() 307 public void addFailure(Test test, AssertionFailedError t) { in addFailure() 319 public void endTest(Test test) { in endTest()
|
/frameworks/base/core/java/android/test/ |
D | InstrumentationTestSuite.java | 65 public void runTest(Test test, TestResult result) { in runTest()
|