Home
last modified time | relevance | path

Searched refs:locateFile (Results 1 – 25 of 46) sorted by relevance

12

/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
DResourceLoaderAdaptor.java58 File file = locateFile(name); in open()
100 File locateFile(String name) { in locateFile() method in ResourceLoaderAdaptor
118 file = locateFile(getLoadPaths(), name); in locateFile()
136 File locateFile(List<String> loadPaths, String filename) { in locateFile() method in ResourceLoaderAdaptor
174 File file = locateFile(filename); in getKey()
191 File file = locateFile(filename); in getResourceVersionId()
/external/skqp/modules/pathkit/npm-wasm/
DREADME.md7 locateFile: (file) => '/node_modules/pathkit-wasm/bin/'+file,
13 a global `PathKitInit` that can be called to load the WASM code. The `locateFile` function
15 look for /pathkit.wasm, so if this is not the case, use `locateFile` to configure
/external/skia/modules/pathkit/npm-wasm/
DREADME.md7 locateFile: (file) => '/node_modules/pathkit-wasm/bin/'+file,
13 a global `PathKitInit` that can be called to load the WASM code. The `locateFile` function
15 look for /pathkit.wasm, so if this is not the case, use `locateFile` to configure
/external/skia/modules/pathkit/npm-asmjs/
DREADME.md7 locateFile: (file) => '/node_modules/pathkit-asmjs/bin/'+file,
13 a global `PathKitInit` that can be called to load the WASM code. The `locateFile` function
15 look for /pathkit.js.mem, so if this is not the case, use `locateFile` to configure
/external/skqp/modules/pathkit/npm-asmjs/
DREADME.md7 locateFile: (file) => '/node_modules/pathkit-asmjs/bin/'+file,
13 a global `PathKitInit` that can be called to load the WASM code. The `locateFile` function
15 look for /pathkit.js.mem, so if this is not the case, use `locateFile` to configure
/external/skia/experimental/skottiekit/skottiekit/
DREADME.md9 locateFile: (file) => '/node_modules/skottiekit-wasm/bin/'+file,
40 locateFile: (file) => 'https://unpkg.com/skottiekit-wasm@0.1.0/bin/'+file,
/external/skqp/experimental/canvaskit/canvaskit/
DREADME.md12 locateFile: (file) => '/node_modules/canvaskit-wasm/bin/'+file,
21 locateFile: (file) => 'https://unpkg.com/canvaskit-wasm@0.3.0/bin/'+file,
29 locateFile: (file) => __dirname + '/bin/'+file,
/external/skia/modules/canvaskit/npm_build/
DREADME.md12 locateFile: (file) => '/node_modules/canvaskit-wasm/bin/'+file,
21 locateFile: (file) => 'https://unpkg.com/canvaskit-wasm@0.18.1/bin/'+file,
29 locateFile: (file) => __dirname + '/bin/'+file,
Dnode.example.js6 locateFile: (file) => __dirname + '/bin/'+file,
/external/skia/experimental/wasm-skp-debugger/tests/
Ddebuggerinit.js9 locateFile: (file) => '/debugger/bin/'+file,
/external/deqp-deps/glslang/glslang/OSDependent/Web/
Dglslang.after.js5 locateFile() { method
/external/skia/modules/pathkit/tests/
Dpathkitinit.js7 locateFile: (file) => '/pathkit/'+file,
/external/skia/modules/canvaskit/tests/
Dcanvaskitinit.js9 locateFile: (file) => '/npm_build/'+file,
/external/skia/demos.skia.org/demos/web_worker/
Dworker.js7 CanvasKitInit({locateFile: (file) => 'https://unpkg.com/canvaskit-wasm@0.25.0/bin/full/'+file});
Dmain.js7 CanvasKitInit({locateFile: (file) => 'https://unpkg.com/canvaskit-wasm@0.25.0/bin/full/'+file});
/external/skia/demos.skia.org/demos/path_performance/
Dworker.js5 CanvasKitInit({locateFile: (file) => 'https://unpkg.com/canvaskit-wasm@0.25.0/bin/full/'+file});
/external/perfetto/gn/standalone/
Dwasm_typescript_declaration.d.ts62 locateFile(s: string): string;
/external/skia/specs/web-img-decode/proposed/impl/
Dimpl.js10 locateFile: (file) => 'https://unpkg.com/canvaskit-wasm@0.6.0/bin/'+file,
/external/jsilver/src/org/clearsilver/
DCSUtil.java81 public static File locateFile(List<String> loadpaths, String filename) { in locateFile() method in CSUtil
/external/skqp/modules/pathkit/tests/
Dutil.spec.js11 locateFile: (file) => '/pathkit/'+file,
Dsvg.spec.js10 locateFile: (file) => '/pathkit/'+file,
/external/skia/demos.skia.org/demos/image_decode_web_worker/
Dmain.js5 CanvasKitInit({locateFile: (file) => 'https://unpkg.com/canvaskit-wasm@0.25.0/bin/full/'+file});
/external/perfetto/ui/src/engine/
Dwasm_bridge.ts53 locateFile: (s: string) => s,
/external/perfetto/ui/src/controller/
Dtrace_converter.ts77 locateFile: (s: string) => s,
/external/skqp/modules/pathkit/perf/
Deffects.bench.js11 locateFile: (file) => '/pathkit/'+file,

12