Home
last modified time | relevance | path

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

/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)
32 if user is None or host is None:
36 return SshSettings(host, user, port=port, identity_file=identity_file)
/tools/tradefederation/core/src/com/android/tradefed/util/
DProcessInfo.java36 ProcessInfo(String user, int pid, String name) { in ProcessInfo() argument
37 mUser = user; in ProcessInfo()
/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.
69 // the home directory if the user is authenticated via Oauth2 method.
77 // Error messages to be displayed to user when the user
/tools/tradefederation/core/atest/docs/
Datest_structure.md19 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,
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.
Ddevelop_test_finders.md12 user input) and should try to resolve that string into a ```TestInfo``` object.
/tools/repohooks/rh/
Dutils.py109 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/device/
DTestDevice.java772 for (String[] user : users) {
773 userIds.add(Integer.parseInt(user[1]));
955 for (String[] user : users) {
956 int flag = Integer.parseInt(user[3], 16);
958 return Integer.parseInt(user[1]);
/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/acloud/internal/lib/
Dgcompute_client.py985 def AddSshRsa(self, user, ssh_rsa_path): argument
1000 ssh_rsa_path, self._project, user)
1015 entry = "%s:%s" % (user, rsa)
/tools/acloud/public/
Ddevice_driver.py575 def AddSshRsa(cfg, user, ssh_rsa_path): argument
591 compute_client.AddSshRsa(user, ssh_rsa_path)
Dacloud_main.py346 report = device_driver.AddSshRsa(cfg, args.user, args.ssh_rsa_path)
/tools/repohooks/
DREADME.md189 default it will call those tools from the user's `$PATH`, but the paths of those
/tools/metalava/
DREADME.md148 Kotlin compiler treat errors in the user code as warnings instead of errors.)