/test/xts/hats/hdf/hdf_lite/manager/common/ |
H A D | hdf_ioservice_test.cpp | 171 * @tc.desc: service group listen test 181 struct HdfIoServiceGroup *group = HdfIoServiceGroupObtain(); in HWTEST_F() local 182 ASSERT_NE(group, nullptr); in HWTEST_F() 184 int ret = HdfIoServiceGroupAddService(group, serv); in HWTEST_F() 187 ret = HdfIoServiceGroupRegisterListener(group, &listener0.listener); in HWTEST_F() 199 HdfIoServiceGroupRecycle(group); in HWTEST_F() 200 group = HdfIoServiceGroupObtain(); in HWTEST_F() 201 ASSERT_NE(group, nullptr); in HWTEST_F() 203 ret = HdfIoServiceGroupAddService(group, serv); in HWTEST_F() 206 ret = HdfIoServiceGroupRegisterListener(group, in HWTEST_F() 235 struct HdfIoServiceGroup *group = HdfIoServiceGroupObtain(); HWTEST_F() local 311 struct HdfIoServiceGroup *group = HdfIoServiceGroupObtain(); HWTEST_F() local 347 struct HdfIoServiceGroup *group = HdfIoServiceGroupObtain(); HWTEST_F() local 415 struct HdfIoServiceGroup *group = HdfIoServiceGroupObtain(); HWTEST_F() local 452 struct HdfIoServiceGroup *group = HdfIoServiceGroupObtain(); HWTEST_F() local 489 struct HdfIoServiceGroup *group = HdfIoServiceGroupObtain(); HWTEST_F() local 526 struct HdfIoServiceGroup *group = HdfIoServiceGroupObtain(); HWTEST_F() local 650 struct HdfIoServiceGroup *group = HdfIoServiceGroupObtain(); HWTEST_F() local [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | oh_rust_parser.py | 54 if not (matcher and matcher.group(1)): 59 if not (matcher and matcher.group(2)): 65 if not (matcher and matcher.group(1) and matcher.group(2)): 70 if not (matcher and matcher.group(1)): 72 self.cur_fail_case = matcher.group(1) 78 cost_time = matcher.group(2) 107 test_result.test_name = matcher.group(1) 109 matcher.group(2) == "ok" else ResultCode.FAILED.value 116 test_suite.test_num = int(matcher.group( [all...] |
H A D | oh_kernel_parser.py | 96 if matcher and matcher.group(1): 99 test_suite.suite_name = matcher.group(1) 108 if matcher and matcher.group(1): 123 if not (matcher and matcher.group(1) and matcher.group(2)): 128 test_result.test_name = matcher.group(1) 154 if not (matcher and matcher.group(1) and matcher.group(2)): 159 test_result.test_name = matcher.group(1)
|
H A D | cpp_parser_lite.py | 180 test_class, test_name = matcher.group(1).rsplit(".", 1) 181 run_time = int(matcher.group(2)) 227 expected_test_num = int(matcher.group(1)) if matcher else -1 239 expected_test_num = int(matcher.group(1)) if matcher else -1 242 test_suite.suite_name = matcher.group(2) 252 suite_result.run_time = int(matcher.group(1)) 263 suites.run_time = int(matcher.group(1)) 369 self.last_test_class_name = self.class_result.group(1) 372 self.handle_suite_started_tag(self.class_result.group(1)) 381 self.method_result.group( [all...] |
H A D | cpp_parser.py | 173 test_class, test_name = matcher.group(1).rsplit(".", 1) 174 run_time = int(matcher.group(2)) 226 expected_test_num = int(matcher.group(1)) if matcher else -1 239 expected_test_num = int(matcher.group(1)) if matcher else -1 242 test_suite.suite_name = matcher.group(2) 255 suite_result.run_time = int(matcher.group(1)) 265 suites.run_time = int(matcher.group(1)) 348 self.last_test_class_name = class_matcher.group(1) 356 test_name = method_matcher.group(1)
|
H A D | c_parser_lite.py | 120 self.result_lines.append(test_matcher.group(1)) 122 self.result_lines.append(failed_matcher.group(1)) 124 self.result_lines.append(ignore_matcher.group(1)) 152 end_time = re.match(self.pattern, message).group().strip() 154 self.last_line.strip()).group().strip() 179 end_time = re.match(self.pattern, message).group().strip() 181 self.last_line.strip()).group().strip()
|
H A D | jsunit_parser.py | 85 (year, re.match(self.pattern, message).group().strip()) 88 self.last_line.strip()).group().strip()) 106 status = status_dict.get(match.group(1)) 181 expect_test_num = m_result.group(2) 182 test_suite.suite_name = m_result.group(1)
|
H A D | jsunit_parser_lite.py | 78 (year, re.match(self.pattern, message).group().strip()) 81 self.last_line.strip()).group().strip())
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | grpndk.cpp | 44 struct group *grp;
in GetGrNamR() 45 struct group grpStorage;
in GetGrNamR() 80 struct group *getval = getgrent();
in Setgrent() 109 struct group *getgrent(void);
in EndGRent() 120 struct group *grp = getgrgid(gid);
in Getgrgid() 134 struct group *grp;
in Getgrgid_r() 135 struct group grpStorage;
in Getgrgid_r() 146 struct group *grp = getgrnam(groupName);
in Getgrnam() 161 struct group *grp = nullptr;
in Getgrent()
|
H A D | grp1ndk.cpp | 43 struct group grp;
in GetGrNamR() 44 struct group *grpResult;
in GetGrNamR() 74 struct group *grp = getgrgid(gid);
in Getgrgid() 88 struct group grp;
in Getgrgid_r() 89 struct group *grpResult;
in Getgrgid_r() 103 struct group *grp = getgrnam("invalid_name");
in Getgrnam()
|
H A D | spawnndk1.cpp | 244 pid_t group = PARAM_MINUS_1;
in PosixSpawnAttrGetpGroup() local 246 ret = posix_spawnattr_getpgroup(&spawnattr, &group);
in PosixSpawnAttrGetpGroup() 356 pid_t group = PARAM_MINUS_1;
in PosixSpawnAttrSetPGroup() local 358 ret = posix_spawnattr_setpgroup(&attr, group);
in PosixSpawnAttrSetPGroup()
|
H A D | unistdndk.cpp | 1992 gid_t group = getgid();
in Fchown() local 1993 backParam = fchown(fileDescribe, owner, group);
in Fchown() 2011 gid_t group = getgid();
in Fchownat() local 2012 backParam = fchownat(fileDescribe, pathname, owner, group, flag);
in Fchownat()
|
/test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/ |
H A D | popoverCheckBox.js | 29 <el-checkbox-group v-model="checkedValues" @change="checkedChange"> 33 </el-checkbox-group>
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | util.py | 199 return match.group(1) 351 file_name = match.group(1).split(os.sep)[-1] 352 method_name = match.group(2).strip()
|
/test/testfwk/xdevice/src/xdevice/_core/testkit/ |
H A D | kit.py | 280 "aapt".format(pkg_match.group(1))) 281 return pkg_match.group(1)
|
/test/testfwk/xdevice/src/xdevice/_core/command/ |
H A D | console.py | 151 group = parser.add_mutually_exclusive_group() 159 group.add_argument("-l", "--testlist", 167 group.add_argument("-tf", "--testfile", 881 unicode = ''.join(rf'\u{ord(x):04x}' for x in res.group(1))
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 180 sts_version_date_user = match.group(1).join("-01") 181 sts_version_date_kernel = match.group(1).join("-05") 1107 if result and result.group(1): 1108 names.append(result.group(1)) 1109 cur.append(result.group(2)) 1120 if result and result.group(1): 1121 cur.append(result.group(2))
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | jsunit_driver.py | 279 if matcher and matcher.group(1): 280 pid = matcher.group(1)
|
/test/testfwk/xdevice/src/xdevice/ |
H A D | __init__.py | 315 for entry_point in pkg_resources.iter_entry_points(group=plugin_group):
|
/test/xts/tools/lite/build/ |
H A D | suite.py | 101 _testsuite_name = _matcher.group(2)
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | utils.py | 70 A subprocess group is actually started by setting sid, so we can kill all 516 result = result.group(1) 751 return int(match_result.group(1)) if match_result else 1
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 1198 resolution = re.findall(r"\d+", pattern.group()) 1416 if log_size.endswith("K") and int(matcher.group(0)) < 64: 1420 if log_size.endswith("M") and int(matcher.group(0)) > 512:
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | result_reporter.py | 438 device_log.setdefault(ret.group(1), file_link)
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/ |
H A D | arkoala_api.h | 2779 void (*addGestureToGestureGroup)(ArkUIGesture* group, ArkUIGesture* child); 2780 void (*removeGestureFromGestureGroup)(ArkUIGesture* group, ArkUIGesture* child);
|