Home
last modified time | relevance | path

Searched defs:responseCode (Results 1 – 25 of 27) sorted by relevance

12

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DResponseCodeProcessing.c47 TPM_RC responseCode, in RcSafeAddToResult()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DExternalHttp2Example.java48 int responseCode = connection.getResponseCode(); in main() local
DExternalSpdyExample.java48 int responseCode = connection.getResponseCode(); in main() local
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/upstream/
DHttpDataSource.java299 public final int responseCode; field in HttpDataSource.InvalidResponseCodeException
312 int responseCode, Map<String, List<String>> headerFields, DataSpec dataSpec) { in InvalidResponseCodeException()
317 int responseCode, in InvalidResponseCodeException()
/external/volley/src/main/java/com/android/volley/toolbox/
DHurlStack.java91 int responseCode = connection.getResponseCode(); in executeRequest() local
140 private static boolean hasResponseBody(int requestMethod, int responseCode) { in hasResponseBody()
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DLogUploader.java62 final int responseCode = urlConnection.getResponseCode(); in loadInBackground() local
/external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
DCustomDispatcherTest.java86 private Thread buildRequestThread(final String path, final AtomicInteger responseCode) { in buildRequestThread()
/external/mockwebserver/src/test/java/com/google/mockwebserver/
DCustomDispatcherTest.java86 private Thread buildRequestThread(final String path, final AtomicInteger responseCode) { in buildRequestThread()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DDefaultLoadErrorHandlingPolicy.java71 int responseCode = ((InvalidResponseCodeException) exception).responseCode; in getBlacklistDurationMsFor() local
DDefaultHttpDataSource.java89 private int responseCode; field in DefaultHttpDataSource
464 int responseCode = connection.getResponseCode(); in makeConnection() local
/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
DCrawler.java96 int responseCode = response.code(); in fetch() local
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
DAsyncHttpURLConnection.java90 int responseCode = connection.getResponseCode(); in sendHttpMessage() local
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresenceSubscriber.java304 private int translateResponseCode(int responseCode, String reasonPhrase) { in translateResponseCode()
382 public void onSipResponse(int requestId, int responseCode, String reasonPhrase) { in onSipResponse()
DPresencePublication.java1059 public void onSipResponse(int requestId, int responseCode, String reasonPhrase) { in onSipResponse()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/network/
DNetworkFetcher.java112 int responseCode = connection.getResponseCode(); in getErrorFromConnection() local
/external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
DGithubFeedbackTask.java114 int responseCode = httpURLConnection.getResponseCode(); in sendFeedback() local
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DHttpEngine.java505 int responseCode = response.code(); in hasBody() local
909 int responseCode = userResponse.code(); in followUpRequest() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpEngine.java494 int responseCode = response.code(); in hasBody() local
896 int responseCode = userResponse.code(); in followUpRequest() local
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DRoomParametersFetcher.java171 int responseCode = connection.getResponseCode(); in requestTurnServers() local
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/
DAdminPPI.c61 TPM_RC responseCode; member
/external/tpm2-tss/src/tss2-sys/
Dsysapi_util.h32 UINT32 responseCode; member
/external/exoplayer/tree/extensions/cronet/src/main/java/com/google/android/exoplayer2/ext/cronet/
DCronetDataSource.java448 int responseCode = responseInfo.getHttpStatusCode(); in open() local
898 int responseCode = info.getHttpStatusCode(); in onRedirectReceived() local
/external/exoplayer/tree/extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/
DOkHttpDataSource.java229 int responseCode = response.code(); in open() local
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
DResponseCacheTest.java182 private void assertCached(boolean shouldPut, int responseCode) throws Exception { in assertCached()
424 int responseCode, String headerName, String headerValue) throws Exception { in temporaryRedirectCachedWithCachingHeader()
442 private void temporaryRedirectNotCachedWithoutCachingHeader(int responseCode) throws Exception { in temporaryRedirectNotCachedWithoutCachingHeader()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCacheTest.java156 private void assertCached(boolean shouldPut, int responseCode) throws Exception { in assertCached()
433 int responseCode, String headerName, String headerValue) throws Exception { in temporaryRedirectCachedWithCachingHeader()
451 private void temporaryRedirectNotCachedWithoutCachingHeader(int responseCode) throws Exception { in temporaryRedirectNotCachedWithoutCachingHeader()

12