Home
last modified time | relevance | path

Searched refs:instantiate (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/node/test/fixtures/wpt/wasm/jsapi/exception/
H A Dbasic.tentative.any.js25 const {instance} = await WebAssembly.instantiate(buffer, {});
56 const {instance} = await WebAssembly.instantiate(buffer, {});
70 const {instance} = await WebAssembly.instantiate(buffer, {});
93 const {instance} = await WebAssembly.instantiate(buffer, {
117 const {instance} = await WebAssembly.instantiate(buffer, {
/third_party/libabigail/tests/data/test-abidiff-exit/
H A Dtest-leaf-cxx-members-v1.cc15 ops instantiate = x; in reg() local
16 (void) instantiate; in reg()
H A Dtest-leaf-cxx-members-v0.cc10 ops instantiate = x; in reg() local
11 (void) instantiate; in reg()
/third_party/skia/tests/
H A DProxyRefTest.cpp59 proxy->instantiate(resourceProvider); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
77 proxy->instantiate(resourceProvider); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
97 proxy->instantiate(resourceProvider); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/node/test/wasi/
H A Dtest-return-on-exit.js14 const { instance } = await WebAssembly.instantiate(buffer, importObject);
26 const { instance } = await WebAssembly.instantiate(buffer, importObject);
H A Dtest-wasi-not-started.js19 const { instance } = await WebAssembly.instantiate(buffer, importObject);
/third_party/skia/src/gpu/ops/
H A DAtlasRenderTask.h26 // call instantiate() at flush time.
44 void instantiate(GrOnFlushResourceProvider* onFlushRP, in instantiate() function in skgpu::v1::AtlasRenderTask
47 fDynamicAtlas->instantiate(onFlushRP, std::move(backingTexture)); in instantiate()
/third_party/node/deps/v8/tools/wasm/
H A Dwasm-import-profiler.js74 // patch: WebAssembly.instantiate (async)
75 let orig_instantiate = WebAssembly.instantiate;
76 WebAssembly.instantiate = (m, imports, ...args) => {
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_local.h78 int (*instantiate)(PROV_DRBG *drbg, member
184 int (*instantiate)(PROV_DRBG *drbg,
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_local.h78 int (*instantiate)(PROV_DRBG *drbg, member
184 int (*instantiate)(PROV_DRBG *drbg,
/third_party/node/test/fixtures/wpt/wasm/jsapi/functions/
H A Dhelper.js7 WebAssembly.instantiate(buffer, {
/third_party/ltp/testcases/kernel/security/mmc_security/
H A Dask_password.sh55 if ! keyctl instantiate $1 "$passwd" $2 >/dev/null 2>&1; then
H A Dassign_password.sh60 if ! keyctl instantiate $1 "$newpasswd" $2 >/dev/null 2>&1; then
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dresolve.rs1 use crate::syntax::instantiate::NamedImplKey;
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dresolve.rs1 use crate::syntax::instantiate::NamedImplKey;
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dresolve.rs1 use crate::syntax::instantiate::NamedImplKey;
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dresolve.rs1 use crate::syntax::instantiate::NamedImplKey;
/third_party/skia/src/gpu/
H A DGrOnFlushResourceProvider.cpp36 return proxy->instantiate(resourceProvider); in instatiateProxy()
H A DGrTextureRenderTargetProxy.h66 bool instantiate(GrResourceProvider*) override;
/third_party/rust/crates/cxx/syntax/
H A Dresolve.rs1 use crate::syntax::instantiate::NamedImplKey;
/third_party/rust/crates/cxx/macro/src/
H A Dgenerics.rs1 use crate::syntax::instantiate::NamedImplKey;
/third_party/skia/src/gpu/mock/
H A DGrMockSurfaceProxy.h26 bool instantiate(GrResourceProvider*) override { return false; }
/third_party/skia/experimental/graphite/src/
H A DTextureProxy.h32 bool instantiate(ResourceProvider*);
H A DTextureProxy.cpp20 bool TextureProxy::instantiate(ResourceProvider* resourceProvider) { in instantiate() function in skgpu::TextureProxy
H A DRenderPassTask.cpp42 if (!target->instantiate(resourceProvider)) { in addCommands()
49 // TODO: instantiate depth and stencil in addCommands()

Completed in 8 milliseconds

1234