HomeSort by relevance Sort by last modified time
    Searched refs:serverUrl (Results 1 - 25 of 44) sorted by null

1 2

  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
CacheAdapterTest.java 80 final URL serverUrl = configureServer(new MockResponse());
81 assertEquals("http", serverUrl.getProtocol());
86 assertEquals(toUri(serverUrl), uri);
95 connection = new OkUrlFactory(client).open(serverUrl);
102 final URL serverUrl = configureHttpsServer(new MockResponse());
103 assertEquals("https", serverUrl.getProtocol());
109 assertEquals(toUri(serverUrl), uri);
120 connection = new OkUrlFactory(client).open(serverUrl);
129 final URL serverUrl = configureServer(
148 assertEquals(toUri(serverUrl), uri)
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ResultReporter.java 37 ResultReporter(String serverUrl, String suiteName) {
38 mServerUrl = serverUrl;
MultipartForm.java 43 public MultipartForm(String serverUrl) {
44 mServerUrl = serverUrl;
67 * @param serverUrl to post the data to
71 private String submitForm(String serverUrl) throws IOException {
74 URL url = new URL(serverUrl);
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/
AbstractResponseCache.java 39 public static URI toUri(URL serverUrl) {
41 return serverUrl.toURI();
  /cts/common/util/src/com/android/compatibility/common/util/
ResultUploader.java 36 public ResultUploader(String serverUrl, String suiteName) {
37 mMultipartForm = new MultipartForm(serverUrl).addFormValue("suite", suiteName);
MultipartForm.java 42 * Creates a new multi-part form with the given serverUrl.
44 public MultipartForm(String serverUrl) {
45 mServerUrl = serverUrl;
88 * @param serverUrl to post the data to
92 private int submitForm(String serverUrl) throws IOException {
95 URL url = new URL(serverUrl);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
  /development/ndk/platforms/android-21/include/media/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);
  /frameworks/av/include/ndk/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/media/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/media/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/media/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/media/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/media/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/media/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/media/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/media/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/media/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/media/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/media/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/media/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/media/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/media/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/media/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/media/
NdkMediaDrm.h 271 * 3. serverUrl will reference a NULL terminated string containing the URL
276 size_t *provisionRequestSize, const char **serverUrl);

Completed in 2622 milliseconds

1 2