/aosp12/art/test/1927-exception-event/ |
H A D | exception_event.cc | 42 static void CallMethod(JNIEnv* env, jclass test, const char* name) { in CallMethod() 47 static void ClearAndPrintException(JNIEnv* env, jclass test) { in ClearAndPrintException() 58 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N() 63 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N_1J(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N_1J() 68 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N_1N(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N_1N() 73 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_intermediate_1N_1J(JNIEnv* env, jclass test) { in Java_art_Test1927_intermediate_1N_1J() 77 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_intermediate_1N_1N(JNIEnv* env, jclass test) { in Java_art_Test1927_intermediate_1N_1N() 81 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N_1J_1J(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N_1J_1J() 86 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N_1J_1N(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N_1J_1N() 91 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N_1N_1J(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N_1N_1J() [all …]
|
/aosp12/frameworks/base/test-runner/src/android/test/ |
H A D | TouchUtils.java | 59 public static void dragQuarterScreenDown(ActivityInstrumentationTestCase test) { in dragQuarterScreenDown() 88 public static void dragQuarterScreenUp(ActivityInstrumentationTestCase test) { in dragQuarterScreenUp() 143 public static void scrollToBottom(InstrumentationTestCase test, Activity activity, in scrollToBottom() 226 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v, in dragViewToBottom() 264 public static void tapView(InstrumentationTestCase test, View v) { in tapView() 304 public static void touchAndCancelView(InstrumentationTestCase test, View v) { in touchAndCancelView() 339 public static void clickView(InstrumentationTestCase test, View v) { in clickView() 390 public static void longClickView(ActivityInstrumentationTestCase test, View v) { in longClickView() 400 public static void longClickView(InstrumentationTestCase test, View v) { in longClickView() 450 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v) { in dragViewToTop() [all …]
|
H A 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()
|
H A 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()
|
/aosp12/frameworks/base/test-base/src/junit/framework/ |
H A 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()
|
H A 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()
|
/aosp12/packages/services/Mtp/tests/src/com/android/mtp/ |
H A 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()
|
/aosp12/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
H A 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()
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/gui/com/android/rs/unittest/ |
H A 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
|
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/util/ |
H A D | DnsUtilsTest.java | 63 final List<DnsUtils.SortableAddress> test = Arrays.asList( in testRfc6724Comparator() local 109 DnsUtils.SortableAddress test = makeSortableAddress("216.58.200.36"); in testV4SortableAddress() local 134 DnsUtils.SortableAddress test = makeSortableAddress("2404:6800:4008:801::2004"); in testV6SortableAddress() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/util/ |
H A 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()
|
H A D | KeyUtils.java | 39 public static void tapMenuKey(ActivityInstrumentationTestCase test) { in tapMenuKey() 52 public static void chordMenuKey(ActivityInstrumentationTestCase test, char shortcutKey) { in chordMenuKey() 71 public static void longClick(ActivityInstrumentationTestCase test) { in longClick()
|
/aosp12/frameworks/base/test-runner/tests/src/android/test/ |
H A 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
|
/aosp12/frameworks/base/tests/testables/src/android/testing/ |
H A 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()
|
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/testcompat/ |
H A D | RSSupportLibTestsListActivity.java | 32 protected void logStartUnitTest(UnitTest test) { in logStartUnitTest() 37 protected void logEndUnitTest(UnitTest test) { in logEndUnitTest()
|
/aosp12/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/ |
H A D | RSTestListActivity.java | 35 protected void logStartUnitTest(UnitTest test) { in logStartUnitTest() 40 protected void logEndUnitTest(UnitTest test) { in logEndUnitTest()
|
/aosp12/frameworks/base/test-runner/src/junit/textui/ |
H A 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()
|
/aosp12/art/compiler/utils/arm64/ |
H A D | managed_register_arm64.h | 108 const int test = id_ - kNumberOfXRegIds; in IsWRegister() local 114 const int test = id_ - (kNumberOfXRegIds + kNumberOfWRegIds); in IsDRegister() local 120 const int test = id_ - (kNumberOfXRegIds + kNumberOfWRegIds + kNumberOfDRegIds); in IsSRegister() local 132 constexpr bool IsSameType(Arm64ManagedRegister test) const { in IsSameType()
|
/aosp12/art/compiler/utils/arm/ |
H A D | managed_register_arm.h | 144 const int test = id_ - kNumberOfCoreRegIds; in IsSRegister() local 150 const int test = id_ - (kNumberOfCoreRegIds + kNumberOfSRegIds); in IsDRegister() local 157 const int test = id_ - (kNumberOfCoreRegIds + kNumberOfSRegIds); in IsOverlappingDRegister() local 163 const int test = in IsRegisterPair() local 168 constexpr bool IsSameType(ArmManagedRegister test) const { in IsSameType()
|
/aosp12/system/core/init/ |
H A D | ueventd_parser_test.cpp | 28 void TestSubsystems(const Subsystem& expected, const Subsystem& test) { in TestSubsystems() 34 void TestPermissions(const Permissions& expected, const Permissions& test) { in TestPermissions() 43 void TestSysfsPermissions(const SysfsPermissions& expected, const SysfsPermissions& test) { in TestSysfsPermissions() 49 const ExternalFirmwareHandler& test) { in TestExternalFirmwareHandler() 56 void TestVector(const T& expected, const T& test, F function) { in TestVector()
|
/aosp12/frameworks/base/test-runner/src/junit/runner/ |
H A 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
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/ |
H A D | InputMethodAndSubtypeEnablerTest.java | 54 final String test = "title1"; in onActivityCreated_shouldUpdateTitleFromArgument() local 66 final String test = "title1"; in onActivityCreated_shouldUpdateTitleFromIntent() local
|
/aosp12/system/bt/test/ |
H A D | gen_coverage.py | 234 def generate_coverage_html(test): argument 265 def generate_coverage_json(test): argument 296 def write_json_summary(test): argument
|
/aosp12/system/testing/gtest_extras/ |
H A D | Isolate.cpp | 181 int Isolate::ChildProcessFn(const std::tuple<std::string, std::string>& test) { in ChildProcessFn() 251 Test* test = new Test(tests_[cur_test_index_], cur_test_index_, run_index, read_fd); in LaunchTests() local 273 Test* test = running_[i]; in ReadTestsOutput() local 298 Test* test = test_ptr.get(); in CheckTestsFinished() local 393 Test* test = entry.second.get(); in CheckTestsTimeout() local 422 const Test* test = entry.second; in HandleSignals() local 477 const Test* test = entry.second.get(); in PrintResults() local 705 const Test* test = entry.second.get(); in WriteXmlResults() local 730 for (auto test : suite_entry.tests) { in WriteXmlResults() local
|
/aosp12/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/ |
H A D | R.class | ... R.java
package com.android.layoutlib.test.myapplication
public final com.android.layoutlib. ... |