/third_party/node/deps/npm/test/lib/commands/ |
H A D | fund.js | 186 ? Promise.resolve({ funding: 'http://example.com/pacote' })
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch.c | 92 batch->restore = batch->resolve = 0; in batch_init()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_blit.c | 311 job->resolve = reload_flags; in lima_do_blit()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | reflow.py | 471 outDir = Path(args.outDir).resolve()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | UtilsVk.h | 19 // - 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 D | Surface.hpp | 463 void resolve();
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | ComputeTests.cpp | 148 ASSERT_TRUE(driver.resolve(instance)); in test()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numrange_impl.cpp | 424 StandardPlural::Form resultPlural = fPluralRanges.resolve(firstPlural, secondPlural); in resolveModifierPlurals()
|
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | DeviceKvStoreDataCallbackJsTest.js | 42 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 D | DeviceKvStoreKVCallbackJsTest.js | 44 return new Promise(resolve => setTimeout(resolve, ms)); 87 var getDeviceId = new Promise((resolve, reject) => { 90 resolve(data.deviceId);
|
/third_party/curl/lib/ |
H A D | urldata.h | 917 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 D | setopt.c | 1562 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 D | env.h | 269 v8::Local<v8::Function> resolve); 629 v8::Local<v8::Function> resolve);
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | command.js | 953 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 D | configure.py | 1824 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 D | Metadata.cpp | 577 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 D | basic.rb | 920 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 D | vc4_blit.c | 146 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 D | test-eventtarget.js | 35 let asyncTest = Promise.resolve();
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | ext.py | 144 return __context.call(__context.resolve("gettext"), *args, **kwargs)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | ext.py | 134 return __context.call(__context.resolve('gettext'), *args, **kwargs)
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | ext.py | 144 return __context.call(__context.resolve("gettext"), *args, **kwargs)
|
/third_party/skia/modules/pathkit/ |
H A D | pathkit_wasm_bindings.cpp | 251 if (builder.resolve(&path)) { in ResolveBuilder() 531 .function("resolve", &ResolveBuilder); in EMSCRIPTEN_BINDINGS()
|
/third_party/protobuf/ruby/tests/ |
H A D | common_tests.rb | 706 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 D | pydoc.py | 1739 def resolve(thing, forceload=0): function 1758 object, name = resolve(thing, forceload) 1790 object, name = resolve(thing, forceload)
|