Home
last modified time | relevance | path

Searched defs:f1 (Results 1 – 25 of 1159) sorted by relevance

12345678910>>...47

/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/when_all/
Done_pass.cpp52 boost::future<int> f1; in main() local
64 boost::future<int> f1 = boost::make_ready_future(123); in main() local
78 boost::shared_future<int> f1 = boost::make_ready_future(123).share(); in main() local
93 boost::future<int> f1 = pt1.get_future(); in main() local
106 boost::shared_future<int> f1 = pt1.get_future().share(); in main() local
119 boost::future<int> f1 = pt1.get_future(); in main() local
138 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main() local
149 boost::shared_future<int> f1 = boost::async(boost::launch::async, &p1).share(); in main() local
162 boost::future<int> f1 = boost::async(boost::launch::deferred, &p1); in main() local
173 boost::shared_future<int> f1 = boost::async(boost::launch::deferred, &p1).share(); in main() local
Dvariadic_pass.cpp58 boost::future<int> f1; in main() local
76 boost::future<int> f1 = boost::make_ready_future(123); in main() local
97 boost::shared_future<int> f1 = boost::make_ready_future(123).share(); in main() local
119 boost::future<int> f1 = pt1.get_future(); in main() local
140 boost::future<int> f1 = pt1.get_future(); in main() local
168 boost::shared_future<int> f1 = pt1.get_future().share(); in main() local
192 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main() local
209 boost::shared_future<int> f1 = boost::async(boost::launch::async, &p1).share(); in main() local
226 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main() local
246 boost::future<int> f1 = boost::async(boost::launch::deferred, &p1); in main() local
[all …]
Diterators_pass.cpp58 boost::future<int> f1; in main() local
79 boost::future<int> f1 = boost::make_ready_future(123); in main() local
103 boost::shared_future<int> f1 = boost::make_ready_future(123).share(); in main() local
130 boost::future<int> f1 = pt1.get_future(); in main() local
156 boost::future<int> f1 = pt1.get_future(); in main() local
189 boost::shared_future<int> f1 = pt1.get_future().share(); in main() local
220 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main() local
242 boost::shared_future<int> f1 = boost::async(boost::launch::async, &p1).share(); in main() local
266 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main() local
291 boost::future<int> f1 = boost::async(boost::launch::deferred, &p1); in main() local
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DZipTest.kt17 val f1 = flowOf("a", "b", "c") in <lambda>() constant
24 val f1 = flowOf("a", "b", "c", "d", "e") in <lambda>() constant
32 val f1 = emptyFlow<String>() in <lambda>() constant
39 val f1 = emptyFlow<String>() in <lambda>() constant
46 val f1 = flowOf("a") in <lambda>() constant
53 val f1 = flowOf("a", null, null, "d") in <lambda>() constant
60 val f1 = flowOf("a", "b", "c") in <lambda>() constant
67 val f1 = flow<String> { in <lambda>() constant
83 val f1 = flow<String> { in <lambda>() constant
101 val f1 = flow<String> { in <lambda>() constant
[all …]
/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/when_any/
Done_pass.cpp45 boost::future<int> f1; in main() local
57 boost::future<int> f1 = boost::make_ready_future(123); in main() local
71 boost::shared_future<int> f1 = boost::make_ready_future(123).share(); in main() local
86 boost::future<int> f1 = pt1.get_future(); in main() local
99 boost::shared_future<int> f1 = pt1.get_future().share(); in main() local
111 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main() local
122 boost::shared_future<int> f1 = boost::async(boost::launch::async, &p1).share(); in main() local
135 boost::future<int> f1 = boost::async(boost::launch::deferred, &p1); in main() local
146 boost::shared_future<int> f1 = boost::async(boost::launch::deferred, &p1).share(); in main() local
Dvariadic_pass.cpp56 boost::future<int> f1; in main() local
73 boost::future<int> f1 = boost::make_ready_future(123); in main() local
93 boost::shared_future<int> f1 = boost::make_ready_future(123).share(); in main() local
114 boost::future<int> f1 = pt1.get_future(); in main() local
134 boost::future<int> f1 = pt1.get_future(); in main() local
161 boost::shared_future<int> f1 = pt1.get_future().share(); in main() local
183 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main() local
198 boost::shared_future<int> f1 = boost::async(boost::launch::async, &p1).share(); in main() local
214 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main() local
234 boost::future<int> f1 = boost::async(boost::launch::deferred, &p1); in main() local
[all …]
Diterators_pass.cpp59 boost::future<int> f1; in main() local
80 boost::future<int> f1 = boost::make_ready_future(123); in main() local
104 boost::shared_future<int> f1 = boost::make_ready_future(123).share(); in main() local
131 boost::future<int> f1 = pt1.get_future(); in main() local
157 boost::future<int> f1 = pt1.get_future(); in main() local
190 boost::shared_future<int> f1 = pt1.get_future().share(); in main() local
220 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main() local
242 boost::shared_future<int> f1 = boost::async(boost::launch::async, &p1).share(); in main() local
266 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main() local
292 boost::future<int> f1 = boost::async(boost::launch::deferred, &p1); in main() local
[all …]
/external/cronet/third_party/libc++/src/test/libcxx/utilities/expected/expected.expected/
Dand_then.mandates.verify.cpp53 std::expected<int, int> f1(1); in test() local
62 std::expected<int, int> f1(1); in test() local
72 const std::expected<int, int> f1(1); in test() local
81 const std::expected<int, int> f1(1); in test() local
92 std::expected<int, int> f1(1); in test() local
101 std::expected<int, int> f1(1); in test() local
111 const std::expected<int, int> f1(1); in test() local
120 const std::expected<int, int> f1(1); in test() local
Dvalue_or.mandates.verify.cpp38 const std::expected<NonCopyable, int> f1{5}; in test() local
46 const std::expected<NotConvertibleFromInt, int> f1{std::in_place}; in test() local
54 std::expected<NonMovable, int> f1{5}; in test() local
62 std::expected<NotConvertibleFromInt, int> f1{std::in_place}; in test() local
Derror_or.mandates.verify.cpp38 const std::expected<int, NonCopyable> f1(std::unexpect, 0); in test() local
47 const std::expected<int, NotConvertibleFromInt> f1(std::unexpect, NotConvertibleFromInt{}); in test() local
57 std::expected<int, NonMovable> f1(std::unexpect, 0); in test() local
66 std::expected<int, NotConvertibleFromInt> f1(std::unexpect, NotConvertibleFromInt{}); in test() local
/external/cronet/third_party/libc++/src/test/libcxx/utilities/expected/expected.void/
Dand_then.mandates.verify.cpp53 std::expected<void, int> f1; in test() local
62 std::expected<void, int> f1; in test() local
72 const std::expected<void, int> f1; in test() local
81 const std::expected<void, int> f1; in test() local
91 std::expected<void, int> f1; in test() local
100 std::expected<void, int> f1; in test() local
110 const std::expected<void, int> f1; in test() local
119 const std::expected<void, int> f1; in test() local
Derror_or.mandates.verify.cpp38 const std::expected<void, NonCopyable> f1(std::unexpect, 0); in test() local
47 const std::expected<void, NotConvertibleFromInt> f1(std::unexpect, NotConvertibleFromInt{}); in test() local
56 std::expected<void, NonMovable> f1(std::unexpect, 0); in test() local
65 std::expected<void, NotConvertibleFromInt> f1(std::unexpect, NotConvertibleFromInt{}); in test() local
/external/sdv/vsomeip/third_party/boost/thread/example/
Dfuture_when_all.cpp108 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main() local
117 boost::future<int> f1 = boost::async(boost::launch::deferred, &p1); in main() local
128 boost::future<int> f1 = boost::make_ready_future(1); in main() local
136 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main() local
148 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main() local
198 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main() local
207 boost::future<int> f1 = boost::async(boost::launch::deferred, &p1); in main() local
216 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main() local
227 boost::future<int> f1 = boost::make_ready_future(1); in main() local
238 boost::future<std::string> f1 = boost::make_ready_future(std::string("aaaa")); in main() local
[all …]
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
Dswap.pass.cpp64 std::function<int(int)> f1 = A(1); in main() local
79 std::function<int(int)> f1 = A(1); in main() local
94 std::function<int(int)> f1 = g; in main() local
109 std::function<int(int)> f1 = g; in main() local
124 std::function<int(int)> f1 = A(1); in main() local
137 std::function<int()> f1 = g0; in main() local
145 std::function<int(int, int)> f1 = g2; in main() local
153 std::function<int(int, int, int)> f1 = g3; in main() local
161 std::function<int()> f1 = A(1); in main() local
172 std::function<int(int, int)> f1 = A(2); in main() local
[all …]
/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
Dswap.pass.cpp68 std::function<int(int)> f1 = A(1); in main() local
83 std::function<int(int)> f1 = A(1); in main() local
98 std::function<int(int)> f1 = g; in main() local
113 std::function<int(int)> f1 = g; in main() local
128 std::function<int(int)> f1 = A(1); in main() local
141 std::function<int()> f1 = g0; in main() local
149 std::function<int(int, int)> f1 = g2; in main() local
157 std::function<int(int, int, int)> f1 = g3; in main() local
165 std::function<int()> f1 = A(1); in main() local
176 std::function<int(int, int)> f1 = A(2); in main() local
[all …]
/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_10964.cpp79 auto f1 = boost::make_ready_future().then(TestCallback()); in main() local
86 auto f1 = boost::make_ready_future().then(TestCallback()); in main() local
100 auto f1 = boost::make_ready_future().then(TestCallback()); in main() local
106 auto f1 = boost::make_ready_future().then(TestCallback()); in main() local
115 auto f1 = boost::make_ready_future().then(TestCallback()); in main() local
139 auto f1 = boost::make_ready_future().then(TestCallback()); in main() local
149 auto f1 = boost::make_ready_future().then(executor, TestCallback()); in main() local
162 auto f1 = boost::make_ready_future().then(executor, TestCallback()); in main() local
179 auto f1 = boost::make_ready_future().then(executor, TestCallback()); in main() local
/external/clang/test/Sema/
Dpragma-pack-2.c11 int f1; member
18 int f1; member
26 int f1; member
31 int f1; member
40 int f1; member
45 int f1; member
56 } f1; in f() member
Dpragma-align-mac68k.c16 int f1; member
25 double f1; member
34 v4f_t f1; member
43 char f1; member
52 unsigned f1 : 9; member
81 char f1; member
94 v2f_t f1; member
107 int f1; in f12() member
Dpragma-align-packed.c7 int f1 __attribute__((aligned(4))); member
14 int f1 __attribute__((aligned(4))); member
21 int f1 __attribute__((aligned(4))); member
27 struct s3_0 { unsigned char f0; unsigned int f1; }; member
30 struct s3_1 { unsigned char f0; unsigned int f1; }; member
Dpragma-pack-5.c10 char f1; member
17 char f1; member
24 char f1; member
32 char f1; member
41 char f1; member
/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/class.file_status/
Dfile_status.status.eq.ops.pass.cpp25 std::filesystem::file_status f1; in test() local
31 …std::filesystem::file_status f1{std::filesystem::file_type::regular, std::filesystem::perms::owner… in test() local
37 …std::filesystem::file_status f1{std::filesystem::file_type::regular, std::filesystem::perms::owner… in test() local
43 …std::filesystem::file_status f1{std::filesystem::file_type::regular, std::filesystem::perms::owner… in test() local
/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/future/
Dasync_deferred_then_pass.cpp58 boost::future<int> f1 = boost::async(boost::launch::deferred, &p1); in main() local
79 boost::future<int> f1 = boost::async(boost::launch::deferred, &p1); in main() local
101 boost::future<int> f1 = boost::async(boost::launch::deferred, &p1); in main() local
127 boost::future<int> f1 = boost::async(boost::launch::deferred, p1); in main() local
134 boost::future<int> f1 = boost::async(boost::launch::deferred, p1); in main() local
Dthen_executor_pass.cpp65 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main() local
88 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main() local
116 boost::future<int> f1 = boost::async(p1); in main() local
124 boost::future<int> f1 = boost::async(p1); in main() local
132 boost::future<int> f1 = boost::async(p1); in main() local
/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/shared_future/
Dthen_pass.cpp59 boost::shared_future<int> f1 = boost::async(boost::launch::async, &p1).share(); in main() local
80 boost::shared_future<int> f1 = boost::async(boost::launch::async, &p1).share(); in main() local
104 boost::shared_future<int> f1 = boost::async(boost::launch::async, &p1).share(); in main() local
130 boost::shared_future<int> f1 = boost::async(p1).share(); in main() local
137 boost::shared_future<int> f1 = boost::async(p1).share(); in main() local
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/futures/
Dwait_for_all.hpp29 typename boost::enable_if<is_future_type<F1>,void>::type wait_for_all(F1& f1,F2& f2) in wait_for_all()
36 void wait_for_all(F1& f1,F2& f2,F3& f3) in wait_for_all()
44 void wait_for_all(F1& f1,F2& f2,F3& f3,F4& f4) in wait_for_all()
53 void wait_for_all(F1& f1,F2& f2,F3& f3,F4& f4,F5& f5) in wait_for_all()
63 typename boost::enable_if<is_future_type<F1>,void>::type wait_for_all(F1& f1, Fs&... fs) in wait_for_all()

12345678910>>...47