/frameworks/testing/support/src/android/support/test/internal/runner/junit3/ |
D | JUnit38ClassRunner.java | 38 public void endTest(Test test) { in endTest() 43 public void startTest(Test test) { in startTest() 49 public void addError(Test test, Throwable t) { in addError() 54 private Description asDescription(Test test) { in asDescription() 65 private Class<? extends Test> getEffectiveClass(Test test) { in getEffectiveClass() 70 public void addFailure(Test test, AssertionFailedError t) { in addFailure() 81 public JUnit38ClassRunner(Test test) { in JUnit38ClassRunner() 103 static Description makeDescription(Test test) { in makeDescription() 134 private static Annotation[] getAnnotations(TestCase test) { in getAnnotations() 160 Test test = suite.testAt(i); in filter() local [all …]
|
D | DelegatingTestResult.java | 39 public void addError(Test test, Throwable t) { in addError() 44 public void addFailure(Test test, AssertionFailedError t) { in addFailure() 59 public void endTest(Test test) { in endTest() 89 public void runProtected(final Test test, Protectable p) { in runProtected() 99 public void startTest(Test test) { in startTest()
|
D | DelegatingFilterableTestSuite.java | 43 Test test = suite.testAt(i); in filter() local 54 private static Description makeDescription(Test test) { in makeDescription()
|
/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() 144 public static void scrollToTop(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToTop() 156 public static void scrollToTop(InstrumentationTestCase test, Activity activity, ViewGroup v) { in scrollToTop() 177 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v) { in dragViewToBottom() 188 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 | 61 public void setTest(Test test) { in setTest() 65 private void setTest(Test test, Class<? extends Test> testClass) { in setTest() 195 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) { in setContextIfAndroidTestCase() 207 Test test, Instrumentation instrumentation) { in setInstrumentationIfInstrumentationTestCase() 214 Test test, PerformanceResultsWriter writer) { in setPerformanceWriterIfPerformanceCollectorTestCase() 251 public void testFailed(int status, Test test, Throwable t) { in testFailed()
|
/frameworks/support/tests/java/android/support/v4/provider/ |
D | DocumentFileTest.java | 99 final DocumentTest test = new DocumentTest() { in testSimple() local 116 final DocumentTest test = new DocumentTest() { in testTraverse() local 148 final DocumentTest test = new DocumentTest() { in testReadAndWrite() local 179 final DocumentTest test = new DocumentTest() { in testMimes() local 204 final DocumentTest test = new DocumentTest() { in testCreate() local 248 final DocumentTest test = new DocumentTest() { in testDelete() local 278 final DocumentTest test = new DocumentTest() { in testRename() local
|
/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/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/ |
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
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/ |
D | R.class | ... R.java
package com.android.layoutlib.test.myapplication
public final com.android.layoutlib. ... |
D | R$attr.class | ... R.java
package com.android.layoutlib.test.myapplication
public final com.android.layoutlib. ... |
D | R$drawable.class | ... R.java
package com.android.layoutlib.test.myapplication
public final com.android.layoutlib. ... |
D | R$menu.class | ... R.java
package com.android.layoutlib.test.myapplication
public final com.android.layoutlib. ... |
D | R$style.class | ... R.java
package com.android.layoutlib.test.myapplication
public final com.android.layoutlib. ... |
D | R$dimen.class | ... R.java
package com.android.layoutlib.test.myapplication
public final com.android.layoutlib. ... |
D | R$id.class | ... R.java
package com.android.layoutlib.test.myapplication
public final com.android.layoutlib. ... |
D | R$layout.class | ... R.java
package com.android.layoutlib.test.myapplication
public final com.android.layoutlib. ... |
D | R$string.class | ... R.java
package com.android.layoutlib.test.myapplication
public final com.android.layoutlib. ... |
/frameworks/testing/support/src/android/support/test/internal/runner/junit4/ |
D | AndroidJUnit4ClassRunner.java | 60 Object test = super.createTest(); in createTest() local 105 private void inject(Object test) { in inject() 123 private void setFieldValue(Object test, Field field, Object value) { in setFieldValue()
|
/frameworks/compile/mclinker/unittests/ |
D | FragmentTest.cpp | 43 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() local 58 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() local
|
D | SectionDataTest.cpp | 44 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() local 55 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() local
|