Home
last modified time | relevance | path

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

/external/autotest/client/cros/multimedia/
Dwebrtc_utils.py55 BASE_URL = 'https://appr.tc/r/' variable in AppRTCController
75 url = self.BASE_URL + room_name + self.param.get_parameter_string()
/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/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
DHtmlActivityTask.java73 private static final String BASE_URL = PREFIX + InterpreterConstants.SCRIPTS_ROOT; field in HtmlActivityTask
132 mView.loadDataWithBaseURL(BASE_URL, source, "text/html", "utf-8", null); in shouldOverrideUrlLoading()
174 mView.loadDataWithBaseURL(BASE_URL, source, "text/html", "utf-8", null); in load()
/external/deqp/scripts/khr_util/
Dregistry_cache.py29 BASE_URL = "" variable