Searched refs:sorted (Results 1 – 11 of 11) sorted by relevance
/test/mlts/benchmark/src/com/android/nn/benchmark/evaluators/ |
D | TopK.java | 69 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/ |
D | WebviewAppCompatUnitTests.java | 56 .sorted() in testSortWebviewPackages()
|
/test/vts-testcase/security/system_property/ |
D | vts_treble_sys_prop_test.py | 246 (partition, " ".join(sorted(violation_list))))) 344 " ".join(sorted(violation_list))))
|
/test/mlts/benchmark/results/ |
D | generate_result.py | 180 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/ |
D | IncrementalDeqpPreparer.java | 189 simpleperfDependencies.stream().sorted().collect(Collectors.toList())); in runIncrementalDeqp() 192 extraDependencies.stream().sorted().collect(Collectors.toList())); in runIncrementalDeqp()
|
/test/mlts/benchmark/tools/ |
D | tensor_utils.py | 97 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/ |
D | vtable_dumper.py | 254 inv_table[key] = sorted(set(inv_table[key]))
|
/test/vts-testcase/vndk/abi/ |
D | vts_vndk_abi_test.py | 107 return sorted(dump_symbols.difference(lib_symbols))
|
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
D | TestUtils.java | 323 .sorted() in compileTestFailureMessage()
|
D | DeviceUtils.java | 669 .sorted(Comparator.comparing(DropboxEntry::getTime)) in getDropboxEntries()
|
/test/dittosuite/ |
D | Doxyfile | 713 # 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.
|