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

/external/v8/tools/release/
H A Dcheck_clusterfuzz.py28 BASE_URL = "https://chromium.googlesource.com" variable
29 DEPS_LOG = BASE_URL + "/chromium/src/+log/master/DEPS?format=JSON"
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertificateFactory4Test.java40 private static final String BASE_URL = Support_GetResource field in class:CertificateFactory4Test
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]);
/external/v8/tools/
H A Dv8-info.sh32 BASE_URL="https://code.google.com/p/v8/source/list"
136 echo "$BASE_URL?num=$num&start=$last"
/external/deqp/scripts/khr_util/
H A Dregistry_cache.py29 BASE_URL = "" variable
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
H A DHtmlActivityTask.java74 private static final String BASE_URL = PREFIX + InterpreterConstants.SCRIPTS_ROOT; field in class:HtmlActivityTask
133 mView.loadDataWithBaseURL(BASE_URL, source, "text/html", "utf-8", null);
175 mView.loadDataWithBaseURL(BASE_URL, source, "text/html", "utf-8", null);
/external/chromium-trace/catapult/experimental/buildbot/
H A Dbuildbot.py25 BASE_URL = 'http://build.chromium.org/p' variable
34 url = '%s/%s/json/%s' % (BASE_URL, master, url)

Completed in 340 milliseconds