| /third_party/boost/boost/iostreams/detail/ |
| D | resolve.hpp | 61 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/ |
| D | dns.md | 1275 [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/ |
| D | gatsby-config.js | 15 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/ |
| D | index.js | 65 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/ |
| D | basic_resolver.hpp | 252 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/ |
| D | basic_resolver.hpp | 252 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/ |
| D | asyncFunctionsAcrossFiles.js | 20 …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
|
| D | emitter.forAwait(target=es2015).js | 55 …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 …]
|
| D | callWithMissingVoid.js | 110 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
|
| D | usePromiseFinally.js | 2 let promise1 = new Promise(function(resolve, reject) {}) argument 7 var promise1 = new Promise(function (resolve, reject) { }) argument
|
| D | commentsOnPropertyOfObjectLiteral1.js | 2 var resolve = { variable 17 var resolve = { variable
|
| D | modularizeLibrary_NoErrorDuplicateLibOptions1.js | 50 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
|
| D | modularizeLibrary_NoErrorDuplicateLibOptions2.js | 50 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
|
| D | modularizeLibrary_TargetES5UsingES6Lib.js | 50 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
|
| D | exportDefaultAsyncFunction.js | 8 …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
|
| D | castOfAwait.js | 13 …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
|
| D | importCallExpressionNestedES2020.js | 16 …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
|
| D | importCallExpressionNestedES2015.js | 15 …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
|
| D | asyncIIFE.js | 14 …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
|
| D | emitter.forAwait(target=es2017).js | 58 …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
|
| D | objectRest2.js | 19 …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/ |
| D | promise-thenable.js | 20 f.then = function(resolve) { argument 26 new Promise(function(resolve) { argument
|
| /third_party/skia/src/gpu/ |
| D | GrTextureResolveRenderTask.cpp | 21 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/ |
| D | mtl_format_map.json | 270 "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/ |
| D | test-stream-wrap-drain.js | 14 let resolve = null; variable 19 resolve = () => { function
|