Home
last modified time | relevance | path

Searched defs:client_id (Results 1 – 25 of 53) sorted by relevance

123

/external/autotest/site_utils/tester_feedback/
Dfeedback_delegate.py24 def _get_client(self, client_id): argument
56 def new_client(self, client_id): argument
78 def delete_client(self, client_id): argument
89 def new_query(self, client_id, query_id, query_num): argument
110 def query_call(self, client_id, query_num, query_method, kwargs_dict): argument
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
Doauth_helpers.py19 def get_oauth2_auth_url(client_id, scope=DEFAULT_SCOPE): argument
28 def get_oauth2_user_token(client_id, client_secret, code): argument
46 def get_oauth2_robot_token(client_id, client_secret, code): argument
/external/perfetto/include/perfetto/ipc/
Dclient_info.h32 ClientInfo(ClientID client_id, uid_t uid) in ClientInfo()
49 ClientID client_id() const { return client_id_; } in client_id() function
/external/perfetto/src/ipc/
Dhost_impl.cc89 ClientID client_id = ++last_client_id_; in OnNewIncomingConnection() local
187 ClientID client_id = client->id; in OnInvokeMethod() local
206 void HostImpl::ReplyToMethodInvocation(ClientID client_id, in ReplyToMethodInvocation()
250 ClientID client_id = it->second->id; in OnDisconnect() local
/external/tensorflow/tensorflow/core/platform/cloud/testdata/
Dapplication_default_credentials.json2 "client_id": "fake-client-id.apps.googleusercontent.com", string
Dservice_account_credentials.json7 "client_id": "fake_client_id", string
/external/python/oauth2client/tests/data/gcloud/
Dapplication_default_credentials_authorized_user.json2 "client_id": "123", string
Dapplication_default_credentials.json5 "client_id": "123", string
Dapplication_default_credentials_malformed_2.json3 "client_id": "123", string
Dapplication_default_credentials_malformed_1.json3 "client_id": "123", string
/external/python/google-api-python-client/samples/blogger/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/oauth2client/tests/data/
Dunfilled_client_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
Dclient_secrets.json3 "client_id": "foo_client_id", string
/external/python/google-api-python-client/tests/data/
Dunfilled_client_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
Dclient_secrets.json3 "client_id": "foo_client_id", string
/external/python/google-api-python-client/samples/prediction/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/samples/audit/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/samples/groupssettings/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/samples/analytics/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/samples/adexchangeseller/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/samples/plus/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/samples/coordinate/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/samples/urlshortener/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/samples/searchconsole/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/samples/appengine/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string

123