Home
last modified time | relevance | path

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

12

/frameworks/base/test-runner/src/android/test/
DTouchUtils.java46 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 …]
DTestCaseUtil.java44 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
DTestPrinter.java88 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()
DAndroidTestRunner.java60 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()
DTestRunner.java100 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
DNoExecTestResult.java34 protected void run(final TestCase test) { in run()
DInstrumentationTestRunner.java682 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/
DKeyUtils.java45 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()
DTouchModeFlexibleAsserts.java36 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/
DUnitTestSuiteBuilderTest.java73 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()
DInstrumentationTestSuiteBuilderTest.java80 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/
DTestCaseUtilTest.java47 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
DAndroidTestRunnerTest.java260 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/
DAndroidJUnit4ClassRunner.java56 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/
Dtime3 function test () { function
/frameworks/compile/mclinker/unittests/
DFragmentTest.cpp43 LDSection test("test", LDFileFormat::Null, 0, 0); in TEST_F() local
58 LDSection test("test", LDFileFormat::Null, 0, 0); in TEST_F() local
DSectionDataTest.cpp44 LDSection test("test", LDFileFormat::Null, 0, 0); in TEST_F() local
57 LDSection test("test", LDFileFormat::Null, 0, 0); in TEST_F() local
DTestLinkerTest.cpp65 TEST_F( TestLinkerTest, test) { in TEST_F() argument
/frameworks/compile/linkloader/tests/stubs/
Darm-stub.c16 int test() { in test() function
Dmips-stub.c36 int test() { in test() function
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/
DNoExecTestResult.java33 protected void run(final TestCase test) { in run()
DAndroidTestSuite.java49 public void runTest(Test test, TestResult result) { in runTest()
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
DVideoEditorUtils.h44 #define VIDEOEDITOR_CHECK(test, errCode) \ argument
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/testrunner/
DUiAutomatorTestRunner.java257 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/
DInstrumentationTestSuite.java65 public void runTest(Test test, TestResult result) { in runTest()

12