Home
last modified time | relevance | path

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

/external/skia/tools/lottiecap/
Dlottiecap.js130 const targetURL = `http://localhost:${options.port}/#${options.renderer}`; constant
150 await page.goto(targetURL, {
216 console.log(`open ${targetURL} to see the animation.`)
/external/skia/tools/lottie-web-perf/
Dlottie-web-perf.js122 const targetURL = "http://localhost:" + options.port + "/#" + totalFrames; constant
151 console.log("Loading " + targetURL);
160 await page.goto(targetURL, {
/external/skqp/tools/lottiecap/
Dlottiecap.js130 const targetURL = `http://localhost:${options.port}/#${options.renderer}`; constant
150 await page.goto(targetURL, {
216 console.log(`open ${targetURL} to see the animation.`)
/external/skia/tools/skottie-wasm-perf/
Dskottie-wasm-perf.js122 const targetURL = `http://localhost:${options.port}/${hash}`; constant
150 console.log("Loading " + targetURL);
159 await page.goto(targetURL, {
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DHttpFacade.java106 URL targetURL = new URL(url); in httpRequest() local
109 urlConnection = (HttpURLConnection) targetURL.openConnection(); in httpRequest()