Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DMetadataReporter.java99 public void testStarted(TestDescription test, long startTime) { in testStarted()
108 public void testFailed(TestDescription test, String trace) { in testFailed()
116 public void testIgnored(TestDescription test) { in testIgnored()
124 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
129 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
171 private static String buildTestId(TestDescription test) { in buildTestId()
DConsoleReporter.java96 public void testStarted(TestDescription test) { in testStarted()
106 public void testFailed(TestDescription test, String trace) { in testFailed()
116 public void testIgnored(TestDescription test) { in testIgnored()
125 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
134 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded()
DSubPlanHelper.java281 String test = include.getTest(); in addIncludeToSubPlan() local
299 String test = exclude.getTest(); in addExcludeToSubPlan() local
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DTestFilter.java47 String abi = null, name = null, test = null; in createFrom() local
78 public TestFilter(String abi, String name, String test) { in TestFilter()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTest.java216 CompatibilityTestSuite test = loadSuite(); in run() local
224 CompatibilityTestSuite test = loadSuite(); in split() local
238 CompatibilityTestSuite test = createTest(); in loadSuite() local
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationChecksumHelperTest.java131 TestDescription test = new TestDescription("com.class.path", "testMethod" + i); in createFakeResults() local
142 TestDescription test = new TestDescription("com.class.path", "testMethod"); in createFakeResultWithAssumptionFailure() local
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNCrystalBallTest.java53 private void test(boolean useNnapi, boolean useCompleteInputSet) throws IOException { in test() method in NNCrystalBallTest
DNNScoringTest.java62 private void test(boolean useNnapi, boolean useCompleteInputSet) throws IOException { in test() method in NNScoringTest
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py805 def __init__(self, test, propertyId, areaId=0): argument
864 def __init__(self, test, propertyId, areaId=0): argument
946 def __init__(self, test, timestamp): argument
985 def __init__(self, test, timestamp): argument
1017 def __init__(self, test, timestamp): argument
1035 def __init__(self, test, timestamp): argument
1072 def __init__(self, test, timestamp): argument
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
DCompatibilitySuiteModuleLoader.java50 IRemoteTest test, in addFiltersToTest()
/test/vts-testcase/hal/neuralnetworks/V1_3/benchmark/java/src/com/android/nn/benchmark/vts/v1_3/
DNNAccuracyTest.java120 try (NNTestBase test = mModel.mEntry.createNNTestBase()) { in testDriver()
/test/vts-testcase/hal/neuralnetworks/V1_2/benchmark/java/src/com/android/nn/benchmark/vts/v1_2/
DNNAccuracyTest.java120 try (NNTestBase test = mModel.mEntry.createNNTestBase()) { in testDriver()
/test/vts/tests/kernel_proc_file_api_test/
Dvts_kernel_proc_file_api_test.py342 def test(self): function
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DTestModels.java97 NNTestBase test = createNNTestBase(); in createNNTestBase() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DMediaPreparer.java715 public void testEnded(TestDescription test, HashMap<String, Metric> metrics) { in testEnded()
723 public void testFailed(TestDescription test, String trace) { in testFailed()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java282 CompatibilityTestSuite test = new CompatibilityTestSuite(); in listModules() local
/test/vts/vts_hal_hidl_target/
DVtsHalHidlTargetCallbackBase.h425 auto test = lock->WaitForCallback(true); in PeekCallbackLocks() local