Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/test/vts/tools/build/tasks/framework/
Dvtf_package.mk42 $(call target-native-copy-pairs,$(vtf_target_native_modules),$(VTF_TESTCASES_OUT))
51 $(call host-native-copy-pairs,$(target_hostdriven_modules),$(VTF_TESTCASES_OUT))
79 $(call copy-many-files,$(host_testcase_copy_pairs)) \
114 $(call copy-many-files,$(host_framework_copy_pairs)) \
115 $(call copy-many-files,$(host_additional_deps_copy_pairs)) \
116 $(call copy-many-files,$(host_systrace_copy_pairs)) \
117 $(call copy-many-files,$(host_camera_its_copy_pairs)) \
118 $(call copy-many-files,$(vtf_target_native_copy_pairs)) \
119 $(call copy-many-files,$(target_hostdriven_copy_pairs)) \
120 $(call copy-many-files,$(target_hal_hash_copy_pairs)) \
[all …]
/test/framework/build/
DAndroid.mk54 $(call target-native-copy-pairs,$(vtslab_apk_modules),$(VTSLAB_TESTCASES_OUT))
122 $(call host-native-copy-pairs,$(host_hc_bin_lib),$(VTSLAB_BIN_LIB_OUT))
125 $(call copy-many-files,$(vtslab_apk_modules_copy_pairs)) \
126 $(call copy-many-files,$(host_hc_copy_pairs)) \
127 $(call copy-many-files,$(host_hc_gsispl_copy_pairs)) \
128 $(call copy-many-files,$(host_hc_extra_copy_pairs)) \
129 $(call copy-many-files,$(host_acloud_copy_pairs)) \
130 $(call copy-many-files,$(host_vti_copy_pairs)) \
131 $(call copy-many-files,$(vts_host_python_copy_pairs)) \
132 $(call copy-many-files,$(host_hc_bin_lib_copy_pairs)) \
Dvtf.mk45 $(call copy-many-files,$(vtf_tradefed_copy_pairs)) \
46 $(call copy-many-files,$(vtf_tradefed_additional_deps_copy_pairs)) \
/test/framework/harnesses/host_controller/campaigns/testdata/
Ddefault_testcase.py16 import copy
102 new_data = copy.copy(input_data)
141 return RecursivelyApply(copy.copy(expected_output), ReplaceChars)
/test/vts/tools/build/tasks/
Dvts_package.mk72 $(call target-native-copy-pairs,$(target_native_modules),$(VTS10_TESTCASES_OUT))
211 $(call copy-many-files,$(target_native_copy_pairs)) \
212 $(call copy-many-files,$(target_spec_copy_pairs)) \
213 $(call copy-many-files,$(target_trace_copy_pairs)) \
214 $(call copy-many-files,$(media_test_res_copy_pairs)) \
215 $(call copy-many-files,$(media_c2_test_res_copy_pairs)) \
216 $(call copy-many-files,$(nbu_p2p_apk_copy_pairs)) \
217 $(call copy-many-files,$(performance_test_res_copy_pairs)) \
218 $(call copy-many-files,$(audio_test_res_copy_pairs)) \
219 $(call copy-many-files,$(vndk_test_res_copy_pairs)) \
[all …]
/test/vts/testcases/template/hal_hidl_gtest/
Dhal_hidl_gtest.py17 import copy
134 list_service_test_case = copy.copy(initial_test_cases[0])
159 self._target_hals = copy.copy(registered_services)
194 new_test_case = copy.copy(test_case)
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerMutateFns.cpp307 uint32_t copy; in Mutate() local
308 memcpy(&copy, &value, sizeof(float)); in Mutate()
310 copy ^= mask; in Mutate()
311 memcpy(&value, &copy, sizeof(float)); in Mutate()
316 uint64_t copy; in Mutate() local
317 memcpy(&copy, &value, sizeof(double)); in Mutate()
319 copy ^= mask; in Mutate()
320 memcpy(&value, &copy, sizeof(double)); in Mutate()
/test/vts/testcases/template/hal_hidl_host_test/
Dhal_hidl_host_test.py16 import copy
142 registered_services = copy.copy(self.TEST_HAL_SERVICES)
/test/vts-testcase/kernel/ltp/testcase/tools/common/
Dfilter_utils.py17 import copy
523 include_filter = copy.copy(self.include_filter)
524 exclude_filter = copy.copy(self.exclude_filter)
/test/vts/utils/python/common/
Dfilter_utils.py17 import copy
523 include_filter = copy.copy(self.include_filter)
524 exclude_filter = copy.copy(self.exclude_filter)
/test/framework/build/utils/
Dvtslab_package_utils.mk20 define target-native-copy-pairs
38 define host-native-copy-pairs
/test/vts-testcase/kernel/ltp/
Denvironment_requirement_checker.py17 import copy
83 result = copy.copy(ltp_configs.REQUIREMENT_FOR_ALL)
/test/vts/script/
Dtest_time_breakdown.py3 import copy
120 org_dict = copy.copy(input_dict)
/test/mlts/benchmark/results/
DLICENSE8copy of this software and associated documentation files (the "Software"), to deal in the Software…
/test/vti/test_serving/gae/frontend/
DNOTICE5 Permission is hereby granted, free of charge, to any person obtaining a copy
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/test/vts/tools/build/utils/
Dvts_package_utils.mk20 define target-native-copy-pairs
46 define host-native-copy-pairs
/test/vts/runners/host/
Dconfig_parser.py19 import copy
41 result = copy.deepcopy(_DEFAULT_CONFIG_TEMPLATE)
Dtest_runner.py20 import copy
319 controller_config = copy.deepcopy(original_config)
386 self.test_run_info[keys.ConfigKeys.IKEY_USER_PARAM] = copy.deepcopy(
/test/framework/harnesses/host_controller/command_processor/
Dcommand_copy.py46 shutil.copy(src, dst)
/test/vts-testcase/hal/vts_specs/
DAndroid.mk30 $(call copy-many-files,$(spec_copy_pairs)) \
/test/vts/utils/python/reporting/
Dreport_file_utils.py151 shutil.copy(src_path, dest_path)
171 shutil.copy(src_path, temp_dir)
/test/vts/utils/python/mirror/
Dnative_entity_mirror.py17 import copy
99 return copy.copy(api)
/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/
DProcMemInfoTest.py86 required_fields = self.REQUIRED_FIELDS.copy()
/test/vts-testcase/kernel/api/proc/
DProcMemInfoTest.py86 required_fields = self.REQUIRED_FIELDS.copy()
/test/vts-testcase/hal/oemlock/V1_0/target/
DAndroid.bp6 // You may obtain a copy of the License at

12345678910>>...21