Home
last modified time | relevance | path

Searched defs:get_project_id (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/google-auth-library-python/tests/
Dtest__default.py282 get_project_id, tmpdir argument
295 def test_load_credentials_from_file_external_account_aws(get_project_id, tmpdir): argument
308 get_project_id, tmpdir argument
324 get_project_id, tmpdir argument
339 def test_load_credentials_from_file_external_account_workforce(get_project_id, tmpdir): argument
354 get_project_id, tmpdir argument
370 get_project_id, tmpdir argument
391 get_project_id, tmpdir argument
419 get_project_id, tmpdir argument
521 def test__get_gcloud_sdk_credentials_project_id(load, unused_isfile, get_project_id): argument
[all …]
/aosp_15_r20/external/python/google-auth-library-python/tests_async/
Dtest__default_async.py251 def test__get_gcloud_sdk_credentials_project_id(load, unused_isfile, get_project_id): argument
266 def test__get_gcloud_sdk_credentials_no_project_id(load, unused_isfile, get_project_id): argument
/aosp_15_r20/external/python/google-auth-library-python/google/auth/
D_cloud_sdk.py94 def get_project_id(): function
Dapp_engine.py63 def get_project_id(): function
Dexternal_account.py271 def get_project_id(self, request): member in Credentials
/aosp_15_r20/external/python/google-auth-library-python/google/auth/compute_engine/
D_metadata.py191 def get_project_id(request): function
/aosp_15_r20/frameworks/native/cmds/installd/
H A Dutils.cpp428 long get_project_id(uid_t uid, long start_project_id_range) { in get_project_id() function