Home
last modified time | relevance | path

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

1234567

/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/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/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/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/
Denvironment_requirement_checker.py17 import copy
83 result = copy.copy(ltp_configs.REQUIREMENT_FOR_ALL)
/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/mlts/benchmark/results/
DLICENSE8copy of this software and associated documentation files (the "Software"), to deal in the Software…
/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py92 shutil.copy(
100 env = os.environ.copy()
154 shutil.copy(f, apk_dir)
/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/vts/utils/python/mirror/
Dnative_entity_mirror.py17 import copy
99 return copy.copy(api)
/test/vts/utils/python/reporting/
Dreport_file_utils.py151 shutil.copy(src_path, dest_path)
171 shutil.copy(src_path, temp_dir)
/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/
DProcMemInfoTest.py86 required_fields = self.REQUIRED_FIELDS.copy()
/test/vts-testcase/hal/treble/
DAndroid.bp6 // You may obtain a copy of the License at
/test/app_compat/csuite/
DAndroid.bp5 // You may obtain a copy of the License at
/test/app_compat/csuite/test_targets/csuite-app-launch/
DAndroid.bp5 // You may obtain a copy of the License at
/test/app_compat/csuite/test_targets/csuite-test-package-launch/
DAndroid.bp5 // You may obtain a copy of the License at
/test/vts-testcase/security/
DAndroid.bp5 // You may obtain a copy of the License at
/test/app_compat/csuite/test_targets/csuite-system-app-launch/
DAndroid.bp5 // You may obtain a copy of the License at
/test/app_compat/csuite/integration_tests/csuite_crash_on_launch_test_app/
DAndroid.bp5 // You may obtain a copy of the License at
/test/app_compat/csuite/integration_tests/csuite_no_crash_test_app/
DAndroid.bp5 // You may obtain a copy of the License at
/test/app_compat/csuite/test_targets/csuite-pre-installed-app-launch/
DAndroid.bp5 // You may obtain a copy of the License at
/test/catbox/tools/catbox-common/
DAndroid.bp5 // You may obtain a copy of the License at
/test/vti/dashboard/src/main/webapp/css/
Dshow_gcs_log.css5 You may obtain a copy of the License at

1234567