HomeSort by relevance Sort by last modified time
    Searched refs:_refresh (Results 1 - 17 of 17) sorted by null

  /external/python/oauth2client/oauth2client/contrib/
devshell.py 118 self._refresh(None)
120 def _refresh(self, http_request): member in class:DevshellCredentials
gce.py 120 def _refresh(self, http_request): member in class:AppAssertionCredentials
appengine.py 160 def _refresh(self, http_request): member in class:AppAssertionCredentials
    [all...]
  /external/python/oauth2client/oauth2client/
transport.py 153 credentials._refresh(orig_request_method)
180 credentials._refresh(orig_request_method)
service_account.py 653 self._refresh(None)
655 def _refresh(self, http_request): member in class:_JWTAccessCredentials
client.py 560 self._refresh(http.request)
749 def _refresh(self, http_request): member in class:OAuth2Credentials
980 def _refresh(self, http_request): member in class:AccessTokenCredentials
    [all...]
  /external/python/oauth2client/tests/
test_file.py 134 credentials._refresh(http.request)
180 credentials._refresh(None)
  /external/python/apitools/apitools/base/py/
credentials_lib_test.py 51 self.assertIsNone(credentials._refresh(None))
credentials_lib.py 383 def _refresh(self, do_request): member in class:GceAssertionCredentials
386 This function replaces AppAssertionCredentials._refresh, which
395 oauth2client.client.OAuth2Credentials._refresh(self, do_request)
481 def _refresh(self, _): member in class:GaeAssertionCredentials
  /external/python/oauth2client/tests/contrib/
test_appengine.py 430 self.credentials._refresh(_http_request)
441 self.credentials._refresh(_http_request)
466 # Pre-bug 292 old_creds wouldn't have storage, and the _refresh
471 old_creds._refresh(_http_request)
483 self.credentials._refresh(_http_request)
514 self.credentials._refresh(_http_request)
530 self.credentials._refresh(_http_request)
    [all...]
test_gce.py 99 credentials._refresh(http_request)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 364 self._refresh()
374 self._refresh()
379 self._refresh()
482 def _refresh(self): member in class:Maildir
484 # If it has been less than two seconds since the last _refresh() call,
488 # results in a few unnecessary re-reads when _refresh() is called
525 self._refresh()
    [all...]
  /external/python/cpython2/Lib/
mailbox.py 383 self._refresh()
393 self._refresh()
398 self._refresh()
501 def _refresh(self): member in class:Maildir
503 # If it has been less than two seconds since the last _refresh() call,
507 # results in a few unnecessary re-reads when _refresh() is called
544 self._refresh()
    [all...]
  /external/python/cpython3/Lib/
mailbox.py 397 self._refresh()
407 self._refresh()
412 self._refresh()
511 def _refresh(self): member in class:Maildir
513 # If it has been less than two seconds since the last _refresh() call,
517 # results in a few unnecessary re-reads when _refresh() is called
554 self._refresh()
    [all...]
  /external/python/cpython2/Lib/test/
test_mailbox.py 701 self._box._refresh()
707 self._box._refresh()
713 # Issue #13254: Call _refresh after the "file system safety
715 # updated because this is the first call to _refresh.
723 # skew factor to make _refresh think that the filesystem
728 self._box._refresh()
    [all...]
  /external/python/cpython3/Lib/test/
test_mailbox.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mailbox.py 668 self._box._refresh()
674 self._box._refresh()
    [all...]

Completed in 309 milliseconds