Searched refs:sorted (Results 1 – 25 of 25) sorted by relevance
/test/vts/utils/python/common/ |
D | vts_spec_utils.py | 103 return sorted(imported_hals) 128 return sorted(imported_hals) 144 return sorted(vts_spec_names)
|
/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/vts-testcase/hal/script/build/ |
D | vts_spec_parser.py | 94 return sorted(list(set(imported_packages) - set(exclude_packages))) 144 return sorted(result) 162 return sorted(vts_spec_names)
|
D | build_rule_gen.py | 213 hal_libs = sorted(imported_packages) 247 result = ''.join(map(lambda x: '\n%s"%s",' % (indent, x), sorted(lst)))
|
/test/mlts/benchmark/tools/ |
D | tensor_utils.py | 65 self.model_names = sorted(os.listdir(dump_dir)) 130 self.layers = sorted(self['cpu'].keys()) 221 self.layers = sorted(self.tensor_dict['cpu'].keys())
|
/test/vti/test_serving/configs/infra/prod/vtslab-config-prod/ |
D | projects.cfg | 4 # Please keep the list sorted by project id!
|
D | services.cfg | 4 # Please keep the list sorted by id.
|
D | schemas.cfg | 4 # Please keep this list sorted by schema name.
|
/test/vti/test_serving/configs/infra/test/vtslab-config-test/ |
D | projects.cfg | 4 # Please keep the list sorted by project id!
|
D | services.cfg | 4 # Please keep the list sorted by id.
|
D | schemas.cfg | 4 # Please keep this list sorted by schema name.
|
/test/vts/script/ |
D | compare_vts_core_result.py | 92 return sorted(not_converted_modules)
|
/test/vts-testcase/security/system_property/ |
D | VtsTrebleSysPropTest.py | 183 (partition, " ".join(sorted(violation_list))))) 282 " ".join(sorted(violation_list))))
|
D | vts_treble_sys_prop_test.py | 245 (partition, " ".join(sorted(violation_list))))) 343 " ".join(sorted(violation_list))))
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowProfilingListServlet.java | 61 .sorted(Comparator.comparing(TestEntity::getTestName)).map(t -> t.getTestName()) in doGetHandler()
|
D | ShowReleaseServlet.java | 86 .sorted(Comparator.comparing(TestPlanEntity::getTestPlanName)) in getTestPlanDispatcher()
|
D | ShowGreenReleaseServlet.java | 348 .sorted( in getTestPlanDispatcher()
|
/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/vts-testcase/vndk/golden/ |
D | dump_abi.py | 92 return sorted(lib_names - lib_names_exclude)
|
/test/vti/test_serving/gae/webapp/src/endpoint/ |
D | job_queue.py | 52 priority_sorted_jobs = sorted(
|
/test/vts/utils/python/library/vtable/ |
D | vtable_dumper.py | 253 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))
|
D | VtsVndkAbiTest.py | 113 return sorted(dump_symbols.difference(lib_symbols))
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_sheet.py | 209 src_list = sorted(src_dict.items())
|
/test/vts/runners/host/ |
D | records.py | 468 msg = ", ".join(sorted(l))
|