Home
last modified time | relevance | path

Searched refs:locateFile (Results 1 – 25 of 42) 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/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/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/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/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/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,
Dnode.example.js6 locateFile: (file) => __dirname + '/bin/'+file,
/external/skia/modules/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,
Dnode.example.js6 locateFile: (file) => __dirname + '/bin/'+file,
/external/skia/modules/canvaskit/tests/
Dcanvaskitinit.js9 locateFile: (file) => '/canvaskit/'+file,
/external/perfetto/gn/standalone/
Dwasm_typescript_declaration.d.ts62 locateFile(s: string): string;
/external/perfetto/ui/src/controller/
Dtrace_converter.ts23 locateFile: (s: string) => s,
/external/skqp/modules/pathkit/tests/
Dutil.spec.js11 locateFile: (file) => '/pathkit/'+file,
Dsvg.spec.js10 locateFile: (file) => '/pathkit/'+file,
Deffects.spec.js11 locateFile: (file) => '/pathkit/'+file,
Dpath2d.spec.js11 locateFile: (file) => '/pathkit/'+file,
/external/jsilver/src/org/clearsilver/
DCSUtil.java81 public static File locateFile(List<String> loadpaths, String filename) { in locateFile() method in CSUtil
/external/skia/modules/pathkit/tests/
Dutil.spec.js11 locateFile: (file) => '/pathkit/'+file,
Dsvg.spec.js10 locateFile: (file) => '/pathkit/'+file,
Deffects.spec.js11 locateFile: (file) => '/pathkit/'+file,
/external/skia/experimental/wasm-skp-debugger/tests/
Dstartup.spec.js13 locateFile: (file) => '/debugger/bin/'+file,
/external/perfetto/ui/src/engine/
Dwasm_bridge.ts50 locateFile: (s: string) => s,
/external/skia/modules/pathkit/perf/
Deffects.bench.js11 locateFile: (file) => '/pathkit/'+file,
/external/skqp/modules/pathkit/perf/
Deffects.bench.js11 locateFile: (file) => '/pathkit/'+file,
/external/skqp/experimental/canvaskit/perf/
Danimation.bench.js13 locateFile: (file) => '/canvaskit/'+file,

12