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

  /external/autotest/client/cros/multimedia/
webrtc_utils.py 55 BASE_URL = 'https://appr.tc/r/'
75 url = self.BASE_URL + room_name + self.param.get_parameter_string()
  /cts/tests/tests/webkit/src/android/webkit/cts/
ServiceWorkerClientTest.java 42 // The BASE_URL does not matter since the tests will intercept the load, but it should be https
44 private static final String BASE_URL = "https://www.example.com/";
45 private static final String INDEX_URL = BASE_URL + "index.html";
46 private static final String SW_URL = BASE_URL + "sw.js";
47 private static final String FETCH_URL = BASE_URL + "fetch.html";
  /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"
  /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...]
  /external/v8/tools/
v8-info.sh 32 BASE_URL="https://code.google.com/p/v8/source/list"
136 echo "$BASE_URL?num=$num&start=$last"
  /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/deqp/scripts/khr_util/
registry_cache.py 29 BASE_URL = ""
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
sain_smart_board.py 25 BASE_URL = 'http://192.168.1.4/30000/'
40 # Old status pages. Used before base_url/99 was found.
59 self.base_url = validate_key('base_url', config, str, 'config')
60 if not self.base_url.endswith('/'):
61 self.base_url += '/'
68 """Loads a web page at self.base_url + relative_url.
73 relative_url: The string appended to the base_url
83 page = urlopen(self.base_url + relative_url)
89 self.name, self.base_url + relative_url)
    [all...]
  /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 509 milliseconds