/test/vts-testcase/hal/treble/vintf/ |
D | SingleManifestTest.cpp | 94 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 …]
|
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 | 54 ASSERT_TRUE(it != kFcm2ApiLevelMap.end()) in TEST_F()
|
D | utils.cpp | 138 released_hashes.insert(hashes.begin(), hashes.end()); in ReleasedHashes()
|
/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/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-testcase/kernel/encryption/ |
D | utils.cpp | 345 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()
|
D | file_based_encryption_tests.cpp | 429 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/ |
D | MeasureTime.java | 39 long end = System.currentTimeMillis(); in measure() local 40 result[i] = end - start; in measure()
|
/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/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/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 | 194 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()
|
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-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/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/vts/drivers/hal/replayer/ |
D | VtsHidlHalReplayerMain.cpp | 54 if (halServiceInstances->find(instanceName) != halServiceInstances->end()) { in AddHalServiceInstance()
|
/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 107 outputs.insert(outputs.end(), node_outputs->data, in init() 159 sink.insert(sink.end(), output_tensor->data.uint8, in saveInferenceOutput()
|
/test/vts/agents/hal/ |
D | VtsAgentMain.cpp | 118 if (log_map.find(log_severity) != log_map.end()) { in main()
|
/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/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/mlts/benchmark/ |
D | README.txt | 31 * At the end of a benchmark run, its results will be
|