/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/ |
D | RSContinuousTest.java | 51 UT_alloc test = new UT_alloc(null, mContext); in test_UT_alloc() local 59 UT_array_alloc test = new UT_array_alloc(null, mContext); in test_UT_array_alloc() local 67 UT_array_init test = new UT_array_init(null, mContext); in test_UT_array_init() local 75 UT_atomic test = new UT_atomic(null, mContext); in test_UT_atomic() local 83 UT_bug_char test = new UT_bug_char(null, mContext); in test_UT_bug_char() local 91 UT_check_dims test = new UT_check_dims(null, mContext); in test_UT_check_dims() local 99 UT_clamp test = new UT_clamp(null, mContext); in test_UT_clamp() local 107 UT_clamp_relaxed test = new UT_clamp_relaxed(null, mContext); in test_UT_clamp_relaxed() local 115 UT_constant test = new UT_constant(null, mContext); in test_UT_constant() local 123 UT_convert test = new UT_convert(null, mContext); in test_UT_convert() local [all …]
|
/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 | TestCaseUtil.java | 45 public static List<String> getTestCaseNames(Test test, boolean flatten) { in getTestCaseNames() 54 public static List<? extends Test> getTests(Test test, boolean flatten) { in getTests() 58 private static List<? extends Test> getTests(Test test, boolean flatten, in getTests() 124 public static String getTestName(Test test) { in getTestName() 147 Test test = (Test) enumeration.nextElement(); in getTestAtIndex() local 159 Test test = invokeSuiteMethodIfPossible(testClass, in createTestSuite() local
|
D | TestPrinter.java | 89 private void failed(Test test, Throwable t) { in failed() 94 public void addError(Test test, Throwable t) { in addError() 98 public void addFailure(Test test, junit.framework.AssertionFailedError t) { in addFailure() 102 public void endTest(Test test) { in endTest() 110 public void startTest(Test test) { in startTest()
|
D | AndroidTestRunner.java | 68 public void setTest(Test test) { in setTest() 72 private void setTest(Test test, Class<? extends Test> testClass) { in setTest() 202 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) { in setContextIfAndroidTestCase() 214 Test test, Instrumentation instrumentation) { in setInstrumentationIfInstrumentationTestCase() 221 Test test, PerformanceResultsWriter writer) { in setPerformanceWriterIfPerformanceCollectorTestCase() 258 public void testFailed(int status, Test test, Throwable t) { in testFailed()
|
/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/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/base/tools/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/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 | 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/tests/testables/src/android/testing/ |
D | AndroidTestingRunner.java | 52 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker() 72 protected Statement withPotentialTimeout(FrameworkMethod method, Object test, Statement next) { in withPotentialTimeout() 85 protected List<FrameworkMethod> looperWrap(FrameworkMethod method, Object test, in looperWrap() 99 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()
|
D | TestRunner.java | 75 static public TestResult run(Test test) { in run() 90 public void testFailed(int status, Test test, Throwable t) { in testFailed() 108 public TestResult doRun(Test test) { in doRun() 188 Test test= TestSuite.createTest(testClass, method); in runSingleMethod() local
|
/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/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/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$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. ... |
/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
|