Home
last modified time | relevance | path

Searched defs:f2 (Results 1 – 25 of 1234) sorted by relevance

12345678910>>...50

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DZipTest.kt12 val f2 = flowOf(1, 2, 3) in <lambda>() constant
19 val f2 = flowOf(1, 2, 3) in <lambda>() constant
27 val f2 = emptyFlow<Int>() in <lambda>() constant
34 val f2 = flowOf(1) in <lambda>() constant
41 val f2 = emptyFlow<Int>() in <lambda>() constant
48 val f2 = flowOf(1, 2, 3) in <lambda>() constant
55 val f2 = flowOf(1, null, null, 2) in <lambda>() constant
66 val f2 = flow<String> { in <lambda>() constant
88 val f2 = flowOf("a", "b") in <lambda>() constant
103 val f2 = flow<String> { in <lambda>() constant
[all …]
DCombineTest.kt47 val f2 = flowOf(1) in <lambda>() constant
54 val f2 = emptyFlow<Int>() in <lambda>() constant
69 val f2 = flow { in <lambda>() constant
98 val f2 = flow { in <lambda>() constant
128 val f2 = flow { in <lambda>() constant
159 val f2 = flow { in <lambda>() constant
187 val f2 = flow { in <lambda>() constant
204 val f2 = flow { in <lambda>() constant
221 val f2 = flow { in <lambda>() constant
/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/when_any/
Dvariadic_pass.cpp57 boost::future<int> f2 = boost::make_ready_future(321); in main() local
74 boost::future<int> f2 = boost::make_ready_future(321); in main() local
94 boost::shared_future<int> f2 = boost::make_ready_future(321).share(); in main() local
117 boost::future<int> f2 = pt2.get_future(); in main() local
137 boost::future<int> f2 = pt2.get_future(); in main() local
164 boost::shared_future<int> f2 = pt2.get_future().share(); in main() local
185 boost::future<int> f2 = boost::async(boost::launch::async, &p2); in main() local
200 boost::shared_future<int> f2 = boost::async(boost::launch::async, &p2).share(); in main() local
216 boost::future<int> f2 = boost::make_ready_future(321); in main() local
235 boost::future<int> f2 = boost::async(boost::launch::deferred, &p2); in main() local
[all …]
Diterators_pass.cpp81 boost::future<int> f2 = boost::make_ready_future(321); in main() local
105 boost::shared_future<int> f2 = boost::make_ready_future(321).share(); in main() local
134 boost::future<int> f2 = pt2.get_future(); in main() local
160 boost::future<int> f2 = pt2.get_future(); in main() local
193 boost::shared_future<int> f2 = pt2.get_future().share(); in main() local
222 boost::future<int> f2 = boost::async(boost::launch::async, &p2); in main() local
244 boost::shared_future<int> f2 = boost::async(boost::launch::async, &p2).share(); in main() local
268 boost::future<int> f2 = boost::make_ready_future(321); in main() local
293 boost::future<int> f2 = boost::async(boost::launch::deferred, &p2); in main() local
314 boost::shared_future<int> f2 = boost::async(boost::launch::deferred, &p2).share(); in main() local
[all …]
/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/when_all/
Dvariadic_pass.cpp59 boost::future<int> f2 = boost::make_ready_future(321); in main() local
77 boost::future<int> f2 = boost::make_ready_future(321); in main() local
98 boost::shared_future<int> f2 = boost::make_ready_future(321).share(); in main() local
122 boost::future<int> f2 = pt2.get_future(); in main() local
143 boost::future<int> f2 = pt2.get_future(); in main() local
171 boost::shared_future<int> f2 = pt2.get_future().share(); in main() local
194 boost::future<int> f2 = boost::async(boost::launch::async, &p2); in main() local
211 boost::shared_future<int> f2 = boost::async(boost::launch::async, &p2).share(); in main() local
228 boost::future<int> f2 = boost::make_ready_future(321); in main() local
247 boost::future<int> f2 = boost::async(boost::launch::deferred, &p2); in main() local
[all …]
Diterators_pass.cpp80 boost::future<int> f2 = boost::make_ready_future(321); in main() local
104 boost::shared_future<int> f2 = boost::make_ready_future(321).share(); in main() local
133 boost::future<int> f2 = pt2.get_future(); in main() local
159 boost::future<int> f2 = pt2.get_future(); in main() local
192 boost::shared_future<int> f2 = pt2.get_future().share(); in main() local
222 boost::future<int> f2 = boost::async(boost::launch::async, &p2); in main() local
244 boost::shared_future<int> f2 = boost::async(boost::launch::async, &p2).share(); in main() local
268 boost::future<int> f2 = boost::make_ready_future(321); in main() local
292 boost::future<int> f2 = boost::async(boost::launch::deferred, &p2); in main() local
313 boost::shared_future<int> f2 = boost::async(boost::launch::deferred, &p2).share(); in main() local
[all …]
/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/future/
Dasync_deferred_then_pass.cpp61 boost::future<int> f2 = f1.then(&p2); in main() local
81 boost::future<int> f2 = f1.then(&p2); in main() local
103 boost::future<void> f2 = f1.then(&p3); in main() local
122 boost::future<int> f2 = boost::async(boost::launch::deferred, p1).then(&p2); in main() local
129 boost::future<int> f2= f21.then(&p2); in main() local
135 boost::future<int> f2= f1.then(&p2).then(&p2); in main() local
140 boost::future<int> f2 = boost::async(boost::launch::deferred, p1).then(&p2).then(&p2); in main() local
Dthen_pass.cpp61 boost::future<int> f2 = f1.then(&p2); in main() local
83 boost::future<void> f2 = f1.then(&p3); in main() local
102 boost::future<int> f2 = boost::async(p1).then(&p2); in main() local
109 boost::future<int> f2= f21.then(&p2); in main() local
115 boost::future<int> f2= f1.then(&p2).then(&p2); in main() local
120 boost::future<int> f2 = boost::async(p1).then(&p2).then(&p2); in main() local
Dthen_deferred_pass.cpp65 boost::future<int> f2 = f1.then(boost::launch::deferred, &p2); in main() local
87 boost::future<void> f2 = f1.then(boost::launch::deferred, &p3); in main() local
106 boost::future<int> f2 = boost::async(p1).then(boost::launch::deferred, &p2); in main() local
113 boost::future<int> f2= f21.then(boost::launch::deferred, &p2); in main() local
119 boost::future<int> f2= f1.then(boost::launch::deferred, &p2).then(boost::launch::deferred, &p2); in main() local
124 …boost::future<int> f2 = boost::async(p1).then(boost::launch::deferred, &p2).then(boost::launch::de… in main() local
Dthen_executor_pass.cpp67 boost::future<int> f2 = f1.then(ex, &p2); in main() local
90 boost::future<void> f2 = f1.then(ex, &p3); in main() local
110 boost::future<int> f2 = boost::async(p1).then(ex, &p2); in main() local
118 boost::future<int> f2= f21.then(ex, &p2); in main() local
126 boost::future<int> f2= f21.then(&p2); in main() local
133 boost::future<int> f2= f1.then(&p2).then(ex, &p2); in main() local
139 boost::future<int> f2 = boost::async(p1).then(ex, &p2).then(ex, &p2); in main() local
/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/shared_future/
Dthen_pass.cpp61 boost::future<int> f2 = f1.then(&p2); in main() local
82 boost::future<int> f2 = f1.then(&p2); in main() local
106 boost::future<void> f2 = f1.then(&p3); in main() local
125 boost::future<int> f2 = boost::async(p1).share().then(&p2); in main() local
132 boost::future<int> f2= f21.then(&p2); in main() local
138 boost::future<int> f2= f1.then(&p2).share().then(&p2); in main() local
143 boost::future<int> f2 = boost::async(p1).share().then(&p2).share().then(&p2); in main() local
Dthen_executor_pass.cpp65 boost::future<int> f2 = f1.then(ex, &p2); in main() local
87 boost::future<void> f2 = f1.then(ex, &p3); in main() local
107 boost::future<int> f2 = boost::async(p1).share().then(ex, &p2); in main() local
115 boost::future<int> f2= f21.then(ex, &p2); in main() local
123 boost::future<int> f2= f21.then(&p2); in main() local
130 boost::future<int> f2= f1.then(ex, &p2).share().then(ex, &p2); in main() local
136 boost::future<int> f2 = boost::async(p1).share().then(ex, &p2).share().then(ex, &p2); in main() local
/external/cronet/stable/third_party/libc++/src/test/std/input.output/filesystems/class.file_status/
Dfile_status.status.eq.ops.pass.cpp26 std::filesystem::file_status f2; in test() local
32 …std::filesystem::file_status f2{std::filesystem::file_type::regular, std::filesystem::perms::owner… in test() local
38 …std::filesystem::file_status f2{std::filesystem::file_type::none, std::filesystem::perms::owner_re… in test() local
44 …std::filesystem::file_status f2{std::filesystem::file_type::regular, std::filesystem::perms::owner… in test() local
/external/cronet/tot/third_party/libc++/src/test/std/input.output/filesystems/class.file_status/
Dfile_status.status.eq.ops.pass.cpp26 std::filesystem::file_status f2; in test() local
32 …std::filesystem::file_status f2{std::filesystem::file_type::regular, std::filesystem::perms::owner… in test() local
38 …std::filesystem::file_status f2{std::filesystem::file_type::none, std::filesystem::perms::owner_re… in test() local
44 …std::filesystem::file_status f2{std::filesystem::file_type::regular, std::filesystem::perms::owner… in test() local
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dcopy_move.pass.cpp63 std::function<int(int)> f2 = f; in main() local
76 std::function<int(int)> f2 = f; in main() local
87 std::function<int(int)> f2 = f; in main() local
116 std::function<int(int)> f2 = std::move(f); in main() local
140 std::function<int(int)> f2(std::move(f)); in main() local
159 std::function<int(int)> f2(std::move(f)); in main() local
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dcopy_move.pass.cpp66 std::function<int(int)> f2 = f; in main() local
79 std::function<int(int)> f2 = f; in main() local
90 std::function<int(int)> f2 = f; in main() local
119 std::function<int(int)> f2 = std::move(f); in main() local
143 std::function<int(int)> f2(std::move(f)); in main() local
164 std::function<int(int)> f2(std::move(f)); in main() local
/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dcopy_move.pass.cpp66 std::function<int(int)> f2 = f; in main() local
79 std::function<int(int)> f2 = f; in main() local
90 std::function<int(int)> f2 = f; in main() local
119 std::function<int(int)> f2 = std::move(f); in main() local
143 std::function<int(int)> f2(std::move(f)); in main() local
164 std::function<int(int)> f2(std::move(f)); in main() local
/external/cronet/tot/third_party/libc++/src/test/std/input.output/file.streams/fstreams/filebuf.assign/
Dnonmember_swap.pass.cpp34 std::filebuf f2; in main() local
51 std::filebuf f2; in main() local
71 std::filebuf f1, f2; in main() local
95 std::wfilebuf f2; in main() local
/external/cronet/stable/third_party/libc++/src/test/std/input.output/file.streams/fstreams/filebuf.assign/
Dnonmember_swap.pass.cpp34 std::filebuf f2; in main() local
51 std::filebuf f2; in main() local
71 std::filebuf f1, f2; in main() local
95 std::wfilebuf f2; in main() local
/external/sdv/vsomeip/third_party/boost/thread/example/
Dfuture_when_all.cpp137 boost::future<int> f2 = boost::async(boost::launch::async, &p1b); in main() local
149 boost::future<std::string> f2 = boost::make_ready_future(std::string("nnnnnnn"));; in main() local
217 boost::future<int> f2 = boost::async(boost::launch::async, &p1b); in main() local
228 boost::future<int> f2 = boost::async(boost::launch::async, &p1b); in main() local
239 boost::future<int> f2 = boost::async(boost::launch::async, &p1b); in main() local
249 boost::future<int> f2 = boost::make_ready_future(1); in main() local
262 boost::future<int> f2 = boost::async(boost::launch::async, &p1b); in main() local
273 boost::future<int> f2 = boost::async(boost::launch::deferred, &p1b); in main() local
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/math/
DFractionTest.java68 Fraction f2; in testAdd() local
169 Fraction f2; in testCompareTo() local
253 Fraction f2; in testDivide() local
298 Fraction f2; in testEquals() local
361 Fraction f2 = null; in testFactory_double() local
616 Fraction f2 = Fraction.getFraction(3, 5); in testHashCode() local
659 Fraction f2; in testMultiply() local
965 Fraction f2; in testSubtract() local
/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/
DBatchingTest.java96 ApiFuture<List<Integer>> f2 = callable.futureCall(new LabeledIntList("one", 3, 4)); in batching() local
139 ApiFuture<List<Integer>> f2 = in batchingWithFlowControl() local
174 ApiFuture<List<Integer>> f2 = callable.futureCall(new LabeledIntList("one", 3, 4)); in batchingDisabled() local
194 ApiFuture<List<Integer>> f2 = callable.futureCall(new LabeledIntList("one", 3)); in batchingWithBlockingCallThreshold() local
223 ApiFuture<List<Integer>> f2 = callable.futureCall(new LabeledIntList("one", 3, 4)); in batchingException() local
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/
Dswap.pass.cpp66 std::function<int(int)> f2 = A(2); in main() local
84 std::function<int(int)> f2 = g; in main() local
102 std::function<int(int)> f2 = A(1); in main() local
120 std::function<int(int)> f2 = h; 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()
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/
Dswap.pass.cpp67 std::function<int(int)> f2 = A(2); in main() local
85 std::function<int(int)> f2 = g; in main() local
103 std::function<int(int)> f2 = A(1); in main() local
121 std::function<int(int)> f2 = h; in main() local

12345678910>>...50