/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 | 96 for (auto it = container.begin(); it != container.end(); ++it) { in InstancesToString() 205 for (auto it = instances.begin(); it != instances.end(); in TEST_P() 249 chain.begin(), chain.end(), std::back_inserter(fq_instances), in TEST_P() 256 if (kPassthroughHals.find(it->getPackage()) != kPassthroughHals.end()) { in TEST_P() 269 passthrough_declared.begin(), passthrough_declared.end(), in TEST_P() 270 passthrough_allowed.begin(), passthrough_allowed.end(), in TEST_P() 379 manifest_hwbinder_hals_.end()) in TEST_P() 421 manifest_passthrough_hals_.end()) in TEST_P() 478 EXPECT_NE(released_hashes.find(hash), released_hashes.end()) in TEST_P() 491 if (std::find(module.types.begin(), module.types.end(), name) != in hashesForInterface() [all …]
|
D | SystemVendorTest.cpp | 117 d->insert(s.begin(), s.end()); in insert() 139 EXPECT_NE(manifest_hwbinder_hals.find(name), manifest_hwbinder_hals.end()) in TEST_F()
|
D | utils.cpp | 104 released_hashes.insert(hashes.begin(), hashes.end()); in ReleasedHashes()
|
/test/vts-testcase/kernel/encryption/ |
D | Keymaster.cpp | 107 std::string(keyMetadata.key.blob->begin(), keyMetadata.key.blob->end()); in generateKey() 121 std::vector<uint8_t> key_vec(key.begin(), key.end()); in importKey() 135 std::string(keyMetadata.key.blob->begin(), keyMetadata.key.blob->end()); in importKey() 148 std::make_optional<std::vector<uint8_t>>(kmKey.begin(), kmKey.end()); in exportKey() 156 ephemeral_key_response.ephemeralKey.end()); in exportKey()
|
D | utils.cpp | 344 std::string master_key_string(master_key->begin(), master_key->end()); in CreateHwWrappedKey() 353 exported_key_string.end()); in CreateHwWrappedKey() 373 fixed_input_string->insert(fixed_input_string->end(), label.begin(), in GetFixedInputString() 374 label.end()); in GetFixedInputString() 376 fixed_input_string->insert(fixed_input_string->end(), context.begin(), in GetFixedInputString() 377 context.end()); in GetFixedInputString()
|
D | file_based_encryption_tests.cpp | 424 std::copy(master_key.begin(), master_key.end(), arg->raw); in SetMasterKey() 628 std::end(master_key_specifier_.u.identifier)); in VerifyKeyIdentifier() 643 hkdf_info.insert(hkdf_info.end(), fs_info_.uuid.bytes, in DerivePerModeEncryptionKey() 644 std::end(fs_info_.uuid.bytes)); in DerivePerModeEncryptionKey() 655 hkdf_info.insert(hkdf_info.end(), nonce.bytes, std::end(nonce.bytes)); in DerivePerFileEncryptionKey() 1007 std::vector<uint8_t> corrupt_key(exported_key.begin(), exported_key.end()); in TEST_F() 1054 concatenated_ciphertext.insert(concatenated_ciphertext.end(), in TEST() 1055 ciphertext_1.begin(), ciphertext_1.end()); in TEST() 1056 concatenated_ciphertext.insert(concatenated_ciphertext.end(), in TEST() 1057 ciphertext_2.begin(), ciphertext_2.end()); in TEST()
|
/test/vts/testcases/host/kernel_proc_file_api_test/ |
D | target_file_utils.py | 46 end = groupIndex + 1 49 end = _PERMISSION_GROUPS 51 for i in range(start, end):
|
/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/tools/vts-core-tradefed/src/com/android/tradefed/util/ |
D | TargetFileUtils.java | 104 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-testcase/kernel/zram/ |
D | ZramTest.cpp | 58 data.erase(std::remove_if(data.begin(), data.end(), in TEST() 60 data.end()); in TEST()
|
/test/vts-testcase/fuzz/iface_fuzzer/ |
D | ProtoFuzzerRunner.cpp | 190 if (iface_desc == opened_ifaces_.end()) { in Execute() 224 if (opened_ifaces_.find(iface_name) == opened_ifaces_.end()) { in ProcessReturnValue() 238 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/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/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/app_compat/csuite/pylib/ |
D | Android.bp | 15 // The below module creates a standalone zip that end-to-end tests can depend
|
/test/vts-testcase/security/system_property/ |
D | vts_treble_sys_prop_test.py | 58 end = groupIndex + 1 61 end = PERMISSION_GROUPS 63 for i in range(start, end):
|
/test/app_compat/csuite/integration_tests/ |
D | Android.bp | 15 // The below module creates a standalone zip that end-to-end tests can depend
|
/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/native/ |
D | multi_process_test.cpp | 80 input_shape.begin(), input_shape.end(), in readInputData() 294 std::for_each(threads.begin(), threads.end(), in main()
|
/test/vts-testcase/hal/treble/vintf/libvts_vintf_test_common/ |
D | common.cpp | 71 if (it == kApiLevel2FcmMap.end()) { in TestTargetFcmVersion()
|
/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-testcase/kernel/gki/ |
D | generic_boot_image_test.cpp | 110 debuggable_allowlist.end()); in TEST_F()
|