/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
D | ResourceLoaderAdaptor.java | 58 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/ |
D | README.md | 7 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/ |
D | README.md | 7 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/ |
D | README.md | 7 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/ |
D | README.md | 7 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/ |
D | README.md | 9 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/ |
D | README.md | 12 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/ |
D | README.md | 12 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,
|
D | node.example.js | 6 locateFile: (file) => __dirname + '/bin/'+file,
|
/external/skia/experimental/wasm-skp-debugger/tests/ |
D | debuggerinit.js | 9 locateFile: (file) => '/debugger/bin/'+file,
|
/external/deqp-deps/glslang/glslang/OSDependent/Web/ |
D | glslang.after.js | 5 locateFile() { method
|
/external/skia/modules/pathkit/tests/ |
D | pathkitinit.js | 7 locateFile: (file) => '/pathkit/'+file,
|
/external/skia/modules/canvaskit/tests/ |
D | canvaskitinit.js | 9 locateFile: (file) => '/npm_build/'+file,
|
/external/skia/demos.skia.org/demos/web_worker/ |
D | worker.js | 7 CanvasKitInit({locateFile: (file) => 'https://unpkg.com/canvaskit-wasm@0.25.0/bin/full/'+file});
|
D | main.js | 7 CanvasKitInit({locateFile: (file) => 'https://unpkg.com/canvaskit-wasm@0.25.0/bin/full/'+file});
|
/external/skia/demos.skia.org/demos/path_performance/ |
D | worker.js | 5 CanvasKitInit({locateFile: (file) => 'https://unpkg.com/canvaskit-wasm@0.25.0/bin/full/'+file});
|
/external/perfetto/gn/standalone/ |
D | wasm_typescript_declaration.d.ts | 62 locateFile(s: string): string;
|
/external/skia/specs/web-img-decode/proposed/impl/ |
D | impl.js | 10 locateFile: (file) => 'https://unpkg.com/canvaskit-wasm@0.6.0/bin/'+file,
|
/external/jsilver/src/org/clearsilver/ |
D | CSUtil.java | 81 public static File locateFile(List<String> loadpaths, String filename) { in locateFile() method in CSUtil
|
/external/skqp/modules/pathkit/tests/ |
D | util.spec.js | 11 locateFile: (file) => '/pathkit/'+file,
|
D | svg.spec.js | 10 locateFile: (file) => '/pathkit/'+file,
|
/external/skia/demos.skia.org/demos/image_decode_web_worker/ |
D | main.js | 5 CanvasKitInit({locateFile: (file) => 'https://unpkg.com/canvaskit-wasm@0.25.0/bin/full/'+file});
|
/external/perfetto/ui/src/engine/ |
D | wasm_bridge.ts | 53 locateFile: (s: string) => s,
|
/external/perfetto/ui/src/controller/ |
D | trace_converter.ts | 77 locateFile: (s: string) => s,
|
/external/skqp/modules/pathkit/perf/ |
D | effects.bench.js | 11 locateFile: (file) => '/pathkit/'+file,
|