Home
last modified time | relevance | path

Searched refs:sorted (Results 1 – 11 of 11) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/evaluators/
DTopK.java69 PriorityQueue<Pair<Integer, Float>> sorted = new PriorityQueue<Pair<Integer, Float>>( in EvaluateAccuracy() local
80 sorted.add(new Pair<>(index, probabilities[index])); in EvaluateAccuracy()
85 Pair<Integer, Float> top = sorted.remove(); in EvaluateAccuracy()
/test/app_compat/csuite/test_scripts/src/main/java/com/android/webview/unittests/
DWebviewAppCompatUnitTests.java56 .sorted() in testSortWebviewPackages()
/test/vts-testcase/security/system_property/
Dvts_treble_sys_prop_test.py246 (partition, " ".join(sorted(violation_list)))))
344 " ".join(sorted(violation_list))))
/test/mlts/benchmark/results/
Dgenerate_result.py180 other = sorted(filter(lambda x: x is not baseline, results),
188 for name, results_with_bl in sorted(groupings_baseline.items()):
198 for name, results_wbl in sorted(known_groupings_baseline.items()):
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DIncrementalDeqpPreparer.java189 simpleperfDependencies.stream().sorted().collect(Collectors.toList())); in runIncrementalDeqp()
192 extraDependencies.stream().sorted().collect(Collectors.toList())); in runIncrementalDeqp()
/test/mlts/benchmark/tools/
Dtensor_utils.py97 self.model_names = sorted(os.listdir(dump_dir))
208 self.layers = sorted(self['cpu'].keys())
300 self.layers = sorted(self.tensor_dict['cpu'].keys())
/test/vts/vndk_utils/library/vtable/
Dvtable_dumper.py254 inv_table[key] = sorted(set(inv_table[key]))
/test/vts-testcase/vndk/abi/
Dvts_vndk_abi_test.py107 return sorted(dump_symbols.difference(lib_symbols))
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DTestUtils.java323 .sorted() in compileTestFailureMessage()
DDeviceUtils.java669 .sorted(Comparator.comparing(DropboxEntry::getTime)) in getDropboxEntries()
/test/dittosuite/
DDoxyfile713 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
715 # be sorted only by class name, not including the namespace part.