/third_party/ltp/testcases/network/nfsv4/acl/ |
H A D | random_gen.py | 59 userName= "user" + str(i) 60 self.createUser(userName) 80 userName = splitedline[0] 83 NameOK = re.match("user",userName) 86 self.uList.append(userName) 103 userName = splitedline[0] 106 NameOK = re.match("user",userName) 109 self.uList.append(userName)
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/scripts/ |
H A D | dsp_timing.py | 191 userName = subprocess.check_output(["adb", "shell", "whoami"]).strip() 192 if userName != "root": 195 userName = subprocess.check_output(["adb", "shell", "whoami"]).strip() 196 if userName != "root":
|
/third_party/lzma/CPP/Windows/ |
H A D | SecurityUtils.cpp | 134 WCHAR userName[256 + 2];
in AddLockMemoryPrivilege() local 136 if (!GetUserNameW(userName, &size))
in AddLockMemoryPrivilege() 138 const PSID psid = GetSid(userName);
in AddLockMemoryPrivilege()
|
/third_party/node/tools/msvs/msi/ |
H A D | custom_actions.cc | 106 TCHAR userName[UNLEN + 1] = {0}; in GetLocalizedUserNames() local 119 er = LookupAccountSidW(NULL, sid, userName, &userNameSize, domain, &domainSize, &nameUse); in GetLocalizedUserNames() 122 MsiSetProperty(hInstall, L"AUTHENTICATED_USERS", userName); in GetLocalizedUserNames()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | PreferencesDialog.java | 22 String userName; field in PreferencesDialog 43 userName = gui.getUser(); in PreferencesDialog() 86 nameField = new JTextField(userName); in initComponents()
|
H A D | RBManagerGUI.java | 56 String userName = Resources.getTranslation("unknown_user"); field in RBManagerGUI 1209 public void setUser(String userName) { in setUser() argument 1210 this.userName = userName; in setUser() 1211 if (rbm != null) rbm.setUser(userName); in setUser() 1215 return userName; in getUser()
|
/test/xts/hats/telephony/ril/hdi_v1.1_additional/ |
H A D | hdf_ril_hdiService_test_7th.cpp | 1027 dataProfileInfo.userName = "user1";
in HWTEST_F() 1054 dataProfileInfo.userName = "user1";
in HWTEST_F() 1430 dataProfileInfo.userName = "";
in HWTEST_F() 1460 dataProfileInfo.userName = "";
in HWTEST_F() 1490 dataProfileInfo.userName = "";
in HWTEST_F() 1520 dataProfileInfo.userName = "";
in HWTEST_F() 1550 dataProfileInfo.userName = "";
in HWTEST_F() 1580 dataProfileInfo.userName = "";
in HWTEST_F() 1610 dataProfileInfo.userName = "";
in HWTEST_F() 1640 dataProfileInfo.userName in HWTEST_F() [all...] |
H A D | hdf_ril_hdiService_test_3rd.cpp | 3223 dataProfileInfo.userName = "user1";
in HWTEST_F() 3248 dataProfileInfo.userName = "user1";
in HWTEST_F() 3273 dataProfileInfo.userName = "user1";
in HWTEST_F() 3298 dataProfileInfo.userName = "user1";
in HWTEST_F() 3323 dataProfileInfo.userName = "user1";
in HWTEST_F() 3348 dataProfileInfo.userName = "user1";
in HWTEST_F() 3373 dataProfileInfo.userName = "user1";
in HWTEST_F() 3398 dataProfileInfo.userName = "user1";
in HWTEST_F() 3423 dataProfileInfo.userName = "user1";
in HWTEST_F() 3448 dataProfileInfo.userName in HWTEST_F() [all...] |
H A D | hdf_ril_hdiService_test_5th.cpp | 2315 dataProfileInfo.userName = "";
in HWTEST_F() 2345 dataProfileInfo.userName = "";
in HWTEST_F() 2375 dataProfileInfo.userName = "";
in HWTEST_F() 2389 * @tc.desc: SetDataProfileInfo, userName is "@", password is "@"
2405 dataProfileInfo.userName = "@";
in HWTEST_F() 2435 dataProfileInfo.userName = "";
in HWTEST_F() 2465 dataProfileInfo.userName = "";
in HWTEST_F() 2495 dataProfileInfo.userName = "";
in HWTEST_F() 2525 dataProfileInfo.userName = "";
in HWTEST_F() 2539 * @tc.desc: SetDataProfileInfo, userName i [all...] |
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/entity/ |
H A D | OhSampleBusinessComment.java | 59 private String userName; field in OhSampleBusinessComment
|
/test/xts/hats/telephony/ril/hdi_v1.0/ |
H A D | hdf_ril_hdiService_test.cpp | 3912 dataProfileInfo.userName = ""; in HWTEST_F() 3938 dataProfileInfo.userName = ""; in HWTEST_F() 4024 dataProfileInfo.userName = ""; in HWTEST_F() 4045 dataProfileInfo.userName = ""; in HWTEST_F() 4195 dataProfileInfo.userName = ""; in HWTEST_F() 4220 dataProfileInfo.userName = ""; in HWTEST_F()
|