Home
last modified time | relevance | path

Searched defs:testName (Results 1 – 25 of 78) sorted by relevance

1234

/aosp12/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DUnitTestSuiteBuilderTest.java88 public boolean saw(String testName) { in saw()
92 public boolean failed(String testName) { in failed()
96 public boolean errored(String testName) { in errored()
100 public boolean passed(String testName) { in passed()
104 private String testName(Test test) { in testName() method in UnitTestSuiteBuilderTest.SuiteExecutionRecorder
H A DListTestCaseNames.java51 String testName = ((TestCase) test).getName(); in getTestNames() local
67 public TestDescriptor(String className, String testName) { in TestDescriptor()
/aosp12/frameworks/base/test-runner/src/junit/runner/
H A DTestRunListener.java17 public void testStarted(String testName); in testStarted()
18 public void testEnded(String testName); in testEnded()
19 public void testFailed(int status, String testName, String trace); in testFailed()
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DRequiredPropertiesRule.java41 final String testName = description.getClassName() + "#" + description.getMethodName(); in onBefore() local
73 private void assertTestIsValid(String testName, ArraySet<Property> requiredProperies) { in assertTestIsValid()
/aosp12/art/test/800-smali/src/
H A DMain.java29 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase()
41 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase()
47 String testName; field in Main.TestCase
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
H A DHttpsServiceConnectionTest.java213 String testName = "Connection"; in verifyNotUpdatingRequestPropertyForIgnorableProperty() local
227 String testName = "Content-Type"; in verifyCallingSetRequestPropertyForProperty() local
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaVirtualizerTest.java71 private void log(String testName, String message) { in log()
75 private void loge(String testName, String message) { in loge()
H A DMediaBassBoostTest.java71 private void log(String testName, String message) { in log()
75 private void loge(String testName, String message) { in loge()
H A DMediaEqualizerTest.java75 private void log(String testName, String message) { in log()
79 private void loge(String testName, String message) { in loge()
H A DMediaPresetReverbTest.java78 private void log(String testName, String message) { in log()
82 private void loge(String testName, String message) { in loge()
H A DMediaEnvReverbTest.java84 private void log(String testName, String message) { in log()
88 private void loge(String testName, String message) { in loge()
/aosp12/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DAutofillTestWatcher.java52 final String testName = description.getDisplayName(); in starting() local
68 final String testName = description.getDisplayName(); in finished() local
/aosp12/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBlasTest.java67 public TestAction(TestName testName) { in TestAction()
96 public void runTest(TestAction ta, String testName) { in runTest()
/aosp12/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
H A DContextHubGeneralTestExecutor.java95 ContextHubTestConstants.TestNames testName) { in GeneralTestNanoApp()
103 ContextHubTestConstants.TestNames testName, boolean loadAtInit) { in GeneralTestNanoApp()
111 ContextHubTestConstants.TestNames testName, in GeneralTestNanoApp()
H A DContextHubSimpleGeneralTestExecutor.java28 NanoAppBinary binary, ContextHubTestConstants.TestNames testName) { in ContextHubSimpleGeneralTestExecutor()
H A DContextHubInfoByIdTestExecutor.java40 NanoAppBinary binary, ContextHubTestConstants.TestNames testName) { in ContextHubInfoByIdTestExecutor()
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/
H A DEditTextInputActivity.java44 String testName = getString(R.string.edit_text_input_name); in onCreate() local
H A DShadowGridActivity.java55 String testName = getString(R.string.shadow_grid_name); in onCreate() local
/aosp12/frameworks/base/test-runner/src/junit/textui/
H A DTestRunner.java94 public void testStarted(String testName) { in testStarted()
98 public void testEnded(String testName) { in testEnded()
/aosp12/art/test/044-proxy/src/
H A DHotProxy.java20 public static final String testName = "HotProxy"; field in HotProxy
/aosp12/art/test/712-varhandle-invocations/src/
H A DVarHandleUnitTestCollector.java31 public void start(String testName) { in start()
/aosp12/frameworks/base/tests/CoreTests/android/core/
H A DTestWebData.java124 public String testName; field in TestWebData
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewFallbackLineSpacingTest.java68 public TextViewFallbackLineSpacingTest(String testName, boolean enabled, in TextViewFallbackLineSpacingTest()
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_reduce_backward.java75 private <T extends Number> boolean result(String testName, T javaRslt, T rsRslt) { in result()
83 private boolean result(String testName, Float2 javaRslt, Float2 rsRslt) { in result()
93 private boolean result(String testName, Int2 javaRslt, Int2 rsRslt) { in result()
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_reduce_backward.java77 private <T extends Number> boolean result(String testName, T javaRslt, T rsRslt) { in result()
85 private boolean result(String testName, Float2 javaRslt, Float2 rsRslt) { in result()
95 private boolean result(String testName, Int2 javaRslt, Int2 rsRslt) { in result()

1234