Home
last modified time | relevance | path

Searched refs:user (Results 1 – 25 of 39) sorted by relevance

12

/tools/trebuchet/trebuchet/user-switch-analyzer/
DREADME.md4 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/
DGceRemoteCmdFormatter.java47 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/
DQtaguidItem.java71 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()
DTopItem.java70 public void setUser(int user) { in setUser() argument
71 setAttribute(USER, user); in setUser()
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dsettings.py28 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/
Drun-user-switch-perf.sh13 adb shell am switch-user $TargetUser
18 ./gradlew :trebuchet:user-switch-analyzer:run --args="/tmp/atrace-ss.txt -u $TargetUser"
/tools/acloud/internal/lib/
Dssh_test.py61 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,
Dssh.py184 def __init__(self, ip, user, ssh_private_key_path, argument
187 self._user = user
Dcvd_compute_client_multi_stage.py135 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/
Dusers.py30 for user in re.findall("UserInfo{(.*\d*\w):", out):
31 all = user.split(":")
/tools/acloud/internal/proto/
Duser_config.proto19 // 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.
Dinternal_config.proto19 // 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/
DREADME.md3 A Tradefed component for our user metrics collection client.
/tools/acloud/setup/pre_setup_sh/
Dgoogle_setup_warn.sh21 USER=$(git config --get user.email)
/tools/acloud/reconnect/
Dreconnect.py62 def AddPublicSshRsaToInstance(cfg, user, instance_name): argument
76 user,
/tools/asuite/atest/
Drun_atest_unittests.sh59 $PIP install -U --user $mod
/tools/trebuchet/
Dsettings.gradle31 include 'trebuchet:user-switch-analyzer'
/tools/acloud/
DREADME.md141 * 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/
Dcarrier_settings.proto56 // 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/
Dremote_instance_cf_device_factory.py138 user=self._avd_spec.host_user,
284 user=constants.GCE_USER,
/tools/acloud/pull/
Dpull.py61 user=constants.GCE_USER,
/tools/external/fat32lib/
DNOTICE35 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 …
100user'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/
Ddeveloper_workflow.md24 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/
Ddeveloper_workflow.md24 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/
Ddelete.py202 user=host_user,

12