/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 | 128 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 | BenchmarkResult.java | 194 List<Pair<String, Float>> results = new ArrayList<>(); in getEvaluatorResults() local 248 Bundle results = new Bundle(); in toBundle() local 366 ArrayList<Float> results = new ArrayList<Float>(); in fromInferenceResults() 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 | CertificationSuiteResultReporter.java | 551 private void createChecksum(File resultDir, Collection<TestRunResult> results, in createChecksum()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | NNBenchmark.java | 99 Pair<List<InferenceInOutSequence>, List<InferenceResult>> results; in runBenchmarkLoop() local
|
/test/vts-testcase/kernel/ltp/ |
D | KernelLtpTest.py | 183 def Verify(self, test_case, results): argument
|
/test/mlts/benchmark/results/ |
D | generate_result.py | 100 def group_results(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/mlts/benchmark/jni/ |
D | run_tflite.cpp | 237 std::vector<InferenceResult>* results) { in benchmark()
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/ |
D | VtsMultiDeviceTestResultParser.java | 384 JSONArray results = object.getJSONArray(RESULTS); in processJsonFile() local
|
/test/vti/dashboard/testdata/ |
D | test-report-data.json | 70 "results": [ array 202 "results": [ array
|