/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | MetadataReporter.java | 102 public void testStarted(TestDescription test) { in testStarted() 111 public void testFailed(TestDescription test, String trace) { in testFailed() 119 public void testIgnored(TestDescription test) { in testIgnored() 127 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure() 135 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 177 private static String buildTestId(TestDescription test) { in buildTestId()
|
D | ModuleListener.java | 73 public void testStarted(TestDescription test) { in testStarted() 82 public void testEnded(TestDescription test, HashMap<String, Metric> metrics) { in testEnded() 91 public void testIgnored(TestDescription test) { in testIgnored() 100 public void testFailed(TestDescription test, String trace) { in testFailed() 109 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
|
D | ConsoleReporter.java | 96 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()
|
D | SubPlanHelper.java | 281 String test = include.getTest(); in addIncludeToSubPlan() local 299 String test = exclude.getTest(); in addExcludeToSubPlan() local
|
D | ResultReporter.java | 358 public void testStarted(TestDescription test) { in testStarted() 371 public void testEnded(TestDescription test, HashMap<String, Metric> metrics) { in testEnded() 401 public void testIgnored(TestDescription test) { in testIgnored() 409 public void testFailed(TestDescription test, String trace) { in testFailed() 417 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
|
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | TestFilter.java | 47 String abi = null, name = null, test = null; in createFrom() local 78 public TestFilter(String abi, String name, String test) { in TestFilter()
|
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
D | TestRunRestServlet.java | 48 private TestRunDetails getTestRunDetails(String test, String timeString) { in getTestRunDetails() 114 String test = request.getParameter("test"); in doGet() local
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | TestAcknowledgmentEntity.java | 66 @Ignore public final Key test; field in TestAcknowledgmentEntity 97 Key test, in TestAcknowledgmentEntity() 134 Key test, in TestAcknowledgmentEntity() 191 Key test = (Key) e.getProperty(TEST_KEY); in fromEntity() local
|
D | UserFavoriteEntity.java | 55 @Getter @Setter private com.googlecode.objectify.Key<TestEntity> test; field in UserFavoriteEntity
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/ |
D | RetryFactoryTest.java | 216 CompatibilityTestSuite test = loadSuite(); in run() local 224 CompatibilityTestSuite test = loadSuite(); in split() local 238 CompatibilityTestSuite test = createTest(); in loadSuite() local
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | PerformanceUtil.java | 68 double test, in getPercentChangeHTML() 106 StatSummary test, in getBestCasePerformanceComparisonHTML() 235 StatSummary test, in getAvgCasePerformanceComparisonHTML()
|
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 757 def __init__(self, test, propertyId, areaId=0): argument 816 def __init__(self, test, propertyId, areaId=0): argument 896 def __init__(self, test, timestamp): argument 934 def __init__(self, test, timestamp): argument 965 def __init__(self, test, timestamp): argument 983 def __init__(self, test, timestamp): argument 1019 def __init__(self, test, timestamp): argument
|
/test/framework/harnesses/host_controller/utils/parser/ |
D | result_utils.py | 113 def GetTestName(module, testcase, test): argument
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/ |
D | CertificationChecksumHelperTest.java | 95 TestDescription test = new TestDescription("com.class.path", "testMethod" + i); in createFakeResults() local
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/ |
D | CompatibilitySuiteModuleLoader.java | 51 IRemoteTest test, in addFiltersToTest()
|
/test/vti/test_serving/proto/ |
D | GreenBuildScheduleConfigMessage.proto | 42 repeated GreenBuildTestScheduleConfigMessage test = 31; field
|
/test/vts-testcase/hal/neuralnetworks/V1_2/benchmark/java/src/com/android/nn/benchmark/vts/v1_2/ |
D | NNAccuracyTest.java | 120 NNTestBase test = mModel.mEntry.createNNTestBase(); in testDriver() local
|
/test/vts-testcase/hal/neuralnetworks/V1_3/benchmark/java/src/com/android/nn/benchmark/vts/v1_3/ |
D | NNAccuracyTest.java | 120 NNTestBase test = mModel.mEntry.createNNTestBase(); in testDriver() local
|
/test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | NNScoringTest.java | 64 private void test(boolean useNnapi, boolean useCompleteInputSet) throws IOException { in test() method in NNScoringTest
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowCoverageServlet.java | 76 String test = request.getParameter("testName"); in doGetHandler() local
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | ModuleRepo.java | 283 IRemoteTest test) throws ConfigurationException { in prepareTestClass() 344 protected void addModuleDef(String name, IAbi abi, IRemoteTest test, String[] configPaths) in addModuleDef() 361 private void addFiltersToTest(IRemoteTest test, IAbi abi, String name) { in addFiltersToTest() 426 private void addTestIncludes(ITestFilterReceiver test, List<TestFilter> includes, in addTestIncludes() 442 private void addTestExcludes(ITestFilterReceiver test, List<TestFilter> excludes, in addTestExcludes()
|
D | FailureListener.java | 68 public void testFailed(TestDescription test, String trace) { in testFailed()
|
/test/vti/dashboard/src/main/webapp/js/ |
D | test_acknowledgments.js | 154 function saveCallback(ack, modal, key, test, branchSet, deviceSet, testCaseSet, note) { argument 207 function showModal(ack, key, test, branches, devices, testCases, note) { argument 326 function createAcknowledgment(key, test, branches, devices, testCases, note) { argument
|
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsProfilingStatsJobServletTest.java | 85 String test = "test"; in createProfilingRun() local 216 String test = "test"; in testNewSummary() local 297 String test = "test2"; in testUpdateSummary() local
|
/test/vts/testcases/host/kernel_proc_file_api_test/ |
D | vts_kernel_proc_file_api_test.py | 276 def test(self): function
|