Home
last modified time | relevance | path

Searched refs:instantiate (Results 1 – 25 of 250) sorted by relevance

12345678910

/third_party/node/test/wasi/
Dtest-wasi-start-validation.js30 const instance = await WebAssembly.instantiate(wasm);
46 const instance = await WebAssembly.instantiate(wasm);
66 const instance = await WebAssembly.instantiate(wasm);
90 const instance = await WebAssembly.instantiate(wasm);
108 const instance = await WebAssembly.instantiate(wasm);
135 const instance = await WebAssembly.instantiate(wasm);
176 const instance = await WebAssembly.instantiate(wasm);
Dtest-wasi-initialize-validation.js30 const instance = await WebAssembly.instantiate(wasm);
46 const instance = await WebAssembly.instantiate(wasm);
66 const instance = await WebAssembly.instantiate(wasm);
90 const instance = await WebAssembly.instantiate(wasm);
108 const instance = await WebAssembly.instantiate(wasm);
135 const instance = await WebAssembly.instantiate(wasm);
176 const instance = await WebAssembly.instantiate(wasm);
Dtest-return-on-exit.js15 const { instance } = await WebAssembly.instantiate(buffer, importObject);
27 const { instance } = await WebAssembly.instantiate(buffer, importObject);
Dtest-wasi-worker-terminate.js41 const instance = await WebAssembly.instantiate(module, imports);
Dtest-wasi-not-started.js19 const { instance } = await WebAssembly.instantiate(buffer, importObject);
/third_party/node/lib/internal/modules/esm/
Dmodule_job.js98 instantiate() { method in ModuleJob
122 initWrapper(this.module.instantiate, this.module);
124 this.module.instantiate();
179 await this.instantiate();
/third_party/skia/tests/
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/libabigail/tests/data/test-abidiff-exit/
Dtest-leaf-cxx-members-v1.cc15 ops instantiate = x; in reg() local
16 (void) instantiate; in reg()
Dtest-leaf-cxx-members-v0.cc10 ops instantiate = x; in reg() local
11 (void) instantiate; in reg()
/third_party/flutter/skia/tests/
DProxyRefTest.cpp75 proxy->instantiate(resourceProvider); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
93 proxy->instantiate(resourceProvider); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
115 proxy->instantiate(resourceProvider); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/ops/
DAtlasRenderTask.h44 void instantiate(GrOnFlushResourceProvider* onFlushRP,
47 fDynamicAtlas->instantiate(onFlushRP, std::move(backingTexture));
DAtlasPathRenderer.cpp401 fAtlasRenderTasks[0]->instantiate(onFlushRP); in preFlush()
409 atlasTask->instantiate(onFlushRP, sk_ref_sp(firstAtlasTexture)); in preFlush()
416 atlasTask->instantiate(onFlushRP); in preFlush()
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dregistry51 - instantiate empty GstPlugin objects (loaded flag == FALSE)
52 - instantiate empty plugin features
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_platform_angle_vulkan.txt67 implementation will decide which version of Vulkan to instantiate. If they
74 1) Should ANGLE always instantiate the highest available version of Vulkan?
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_platform_angle_vulkan.txt67 implementation will decide which version of Vulkan to instantiate. If they
74 1) Should ANGLE always instantiate the highest available version of Vulkan?
/third_party/openssl/providers/implementations/rands/
Ddrbg_local.h78 int (*instantiate)(PROV_DRBG *drbg, member
184 int (*instantiate)(PROV_DRBG *drbg,
/third_party/openssl/crypto/evp/
Devp_rand.c35 OSSL_FUNC_rand_instantiate_fn *instantiate; member
152 if (rand->instantiate != NULL) in evp_rand_from_algorithm()
154 rand->instantiate = OSSL_FUNC_rand_instantiate(fns); in evp_rand_from_algorithm()
505 return ctx->meth->instantiate(ctx->algctx, strength, prediction_resistance, in evp_rand_instantiate_locked()
/third_party/ltp/testcases/kernel/security/mmc_security/
Dask_password.sh55 if ! keyctl instantiate $1 "$passwd" $2 >/dev/null 2>&1; then
Dassign_password.sh60 if ! keyctl instantiate $1 "$newpasswd" $2 >/dev/null 2>&1; then
/third_party/node/test/parallel/
Dtest-wasm-simple.js11 WebAssembly.instantiate(buffer, {}).then((results) => {
Dtest-internal-module-wrap.js23 foo.instantiate();
/third_party/skia/src/gpu/
DGrOnFlushResourceProvider.cpp36 return proxy->instantiate(resourceProvider); in instatiateProxy()
/third_party/skia/experimental/graphite/src/
DTextureProxy.cpp20 bool TextureProxy::instantiate(ResourceProvider* resourceProvider) { in instantiate() function in skgpu::TextureProxy
DTextureProxy.h32 bool instantiate(ResourceProvider*);
/third_party/skia/src/gpu/mock/
DGrMockSurfaceProxy.h26 bool instantiate(GrResourceProvider*) override { return false; } in instantiate() function

12345678910