Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_oauth2client.py39 from .http_mock import HttpMockSequence
587 http = HttpMockSequence([
600 http = HttpMockSequence([
632 http = HttpMockSequence([
722 http = HttpMockSequence([
759 http = HttpMockSequence([
782 http = HttpMockSequence([
790 http = HttpMockSequence([
820 http = HttpMockSequence([
918 http = HttpMockSequence([
[all …]
Dtest_jwt.py32 from .http_mock import HttpMockSequence
116 http = HttpMockSequence([
128 http = HttpMockSequence([
217 http = HttpMockSequence([
240 http = HttpMockSequence([
Dtest_file.py34 from .http_mock import HttpMockSequence
137 http = HttpMockSequence([
159 http = HttpMockSequence([
199 http = HttpMockSequence([
Dtest_service_account.py29 from .http_mock import HttpMockSequence
100 http = HttpMockSequence([
Dhttp_mock.py62 class HttpMockSequence(object): class
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
Dhttp.py1489 class HttpMockSequence(object): class