/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/ |
D | ZipTest.kt | 11 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/ |
D | one_pass.cpp | 52 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
|
D | variadic_pass.cpp | 58 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 …]
|
D | iterators_pass.cpp | 58 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/ |
D | one_pass.cpp | 45 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
|
D | variadic_pass.cpp | 56 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 …]
|
D | iterators_pass.cpp | 59 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/ |
D | and_then.mandates.verify.cpp | 53 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
|
D | error_or.mandates.verify.cpp | 38 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/ |
D | and_then.mandates.verify.cpp | 53 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
|
D | error_or.mandates.verify.cpp | 38 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
|
D | value_or.mandates.verify.cpp | 38 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/ |
D | and_then.mandates.verify.cpp | 53 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
|
D | error_or.mandates.verify.cpp | 38 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/ |
D | and_then.mandates.verify.cpp | 53 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
|
D | error_or.mandates.verify.cpp | 38 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
|
D | value_or.mandates.verify.cpp | 38 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/ |
D | future_when_all.cpp | 108 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/ |
D | swap.pass.cpp | 68 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/ |
D | swap.pass.cpp | 68 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/ |
D | swap.pass.cpp | 64 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/ |
D | test_10964.cpp | 79 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/ |
D | pragma-pack-2.c | 11 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
|
D | pragma-align-mac68k.c | 16 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/ |
D | file_status.status.eq.ops.pass.cpp | 25 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
|