HomeSort by relevance Sort by last modified time
    Searched defs:BASE_URL (Results 1 - 8 of 8) sorted by null

  /external/v8/tools/release/
check_clusterfuzz.py 28 BASE_URL = "https://chromium.googlesource.com"
29 DEPS_LOG = BASE_URL + "/chromium/src/+log/master/DEPS?format=JSON"
  /external/deqp/scripts/khr_util/
registry_cache.py 29 BASE_URL = ""
  /libcore/luni/src/test/java/tests/security/cert/
CertificateFactory4Test.java 43 private static final String BASE_URL = Support_GetResource
92 URL certUrl = new URL(BASE_URL + CERTIFICATE_URLS[i]);
114 URL certUrl = new URL(BASE_URL + CRL_URLS[i]);
135 URL certUrl = new URL(BASE_URL + CRLCOLLECTION_URLS[i]);
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
ServiceWorkerClientTest.java 41 // The BASE_URL does not matter since the tests will intercept the load, but it should be https
43 private static final String BASE_URL = "https://www.example.com/";
44 private static final String INDEX_URL = BASE_URL + "index.html";
45 private static final String SW_URL = BASE_URL + "sw.js";
46 private static final String FETCH_URL = BASE_URL + "fetch.html";
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory4Test.java 40 private static final String BASE_URL = Support_GetResource
91 URL certUrl = new URL(BASE_URL + CERTIFICATE_URLS[i]);
113 URL certUrl = new URL(BASE_URL + CRL_URLS[i]);
134 URL certUrl = new URL(BASE_URL + CRLCOLLECTION_URLS[i]);
    [all...]
  /external/chromium-trace/catapult/experimental/buildbot/
buildbot.py 25 BASE_URL = 'http://build.chromium.org/p'
34 url = '%s/%s/json/%s' % (BASE_URL, master, url)
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 75 public static final String BASE_URL = "https://samplesyncadapter2.appspot.com";
77 public static final String AUTH_URI = BASE_URL + "/auth";
79 public static final String SYNC_CONTACTS_URI = BASE_URL + "/sync";
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
HtmlActivityTask.java 73 private static final String BASE_URL = PREFIX + InterpreterConstants.SCRIPTS_ROOT;
132 mView.loadDataWithBaseURL(BASE_URL, source, "text/html", "utf-8", null);
174 mView.loadDataWithBaseURL(BASE_URL, source, "text/html", "utf-8", null);

Completed in 640 milliseconds