Home
last modified time | relevance | path

Searched defs:all (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/third_party/typescript/src/lib/
Des2015.promise.d.ts21all<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseL… method
29all<T1, T2, T3, T4, T5, T6, T7, T8, T9>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T… method
37all<T1, T2, T3, T4, T5, T6, T7, T8>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, … method
45all<T1, T2, T3, T4, T5, T6, T7>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 |… method
53all<T1, T2, T3, T4, T5, T6>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | Pro… method
61all<T1, T2, T3, T4, T5>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | Promise… method
69all<T1, T2, T3, T4>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike… method
77all<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/
Dlib.es2015.promise.d.ts41all<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseL… method
49all<T1, T2, T3, T4, T5, T6, T7, T8, T9>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T… method
57all<T1, T2, T3, T4, T5, T6, T7, T8>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, … method
65all<T1, T2, T3, T4, T5, T6, T7>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 |… method
73all<T1, T2, T3, T4, T5, T6>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | Pro… method
81all<T1, T2, T3, T4, T5>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | Promise… method
89all<T1, T2, T3, T4>(values: readonly [T1 | PromiseLike<T1>, T2 | PromiseLike<T2>, T3 | PromiseLike… method
97all<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/
Done_pass.cpp54 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
Dvariadic_pass.cpp62 …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 …]
Diterators_pass.cpp64 …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/
Done_pass.cpp47 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
Dvariadic_pass.cpp60 …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 …]
Diterators_pass.cpp65 …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/
Dfuture_when_all.cpp109 … 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/
Dall.hpp20 struct all struct
22 typedef bool type;
29 all(Sequence const& seq, F f) in all() function
/third_party/typescript/tests/cases/compiler/
DtupleTypeInference.ts4 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/
Dtest-dns-lookup.js62 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
Dtest-dns-lookup-promises.js80 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/
Dlookup-promises.js8 all: ['true', 'false'], property
12 function main({ name, n, all }) { field
14 const opts = { all: true }; property
Dlookup.js8 all: ['true', 'false'], property
12 function main({ name, n, all }) { field
16 const opts = { all: true }; property
/third_party/node/test/internet/
Dtest-dns-lookup.js14 all: false property
26 all: true property
37 all: true property
/third_party/libcoap/doc/
DMakefile.am147 all: man-page-build target
154 all: man-page-prepare target
/third_party/wpa_supplicant/wpa_supplicant-2.9/build/
DMakefile38 all : $(WPA_SHARED) target
40 all : $(WPA_STATIC) target
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/build/
DMakefile38 all : $(WPA_SHARED) target
40 all : $(WPA_STATIC) target
/third_party/typescript/tests/cases/fourslash/
DcompletionListsThroughTransitiveBaseClasses2.ts21 const all = ["foo", "bar", "baz"]; constant
/third_party/typescript/tests/cases/conformance/expressions/functionCalls/
DcallWithSpread2.ts1 declare function all(a?: number, b?: number): void; function
/third_party/ltp/testcases/kdump/
DMakefile1 all: runkdump.conf target
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ErrorRecovery/
DparserUnterminatedGeneric2.ts8 all(promises: IPromise < any > []): IPromise< method
DparserUnterminatedGeneric1.ts2 all(promises: IPromise < any > []): IPromise< method
/third_party/pulseaudio/src/tests/
DMakefile1 all: target

12345678910>>...23