/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/ |
D | CertificationChecksumHelperTest.java | 66 Collection<TestRunResult> results = new ArrayList<>(); in testCreateChecksum() local 92 TestRunResult results = new TestRunResult(); in createFakeResults() local
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | CaseResult.java | 74 List<ITestResult> results = new ArrayList<>(); in getResults() local 88 ArrayList<ITestResult> results = new ArrayList<>(mResults.values()); in getResults() local
|
D | ModuleResult.java | 237 ArrayList<ICaseResult> results = new ArrayList<>(mResults.values()); in getResults() local
|
D | ResultHandler.java | 133 List<IInvocationResult> results = new ArrayList<>(); in getLightResults() local
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | TestCaseRunEntity.java | 54 private List<Integer> results; field in TestCaseRunEntity 180 List<Integer> results = new ArrayList<>(); in toEntity() local 211 List<Long> results = (List<Long>) e.getProperty(RESULTS); in fromEntity() local
|
/test/vti/dashboard/src/test/java/com/android/vts/entity/ |
D | TestCaseRunEntityTest.java | 35 List<Integer> results = Arrays.asList(1, 1, 1, 1, 1, 1, 1); in saveTest() local
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | OutputMeanStdDev.java | 43 float[] results = new float[mNumOutputs]; in denormalize() local
|
D | LatencyResult.java | 43 public LatencyResult(float[] results) { in LatencyResult() 101 public void putToBundle(Bundle results, String prefix) { in putToBundle()
|
D | BenchmarkResult.java | 179 List<Pair<String, Float>> results = new ArrayList<>(); in getEvaluatorResults() local 251 Bundle results = new Bundle(); in toBundle() local 357 ArrayList<Float> results = new ArrayList<Float>(); in fromInferenceResults() local
|
D | Processor.java | 194 Pair<List<InferenceInOutSequence>, List<InferenceResult>> results; in runBenchmarkLoop() local
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/ |
D | CertificationChecksumHelper.java | 123 public static boolean tryCreateChecksum(File dir, Collection<TestRunResult> results, in tryCreateChecksum() 158 private static int countTestResults(Collection<TestRunResult> results) { in countTestResults() 166 private void addResults(Collection<TestRunResult> results) { in addResults()
|
D | PreviousResultLoader.java | 225 CollectingTestListener results = new CollectingTestListener(); in loadPreviousResults() local
|
D | CertificationSuiteResultReporter.java | 636 private void createChecksum(File resultDir, Collection<TestRunResult> results, in createChecksum()
|
/test/vts/testcases/host/kernel_proc_file_api_test/ |
D | vts_kernel_proc_file_api_test.py | 317 results = unittest.TextTestRunner(verbosity=2).run(suite) variable
|
/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 266 std::vector<InferenceResult>* results) { in benchmark() 455 std::vector<float>* results) { in benchmarkSingleTypeOfCompilation() 519 std::vector<float>* results) { in benchmarkSingleTypeOfCompilationWithWarmup()
|
/test/vts-testcase/kernel/api/sysfs/src/com/android/tests/sysfs/ |
D | KernelApiSysfsTest.java | 219 String results = getDevice().pullFileContents(wakeLockPath).trim(); in testWakeLock() local
|
/test/vts-testcase/kernel/ltp/ |
D | KernelLtpTest.py | 183 def Verify(self, test_case, results): argument
|
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
D | TestDataForDevServlet.java | 174 private List<Integer> results; field in TestDataForDevServlet.TestReportDataObject.Test.TestRun.TestCaseRun
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/ |
D | VtsMultiDeviceTestResultParser.java | 384 JSONArray results = object.getJSONArray(RESULTS); in processJsonFile() local
|
/test/mlts/benchmark/results/ |
D | generate_result.py | 168 def group_results(results): argument
|
/test/vti/dashboard/testdata/ |
D | test-report-data.json | 70 "results": [ array 202 "results": [ array
|