/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) 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/ |
D | ProcessInfo.java | 36 ProcessInfo(String user, int pid, String name) { in ProcessInfo() argument 37 mUser = user; in ProcessInfo()
|
/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. 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/ |
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/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/device/ |
D | TestDevice.java | 772 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/ |
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/internal/lib/ |
D | gcompute_client.py | 985 def AddSshRsa(self, user, ssh_rsa_path): argument 1000 ssh_rsa_path, self._project, user) 1015 entry = "%s:%s" % (user, rsa)
|
/tools/acloud/public/ |
D | device_driver.py | 575 def AddSshRsa(cfg, user, ssh_rsa_path): argument 591 compute_client.AddSshRsa(user, ssh_rsa_path)
|
D | acloud_main.py | 346 report = device_driver.AddSshRsa(cfg, args.user, args.ssh_rsa_path)
|
/tools/repohooks/ |
D | README.md | 189 default it will call those tools from the user's `$PATH`, but the paths of those
|
/tools/metalava/ |
D | README.md | 148 Kotlin compiler treat errors in the user code as warnings instead of errors.)
|