/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | cpp_parser_lite.py | 8 # You may obtain a copy of the License at 66 suite = copy.copy(suite_result) 74 suites = copy.copy(suites_result) 172 test_result = copy.copy(test_result) 216 result = copy.copy(test_result) 233 suite_report = copy [all...] |
H A D | cpp_parser.py | 8 # You may obtain a copy of the License at 69 suites = copy.copy(suite_result) 147 test_result = copy.copy(self.currentTestResult) 153 suite_result = copy.copy(self.currentSuiteResult) 165 test_result = copy.copy(test_result) 206 result = copy [all...] |
H A D | oh_kernel_parser.py | 8 # You may obtain a copy of the License at 81 suite_report = copy.copy(test_suites) 101 suite_report = copy.copy(test_suite) 116 suite = copy.copy(suite_result) 131 test_result = copy.copy(test_result) 140 result = copy [all...] |
H A D | jsunit_parser.py | 8 # You may obtain a copy of the License at 115 suite_report = copy.copy(test_suites) 145 test_result = copy.copy(test_result) 153 result = copy.copy(test_result) 157 result = copy.copy(test_result) 165 result = copy [all...] |
H A D | junit_parser.py | 8 # You may obtain a copy of the License at 65 suite = copy.copy(suite_result) 149 result = copy.copy(test_info) 157 result = copy.copy(test_info) 166 result = copy.copy(test_info) 175 result = copy [all...] |
H A D | opensource_parser_lite.py | 8 # You may obtain a copy of the License at 66 result = copy.copy(test_result) 77 result = copy.copy(test_result) 88 result = copy.copy(test_result) 100 suite_report = copy.copy(test_suite) 106 suite = copy [all...] |
H A D | build_only_parser_lite.py | 8 # You may obtain a copy of the License at 62 result = copy.copy(test_result) 67 result = copy.copy(test_result) 72 result = copy.copy(test_result) 85 suite_report = copy.copy(test_suite) 91 suite = copy [all...] |
H A D | oh_yara_parser.py | 8 # You may obtain a copy of the License at 61 suite_report = copy.copy(test_suites) 89 test_result = copy.copy(test_result) 96 result = copy.copy(test_result) 107 suite_report = copy.copy(test_suite) 117 suite = copy [all...] |
H A D | jsunit_parser_lite.py | 8 # You may obtain a copy of the License at 103 suite_report = copy.copy(test_suites) 126 test_result = copy.copy(test_result) 134 result = copy.copy(test_result) 138 result = copy.copy(test_result) 145 result = copy [all...] |
H A D | oh_rust_parser.py | 8 # You may obtain a copy of the License at 87 test_result = copy.copy(test_result) 90 result = copy.copy(test_result) 120 suite_report = copy.copy(test_suite) 128 suite = copy.copy(suite_result)
|
H A D | c_parser_lite.py | 8 # You may obtain a copy of the License at 213 test_result = copy.copy(test_result) 227 result = copy.copy(test_result) 231 result = copy.copy(test_result) 239 result = copy.copy(test_result) 248 suite_report = copy [all...] |
H A D | oh_jsunit_parser.py | 8 # You may obtain a copy of the License at 125 suite = copy.copy(current_suite) 178 result = copy.copy(test_info) 230 result = copy.copy(test_info) 249 suite = copy.copy(suite_result) 262 suite = copy [all...] |
H A D | __init__.py | 8 # You may obtain a copy of the License at 18 import copy namespace
|
/test/testfwk/xdevice/plugins/devicetest/runner/ |
H A D | test_runner.py | 8 # You may obtain a copy of the License at 19 import copy namespace 84 self.no_run_list = copy.copy(self.run_list) 141 self.no_run_list = copy.copy(self.run_list) 427 suite_report = copy.copy(test_suites) 444 suite_report = copy.copy(test_suit [all...] |
/test/testfwk/developer_test/src/core/testcase/ |
H A D | testcase_manager.py | 8 # You may obtain a copy of the License at
20 import copy
namespace 184 suit_file_dic = copy.deepcopy(TESTFILE_TYPE_DATA_DIC)
197 suit_file_dic = copy.deepcopy(TESTFILE_TYPE_DATA_DIC)
209 suit_file_dictionary = copy.deepcopy(TESTFILE_TYPE_DATA_DIC)
219 suite_file_dictionary = copy.deepcopy(TESTFILE_TYPE_DATA_DIC)
332 xts_suit_file_dic = copy.deepcopy(TESTFILE_TYPE_DATA_DIC)
|
/test/testfwk/xdevice/plugins/devicetest/core/suite/ |
H A D | test_suite.py | 8 # use this file except in compliance with the License. You may obtain a copy of 19 import copy namespace 377 case_info = copy.copy(base_info) 384 "content": copy.copy(get_caching_logs(self._case_log_buffer_hdl))
|
/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | option_util.py | 8 # You may obtain a copy of the License at 76 import copy namespace 77 dst_option = copy.deepcopy(device_option)
|
H A D | impl.py | 8 # You may obtain a copy of the License at 22 import copy namespace 113 cur_test_driver = copy.deepcopy(task.test_drivers[driver_index])
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | source.py | 8 # You may obtain a copy of the License at 21 import copy namespace 535 exe_type = copy.deepcopy(EXT_TYPE_DICT) 536 test_type = copy.deepcopy(TEST_TYPE_DICT) 540 cls.test_type = copy.deepcopy(TEST_TYPE_DICT) 541 cls.exe_type = copy.deepcopy(EXT_TYPE_DICT)
|
H A D | concurrent.py | 8 # You may obtain a copy of the License at 19 import copy namespace 226 kit_copy = copy.deepcopy(kit) 272 kits_copy = copy.deepcopy(self.task.config.kits) 302 config.update(copy.deepcopy(self.task.config).__dict__) 637 kits_copy = copy.deepcopy(self.task.config.kits) 667 config.update(copy.deepcopy(self.task.config).__dict__)
|
/test/testfwk/xdevice/plugins/devicetest/driver/ |
H A D | windows.py | 8 # You may obtain a copy of the License at 19 import copy namespace 185 tmp_list = copy.copy(SuiteReporter.get_report_result())
|
H A D | device_test.py | 8 # You may obtain a copy of the License at 19 import copy namespace 262 tmp_list = copy.copy(SuiteReporter.get_report_result()) 388 configs["listeners"] = request.listeners.copy()
|
/test/testfwk/developer_test/src/core/config/ |
H A D | resource_manager.py | 8 # You may obtain a copy of the License at 109 temp_dic = option_dic.copy() 121 temp_dic = option_dic.copy() 206 shutil.copy(src, dst)
|
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/ |
H A D | utils.cpp | 5 * You may obtain a copy of the License at
216 std::copy(outDataSeg.data, outDataSeg.data + outDataSeg.size, cur);
in HksEncryptLoopUpdate() 236 std::copy(outDataFinish.data, outDataFinish.data + outDataFinish.size, cur);
in HksEncryptLoopUpdate() 270 std::copy(reinterpret_cast<uint8_t*>(&blobArray[i]->size),
in BuildWrappedKeyData() 279 std::copy(blobArray[i]->data, blobArray[i]->data + blobArray[i]->size, outBlob.data + offset);
in BuildWrappedKeyData() 394 std::copy(plainCipher->data + (plainCipher->size - tagSize),
in ImportWrappedKey() 399 std::copy(kekCipherText->data + (kekCipherText->size - tagSize),
in ImportWrappedKey()
|
/test/testfwk/developer_test/src/core/build/ |
H A D | pretreat_targets.py | 8 # You may obtain a copy of the License at 100 #copy js hap template to target path 102 shutil.copy(config_path, os.path.join(target_path, "src", "main")) 107 shutil.copy(os.path.join(target_path, file), test_path)
|