Home
last modified time | relevance | path

Searched refs:HttpMockSequence (Results 1 – 11 of 11) sorted by relevance

/external/python/google-api-python-client/tests/
Dtest_http.py50 from googleapiclient.http import HttpMockSequence
191 http = HttpMockSequence([
200 http = HttpMockSequence([
360 http = HttpMockSequence([
394 http = HttpMockSequence([
427 self.request.http = HttpMockSequence([
461 self.request.http = HttpMockSequence([
496 self.request.http = HttpMockSequence([
511 self.request.http = HttpMockSequence([
525 self.request.http = HttpMockSequence([
[all …]
Dtest_discovery.py71 from googleapiclient.http import HttpMockSequence
389 http = HttpMockSequence([
487 http = HttpMockSequence([
500 http = HttpMockSequence([
513 http = HttpMockSequence([
523 http = HttpMockSequence([
758 http = HttpMockSequence([
961 http = HttpMockSequence([
1018 http = HttpMockSequence([
1063 http = HttpMockSequence([
[all …]
/external/python/oauth2client/tests/
Dtest_jwt.py29 from .http_mock import HttpMockSequence
120 http = HttpMockSequence([
133 http = HttpMockSequence([
148 http = HttpMockSequence([
260 http = HttpMockSequence([
279 http = HttpMockSequence([
Dtest_client.py45 from .http_mock import HttpMockSequence
901 http = HttpMockSequence([
926 http = HttpMockSequence([
935 http = HttpMockSequence([
968 http = HttpMockSequence([
1110 http = HttpMockSequence([
1470 http = HttpMockSequence([
1499 http = HttpMockSequence([
1520 http = HttpMockSequence([
1538 http = HttpMockSequence([
[all …]
Dtest_file.py34 from .http_mock import HttpMockSequence
130 http = HttpMockSequence([
153 http = HttpMockSequence([
198 http = HttpMockSequence([
Dhttp_mock.py54 class HttpMockSequence(object): class
Dtest_service_account.py34 from .http_mock import HttpMockSequence
299 http = HttpMockSequence([
540 h = HttpMockSequence([({'status': '200'}, b''),
557 h = HttpMockSequence([
/external/python/oauth2client/tests/contrib/
Dtest_multiprocess_file_storage.py32 from ..http_mock import HttpMockSequence
71 http = HttpMockSequence([
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt177 googleapiclient.http.HttpMockSequence googleapiclient.http.HttpMockSequence-class.html
178 googleapiclient.http.HttpMockSequence.request googleapiclient.http.HttpMockSequence-class.html#requ…
179 googleapiclient.http.HttpMockSequence.__init__ googleapiclient.http.HttpMockSequence-class.html#__i…
/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py67 from googleapiclient.http import HttpMockSequence
339 HttpMockSequence))):
Dhttp.py1636 class HttpMockSequence(object): class