/tools/trebuchet/trebuchet/user-switch-analyzer/ |
D | README.md | 4 user start, user switch and user unlock process takes during `user switching` 13 below: (Assuming switching from user 10 to user 11) 15 1.switch to user 10 16 `adb shell am switch-user 10` 19 3.In another console, switch to user 11: 20 `adb shell am switch-user 11` 24 Alternatively, run-user-switch-perf.sh script in the scripts folder 25 `./scripts/run-user-switch-perf.sh <from_user> <to_user>` 26 `./scripts/run-user-switch-perf.sh 10 11`
|
/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/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | settings.py | 28 user = config.get('user', None) 34 if user is None or host is None: 38 return SshSettings(host, user, port=port, identity_file=identity_file,
|
/tools/trebuchet/scripts/ |
D | run-user-switch-perf.sh | 13 adb shell am switch-user $TargetUser 18 ./gradlew :trebuchet:user-switch-analyzer:run --args="/tmp/atrace-ss.txt -u $TargetUser"
|
/tools/acloud/internal/lib/ |
D | ssh_test.py | 61 user=self.FAKE_SSH_USER, 178 user=self.FAKE_SSH_USER, 186 user=self.FAKE_SSH_USER, 193 user=self.FAKE_SSH_USER, 201 user=self.FAKE_SSH_USER,
|
D | ssh.py | 184 def __init__(self, ip, user, ssh_private_key_path, argument 187 self._user = user
|
D | cvd_compute_client_multi_stage.py | 135 def InitRemoteHost(self, ssh, ip, user): argument 149 self._user = user 205 user=constants.GCE_USER,
|
/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/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. 87 // the home directory if the user is authenticated via Oauth2 method. 96 // Error messages to be displayed to user when the user
|
/tools/tradefederation/core/clearcut_client/ |
D | README.md | 3 A Tradefed component for our user metrics collection client.
|
/tools/acloud/setup/pre_setup_sh/ |
D | google_setup_warn.sh | 21 USER=$(git config --get user.email)
|
/tools/acloud/reconnect/ |
D | reconnect.py | 62 def AddPublicSshRsaToInstance(cfg, user, instance_name): argument 76 user,
|
/tools/asuite/atest/ |
D | run_atest_unittests.sh | 59 $PIP install -U --user $mod
|
/tools/trebuchet/ |
D | settings.gradle | 31 include 'trebuchet:user-switch-analyzer'
|
/tools/acloud/ |
D | README.md | 141 * Delete sole instance or prompt user with list of instances to delete. 162 * Reconnect sole instance or prompt user with list of instances to reconnect. 182 * Pull logs from a sole instance or prompt user to choose one to pull if where 201 is a standalone command if the user wants to do setup separate from the create
|
/tools/carrier_settings/proto/ |
D | carrier_settings.proto | 56 // eg. Verizon Internet, may visible to user in Settings 95 optional string user = 8; field 132 // If > 0: when an APN becomes a preferred APN on user/framework
|
/tools/acloud/public/actions/ |
D | remote_instance_cf_device_factory.py | 138 user=self._avd_spec.host_user, 284 user=constants.GCE_USER,
|
/tools/acloud/pull/ |
D | pull.py | 61 user=constants.GCE_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/tradefederation/core/atest/docs/ |
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.
|
/tools/asuite/atest/docs/ |
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.
|
/tools/acloud/delete/ |
D | delete.py | 202 user=host_user,
|