Home
last modified time | relevance | path

Searched refs:URL (Results 1 – 4 of 4) sorted by relevance

/test/vti/test_serving/gae/testing/
Dtest_e2e.py21 URL = os.environ.get("URL") variable
25 assert URL
26 print ("Running test against {}".format(URL))
27 r = requests.get(URL)
/test/vti/dashboard/src/main/java/com/android/vts/util/
DUrlUtil.java19 import java.net.URL;
58 URL url = new URL(urlString); in processUrl()
/test/vts/proto/
DVtsReportMessage.proto249 // URL of a produced log file (e.g., stdout, stderr).
260 // To specify a resource object (reachable via a URL or contained in the
265 // URL of a resource file.
322 // URL links for the test run.
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/config/
DAppRemoteFileResolverTest.java46 import java.net.URL;
277 return new URLClassLoader(new URL[] {jar.toURI().toURL()}); in classLoaderWithProviders()