Home
last modified time | relevance | path

Searched defs:httpMethod (Results 1 – 21 of 21) sorted by relevance

/external/oauth/core/src/main/java/net/oauth/client/
DOAuthClient.java115 public void getRequestToken(OAuthAccessor accessor, String httpMethod) in getRequestToken()
137 public void getRequestToken(OAuthAccessor accessor, String httpMethod, in getRequestToken()
183 public OAuthMessage getAccessToken(OAuthAccessor accessor, String httpMethod, in getAccessToken()
214 public OAuthMessage invoke(OAuthAccessor accessor, String httpMethod, in invoke()
DURLConnectionClient.java47 final String httpMethod = request.method; in execute() local
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/upstream/
DDataSpec.java44 @HttpMethod private int httpMethod; field in DataSpec.Builder
117 public Builder setHttpMethod(@HttpMethod int httpMethod) { in setHttpMethod()
287 public static String getStringForHttpMethod(@HttpMethod int httpMethod) { in getStringForHttpMethod()
324 @HttpMethod public final int httpMethod; field in DataSpec
572 @HttpMethod int httpMethod, in DataSpec()
608 @HttpMethod int httpMethod, in DataSpec()
633 @HttpMethod int httpMethod, in DataSpec()
/external/python/google-api-python-client/tests/data/
Dlatitude.json97 "httpMethod": "DELETE", string
106 "httpMethod": "GET", string
125 "httpMethod": "POST", string
144 "httpMethod": "DELETE", string
164 "httpMethod": "GET", string
192 "httpMethod": "POST", string
207 "httpMethod": "GET", string
Dzoo.json198 "httpMethod": "GET", string
278 "httpMethod": "GET", string
297 "httpMethod": "GET", string
314 "httpMethod": "POST", string
338 "httpMethod": "DELETE", string
355 "httpMethod": "GET", string
386 "httpMethod": "GET", string
413 "httpMethod": "POST", string
441 "httpMethod": "GET", string
478 "httpMethod": "PATCH", string
[all …]
Dtasks.json225 "httpMethod": "DELETE", string
245 "httpMethod": "GET", string
269 "httpMethod": "POST", string
284 "httpMethod": "GET", string
311 "httpMethod": "PATCH", string
337 "httpMethod": "PUT", string
367 "httpMethod": "POST", string
387 "httpMethod": "DELETE", string
414 "httpMethod": "GET", string
445 "httpMethod": "POST", string
[all …]
Dmoderator.json582 "httpMethod": "GET", string
602 "httpMethod": "GET", string
643 "httpMethod": "GET", string
663 "httpMethod": "GET", string
681 "httpMethod": "GET", string
693 "httpMethod": "PUT", string
712 "httpMethod": "POST", string
763 "httpMethod": "GET", string
835 "httpMethod": "GET", string
860 "httpMethod": "POST", string
[all …]
Dlogging.json42 "httpMethod": "GET", string
81 "httpMethod": "DELETE", string
114 "httpMethod": "PUT", string
145 "httpMethod": "GET", string
176 "httpMethod": "POST", string
207 "httpMethod": "GET", string
246 "httpMethod": "DELETE", string
280 "httpMethod": "GET", string
319 "httpMethod": "DELETE", string
352 "httpMethod": "PUT", string
[all …]
Ddrive.json1124 "httpMethod": "GET", string
1146 "httpMethod": "GET", string
1164 "httpMethod": "GET", string
1221 "httpMethod": "POST", string
1286 "httpMethod": "POST", string
1309 "httpMethod": "POST", string
1336 "httpMethod": "DELETE", string
1364 "httpMethod": "GET", string
1402 "httpMethod": "GET", string
1452 "httpMethod": "PATCH", string
[all …]
Dbigquery.json1931 "httpMethod": "DELETE", string
1964 "httpMethod": "GET", string
1996 "httpMethod": "POST", string
2023 "httpMethod": "GET", string
2069 "httpMethod": "PATCH", string
2103 "httpMethod": "PUT", string
2141 "httpMethod": "POST", string
2172 "httpMethod": "GET", string
2204 "httpMethod": "GET", string
2259 "httpMethod": "POST", string
[all …]
Dplus.json866 "httpMethod": "GET", string
901 "httpMethod": "GET", string
964 "httpMethod": "GET", string
1025 "httpMethod": "GET", string
1048 "httpMethod": "GET", string
1101 "httpMethod": "GET", string
1125 "httpMethod": "GET", string
1177 "httpMethod": "GET", string
/external/python/apitools/samples/fusiontables_sample/
Dfusiontables_v1.json778 "httpMethod": "DELETE", string
805 "httpMethod": "GET", string
836 "httpMethod": "POST", string
862 "httpMethod": "GET", string
898 "httpMethod": "PATCH", string
931 "httpMethod": "PUT", string
968 "httpMethod": "POST", string
1004 "httpMethod": "GET", string
1044 "httpMethod": "DELETE", string
1072 "httpMethod": "GET", string
[all …]
/external/python/apitools/samples/iam_sample/
Diam_v1.json755 "httpMethod": "GET", string
796 "httpMethod": "GET", string
821 "httpMethod": "POST", string
849 "httpMethod": "PUT", string
877 "httpMethod": "DELETE", string
902 "httpMethod": "POST", string
930 "httpMethod": "POST", string
958 "httpMethod": "POST", string
983 "httpMethod": "POST", string
1011 "httpMethod": "POST", string
[all …]
/external/python/apitools/samples/storage_sample/
Dstorage_v1.json1012 "httpMethod": "DELETE", string
1040 "httpMethod": "GET", string
1071 "httpMethod": "POST", string
1098 "httpMethod": "GET", string
1122 "httpMethod": "PATCH", string
1156 "httpMethod": "PUT", string
1194 "httpMethod": "DELETE", string
1228 "httpMethod": "GET", string
1280 "httpMethod": "GET", string
1307 "httpMethod": "POST", string
[all …]
/external/python/apitools/samples/dns_sample/
Ddns_v1.json350 "httpMethod": "POST", string
384 "httpMethod": "GET", string
424 "httpMethod": "GET", string
489 "httpMethod": "POST", string
516 "httpMethod": "DELETE", string
544 "httpMethod": "GET", string
577 "httpMethod": "GET", string
623 "httpMethod": "GET", string
653 "httpMethod": "GET", string
/external/python/apitools/apitools/gen/testdata/dns/
Ddns_v1.json350 "httpMethod": "POST", string
384 "httpMethod": "GET", string
424 "httpMethod": "GET", string
489 "httpMethod": "POST", string
516 "httpMethod": "DELETE", string
544 "httpMethod": "GET", string
577 "httpMethod": "GET", string
623 "httpMethod": "GET", string
653 "httpMethod": "GET", string
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DDefaultHttpDataSource.java431 @HttpMethod int httpMethod = dataSpec.httpMethod; in makeConnection() local
508 @HttpMethod int httpMethod, in makeConnection()
/external/python/apitools/samples/servicemanagement_sample/
Dservicemanagement_v1.json2501 "httpMethod": "GET", string
2551 "httpMethod": "GET", string
2598 "httpMethod": "POST", string
2619 "httpMethod": "DELETE", string
2644 "httpMethod": "GET", string
2674 "httpMethod": "POST", string
2695 "httpMethod": "POST", string
2723 "httpMethod": "POST", string
2751 "httpMethod": "PUT", string
2785 "httpMethod": "PATCH", string
[all …]
/external/python/apitools/samples/bigquery_sample/
Dbigquery_v2.json1794 "httpMethod": "DELETE", string
1827 "httpMethod": "GET", string
1859 "httpMethod": "POST", string
1886 "httpMethod": "GET", string
1932 "httpMethod": "PATCH", string
1966 "httpMethod": "PUT", string
2004 "httpMethod": "POST", string
2035 "httpMethod": "GET", string
2067 "httpMethod": "GET", string
2122 "httpMethod": "POST", string
[all …]
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyClientStream.java124 AsciiString httpMethod; in writeHeaders() local
/external/volley/src/main/java/com/android/volley/cronet/
DCronetHttpStack.java603 void setHttpMethod(String httpMethod) { in setHttpMethod()