/third_party/node/test/node-api/test_make_callback_recurse/ |
H A D | test.js | 31 Promise.resolve(1).then(common.mustCall(function() {
|
/third_party/node/test/parallel/ |
H A D | test-http-autoselectfamily.js | 18 resolver.resolve(hostname, 'ANY', (err, replies) => {
|
H A D | test-inspector-esm.js | 7 const { resolve: UrlResolve } = require('url');
|
H A D | test-net-autoselectfamily-commandline-option.js | 19 resolver.resolve(hostname, 'ANY', (err, replies) => {
|
H A D | test-net-autoselectfamily-ipv4first.js | 17 resolver.resolve(hostname, 'ANY', (err, replies) => {
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | differential_script_mutator.js | 69 const fullPath = path.join(path.resolve(process.env.APP_DIR), name);
|
/third_party/node/test/abort/ |
H A D | test-addon-uv-handle-leak.js | 11 const bindingPath = path.resolve(
|
/third_party/node/test/addons/make-callback-recurse/ |
H A D | test.js | 30 Promise.resolve(1).then(common.mustCall(() => {
|
/third_party/node/test/async-hooks/ |
H A D | test-async-local-storage-errors.js | 109 Promise.resolve().then(() => {
|
/third_party/node/benchmark/crypto/ |
H A D | oneshot-verify.js | 7 const fixtures_keydir = path.resolve(__dirname, '../../test/fixtures/keys/');
|
H A D | oneshot-sign.js | 7 const fixtures_keydir = path.resolve(__dirname, '../../test/fixtures/keys/');
|
/third_party/node/deps/npm/node_modules/libnpmteam/lib/ |
H A D | index.js | 10 return Promise.resolve().then(() => {
|
/third_party/node/deps/npm/lib/utils/ |
H A D | read-user-info.js | 48 return Promise.resolve(username.trim())
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | dep-valid.js | 20 // file: deps that depend on other files/dirs, we must resolve the 23 requested = npa.resolve(child.name, requested || '*', fromPath(requestor, requestor.edgesOut.get(child.name)))
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
H A D | node-gyp.js | 181 'node-gyp@' + this.version + ' ' + path.resolve(__dirname, '..'),
|
/third_party/node/deps/npm/node_modules/sigstore/dist/ |
H A D | config.js | 83 return { getToken: () => Promise.resolve(token) };
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_render_pass.h | 122 struct vk_subpass_attachment *resolve; member
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_job.h | 101 /* Buffers needing resolve to memory */ 102 unsigned resolve; member
|
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/ |
H A D | __init__.py | 9 resolve as _resolve_source,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | base_printer.py | 201 self._cwd = Path('.').resolve()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | BasicTests.cpp | 83 ASSERT_TRUE(driver.resolve(instance)); in TEST_F() 135 ASSERT_TRUE(driver.resolve(instance));
|
H A D | Driver.cpp | 172 bool Driver::resolve(VkInstance instance) in resolve() function in Driver
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.h | 28 /// resolve different files under the same path. 33 StringRef resolve(std::string Path, NonRelocatableStringpool &StringPool) { in resolve() function in llvm::CachedPathResolver 37 // If the ParentPath has not yet been resolved, resolve and cache it for in resolve()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ExecutionDomainFix.h | 168 DomainValue *resolve(DomainValue *&);
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGGradient.cpp | 29 // Used to resolve percentage offsets. in collectColorStops() 39 pos->push_back(SkTPin(ltx.resolve(stop.getOffset(), SkSVGLengthContext::LengthType::kOther), in collectColorStops()
|