Home
last modified time | relevance | path

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

12

/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp94 for (auto it = container.begin(); it != container.end(); ++it) { in InstancesToString()
183 for (auto it = instances.begin(); it != instances.end(); in TEST_P()
227 chain.begin(), chain.end(), std::back_inserter(fq_instances), in TEST_P()
234 if (kPassthroughHals.find(it->getPackage()) != kPassthroughHals.end()) { in TEST_P()
247 passthrough_declared.begin(), passthrough_declared.end(), in TEST_P()
248 passthrough_allowed.begin(), passthrough_allowed.end(), in TEST_P()
357 manifest_hwbinder_hals_.end()) in TEST_P()
399 manifest_passthrough_hals_.end()) in TEST_P()
467 EXPECT_NE(released_hashes.find(hash), released_hashes.end()) in TEST_P()
480 if (std::find(module.types.begin(), module.types.end(), name) != in hashesForInterface()
[all …]
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.cpp54 ASSERT_TRUE(it != kFcm2ApiLevelMap.end()) in TEST_F()
Dutils.cpp138 released_hashes.insert(hashes.begin(), hashes.end()); in ReleasedHashes()
/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/testcases/host/kernel_proc_file_api_test/
Dtarget_file_utils.py46 end = groupIndex + 1
49 end = _PERMISSION_GROUPS
51 for i in range(start, end):
/test/vts-testcase/kernel/encryption/
Dutils.cpp345 std::string master_key_string(master_key->begin(), master_key->end()); in CreateHwWrappedKey()
354 exported_key_string.end()); in CreateHwWrappedKey()
374 fixed_input_string->insert(fixed_input_string->end(), label.begin(), in GetFixedInputString()
375 label.end()); in GetFixedInputString()
377 fixed_input_string->insert(fixed_input_string->end(), context.begin(), in GetFixedInputString()
378 context.end()); in GetFixedInputString()
Dfile_based_encryption_tests.cpp429 std::copy(master_key.begin(), master_key.end(), arg->raw); in SetMasterKey()
633 std::end(master_key_specifier_.u.identifier)); in VerifyKeyIdentifier()
648 hkdf_info.insert(hkdf_info.end(), fs_info_.uuid.bytes, in DerivePerModeEncryptionKey()
649 std::end(fs_info_.uuid.bytes)); in DerivePerModeEncryptionKey()
660 hkdf_info.insert(hkdf_info.end(), nonce.bytes, std::end(nonce.bytes)); in DerivePerFileEncryptionKey()
1012 std::vector<uint8_t> corrupt_key(exported_key.begin(), exported_key.end()); in TEST_F()
1059 concatenated_ciphertext.insert(concatenated_ciphertext.end(), in TEST()
1060 ciphertext_1.begin(), ciphertext_1.end()); in TEST()
1061 concatenated_ciphertext.insert(concatenated_ciphertext.end(), in TEST()
1062 ciphertext_2.begin(), ciphertext_2.end()); in TEST()
/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/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/vts/utils/python/file/
Dtarget_file_utils.py174 end = groupIndex + 1
177 end = _PERMISSION_GROUPS
179 for i in range(start, end):
/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/util/
DTargetFileUtils.java104 int end = groupIndex + 1; in hasPermission() local
107 end = PERMISSION_GROUPS; in hasPermission()
110 for (int i = start; i < end; i++) { in hasPermission()
/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.cpp194 if (iface_desc == opened_ifaces_.end()) { in Execute()
228 if (opened_ifaces_.find(iface_name) == opened_ifaces_.end()) { in ProcessReturnValue()
242 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-testcase/security/system_property/
Dvts_treble_sys_prop_test.py58 end = groupIndex + 1
61 end = PERMISSION_GROUPS
63 for i in range(start, end):
/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/vts/drivers/hal/replayer/
DVtsHidlHalReplayerMain.cpp54 if (halServiceInstances->find(instanceName) != halServiceInstances->end()) { in AddHalServiceInstance()
/test/mlts/benchmark/jni/
Drun_tflite.cpp107 outputs.insert(outputs.end(), node_outputs->data, in init()
159 sink.insert(sink.end(), output_tensor->data.uint8, in saveInferenceOutput()
/test/vts/agents/hal/
DVtsAgentMain.cpp118 if (log_map.find(log_severity) != log_map.end()) { in main()
/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/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/mlts/benchmark/
DREADME.txt31 * At the end of a benchmark run, its results will be

12