Home
last modified time | relevance | path

Searched defs:resolve (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/third_party/boost/boost/iostreams/detail/
Dresolve.hpp61 resolve( const T& t in resolve() function
81 resolve(std::basic_streambuf<Ch, Tr>& sb) in resolve() function
86 resolve(std::basic_istream<Ch, Tr>& is) in resolve() function
91 resolve(std::basic_ostream<Ch, Tr>& os) in resolve() function
96 resolve(std::basic_iostream<Ch, Tr>& io) in resolve() function
100 array_adapter<Mode, Ch> resolve(Ch (&array)[N]) in resolve() function
105 resolve(const boost::iterator_range<Iter>& rng) in resolve() function
112 resolve( const T& t in resolve() function
125 resolve(std::streambuf& sb) in resolve() function
130 resolve(std::istream& is) in resolve() function
[all …]
/third_party/node/doc/api/
Ddns.md1275 [DNS error codes]: #dns_error_codes
1277 [Implementation considerations section]: #dns_implementation_considerations
1284 [`dns.getServers()`]: #dns_dns_getservers
1285 [`dns.lookup()`]: #dns_dns_lookup_hostname_options_callback
1286 [`dns.resolve()`]: #dns_dns_resolve_hostname_rrtype_callback
1287 [`dns.resolve4()`]: #dns_dns_resolve4_hostname_options_callback
1288 [`dns.resolve6()`]: #dns_dns_resolve6_hostname_options_callback
1289 [`dns.resolveAny()`]: #dns_dns_resolveany_hostname_callback
1290 [`dns.resolveCaa()`]: #dns_dns_resolvecaa_hostname_callback
1291 [`dns.resolveCname()`]: #dns_dns_resolvecname_hostname_callback
[all …]
/third_party/node/deps/npm/docs/
Dgatsby-config.js15 resolve: 'gatsby-source-filesystem', property
22 resolve: 'gatsby-plugin-no-sourcemaps' property
26 resolve: 'gatsby-plugin-manifest', property
38 resolve: 'gatsby-plugin-google-fonts', property
47 resolve: 'gatsby-transformer-remark', property
59 resolve: 'gatsby-remark-autolink-headers', property
69 resolve: 'gatsby-remark-prismjs', property
/third_party/node/deps/npm/node_modules/write-file-atomic/
Dindex.js65 new Promise(function serializeSameFile (resolve) { argument
72 return new Promise(function (resolve) { argument
80 return new Promise(function stat (resolve) { argument
102 return new Promise(function (resolve, reject) { argument
110 return new Promise(function (resolve, reject) { argument
124 return new Promise(function (resolve, reject) { argument
137 return new Promise(function (resolve, reject) { argument
146 return new Promise(function (resolve, reject) { argument
154 return new Promise(function (resolve, reject) { argument
/third_party/boost/boost/asio/ip/
Dbasic_resolver.hpp252 results_type resolve(const query& q) in resolve() function in boost::asio::ip::basic_resolver
274 results_type resolve(const query& q, boost::system::error_code& ec) in resolve() function in boost::asio::ip::basic_resolver
313 results_type resolve(BOOST_ASIO_STRING_VIEW_PARAM host, in resolve() function in boost::asio::ip::basic_resolver
352 results_type resolve(BOOST_ASIO_STRING_VIEW_PARAM host, in resolve() function in boost::asio::ip::basic_resolver
396 results_type resolve(BOOST_ASIO_STRING_VIEW_PARAM host, in resolve() function in boost::asio::ip::basic_resolver
446 results_type resolve(BOOST_ASIO_STRING_VIEW_PARAM host, in resolve() function in boost::asio::ip::basic_resolver
491 results_type resolve(const protocol_type& protocol, in resolve() function in boost::asio::ip::basic_resolver
533 results_type resolve(const protocol_type& protocol, in resolve() function in boost::asio::ip::basic_resolver
581 results_type resolve(const protocol_type& protocol, in resolve() function in boost::asio::ip::basic_resolver
636 results_type resolve(const protocol_type& protocol, in resolve() function in boost::asio::ip::basic_resolver
[all …]
/third_party/boost/libs/asio/include/boost/asio/ip/
Dbasic_resolver.hpp252 results_type resolve(const query& q) in resolve() function in boost::asio::ip::basic_resolver
274 results_type resolve(const query& q, boost::system::error_code& ec) in resolve() function in boost::asio::ip::basic_resolver
313 results_type resolve(BOOST_ASIO_STRING_VIEW_PARAM host, in resolve() function in boost::asio::ip::basic_resolver
352 results_type resolve(BOOST_ASIO_STRING_VIEW_PARAM host, in resolve() function in boost::asio::ip::basic_resolver
396 results_type resolve(BOOST_ASIO_STRING_VIEW_PARAM host, in resolve() function in boost::asio::ip::basic_resolver
446 results_type resolve(BOOST_ASIO_STRING_VIEW_PARAM host, in resolve() function in boost::asio::ip::basic_resolver
491 results_type resolve(const protocol_type& protocol, in resolve() function in boost::asio::ip::basic_resolver
533 results_type resolve(const protocol_type& protocol, in resolve() function in boost::asio::ip::basic_resolver
581 results_type resolve(const protocol_type& protocol, in resolve() function in boost::asio::ip::basic_resolver
636 results_type resolve(const protocol_type& protocol, in resolve() function in boost::asio::ip::basic_resolver
[all …]
/third_party/typescript/tests/baselines/reference/
DasyncFunctionsAcrossFiles.js20 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
21 return new (P || (P = Promise))(function (resolve, reject) { argument
36 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
37 return new (P || (P = Promise))(function (resolve, reject) { argument
Demitter.forAwait(target=es2015).js55 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
56 return new (P || (P = Promise))(function (resolve, reject) { argument
67 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
68 …function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v,… argument
90 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
91 return new (P || (P = Promise))(function (resolve, reject) { argument
102 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
128 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
166 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
201 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
[all …]
DcallWithMissingVoid.js110 new MyPromise(function (resolve) { return resolve(); }); // no error argument
111 new MyPromise(function (resolve) { return resolve(); }); // no error argument
112 new MyPromise(function (resolve) { return resolve(); }); // error, `any` arguments cannot be omitted argument
113 new MyPromise(function (resolve) { return resolve(); }); // error, `unknown` arguments cannot be om… argument
114 new MyPromise(function (resolve) { return resolve(); }); // error, `never` arguments cannot be omit… argument
DusePromiseFinally.js2 let promise1 = new Promise(function(resolve, reject) {}) argument
7 var promise1 = new Promise(function (resolve, reject) { }) argument
DcommentsOnPropertyOfObjectLiteral1.js2 var resolve = { variable
17 var resolve = { variable
DmodularizeLibrary_NoErrorDuplicateLibOptions1.js50 return new Promise(function (resolve, reject) {}); argument
85 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
86 return new (P || (P = Promise))(function (resolve, reject) { argument
134 return new Promise(function (resolve, reject) { }); argument
DmodularizeLibrary_NoErrorDuplicateLibOptions2.js50 return new Promise(function (resolve, reject) {}); argument
85 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
86 return new (P || (P = Promise))(function (resolve, reject) { argument
134 return new Promise(function (resolve, reject) { }); argument
DmodularizeLibrary_TargetES5UsingES6Lib.js50 return new Promise(function (resolve, reject) {}); argument
85 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
86 return new (P || (P = Promise))(function (resolve, reject) { argument
134 return new Promise(function (resolve, reject) { }); argument
DexportDefaultAsyncFunction.js8 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
9 return new (P || (P = Promise))(function (resolve, reject) { argument
DcastOfAwait.js13 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
14 return new (P || (P = Promise))(function (resolve, reject) { argument
DimportCallExpressionNestedES2020.js16 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
17 return new (P || (P = Promise))(function (resolve, reject) { argument
DimportCallExpressionNestedES2015.js15 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
16 return new (P || (P = Promise))(function (resolve, reject) { argument
DasyncIIFE.js14 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
15 return new (P || (P = Promise))(function (resolve, reject) { argument
Demitter.forAwait(target=es2017).js58 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
59 …function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v,… argument
82 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
106 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
144 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
182 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
208 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
248 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
DobjectRest2.js19 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
20 return new (P || (P = Promise))(function (resolve, reject) { argument
/third_party/jerryscript/tests/jerry/es2015/
Dpromise-thenable.js20 f.then = function(resolve) { argument
26 new Promise(function(resolve) { argument
/third_party/skia/src/gpu/
DGrTextureResolveRenderTask.cpp21 Resolve& resolve = fResolves.emplace_back(flags); in addProxy() local
68 const Resolve& resolve = fResolves[i]; in onExecute() local
79 const Resolve& resolve = fResolves[i]; in onExecute() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_format_map.json270 "resolve": "false", string
278 "resolve": "true", string
286 "resolve": "display->supportsEitherGPUFamily(2, 1)", string
294 "resolve": "display->supportsMacGPUFamily(1)", string
302 "resolve": "display->supportsMacGPUFamily(1)", string
310 "resolve": "true", string
318 "resolve": "display->supportsEitherGPUFamily(2, 1)", string
326 "resolve": "display->supportsMacGPUFamily(1)", string
334 "resolve": "display->supportsMacGPUFamily(1)", string
342 "resolve": "display->supportsMacGPUFamily(1)", string
[all …]
/third_party/node/test/parallel/
Dtest-stream-wrap-drain.js14 let resolve = null; variable
19 resolve = () => { function

12345678910>>...17