Home
last modified time | relevance | path

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

123456

/frameworks/base/legacy-test/src/junit/framework/
DTestListener.java10 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()
DTestResult.java40 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/
DTouchUtils.java52 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 …]
DTestPrinter.java73 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()
DTestCaseUtil.java43 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/
DTestResultInstrumentation.java52 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/
DBuildConfig.class ... BuildConfig.java package com.android.layoutlib.test.myapplication.test public final com.android. ...
/frameworks/support/core-utils/tests/java/android/support/v4/provider/
DDocumentFileTest.java119 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/
DRSListActivity.java22 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/
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()
/frameworks/base/core/tests/coretests/src/android/util/
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()
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()
/frameworks/base/test-runner/tests/src/android/test/
DTestCaseUtilTest.java30 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/
DRSSupportLibTestsListActivity.java32 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/
DRSTestListActivity.java35 protected void logStartUnitTest(UnitTest test) { in logStartUnitTest()
40 protected void logEndUnitTest(UnitTest test) { in logEndUnitTest()
/frameworks/base/tests/testables/src/android/testing/
DAndroidTestingRunner.java54 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/
DResultPrinter.java116 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/
DR.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...
DR$style.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...
DR$menu.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...
DR$color.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...
DR$attr.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...
/frameworks/base/test-runner/src/junit/runner/
DBaseTestRunner.java38 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/
DFragmentTest.cpp38 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
DSectionDataTest.cpp39 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

123456