Home
last modified time | relevance | path

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

12345678910>>...50

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DZipTest.kt11 val f1 = flowOf("a", "b", "c") in <lambda>() constant
18 val f1 = flowOf("a", "b", "c", "d", "e") in <lambda>() constant
26 val f1 = emptyFlow<String>() in <lambda>() constant
33 val f1 = emptyFlow<String>() in <lambda>() constant
40 val f1 = flowOf("a") in <lambda>() constant
47 val f1 = flowOf("a", null, null, "d") in <lambda>() constant
54 val f1 = flowOf("a", "b", "c") in <lambda>() constant
61 val f1 = flow<String> { in <lambda>() constant
77 val f1 = flow<String> { in <lambda>() constant
95 val f1 = flow<String> { in <lambda>() constant
[all …]
/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/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/stable/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/cronet/stable/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
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
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
/external/cronet/tot/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/cronet/tot/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
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
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
/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/cronet/tot/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/cronet/stable/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/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/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
/external/cronet/stable/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

12345678910>>...50