Searched refs:id_token (Results 1 – 7 of 7) sorted by relevance
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/ |
D | pump.py | 328 id_token = ParseToken(lines, found.end, ID_REGEX, 'id') 329 yield id_token 330 pos = Skip(lines, id_token.end, OPTIONAL_WHITE_SPACES_REGEX) 344 id_token = ParseToken(lines, found.end, ID_REGEX, 'id') 345 yield id_token 346 pos = Skip(lines, id_token.end, WHITE_SPACE_REGEX) 351 id_token = ParseToken(lines, found.end, ID_REGEX, 'id') 352 yield id_token 353 pos = Skip(lines, id_token.end, OPTIONAL_WHITE_SPACES_REGEX) 512 id_token = Pop('id') [all …]
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | pump.py | 328 id_token = ParseToken(lines, found.end, ID_REGEX, 'id') 329 yield id_token 330 pos = Skip(lines, id_token.end, OPTIONAL_WHITE_SPACES_REGEX) 344 id_token = ParseToken(lines, found.end, ID_REGEX, 'id') 345 yield id_token 346 pos = Skip(lines, id_token.end, WHITE_SPACE_REGEX) 351 id_token = ParseToken(lines, found.end, ID_REGEX, 'id') 352 yield id_token 353 pos = Skip(lines, id_token.end, OPTIONAL_WHITE_SPACES_REGEX) 512 id_token = Pop('id') [all …]
|
/external/protobuf/gtest/scripts/ |
D | pump.py | 322 id_token = ParseToken(lines, found.end, ID_REGEX, 'id') 323 yield id_token 324 pos = Skip(lines, id_token.end, OPTIONAL_WHITE_SPACES_REGEX) 338 id_token = ParseToken(lines, found.end, ID_REGEX, 'id') 339 yield id_token 340 pos = Skip(lines, id_token.end, WHITE_SPACE_REGEX) 345 id_token = ParseToken(lines, found.end, ID_REGEX, 'id') 346 yield id_token 347 pos = Skip(lines, id_token.end, OPTIONAL_WHITE_SPACES_REGEX) 503 id_token = Pop('id') [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
D | client.py | 461 id_token=None, token_response=None): argument 497 self.id_token = id_token 650 id_token=data.get('id_token', None), 1561 def verify_id_token(id_token, audience, http=None, argument 1591 return crypt.verify_signed_jwt_with_certs(id_token, certs, audience) 1604 def _extract_id_token(id_token): argument 1615 if type(id_token) == bytes: 1616 segments = id_token.split(b'.') 1618 segments = id_token.split(u'.') 1622 'Wrong number of segments in token: %s' % id_token) [all …]
|
/external/ipsec-tools/src/racoon/ |
D | gssapi.c | 190 gss_buffer_desc id_token, cred_token; in gssapi_init() local 206 id_token.length = iph1->rmconf->proposal->gssid->l; in gssapi_init() 207 id_token.value = iph1->rmconf->proposal->gssid->v; in gssapi_init() 208 maj_stat = gss_import_name(&min_stat, &id_token, GSS_C_NO_OID, in gssapi_init()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/ |
D | CHANGELOG.md | 80 * Change `flow.step2_exchange` to preserve the raw `id_token` in the
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
D | test_oauth2client.py | 1074 self.assertEqual(credentials.id_token, body)
|