Searched refs:requestPath (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
H A DTestWebServer.java174 String requestPath, byte[] responseData,
181 mResponseMap.put(requestPath, new Response(
183 mResponseCountMap.put(requestPath, Integer.valueOf(0));
184 mLastRequestMap.put(requestPath, null);
186 return getResponseUrl(requestPath);
194 * @param requestPath The path to respond to.
195 * @return The full URL including the requestPath.
197 public String getResponseUrl(String requestPath) { argument
198 return mServerUri + requestPath;
204 * @param requestPath Th
173 setResponseInternal( String requestPath, byte[] responseData, List<Pair<String, String>> responseHeaders, Runnable responseAction, int status) argument
208 setResponseWithNotFoundStatus( String requestPath) argument
225 setResponse( String requestPath, String responseString, List<Pair<String, String>> responseHeaders) argument
247 setResponseWithRunnableAction( String requestPath, String responseString, List<Pair<String, String>> responseHeaders, Runnable responseAction) argument
263 setRedirect( String requestPath, String targetPath) argument
284 setResponseBase64( String requestPath, String base64EncodedResponse, List<Pair<String, String>> responseHeaders) argument
295 getRequestCount(String requestPath) argument
307 getLastRequest(String requestPath) argument
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DRequestLine.java24 result.append(requestPath(request.url()));
45 public static String requestPath(URL url) { method in class:RequestLine
H A DSpdyTransport.java123 result.add(new Header(TARGET_PATH, RequestLine.requestPath(request.url())));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 125 milliseconds