Searched refs:sub (Results 1 - 15 of 15) sorted by relevance
/test/testfwk/xdevice/plugins/ohos/src/ohos/config/ |
H A D | config_manager.py | 42 for sub in node: 43 if sub.text is not None and sub.tag != "serial": 44 data_dic[sub.tag] = sub.text 55 for sub in serial: 56 if sub.text is None: 57 data_dic[sub.tag] = "" 59 data_dic[sub.tag] = sub [all...] |
/test/testfwk/developer_test/src/core/config/ |
H A D | config_manager.py | 61 for sub in node:
62 value = sub.attrib.get("name")
77 for sub in node:
78 name = sub.attrib.get("name")
79 desc = sub.attrib.get("desc")
80 timeout = sub.attrib.get("timeout")
151 for sub in child:
152 temp_list.append(sub.attrib)
197 for sub in child:
198 data_dic[sub [all...] |
/test/testfwk/xdevice/src/xdevice/_core/config/ |
H A D | config_manager.py | 256 for sub in element: 257 k, v = sub.tag, UserConfigManager.get_element_dict(sub, is_top=False) 316 for sub in child: 317 data_dic[sub.tag] = sub.text 375 for sub in node: 376 data_dic[sub.tag] = sub.text if sub [all...] |
/test/testfwk/developer_test/local_coverage/resident_service/ |
H A D | public_method.py | 37 for sub in node: 38 data_dic[sub.tag] = sub.text if sub.text else ""
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | dmlib_lite.py | 155 data = PATTERN.sub('', data.decode('gbk', 'ignore')).replace( 169 data = PATTERN.sub('', data.decode('gbk', 'ignore')).replace( 230 data = PATTERN.sub('', data).replace("\r", "") 284 data = PATTERN.sub('', data).replace("\r", "") 307 data = PATTERN.sub('', data)
|
/test/testfwk/developer_test/libs/fuzzlib/tools/ |
H A D | run_result.py | 72 result = ansi_escape.sub('', log_str)
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | oh_kernel_parser.py | 59 line = re.sub('\x1b.*?m', '', line)
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 264 dst = regex.sub("/data/ohos_data/", dst) 307 file_path = re.sub(pattern, "", file_path) 980 command_list[len(command_list) - 1] = regex.sub("/data/ohos_data/", 989 command_list[1] = regex.sub("/data/ohos_data/", command_list[1]) 991 command_list[2] = regex.sub("/data/ohos_data/", command_list[2])
|
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/ |
H A D | test_wasm.cpp | 500 sub: (a, b) => { return a - b; }, 856 auto sub = jsvm::GetProperty(mathExports, "sub"); local 857 CHECK(jsvm::IsFunction(sub)); 859 jsvm::SetProperty(jsvm::Global(), jsvm::Str("sub"), sub); 864 sub, sub
|
/test/xts/dcts/testtools/disjsTest/server/ |
H A D | testApi.js | 42 sub(a,b) { 43 console.log(logTag+"_methodName is sub");
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | abs.py | 290 serial_re = re.sub(r'[^A-Za-z0-9]', '_', self.device_sn)
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | drivers.py | 609 striped_content = re.sub(pattern_sharp, '', str_content, flags=re.M) 611 striped_content = re.sub(pattern_star, '', str_content, flags=re.S) 613 striped_content = re.sub(pattern_xml, '', str_content, flags=re.S)
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | c_driver_lite.py | 298 data = PATTERN.sub('', data)
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdlibndk.cpp | 858 unsigned short sub[] = {aa, ba, ca};
in Jrand48() local 859 long rev = jrand48(sub);
in Jrand48()
|
/test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/ |
H A D | ffrtndk.cpp | 3425 const int sub = 2; in TwoSubForTest() local 3426 (*static_cast<int*>(data)) -= sub; in TwoSubForTest()
|
Completed in 19 milliseconds