Home
last modified time | relevance | path

Searched refs:BASE_URL (Results 1 – 7 of 7) sorted by relevance

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DCertificateFactory4Test.java40 private static final String BASE_URL = Support_GetResource field in CertificateFactory4Test
91 URL certUrl = new URL(BASE_URL + CERTIFICATE_URLS[i]); in test_generateCertificatesLjava_io_InputStream()
113 URL certUrl = new URL(BASE_URL + CRL_URLS[i]); in test_generateCRLLjava_io_InputStream()
134 URL certUrl = new URL(BASE_URL + CRLCOLLECTION_URLS[i]); in test_generateCRLsLjava_io_InputStream()
/external/v8/tools/release/
Dcheck_clusterfuzz.py28 BASE_URL = "https://chromium.googlesource.com" variable
29 DEPS_LOG = BASE_URL + "/chromium/src/+log/master/DEPS?format=JSON"
/external/v8/tools/
Dv8-info.sh32 BASE_URL="https://code.google.com/p/v8/source/list"
136 echo "$BASE_URL?num=$num&start=$last"
/external/chromium-trace/catapult/third_party/coverage/ci/
Dinstall.ps19 $BASE_URL = "https://www.python.org/ftp/python/" variable
101 $url = "$BASE_URL$dir/$filename" in DownloadPython()
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
DHtmlActivityTask.java74 private static final String BASE_URL = PREFIX + InterpreterConstants.SCRIPTS_ROOT; field in HtmlActivityTask
133 mView.loadDataWithBaseURL(BASE_URL, source, "text/html", "utf-8", null); in shouldOverrideUrlLoading()
175 mView.loadDataWithBaseURL(BASE_URL, source, "text/html", "utf-8", null); in load()
/external/deqp/scripts/khr_util/
Dregistry_cache.py29 BASE_URL = "" variable
/external/chromium-trace/catapult/experimental/buildbot/
Dbuildbot.py25 BASE_URL = 'http://build.chromium.org/p' variable
34 url = '%s/%s/json/%s' % (BASE_URL, master, url)