Home
last modified time | relevance | path

Searched defs:utcnow (Results 1 – 6 of 6) sorted by relevance

/external/python/oauth2client/tests/
Dtest_service_account.py266 def test_access_token(self, utcnow): argument
398 def test_get_access_token_no_claims(self, time, utcnow): argument
436 def test_get_access_token_additional_claims(self, time, utcnow): argument
473 def test_authorize_success(self, time, utcnow): argument
504 def test_authorize_no_aud(self, time, utcnow): argument
537 def test_authorize_stale_token(self, utcnow): argument
554 def test_authorize_401(self, utcnow): argument
572 def test_refresh(self, utcnow): argument
Dtest_client.py1067 def test__expires_in_expired(self, utcnow): argument
1078 def test__expires_in_not_expired(self, utcnow): argument
1090 def test_get_access_token(self, utcnow): argument
2343 def test_FromResponse_with_expires_in(self, utcnow): argument
/external/autotest/server/cros/dynamic_suite/
Dreporting_unittest.py133 def utcnow(cls): member in NewDatetime
/external/python/oauth2client/tests/contrib/
Dtest_devshell.py211 def test_reads_credentials(self, utcnow): argument
Dtest_flask_util.py353 def test_with_expired_credentials(self, utcnow): argument
/external/python/cpython3/Lib/
Ddatetime.py1648 def utcnow(cls): member in datetime