Searched defs:responseCode (Results 1 - 13 of 13) sorted by relevance

/external/mockwebserver/src/test/java/com/google/mockwebserver/
H A DCustomDispatcherTest.java86 private Thread buildRequestThread(final String path, final AtomicInteger responseCode) { argument
93 responseCode.set(conn.getResponseCode()); // Force the connection to hit the "server".
/external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
H A DCustomDispatcherTest.java85 private Thread buildRequestThread(final String path, final AtomicInteger responseCode) { argument
92 responseCode.set(conn.getResponseCode()); // Force the connection to hit the "server".
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DStatusLine.java13 private final int responseCode; field in class:StatusLine
45 int responseCode;
47 responseCode = Integer.parseInt(statusLine.substring(codeStart, codeStart + 3));
63 this.responseCode = responseCode;
82 return responseCode;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java953 final ServerSocket serverSocket, final int responseCode)
955 return doInteraction(clientConnection, serverSocket, responseCode,
977 final ServerSocket serverSocket, final int responseCode)
979 return doInteraction(clientConnection, serverSocket, responseCode,
991 final ServerSocket serverSocket, final int responseCode,
1000 ServerWork server = new ServerWork(serverSocket, responseCode,
1010 if (responseCode != OK_CODE) { // not OK response expected
1030 if (responseCode != OK_CODE) { // not OK response expected
1165 private int responseCode; field in class:HttpsURLConnectionTest.ServerWork
1180 * @param responseCode th
951 doInteraction( final HttpURLConnection clientConnection, final ServerSocket serverSocket, final int responseCode) argument
975 doPersistentInteraction( final HttpURLConnection clientConnection, final ServerSocket serverSocket, final int responseCode) argument
989 doInteraction( final HttpURLConnection clientConnection, final ServerSocket serverSocket, final int responseCode, final boolean doAuthentication, final boolean checkPersistence) argument
1183 ServerWork(ServerSocket serverSocket, int responseCode, boolean needProxyAuthentication, boolean checkPersistence) argument
[all...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DHttpResponseCacheTest.java200 private void assertCached(boolean shouldPut, int responseCode) throws Exception { argument
205 .setResponseCode(responseCode)
208 if (responseCode == HttpURLConnection.HTTP_PROXY_AUTH) {
210 } else if (responseCode == HttpURLConnection.HTTP_UNAUTHORIZED) {
218 assertEquals(responseCode, conn.getResponseCode());
225 assertNotNull(Integer.toString(responseCode), cached);
228 assertNull(Integer.toString(responseCode), cached);
/external/smack/asmack-master/lib/
H A Djstun.jarMETA-INF/ META-INF/MANIFEST.MF de/ de/javawi/ de/javawi/jstun/ de/javawi/jstun/attribute/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 445 milliseconds