/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | GceRemoteCmdFormatter.java | 47 String user, in getSshCommand() argument 65 cmd.add(user + "@" + hostName); in getSshCommand() 87 String user, in getScpCommand() argument 108 cmd.add(String.format("%s@%s:%s", user, hostName, remoteFile)); in getScpCommand() 112 cmd.add(String.format("%s@%s:%s", user, hostName, remoteFile)); in getScpCommand()
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | QtaguidItem.java | 71 JSONObject user = new JSONObject(); in toJson() local 72 user.put(UID_KEY, uid); in toJson() 73 user.put(RX_BYTES_KEY, getRxBytes(uid)); in toJson() 74 user.put(TX_BYTES_KEY, getTxBytes(uid)); in toJson() 75 users.put(user); in toJson()
|
D | TopItem.java | 70 public void setUser(int user) { in setUser() argument 71 setAttribute(USER, user); in setUser()
|
/tools/tradefederation/core/atest/docs/ |
D | atest_structure.md | 19 2. Find test(s) based on user input 35 The tests specified by the user are passed into the ```CLITranslator``` to 36 transform the user input into a ```TestInfo``` object that contains all of the 37 required and optional bits used to run the test as how the user intended. 43 by the user, all of the test dependencies are built. This step can by bypassed 44 if the user specifies only _-t_ or _-i_. 58 user input into something the test runners can understand. 76 atest to find tests in the android repo based on the user's input (path,
|
D | developer_workflow.md | 24 Its job is to translate user inputs into (1) build targets and (2) 28 the user. It uses Test Finder and Test Runner classes to do this work.
|
D | develop_test_finders.md | 12 user input) and should try to resolve that string into a ```TestInfo``` object.
|
/tools/acloud/internal/proto/ |
D | user_config.proto | 19 // Hold configurations from user. 49 // client_id and client secret are required when user authenticates via 50 // Oauth2 flow with their user account (not service account). 53 // on behalf of the user. 54 // * They by themselves do not authenticate the user.
|
D | internal_config.proto | 19 // Default values to use when user did not provide a value. 27 // The map will be updated with values from user config. 85 // the home directory if the user is authenticated via Oauth2 method. 94 // Error messages to be displayed to user when the user
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | settings.py | 28 user = config.get('user', None) 33 if user is None or host is None: 37 return SshSettings(host, user, port=port, identity_file=identity_file,
|
/tools/acloud/public/actions/ |
D | common_operations.py | 153 def PullLogs(self, source_files, output_dir, user=None, ssh_rsa_path=None): argument 175 source_file, device.instance_name, user, dst_file) 178 user_name=user, rsa_key_file=ssh_rsa_path) 221 self._device_factory.LOG_FILES, tempdir, user=ssh_user,
|
/tools/repohooks/rh/ |
D | utils.py | 109 def sudo_run_command(cmd, user='root', **kwargs): argument 135 if user == 'root' and os.geteuid() == 0: 138 if user != 'root': 139 sudo_cmd += ['-u', user]
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | ProcessInfo.java | 36 ProcessInfo(String user, int pid, String name) { in ProcessInfo() argument 37 mUser = user; in ProcessInfo()
|
/tools/test/connectivity/acts/framework/acts/test_utils/users/ |
D | users.py | 30 for user in re.findall("UserInfo{(.*\d*\w):", out): 31 all = user.split(":")
|
/tools/acloud/reconnect/ |
D | reconnect.py | 62 def AddPublicSshRsaToInstance(cfg, user, instance_name): argument 77 user,
|
/tools/external/fat32lib/ |
D | NOTICE | 35 We call this license the "Lesser" General Public License because it does Less to protect the user's… 41 …License is Less protective of the users' freedom, it does ensure that the user of a program that i… 97 …t notice for the Library among them, as well as a reference directing the user to the copy of this… 99 …t the user can modify the Library and then relink to produce a modified executable containing the … 100 …user's computer system, rather than copying library functions into the executable, and (2) will op… 101 c) Accompany the work with a written offer, valid for at least three years, to give the same user t… 103 e) Verify that the user has already received a copy of these materials or that you have already sen…
|
/tools/acloud/ |
D | README.md | 136 * Delete sole instance or prompt user with list of instances to delete. 157 * Reconnect sole instance or prompt user with list of instances to reconnect. 175 is a standalone command if the user wants to do setup separate from the create
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | TestDevice.java | 1035 for (String[] user : users) { in listUsers() 1036 userIds.add(Integer.parseInt(user[1])); in listUsers() 1249 for (String[] user : users) { in getPrimaryUserId() 1250 int flag = Integer.parseInt(user[3], 16); in getPrimaryUserId() 1252 return Integer.parseInt(user[1]); in getPrimaryUserId()
|
/tools/acloud/setup/pre_setup_sh/ |
D | google_setup_warn.sh | 21 USER=$(git config --get user.email)
|
/tools/tradefederation/core/tests/res/testtype/ |
D | python_output2.txt | 21 Test loading user config. ... ok 23 Test load user config logic. ... ok
|
/tools/acloud/internal/lib/ |
D | gcompute_client.py | 1407 def AddSshRsaInstanceMetadata(self, zone, user, ssh_rsa_path, instance): argument 1421 entry = "%s:%s" % (user, rsa)
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | ApiLintTest.kt | 1790 fun `Check user handle names`() { in Check user handle names()
|
/tools/repohooks/tools/ |
D | spelling.txt | 104 an user||a user
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/_sponge/ |
D | sponge_client_lite.py | 869 self.user = None
|
/tools/repohooks/ |
D | README.md | 193 default it will call those tools from the user's `$PATH`, but the paths of those
|
/tools/metalava/ |
D | README.md | 146 compiler treat errors in the user code as warnings instead of errors.)
|