/frameworks/base/legacy-test/src/junit/framework/ |
D | TestListener.java | 10 public void addError(Test test, Throwable t); in addError() 14 public void addFailure(Test test, AssertionFailedError t); in addFailure() 18 public void endTest(Test test); in endTest() 22 public void startTest(Test test); in startTest()
|
D | TestResult.java | 40 public synchronized void addError(Test test, Throwable t) { in addError() 49 public synchronized void addFailure(Test test, AssertionFailedError t) { in addFailure() 77 public void endTest(Test test) { in endTest() 111 protected void run(final TestCase test) { in run() 131 public void runProtected(final Test test, Protectable p) { in runProtected() 154 public void startTest(Test test) { in startTest()
|
/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 52 public static void dragQuarterScreenDown(ActivityInstrumentationTestCase test) { in dragQuarterScreenDown() 61 public static void dragQuarterScreenDown(InstrumentationTestCase test, Activity activity) { in dragQuarterScreenDown() 82 public static void dragQuarterScreenUp(ActivityInstrumentationTestCase test) { in dragQuarterScreenUp() 91 public static void dragQuarterScreenUp(InstrumentationTestCase test, Activity activity) { in dragQuarterScreenUp() 115 public static void scrollToBottom(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToBottom() 127 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() 183 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v) { in dragViewToBottom() 194 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v) { in dragViewToBottom() [all …]
|
D | TestPrinter.java | 73 private void failed(Test test, Throwable t) { in failed() 78 public void addError(Test test, Throwable t) { in addError() 82 public void addFailure(Test test, junit.framework.AssertionFailedError t) { in addFailure() 86 public void endTest(Test test) { in endTest() 94 public void startTest(Test test) { in startTest()
|
D | TestCaseUtil.java | 43 public static List<? extends Test> getTests(Test test, boolean flatten) { in getTests() 47 private static List<? extends Test> getTests(Test test, boolean flatten, in getTests() 113 static String getTestName(Test test) { in getTestName()
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | TestResultInstrumentation.java | 52 public void addError(Test test, Throwable t) { in addError() 58 public void addFailure(Test test, AssertionFailedError t) { in addFailure() 64 public void endTest(Test test) { in endTest() 71 public void startTest(Test test) { in startTest() 79 private void show(String tag, Test test, Throwable t) { in show()
|
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/androidTest/debug/com/android/layoutlib/test/myapplication/test/ |
D | BuildConfig.class | ... BuildConfig.java
package com.android.layoutlib.test.myapplication.test
public final com.android. ... |
/frameworks/support/core-utils/tests/java/android/support/v4/provider/ |
D | DocumentFileTest.java | 119 final DocumentTest test = new DocumentTest() { in testSimple() local 137 final DocumentTest test = new DocumentTest() { in testTraverse() local 169 final DocumentTest test = new DocumentTest() { in testReadAndWrite() local 200 final DocumentTest test = new DocumentTest() { in testMimes() local 225 final DocumentTest test = new DocumentTest() { in testCreate() local 269 final DocumentTest test = new DocumentTest() { in testDelete() local 299 final DocumentTest test = new DocumentTest() { in testRename() local
|
/frameworks/rs/tests/java_api/RSUnitTests/gui/com/android/rs/unittest/ |
D | RSListActivity.java | 22 protected abstract void logStartUnitTest(UnitTest test); in logStartUnitTest() 23 protected abstract void logEndUnitTest(UnitTest test); in logEndUnitTest() 35 UnitTest test = testClass.getDeclaredConstructor(Context.class).newInstance(this); in onCreate() 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()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
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()
|
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()
|
/frameworks/base/test-runner/tests/src/android/test/ |
D | TestCaseUtilTest.java | 30 private static List<String> getTestCaseNames(Test test) { in getTestCaseNames() 57 … Test test = TestCaseUtil.invokeSuiteMethodIfPossible(OneTestTestCase.class, new HashSet<>()); in testInvokeSuiteMethodIfPossible_ForTestCase() local 62 … Test test = TestCaseUtil.invokeSuiteMethodIfPossible(TwoTestsInTestSuite.class, new HashSet<>()); in testInvokeSuiteMethodIfPossible_ForTestSuiteWithSuiteMethod() local 68 …Test test = TestCaseUtil.invokeSuiteMethodIfPossible(OneTestTestCaseWithSuite.class, new HashSet<>… in testInvokeSuiteMethodIfPossible_ForTestCaseWithSuiteMethod() local
|
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/testcompat/ |
D | RSSupportLibTestsListActivity.java | 32 protected void logStartUnitTest(UnitTest test) { in logStartUnitTest() 37 protected void logEndUnitTest(UnitTest test) { in logEndUnitTest()
|
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/ |
D | RSTestListActivity.java | 35 protected void logStartUnitTest(UnitTest test) { in logStartUnitTest() 40 protected void logEndUnitTest(UnitTest test) { in logEndUnitTest()
|
/frameworks/base/tests/testables/src/android/testing/ |
D | AndroidTestingRunner.java | 54 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker() 74 protected Statement withPotentialTimeout(FrameworkMethod method, Object test, Statement next) { in withPotentialTimeout() 87 protected List<FrameworkMethod> looperWrap(FrameworkMethod method, Object test, in looperWrap() 101 protected FrameworkMethod looperWrap(FrameworkMethod method, Object test, in looperWrap()
|
/frameworks/base/test-runner/src/junit/textui/ |
D | ResultPrinter.java | 116 public void addError(Test test, Throwable t) { in addError() 123 public void addFailure(Test test, AssertionFailedError t) { in addFailure() 130 public void endTest(Test test) { in endTest() 136 public void startTest(Test test) { in startTest()
|
/frameworks/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$style.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$color.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. ... |
/frameworks/base/test-runner/src/junit/runner/ |
D | BaseTestRunner.java | 38 public synchronized void startTest(Test test) { in startTest() 70 public synchronized void endTest(Test test) { in endTest() 74 public synchronized void addError(final Test test, final Throwable t) { in addError() 78 public synchronized void addFailure(final Test test, final AssertionFailedError t) { in addFailure() 88 public abstract void testFailed(int status, Test test, Throwable t); in testFailed() 124 Test test= null; in getTest() local
|
/frameworks/compile/mclinker/unittests/ |
D | FragmentTest.cpp | 38 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() local 53 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() local
|
D | SectionDataTest.cpp | 39 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() local 49 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() local
|