Home
last modified time | relevance | path

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

12345678910>>...17

/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/node/test/parallel/
Dtest-dns-lookup.js62 all: false property
80 all: false property
95 all: true property
102 all: true property
109 all: false property
117 all: true property
127 all: true property
140 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.am113 all: man-page-build target
119 all: man-page-prepare target
/third_party/node/tools/node_modules/eslint/node_modules/which/bin/
Dnode-which11 var all = false variable
43 var f = which.sync(current, { all: all }) property
/third_party/node/deps/npm/node_modules/which/bin/
Dwhich11 var all = false variable
43 var f = which.sync(current, { all: all }) property
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/build/
DMakefile53 all : $(WPA_SHARED) target
55 all : $(WPA_STATIC) target
/third_party/wpa_supplicant/wpa_supplicant-2.9/build/
DMakefile38 all : $(WPA_SHARED) target
40 all : $(WPA_STATIC) target
/third_party/ltp/testcases/kdump/
DMakefile1 all: runkdump.conf target
/third_party/pulseaudio/src/utils/
DMakefile1 all: target
/third_party/pulseaudio/src/pulsecore/
DMakefile1 all: target
/third_party/zlib/
DMakefile1 all: target
/third_party/pulseaudio/src/pulse/
DMakefile1 all: target
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
DMakefile1 all: target
/third_party/iniparser/doc/
DMakefile5 all: html target

12345678910>>...17