/external/autotest/client/common_lib/cros/fake_device_server/ |
D | resource_delegate.py | 21 Data is stored based on a combination of <id> + <api_key> 22 tuples. The api_key can be passed in to any command with ?key=<api_key>. 27 # Dictionary of data blobs with keys of <id, api_key> pairs that map 33 def get_data_val(self, id, api_key): argument 34 """Returns the data value for the given id, api_key pair. 37 @param api_key: optional api_key for the data_val. 42 key = (id, api_key) 57 def del_data_val(self, id, api_key): argument 58 """Deletes the data value for the given id, api_key pair. 61 @param api_key: optional api_key for the data_val. [all …]
|
D | devices.py | 53 def _handle_state_patch(self, device_id, api_key, data): argument 57 @param api_key: string api_key to support this resource delegate. 81 def create_device(self, api_key, device_config): argument 84 @param api_key: Api key for the application. 88 logging.info('Creating device with api_key=%s and device_config=%r', 89 api_key, device_config) 91 new_device = self.resource.update_data_val(None, api_key, 109 id, api_key, _ = common_util.parse_common_args(args, kwargs) 110 if not api_key: 112 api_key = self._oauth.get_api_key_from_access_token(access_token) [all …]
|
D | registration_tickets.py | 56 def _finalize(self, id, api_key, ticket): argument 65 updated_data_val = self.resource.update_data_val(id, api_key, new_data) 67 api_key, updated_data_val.get('deviceDraft')) 107 id, api_key, _ = common_util.parse_common_args(args, kwargs) 108 return self.resource.get_data_val(id, api_key) 126 id, api_key, operation = common_util.parse_common_args( 129 ticket = self.resource.get_data_val(id, api_key) 131 return self._finalize(id, api_key, ticket) 155 return self.resource.update_data_val(id, api_key, data_in=data) 171 id, api_key, _ = common_util.parse_common_args(args, kwargs) [all …]
|
D | common_util_unittest.py | 51 id, api_key, op = common_util.parse_common_args( 55 self.assertEquals(key, api_key) 59 id, api_key, op = common_util.parse_common_args((id,), dict(key=key)) 61 self.assertEquals(key, api_key) 65 id, api_key, op = common_util.parse_common_args((id,), dict()) 67 self.assertIsNone(api_key) 71 id, api_key, op = common_util.parse_common_args(tuple(), dict()) 73 self.assertIsNone(api_key)
|
D | resource_method.py | 36 id, api_key, _ = common_util.parse_common_args(args, kwargs) 41 return self.resource.update_data_val(id, api_key, data_in=data) 56 id, api_key, _ = common_util.parse_common_args(args, kwargs) 62 id, api_key, data_in=data, update=False)
|
D | common_util.py | 64 A 3-tuple containing the id parsed from the args_tuple, api_key, 73 api_key = kwargs.get('key') 90 return id, api_key, operation
|
D | commands_unittest.py | 23 Note unlike other unittests in this project, I set the api_key for all 26 # commands.devices_commands[(id, api_key)] = dict of commands by command id.
|
D | commands.py | 70 @param api_key: Api key for the application.
|
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/ |
D | client_lib_test.py | 33 API_KEY = 'AIzaSyC55ef0RkaFTQvGvTXL_HIh6KI3pzVq4w0' variable 53 server_url, api_key = 'http://localhost:8080', None 61 server_url, api_key = SERVER_URL, API_KEY 66 api_key=api_key, 85 api_key=api_key, access_token=robot_token) 99 api_key=api_key,
|
D | common_client.py | 18 def __init__(self, method, server_url=_DEFAULT_SERVER_URL, api_key=None, argument 23 @param api_key: API key to use with remote server. 28 self.api_key = api_key 66 if self.api_key: 67 params.setdefault('key', self.api_key)
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
D | upload_rbe_results.py | 53 assert os.path.isfile(api_key_file), 'Must add --api_key arg if not on ' \ 111 def _get_resultstore_data(api_key, invocation_id): argument 114 api_key: String of ResultStore API key 126 % (invocation_id, api_key, page_token), 141 argp.add_argument('--api_key', default='', type=str) 145 api_key = args.api_key or _get_api_key() variable 147 resultstore_actions = _get_resultstore_data(api_key, invocation_id)
|
/external/autotest/client/common_lib/cros/tendo/ |
D | buffet_tester.py | 96 api_key=buffet_config.TEST_API_KEY) 99 api_key=buffet_config.TEST_API_KEY) 102 api_key=buffet_config.TEST_API_KEY) 105 api_key=buffet_config.TEST_API_KEY) 108 api_key=buffet_config.TEST_API_KEY)
|
D | buffet_config.py | 36 'api_key': TEST_API_KEY,
|
/external/adhd/scripts/audio_tuning/frontend/ |
D | setup_credential.js | 9 * 3. Fill in <API_KEY> and <CLIENT_ID> below from credential page. */ 10 document.write('<script src="https://www.google.com/jsapi?key=<API_KEY>" type="text/javascript"></s…
|
/external/python/apitools/apitools/gen/ |
D | util.py | 186 'user_agent', 'client_class_name', 'url_version', 'api_key', 193 scope_ls, client_id, client_secret, user_agent, names, api_key): argument 211 'api_key': api_key,
|
D | gen_client.py | 88 args.user_agent, names, args.api_key) 258 '--api_key',
|
/external/grpc-grpc/examples/objective-c/auth_sample/Misc/ |
D | GoogleService-Info.plist | 13 <key>API_KEY</key>
|
/external/fonttools/ |
D | .travis.yml | 90 api_key:
|
/external/brotli/scripts/ |
D | appveyor.yml | 104 api_key:
|
/external/python/google-api-python-client/docs/dyn/ |
D | servicecontrol_v1.services.html | 267 # api_key:<api_key>. 637 # api_key:<api_key>. 1017 # api_key:<api_key>. 1350 # api_key:<api_key>. 1723 # api_key:<api_key>. 2200 # api_key:<api_key>.
|
/external/deqp-deps/glslang/ |
D | .travis.yml | 123 api_key: ${glslangtoken}
|
/external/python/oauth2client/oauth2client/contrib/django_util/ |
D | __init__.py | 121 developerKey=API_KEY) 161 developerKey=API_KEY)
|
D | decorators.py | 52 developerKey=API_KEY)
|
/external/v8/tools/release/ |
D | check_clusterfuzz.py | 165 params["api_key"] = key
|
D | common_includes.py | 260 def ReadClusterFuzzAPI(self, api_key, **params): argument 261 params["api_key"] = api_key.strip()
|