/third_party/node/test/wasi/ |
D | test-wasi-start-validation.js | 30 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);
|
D | test-wasi-initialize-validation.js | 30 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);
|
D | test-return-on-exit.js | 15 const { instance } = await WebAssembly.instantiate(buffer, importObject); 27 const { instance } = await WebAssembly.instantiate(buffer, importObject);
|
D | test-wasi-worker-terminate.js | 41 const instance = await WebAssembly.instantiate(module, imports);
|
D | test-wasi-not-started.js | 19 const { instance } = await WebAssembly.instantiate(buffer, importObject);
|
/third_party/node/lib/internal/modules/esm/ |
D | module_job.js | 98 instantiate() { method in ModuleJob 122 initWrapper(this.module.instantiate, this.module); 124 this.module.instantiate(); 179 await this.instantiate();
|
/third_party/skia/tests/ |
D | ProxyRefTest.cpp | 59 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/ |
D | test-leaf-cxx-members-v1.cc | 15 ops instantiate = x; in reg() local 16 (void) instantiate; in reg()
|
D | test-leaf-cxx-members-v0.cc | 10 ops instantiate = x; in reg() local 11 (void) instantiate; in reg()
|
/third_party/flutter/skia/tests/ |
D | ProxyRefTest.cpp | 75 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/ |
D | AtlasRenderTask.h | 44 void instantiate(GrOnFlushResourceProvider* onFlushRP, 47 fDynamicAtlas->instantiate(onFlushRP, std::move(backingTexture));
|
D | AtlasPathRenderer.cpp | 401 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/ |
D | registry | 51 - instantiate empty GstPlugin objects (loaded flag == FALSE) 52 - instantiate empty plugin features
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_platform_angle_vulkan.txt | 67 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/ |
D | EGL_ANGLE_platform_angle_vulkan.txt | 67 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/ |
D | drbg_local.h | 78 int (*instantiate)(PROV_DRBG *drbg, member 184 int (*instantiate)(PROV_DRBG *drbg,
|
/third_party/openssl/crypto/evp/ |
D | evp_rand.c | 35 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/ |
D | ask_password.sh | 55 if ! keyctl instantiate $1 "$passwd" $2 >/dev/null 2>&1; then
|
D | assign_password.sh | 60 if ! keyctl instantiate $1 "$newpasswd" $2 >/dev/null 2>&1; then
|
/third_party/node/test/parallel/ |
D | test-wasm-simple.js | 11 WebAssembly.instantiate(buffer, {}).then((results) => {
|
D | test-internal-module-wrap.js | 23 foo.instantiate();
|
/third_party/skia/src/gpu/ |
D | GrOnFlushResourceProvider.cpp | 36 return proxy->instantiate(resourceProvider); in instatiateProxy()
|
/third_party/skia/experimental/graphite/src/ |
D | TextureProxy.cpp | 20 bool TextureProxy::instantiate(ResourceProvider* resourceProvider) { in instantiate() function in skgpu::TextureProxy
|
D | TextureProxy.h | 32 bool instantiate(ResourceProvider*);
|
/third_party/skia/src/gpu/mock/ |
D | GrMockSurfaceProxy.h | 26 bool instantiate(GrResourceProvider*) override { return false; } in instantiate() function
|