/third_party/typescript/src/lib/ |
D | es2015.promise.d.ts | 21 …all<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseL… method 29 …all<T1, T2, T3, T4, T5, T6, T7, T8, T9>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T… method 37 …all<T1, T2, T3, T4, T5, T6, T7, T8>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, … method 45 …all<T1, T2, T3, T4, T5, T6, T7>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 |… method 53 …all<T1, T2, T3, T4, T5, T6>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | Pro… method 61 …all<T1, T2, T3, T4, T5>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | Promise… method 69 …all<T1, T2, T3, T4>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike… method 77 …all<T1, T2, T3>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3>… method 85 all<T1, T2>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>]): Promise<[T1, T2]>; method 93 all<T>(values: readonly (T | PromiseLike<T>)[]): Promise<T[]>; method
|
/third_party/typescript/lib/ |
D | lib.es2015.promise.d.ts | 41 …all<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseL… method 49 …all<T1, T2, T3, T4, T5, T6, T7, T8, T9>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T… method 57 …all<T1, T2, T3, T4, T5, T6, T7, T8>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, … method 65 …all<T1, T2, T3, T4, T5, T6, T7>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 |… method 73 …all<T1, T2, T3, T4, T5, T6>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | Pro… method 81 …all<T1, T2, T3, T4, T5>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | Promise… method 89 …all<T1, T2, T3, T4>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike… method 97 …all<T1, T2, T3>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike<T3>… method 105 all<T1, T2>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>]): Promise<[T1, T2]>; method 113 all<T>(values: readonly (T | PromiseLike<T>)[]): Promise<T[]>; method
|
/third_party/boost/libs/thread/test/sync/futures/when_all/ |
D | one_pass.cpp | 54 boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_all(boost::move(f1)); in main() local 67 boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_all(boost::move(f1)); in main() local 81 boost::future<boost::csbl::tuple<boost::shared_future<int> > > all = boost::when_all(f1); in main() local 95 boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_all(boost::move(f1)); in main() local 108 boost::future<boost::csbl::tuple<boost::shared_future<int> > > all = boost::when_all(f1); in main() local 121 boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_all(boost::move(f1)); in main() local 140 boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_all(boost::move(f1)); in main() local 151 boost::future<boost::csbl::tuple<boost::shared_future<int> > > all = boost::when_all(f1); in main() local 163 boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_all(boost::move(f1)); in main() local 174 boost::future<boost::csbl::tuple<boost::shared_future<int> > > all = boost::when_all(f1); in main() local
|
D | variadic_pass.cpp | 62 …boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_all(b… in main() local 82 …boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_all(b… in main() local 103 …boost::future<boost::csbl::tuple<boost::shared_future<int>,boost::shared_future<int> > > all = boo… in main() local 124 …boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_all(b… in main() local 145 …boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_all(b… in main() local 173 …boost::future<boost::csbl::tuple<boost::shared_future<int>,boost::shared_future<int> > > all = boo… in main() local 196 …boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_all(b… in main() local 213 …boost::future<boost::csbl::tuple<boost::shared_future<int>,boost::shared_future<int> > > all = boo… in main() local 231 …boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_all(b… in main() local 248 …boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_all(b… in main() local [all …]
|
D | iterators_pass.cpp | 64 …boost::future<boost::csbl::vector<boost::future<int> > > all = boost::when_all(v.begin(), v.end()); in main() local 88 …boost::future<boost::csbl::vector<boost::future<int> > > all = boost::when_all(v.begin(), v.end()); in main() local 112 …boost::future<boost::csbl::vector<boost::shared_future<int> > > all = boost::when_all(v.begin(), v… in main() local 140 …boost::future<boost::csbl::vector<boost::future<int> > > all = boost::when_all(v.begin(), v.end()); in main() local 166 …boost::future<boost::csbl::vector<boost::future<int> > > all = boost::when_all(v.begin(), v.end()); in main() local 199 …boost::future<boost::csbl::vector<boost::shared_future<int> > > all = boost::when_all(v.begin(), v… in main() local 229 …boost::future<boost::csbl::vector<boost::future<int> > > all = boost::when_all(v.begin(), v.end()); in main() local 251 …boost::future<boost::csbl::vector<boost::shared_future<int> > > all = boost::when_all(v.begin(), v… in main() local 276 …boost::future<boost::csbl::vector<boost::future<int> > > all = boost::when_all(v.begin(), v.end()); in main() local 298 …boost::future<boost::csbl::vector<boost::future<int> > > all = boost::when_all(v.begin(), v.end()); in main() local [all …]
|
/third_party/boost/libs/thread/test/sync/futures/when_any/ |
D | one_pass.cpp | 47 boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_any(boost::move(f1)); in main() local 60 boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_any(boost::move(f1)); in main() local 74 boost::future<boost::csbl::tuple<boost::shared_future<int> > > all = boost::when_any(f1); in main() local 88 boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_any(boost::move(f1)); in main() local 101 boost::future<boost::csbl::tuple<boost::shared_future<int> > > all = boost::when_any(f1); in main() local 113 boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_any(boost::move(f1)); in main() local 124 boost::future<boost::csbl::tuple<boost::shared_future<int> > > all = boost::when_any(f1); in main() local 136 boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_any(boost::move(f1)); in main() local 147 boost::future<boost::csbl::tuple<boost::shared_future<int> > > all = boost::when_any(f1); in main() local
|
D | variadic_pass.cpp | 60 …boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_any(b… in main() local 79 …boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_any(b… in main() local 99 …boost::future<boost::csbl::tuple<boost::shared_future<int>,boost::shared_future<int> > > all = boo… in main() local 119 …boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_any(b… in main() local 139 …boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_any(b… in main() local 166 …boost::future<boost::csbl::tuple<boost::shared_future<int>,boost::shared_future<int> > > all = boo… in main() local 187 …boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_any(b… in main() local 202 …boost::future<boost::csbl::tuple<boost::shared_future<int>,boost::shared_future<int> > > all = boo… in main() local 219 …boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_any(b… in main() local 238 …boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_any(b… in main() local [all …]
|
D | iterators_pass.cpp | 65 …boost::future<boost::csbl::vector<boost::future<int> > > all = boost::when_any(v.begin(), v.end()); in main() local 89 …boost::future<boost::csbl::vector<boost::future<int> > > all = boost::when_any(v.begin(), v.end()); in main() local 113 …boost::future<boost::csbl::vector<boost::shared_future<int> > > all = boost::when_any(v.begin(), v… in main() local 141 …boost::future<boost::csbl::vector<boost::future<int> > > all = boost::when_any(v.begin(), v.end()); in main() local 167 …boost::future<boost::csbl::vector<boost::future<int> > > all = boost::when_any(v.begin(), v.end()); in main() local 200 …boost::future<boost::csbl::vector<boost::shared_future<int> > > all = boost::when_any(v.begin(), v… in main() local 229 …boost::future<boost::csbl::vector<boost::future<int> > > all = boost::when_any(v.begin(), v.end()); in main() local 251 …boost::future<boost::csbl::vector<boost::shared_future<int> > > all = boost::when_any(v.begin(), v… in main() local 276 …boost::future<boost::csbl::vector<boost::future<int> > > all = boost::when_any(v.begin(), v.end()); in main() local 299 …boost::future<boost::csbl::vector<boost::future<int> > > all = boost::when_any(v.begin(), v.end()); in main() local [all …]
|
/third_party/boost/libs/thread/example/ |
D | future_when_all.cpp | 109 … boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_all(boost::move(f1)); in main() local 119 … boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_all(boost::move(f1)); in main() local 129 … boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_all(boost::move(f1)); in main() local 138 …boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_all(b… in main() local 150 …boost::future<boost::csbl::tuple<boost::future<int>, boost::future<std::string> > > all = boost::w… in main() local 166 …boost::future<boost::csbl::vector<boost::future<int> > > all = boost::when_all(v.begin(), v.end()); in main() local 199 … boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_any(boost::move(f1)); in main() local 208 … boost::future<boost::csbl::tuple<boost::future<int> > > all = boost::when_any(boost::move(f1)); in main() local 218 …boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_any(b… in main() local 229 …boost::future<boost::csbl::tuple<boost::future<int>,boost::future<int> > > all = boost::when_any(b… in main() local [all …]
|
/third_party/boost/boost/fusion/algorithm/query/ |
D | all.hpp | 20 struct all struct 22 typedef bool type; 29 all(Sequence const& seq, F f) in all() function
|
/third_party/typescript/tests/cases/compiler/ |
D | tupleTypeInference.ts | 4 all<T1, T2, T3>(x: [IPromise<T1>, IPromise<T2>, IPromise<T3>]): IPromise<[T1, T2, T3]>; method 5 all<T1, T2>(x: [IPromise<T1>, IPromise<T2>]): IPromise<[T1, T2]>; method 6 all<T1>(x: [IPromise<T1>]): IPromise<[T1]>; method
|
/third_party/node/test/parallel/ |
D | test-dns-lookup.js | 62 all: false property 81 all: false property 96 all: true property 103 all: true property 110 all: false property 118 all: true property 127 all: true property 139 all: false property
|
D | test-dns-lookup-promises.js | 80 factory: () => dnsPromises.lookup('example', { all: true }), property 88 factory: () => dnsPromises.lookup('example', { all: true, family: 4 }), property 96 factory: () => dnsPromises.lookup('example', { all: true }), property 104 factory: () => dnsPromises.lookup('example', { all: true, family: 6 }), property 112 factory: () => dnsPromises.lookup('example', { all: true }), property 128 return assert.rejects(dnsPromises.lookup('example.com', { all: true }), property
|
/third_party/node/benchmark/dns/ |
D | lookup-promises.js | 8 all: ['true', 'false'], property 12 function main({ name, n, all }) { field 14 const opts = { all: true }; property
|
D | lookup.js | 8 all: ['true', 'false'], property 12 function main({ name, n, all }) { field 16 const opts = { all: true }; property
|
/third_party/node/test/internet/ |
D | test-dns-lookup.js | 14 all: false property 26 all: true property 37 all: true property
|
/third_party/libcoap/doc/ |
D | Makefile.am | 147 all: man-page-build target 154 all: man-page-prepare target
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/build/ |
D | Makefile | 38 all : $(WPA_SHARED) target 40 all : $(WPA_STATIC) target
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/build/ |
D | Makefile | 38 all : $(WPA_SHARED) target 40 all : $(WPA_STATIC) target
|
/third_party/typescript/tests/cases/fourslash/ |
D | completionListsThroughTransitiveBaseClasses2.ts | 21 const all = ["foo", "bar", "baz"]; constant
|
/third_party/typescript/tests/cases/conformance/expressions/functionCalls/ |
D | callWithSpread2.ts | 1 declare function all(a?: number, b?: number): void; function
|
/third_party/ltp/testcases/kdump/ |
D | Makefile | 1 all: runkdump.conf target
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ |
D | parserUnterminatedGeneric2.ts | 8 all(promises: IPromise < any > []): IPromise< method
|
D | parserUnterminatedGeneric1.ts | 2 all(promises: IPromise < any > []): IPromise< method
|
/third_party/pulseaudio/src/tests/ |
D | Makefile | 1 all: target
|