Home
last modified time | relevance | path

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

12

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DMetadataReporter.java102 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()
DModuleListener.java73 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()
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
DResultReporter.java358 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/
DTestFilter.java47 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/
DTestRunRestServlet.java48 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/
DTestAcknowledgmentEntity.java66 @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
DUserFavoriteEntity.java55 @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/
DRetryFactoryTest.java216 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/
DPerformanceUtil.java68 double test, in getPercentChangeHTML()
106 StatSummary test, in getBestCasePerformanceComparisonHTML()
235 StatSummary test, in getAvgCasePerformanceComparisonHTML()
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py757 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/
Dresult_utils.py113 def GetTestName(module, testcase, test): argument
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationChecksumHelperTest.java95 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/
DCompatibilitySuiteModuleLoader.java51 IRemoteTest test, in addFiltersToTest()
/test/vti/test_serving/proto/
DGreenBuildScheduleConfigMessage.proto42 repeated GreenBuildTestScheduleConfigMessage test = 31; field
/test/vts-testcase/hal/neuralnetworks/V1_2/benchmark/java/src/com/android/nn/benchmark/vts/v1_2/
DNNAccuracyTest.java120 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/
DNNAccuracyTest.java120 NNTestBase test = mModel.mEntry.createNNTestBase(); in testDriver() local
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNScoringTest.java64 private void test(boolean useNnapi, boolean useCompleteInputSet) throws IOException { in test() method in NNScoringTest
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowCoverageServlet.java76 String test = request.getParameter("testName"); in doGetHandler() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepo.java283 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()
DFailureListener.java68 public void testFailed(TestDescription test, String trace) { in testFailed()
/test/vti/dashboard/src/main/webapp/js/
Dtest_acknowledgments.js154 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/
DVtsProfilingStatsJobServletTest.java85 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/
Dvts_kernel_proc_file_api_test.py276 def test(self): function

12