Searched defs:baseUrl (Results 1 – 6 of 6) sorted by relevance
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | BusinessLogicPreparer.java | 186 String baseUrl = mUrl.replace(SUITE_PLACEHOLDER, getSuiteName()); in setUp() local 424 private static synchronized String readFromCache(String baseUrl, String params) { in readFromCache() 457 private static synchronized void writeToCache(String blString, String baseUrl, String params, in writeToCache() 475 private static File getCachedFile(String baseUrl, String params) { in getCachedFile() 480 private String doPost(String baseUrl, String params) throws IOException { in doPost()
|
/test/vti/test_serving/gae/frontend/ |
D | tsconfig.json | 4 "baseUrl": "./", string
|
/test/vti/test_serving/gae/frontend/e2e/ |
D | protractor.conf.js | 15 baseUrl: 'http://localhost:4200/', property
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsInactivityJobServlet.java | 166 String baseUrl = fullUrl.substring(0, fullUrl.indexOf(request.getRequestURI())); in doPost() local
|
D | VtsCoverageAlertJobServlet.java | 307 String baseUrl = fullUrl.substring(0, fullUrl.indexOf(request.getRequestURI())); in doPost() local
|
D | VtsAlertJobServlet.java | 529 String baseUrl = fullUrl.substring(0, fullUrl.indexOf(request.getRequestURI())); in doPost() local
|