Home
last modified time | relevance | path

Searched refs:resolve (Results 1001 - 1025 of 1111) sorted by relevance

1...<<4142434445

/third_party/node/deps/npm/test/lib/commands/
H A Dfund.js186 ? Promise.resolve({ funding: 'http://example.com/pacote' })
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c92 batch->restore = batch->resolve = 0; in batch_init()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_blit.c311 job->resolve = reload_flags; in lima_do_blit()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreflow.py471 outDir = Path(args.outDir).resolve()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.h19 // - Color blit/resolve: Used by FramebufferVk::blit() to implement blit or multisample resolve
21 // - Depth/Stencil blit/resolve: Used by FramebufferVk::blit() to implement blit or multisample
22 // resolve on depth/stencil images.
116 // |srcOffset| and |dstIndexBufferOffset| define the original blit/resolve offsets, possibly
398 int32_t resolve[2]; member
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.hpp463 void resolve();
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DComputeTests.cpp148 ASSERT_TRUE(driver.resolve(instance)); in test()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumrange_impl.cpp424 StandardPlural::Form resultPlural = fPluralRanges.resolve(firstPlural, secondPlural); in resolveModifierPlurals()
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/
H A DDeviceKvStoreDataCallbackJsTest.js42 return new Promise(resolve => setTimeout(resolve, ms));
93 var getDeviceId = new Promise((resolve, reject) => {
96 resolve(data.deviceId);
/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/
H A DDeviceKvStoreKVCallbackJsTest.js44 return new Promise(resolve => setTimeout(resolve, ms));
87 var getDeviceId = new Promise((resolve, reject) => {
90 resolve(data.deviceId);
/third_party/curl/lib/
H A Durldata.h917 there is no name resolve done. */
925 char *hostname_resolve; /* host name to resolve to address, allocated */
1421 struct curl_slist *resolve; /* set to point to the set.resolve list when member
1511 BIT(wildcard_resolve); /* Set to true if any resolve change is a wildcard */
1727 struct curl_slist *resolve; /* list of names to add/remove from member
H A Dsetopt.c1562 data->set.resolve = va_arg(param, struct curl_slist *); in Curl_vsetopt()
1563 data->state.resolve = data->set.resolve; in Curl_vsetopt()
/third_party/node/src/
H A Denv.h269 v8::Local<v8::Function> resolve);
629 v8::Local<v8::Function> resolve);
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dcommand.js953 const localBin = path.resolve(baseDir, baseName);
974 let resolvedScriptPath; // resolve possible symlink for installed npm binary
980 executableDir = path.resolve(path.dirname(resolvedScriptPath), executableDir);
/third_party/node/
H A Dconfigure.py1824 elif with_icu_source and Path(icu_full_path).resolve() == Path(with_icu_source).resolve():
2027 bin_override = Path('out', 'tools', 'bin').resolve()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DMetadata.cpp577 void MDNode::resolve() { in resolve() function in MDNode
627 resolve(); in resolveCycles()
719 resolve(); in handleChangedOperand()
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
H A Dbasic.rb920 assert TestEnum::resolve(:A) == 1
921 assert TestEnum::resolve(:B) == 2
922 assert TestEnum::resolve(:C) == 3
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_blit.c146 job->resolve |= PIPE_CLEAR_COLOR; in vc4_tile_blit()
430 * Scaling, format conversion, up- and downsampling (resolve) are allowed.
/third_party/node/test/parallel/
H A Dtest-eventtarget.js35 let asyncTest = Promise.resolve();
/third_party/node/deps/v8/third_party/jinja2/
H A Dext.py144 return __context.call(__context.resolve("gettext"), *args, **kwargs)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dext.py134 return __context.call(__context.resolve('gettext'), *args, **kwargs)
/third_party/skia/third_party/externals/jinja2/
H A Dext.py144 return __context.call(__context.resolve("gettext"), *args, **kwargs)
/third_party/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp251 if (builder.resolve(&path)) { in ResolveBuilder()
531 .function("resolve", &ResolveBuilder); in EMSCRIPTEN_BINDINGS()
/third_party/protobuf/ruby/tests/
H A Dcommon_tests.rb706 assert proto_module::TestEnum::resolve(:A) == 1
707 assert proto_module::TestEnum::resolve(:B) == 2
708 assert proto_module::TestEnum::resolve(:C) == 3
/third_party/python/Lib/
H A Dpydoc.py1739 def resolve(thing, forceload=0): function
1758 object, name = resolve(thing, forceload)
1790 object, name = resolve(thing, forceload)

Completed in 40 milliseconds

1...<<4142434445