/test/vts/utils/native/trace_processor/ |
D | VtsTraceProcessor.cpp | 340 find_if(seen_msgs.begin(), seen_msgs.end(), in DedupTraces() 348 if (found == seen_msgs.end()) { in DedupTraces() 433 for (auto it = original_coverages.begin(); it != original_coverages.end(); in SelectTraces() 476 for (auto it = selected_coverages.begin(); it != selected_coverages.end(); in SelectTraces() 494 std::size_t end = coverage_file_name.find("vts.trace") + sizeof("vts.trace"); in GetTraceFileName() local 495 return coverage_file_name.substr(start, end - start - 1); in GetTraceFileName() 548 for (auto it = hal_trace_mapping.begin(); it != hal_trace_mapping.end(); in GetTestListForHal() 555 if (std::find(covered_apis.begin(), covered_apis.end(), in GetTestListForHal() 556 api_stat_it.first) == covered_apis.end()) { in GetTestListForHal() 569 for (auto it = hal_trace_mapping.begin(); it != hal_trace_mapping.end(); in GetTestListForHal() [all …]
|
D | VtsCoverageProcessor.cpp | 167 new_coverage_map.end()) { in CompareCoverage() 191 for (auto it = new_coverage_map.begin(); it != new_coverage_map.end(); it++) { in CompareCoverage()
|
/test/vts-testcase/hal/treble/vintf/ |
D | SingleManifestTest.cpp | 83 for (auto it = container.begin(); it != container.end(); ++it) { in InstancesToString() 172 for (auto it = instances.begin(); it != instances.end(); in TEST_P() 216 chain.begin(), chain.end(), std::back_inserter(fq_instances), in TEST_P() 223 if (kPassthroughHals.find(it->getPackage()) != kPassthroughHals.end()) { in TEST_P() 236 passthrough_declared.begin(), passthrough_declared.end(), in TEST_P() 237 passthrough_allowed.begin(), passthrough_allowed.end(), in TEST_P() 345 manifest_hwbinder_hals_.end()) in TEST_P() 387 manifest_passthrough_hals_.end()) in TEST_P() 447 EXPECT_NE(released_hashes.find(hash), released_hashes.end()) in TEST_P()
|
D | vts_treble_vintf_test_o_mr1.cpp | 72 return exempt_hals_.find(hal_name) != exempt_hals_.end() || in IsExempt() 159 EXPECT_NE(kPassthroughHals.find(hal_name), kPassthroughHals.end()) in TEST_F() 235 EXPECT_NE(released_hashes.find(hash), released_hashes.end()) in TEST_F()
|
D | SystemVendorTest.cpp | 109 d->insert(s.begin(), s.end()); in insert() 131 EXPECT_NE(manifest_hwbinder_hals.find(name), manifest_hwbinder_hals.end()) in TEST_F()
|
D | DeviceManifestTest.cpp | 53 ASSERT_TRUE(it != kFcm2ApiLevelMap.end()) in TEST_F()
|
D | utils.cpp | 115 released_hashes.insert(hashes.begin(), hashes.end()); in ReleasedHashes()
|
/test/vts/utils/native/testability_checker/ |
D | VtsTestabilityChecker.cpp | 60 set_union(famework_hal_instances.begin(), famework_hal_instances.end(), in CheckHalForComplianceTest() 61 vendor_hal_instances.begin(), vendor_hal_instances.end(), in CheckHalForComplianceTest() 80 set_union(vendor_hal_instances.begin(), vendor_hal_instances.end(), in CheckHalForNonComplianceTest() 81 test_hal_instances.begin(), test_hal_instances.end(), in CheckHalForNonComplianceTest() 165 instances->insert(testable_instances.begin(), testable_instances.end()); in CheckFrameworkCompatibleHal()
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | MeasureTime.java | 39 long end = System.currentTimeMillis(); in measure() local 40 result[i] = end - start; in measure()
|
/test/vts/utils/python/file/ |
D | target_file_utils.py | 174 end = groupIndex + 1 177 end = _PERMISSION_GROUPS 179 for i in range(start, end):
|
/test/vts/runners/target/vts_hal_hidl_target/ |
D | VtsHalHidlTargetTestEnvBase.cpp | 107 if (halServiceInstances_.find(halName) != halServiceInstances_.end()) { in addHalServiceInstance() 117 if (halServiceInstances_.find(instanceName) != halServiceInstances_.end()) { in getServiceName()
|
/test/vts-testcase/fuzz/iface_fuzzer/ |
D | ProtoFuzzerRunner.cpp | 191 if (iface_desc == opened_ifaces_.end()) { in Execute() 225 if (opened_ifaces_.find(iface_name) == opened_ifaces_.end()) { in ProcessReturnValue() 239 if (comp_spec == comp_specs_.end()) { in FindCompSpec()
|
D | ProtoFuzzerMutator.cpp | 187 if (transform_fn == transform_fns.end()) { in Transform() 204 if (type_spec == predefined_types_.end()) { in FindPredefinedType()
|
/test/vts/utils/native/libprofiling/ |
D | VtsProfilingInterface.cpp | 43 for (auto it = trace_map_.begin(); it != trace_map_.end(); ++it) { in ~VtsProfilingInterface() 65 if (trace_map_.find(fullname) != trace_map_.end()) { in GetTraceFile()
|
/test/vts/compilation_tools/vtsc/code_gen/driver/ |
D | HalCodeGen.cpp | 512 replace(parent_path_printable.begin(), parent_path_printable.end(), '.', '_'); in GenerateCppBodyFuzzFunction() 784 replace(parent_path_printable.begin(), parent_path_printable.end(), '.', '_'); in GenerateCppBodyGetAttributeFunction() 860 replace(current_path_printable.begin(), current_path_printable.end(), '.', in GenerateSubStructFuzzFunctionCall() 886 replace(current_path_printable.begin(), current_path_printable.end(), '.', in GenerateSubStructGetAttributeFunctionCall()
|
/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 107 outputs.insert(outputs.end(), node_outputs->data, in init() 157 sink.insert(sink.end(), output_tensor->data.uint8, in saveInferenceOutput()
|
/test/vts/runners/target/gtest/ |
D | gtest_main.cpp | 291 char* end = p; in EnumerateTests() local 301 *end = '\0'; in EnumerateTests() 302 if (*(end - 1) == '.') { in EnumerateTests() 303 *(end - 1) = '\0'; in EnumerateTests() 922 while (it != child_proc_list.end()) { in RunTestInSeparateProc()
|
/test/vts/drivers/hal/common/driver_manager/ |
D | VtsHalDriverManager.cpp | 232 if (res == hal_driver_map_.end()) { in GetDriverById() 242 if (res == hal_driver_map_.end()) { in GetDriverPointerById() 312 for (auto it = hal_driver_map_.begin(); it != hal_driver_map_.end(); ++it) { in FindDriverIdInternal()
|
/test/vts/drivers/hal/replayer/ |
D | VtsHidlHalReplayerMain.cpp | 54 if (halServiceInstances->find(instanceName) != halServiceInstances->end()) { in AddHalServiceInstance()
|
D | VtsHidlHalReplayer.cpp | 133 hal_service_instances.end()) { in ReplayTrace()
|
/test/vts/agents/hal/ |
D | VtsAgentMain.cpp | 118 if (log_map.find(log_severity) != log_map.end()) { in main()
|
/test/vts/proto/ |
D | VtsReportMessage.proto | 131 // execution start and end time stamp. 157 // profiling start and end time stamp (for performance). 308 // Execution start and end time stamp.
|
/test/mlts/benchmark/ |
D | README.txt | 31 * At the end of a benchmark run, its results will be
|
/test/vts/drivers/resource/hidl_handle_driver/ |
D | VtsHidlHandleDriver.cpp | 158 if (iterator == hidl_handle_map_.end()) { in FindHandle()
|
/test/vts-testcase/hal/script/build/ |
D | vts_spec_parser.py | 141 hal_dir = hal_dir[:match.end()]
|