Home
last modified time | relevance | path

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

12

/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/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dsignurl.py161 def _GenSignedUrl(key, client_id, method, md5, argument
251 def _ProbeObjectAccessWithClient(self, key, client_id, gcs_path): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/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/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/data/
Dunfilled_client_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
Dclient_secrets.json3 "client_id": "foo_client_id", string
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/data/
Dapitools_client_secrets.json6 "client_id": "1042881264118.apps.googleusercontent.com", string
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/scripts/testdata/
Dfake_client_secrets.json6 "client_id": "144169.apps.googleusercontent.com", string
/external/chromium-trace/catapult/dashboard/dashboard/
Dmock_oauth2_decorator.py14 def __init__(self, client_id, client_secret, scope, message, callback_path): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_helper.py188 def SetFallbackClientIdAndSecret(client_id, client_secret): argument
Doauth2_client.py371 def __init__(self, client_id, access_token_cache=None, auth_uri=None, argument
397 def __init__(self, client_id, private_key, password, argument
476 def __init__(self, client_id, service_account_email, private_key_id, argument
535 def __init__(self, token_uri, client_id, client_secret, refresh_token, argument
Dtest_oauth2_client.py54 def __init__(self, client_id, private_key, password, auth_uri, token_uri, argument
76 def __init__(self, token_uri, client_id, client_secret, refresh_token, argument
/external/chromium-trace/catapult/telemetry/third_party/tsproxy/
Dtsproxy.py141 def __init__(self, client_id, hostname, port, result_pipe): argument
169 def __init__(self, client_id): argument
350 def __init__(self, connected_socket, client_id): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_file.py68 def create_test_credentials(self, client_id='some_client_id', argument
/external/libweave/include/weave/
Dsettings.h44 std::string client_id; member
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dclient.py459 def __init__(self, access_token, client_id, client_secret, refresh_token, argument
1038 def __init__(self, access_token, client_id, client_secret, refresh_token, argument
1657 def credentials_from_code(client_id, client_secret, scope, code, argument
1788 def __init__(self, client_id, client_secret, scope, argument
Dmultistore_file.py76 def get_credential_storage(filename, client_id, user_agent, scope, argument
Dappengine.py622 def __init__(self, client_id, client_secret, scope, argument
/external/ppp/pppd/plugins/radius/
Dbuildreq.c26 UINT4 client_id; in rc_get_nas_id() local
/external/mesa3d/src/glx/apple/
Dappledri.c245 XAppleDRICreateSurface(dpy, screen, drawable, client_id, key, uid) in XAppleDRICreateSurface() argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
Dutil.py162 scope_ls, client_id, client_secret, user_agent, names, api_key): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dcredentials_lib.py84 def GetCredentials(package_name, scopes, client_id, client_secret, user_agent, argument

12