Home
last modified time | relevance | path

Searched refs:sub (Results 1 - 15 of 15) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/config/
H A Dconfig_manager.py42 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 Dconfig_manager.py61 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 Dconfig_manager.py256 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 Dpublic_method.py37 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 Ddmlib_lite.py155 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 Drun_result.py72 result = ansi_escape.sub('', log_str)
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Doh_kernel_parser.py59 line = re.sub('\x1b.*?m', '', line)
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py264 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 Dtest_wasm.cpp500 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 DtestApi.js42 sub(a,b) {
43 console.log(logTag+"_methodName is sub");
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dabs.py290 serial_re = re.sub(r'[^A-Za-z0-9]', '_', self.device_sn)
/test/testfwk/developer_test/src/core/driver/
H A Ddrivers.py609 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 Dc_driver_lite.py298 data = PATTERN.sub('', data)
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdlibndk.cpp858 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 Dffrtndk.cpp3425 const int sub = 2; in TwoSubForTest() local
3426 (*static_cast<int*>(data)) -= sub; in TwoSubForTest()

Completed in 19 milliseconds