Home
last modified time | relevance | path

Searched full:api_key (Results 1 – 25 of 35) sorted by relevance

12

/external/autotest/client/common_lib/cros/fake_device_server/
Dresource_delegate.py21 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 …]
Ddevices.py53 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 …]
Dregistration_tickets.py56 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 …]
Dcommon_util_unittest.py51 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)
Dresource_method.py36 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)
Dcommon_util.py64 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
Dcommands_unittest.py23 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.
Dcommands.py70 @param api_key: Api key for the application.
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
Dclient_lib_test.py33 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,
Dcommon_client.py18 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/
Dupload_rbe_results.py53 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/
Dbuffet_tester.py96 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)
Dbuffet_config.py36 'api_key': TEST_API_KEY,
/external/adhd/scripts/audio_tuning/frontend/
Dsetup_credential.js9 * 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/
Dutil.py186 '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,
Dgen_client.py88 args.user_agent, names, args.api_key)
258 '--api_key',
/external/grpc-grpc/examples/objective-c/auth_sample/Misc/
DGoogleService-Info.plist13 <key>API_KEY</key>
/external/fonttools/
D.travis.yml90 api_key:
/external/brotli/scripts/
Dappveyor.yml104 api_key:
/external/deqp-deps/glslang/
D.travis.yml123 api_key: ${glslangtoken}
/external/python/oauth2client/oauth2client/contrib/django_util/
Ddecorators.py52 developerKey=API_KEY)
D__init__.py121 developerKey=API_KEY)
161 developerKey=API_KEY)
/external/python/google-api-python-client/docs/dyn/
Dservicecontrol_v1.services.html267 # 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/v8/tools/release/
Dcheck_clusterfuzz.py165 params["api_key"] = key
Dcommon_includes.py260 def ReadClusterFuzzAPI(self, api_key, **params): argument
261 params["api_key"] = api_key.strip()

12