/third_party/ltp/testcases/network/nfsv4/acl/ |
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/typescript/scripts/ |
D | open-user-pr.ts | 7 const userName = process.env.GH_USERNAME || "typescript-bot"; constant 15 const remoteUrl = `https://${process.argv[2]}@github.com/${userName}/TypeScript.git`; 32 const prOwner = branchName === masterBranchname ? "microsoft" : userName; 38 head: `${userName}:${branchName}`,
|
D | open-cherry-pick-pr.ts | 10 const userName = process.env.GH_USERNAME; constant 13 const remoteUrl = `https://${process.argv[2]}@github.com/${userName}/TypeScript.git`; 89 head: `${userName}:${branchName}`,
|
D | update-experimental-branches.js | 31 const userName = process.env.GH_USERNAME; 32 const remoteUrl = `https://${process.argv[2]}@github.com/${userName}/TypeScript.git`;
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/scripts/ |
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/node/tools/msvs/msi/ |
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/ |
D | PreferencesDialog.java | 22 String userName; field in PreferencesDialog 43 userName = gui.getUser(); in PreferencesDialog() 86 nameField = new JTextField(userName); in initComponents()
|
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()
|
/third_party/flutter/flutter/dev/benchmarks/complex_layout/lib/ |
D | main.dart | 341 const UserHeader(this.userName); 343 final String userName; 368 TextSpan(text: userName, style: const TextStyle(fontWeight: FontWeight.bold)),
|
/third_party/node/deps/npm/node_modules/es6-promise/dist/ |
D | es6-promise.min.map | 1 …n return 'default name';\n }).then(function (userName) {\n // If `findUser` fulfilled, `use…
|
D | es6-promise.auto.min.map | 1 …n return 'default name';\n }).then(function (userName) {\n // If `findUser` fulfilled, `use…
|
D | es6-promise.map | 1 …n return 'default name';\n }).then(function (userName) {\n // If `findUser` fulfilled, `use…
|
D | es6-promise.auto.map | 1 …n return 'default name';\n }).then(function (userName) {\n // If `findUser` fulfilled, `use…
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 55391 + virtual bool Confirm(std::string &userName, std::string &pwd) = 0; 63100 +bool NWebJSHttpAuthResultImpl::Confirm(std::string &userName, std::string &pwd) { 63102 + callback_->Continue(CefString(userName), CefString(pwd)); 63154 + bool Confirm(std::string &userName, std::string &pwd) override;
|