Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 41) sorted by relevance

12

/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp340 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 …]
DVtsCoverageProcessor.cpp167 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/
DSingleManifestTest.cpp83 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()
Dvts_treble_vintf_test_o_mr1.cpp72 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()
DSystemVendorTest.cpp109 d->insert(s.begin(), s.end()); in insert()
131 EXPECT_NE(manifest_hwbinder_hals.find(name), manifest_hwbinder_hals.end()) in TEST_F()
DDeviceManifestTest.cpp53 ASSERT_TRUE(it != kFcm2ApiLevelMap.end()) in TEST_F()
Dutils.cpp115 released_hashes.insert(hashes.begin(), hashes.end()); in ReleasedHashes()
/test/vts/utils/native/testability_checker/
DVtsTestabilityChecker.cpp60 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/
DMeasureTime.java39 long end = System.currentTimeMillis(); in measure() local
40 result[i] = end - start; in measure()
/test/vts/utils/python/file/
Dtarget_file_utils.py174 end = groupIndex + 1
177 end = _PERMISSION_GROUPS
179 for i in range(start, end):
/test/vts/runners/target/vts_hal_hidl_target/
DVtsHalHidlTargetTestEnvBase.cpp107 if (halServiceInstances_.find(halName) != halServiceInstances_.end()) { in addHalServiceInstance()
117 if (halServiceInstances_.find(instanceName) != halServiceInstances_.end()) { in getServiceName()
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerRunner.cpp191 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()
DProtoFuzzerMutator.cpp187 if (transform_fn == transform_fns.end()) { in Transform()
204 if (type_spec == predefined_types_.end()) { in FindPredefinedType()
/test/vts/utils/native/libprofiling/
DVtsProfilingInterface.cpp43 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/
DHalCodeGen.cpp512 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/
Drun_tflite.cpp107 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/
Dgtest_main.cpp291 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/
DVtsHalDriverManager.cpp232 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/
DVtsHidlHalReplayerMain.cpp54 if (halServiceInstances->find(instanceName) != halServiceInstances->end()) { in AddHalServiceInstance()
DVtsHidlHalReplayer.cpp133 hal_service_instances.end()) { in ReplayTrace()
/test/vts/agents/hal/
DVtsAgentMain.cpp118 if (log_map.find(log_severity) != log_map.end()) { in main()
/test/vts/proto/
DVtsReportMessage.proto131 // 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/
DREADME.txt31 * At the end of a benchmark run, its results will be
/test/vts/drivers/resource/hidl_handle_driver/
DVtsHidlHandleDriver.cpp158 if (iterator == hidl_handle_map_.end()) { in FindHandle()
/test/vts-testcase/hal/script/build/
Dvts_spec_parser.py141 hal_dir = hal_dir[:match.end()]

12