Home
last modified time | relevance | path

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

12345678910>>...85

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
H A 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 …]
H A DCombineTest.kt48 val f2 = flowOf(1) in <lambda>() constant
55 val f2 = emptyFlow<Int>() in <lambda>() constant
70 val f2 = flow { in <lambda>() constant
99 val f2 = flow { in <lambda>() constant
129 val f2 = flow { in <lambda>() constant
160 val f2 = flow { in <lambda>() constant
188 val f2 = flow { in <lambda>() constant
205 val f2 = flow { in <lambda>() constant
222 val f2 = flow { in <lambda>() constant
/aosp_15_r20/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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DDateFormatTest.java81 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getDateInstance(); in test_getDateInstance() local
97 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in test_getDateInstanceI() local
147 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getDateInstance( in test_getDateInstanceILjava_util_Locale() local
192 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in test_getDateTimeInstance() local
204 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in testDateTime() local
251 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in testDateTimeLocale() local
304 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getInstance(); in test_getInstance() local
328 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getTimeInstance(); in test_getTimeInstance() local
342 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat in test_getTimeInstanceI() local
392 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getTimeInstance( in test_getTimeInstanceILjava_util_Locale() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/detail/
Dswitch.h51 R Switch(char idx, F0 f0, F1 f1, F2 f2) { in Switch()
64 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3) { in Switch()
80 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4) { in Switch()
98 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5) { in Switch()
118 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6) { in Switch()
140 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7) { in Switch()
164 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch()
192 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch()
222 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch()
254 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch()
[all …]
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/inc/
H A Dreg_helper.h88 #define REG_SET_2(reg_name, init_val, f1, v1, f2, v2) \ argument
100 #define REG_SET_3(reg_name, init_val, f1, v1, f2, v2, f3, v3) \ argument
114 #define REG_SET_4(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
128 #define REG_SET_5(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5) \ argument
143 #define REG_SET_6(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6) \ argument
159 #define REG_SET_7(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7) \ argument
177 reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8) \ argument
195 reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8, f9, v9) \ argument
214 #define REG_SET_10(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, \ argument
235 #define REG_UPDATE_2(reg, f1, v1, f2, v2) REG_SET_2(reg, REG_CURRENT(reg), f1, v1, f2, v2) argument
[all …]
/aosp_15_r20/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_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
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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/math/
H A 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
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dcopy_move.pass.cpp70 std::function<int(int)> f2 = f; in main() local
83 std::function<int(int)> f2 = f; in main() local
94 std::function<int(int)> f2 = f; in main() local
123 std::function<int(int)> f2 = std::move(f); in main() local
147 std::function<int(int)> f2(std::move(f)); in main() local
168 std::function<int(int)> f2(std::move(f)); in main() local
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DFileTest.java155 File f2 = new File("a/"); in test_ConstructorLjava_io_FileLjava_lang_String6() local
333 File f2 = new File("thisFile.file"); in test_compareToLjava_io_File() local
390 File f2 = new File(dir, "tempfile.tst"); in test_createNewFile() local
457 File f2 = null; in test_createTempFileLjava_lang_StringLjava_lang_String() local
530 File f2 = null; in test_createTempFileLjava_lang_StringLjava_lang_StringLjava_io_File() local
676 File f2 = new File("filechk.tst"); in test_equalsLjava_lang_Object() local
708 File f2 = f.getAbsoluteFile(); in test_getAbsoluteFile() local
751 File f2 = f.getCanonicalFile(); in test_getCanonicalFile() local
848 File f2 = null, f3 = null, dir2 = null; in test_getCanonicalPath() local
949 File f2 = new File(tempDirectory, "tempfile2.tmp"); in test_getParentFile() local
[all …]
/aosp_15_r20/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
H A DInstallConstraintsTest.kt177 val f2 = CompletableFuture<PackageInstaller.InstallConstraintsResult>() in <lambda>() constant
209 val f2 = CompletableFuture<PackageInstaller.InstallConstraintsResult>() in <lambda>() constant
239 val f2 = CompletableFuture<PackageInstaller.InstallConstraintsResult>() in <lambda>() constant
271 val f2 = CompletableFuture<PackageInstaller.InstallConstraintsResult>() in <lambda>() constant
309 val f2 = CompletableFuture<PackageInstaller.InstallConstraintsResult>() in <lambda>() constant
350 val f2 = CompletableFuture<PackageInstaller.InstallConstraintsResult>() in <lambda>() constant
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_futures.cpp765 boost::unique_future<int> f2(BOOST_THREAD_MAKE_RV_REF(pt2.get_future())); in BOOST_AUTO_TEST_CASE() local
783 boost::unique_future<int> f2(BOOST_THREAD_MAKE_RV_REF(pt2.get_future())); in BOOST_AUTO_TEST_CASE() local
801 boost::unique_future<int> f2(BOOST_THREAD_MAKE_RV_REF(pt2.get_future())); in BOOST_AUTO_TEST_CASE() local
822 boost::unique_future<int> f2(BOOST_THREAD_MAKE_RV_REF(pt2.get_future())); in BOOST_AUTO_TEST_CASE() local
843 boost::unique_future<int> f2(BOOST_THREAD_MAKE_RV_REF(pt2.get_future())); in BOOST_AUTO_TEST_CASE() local
864 boost::unique_future<int> f2(BOOST_THREAD_MAKE_RV_REF(pt2.get_future())); in BOOST_AUTO_TEST_CASE() local
888 boost::unique_future<int> f2(BOOST_THREAD_MAKE_RV_REF(pt2.get_future())); in BOOST_AUTO_TEST_CASE() local
912 boost::unique_future<int> f2(BOOST_THREAD_MAKE_RV_REF(pt2.get_future())); in BOOST_AUTO_TEST_CASE() local
936 boost::unique_future<int> f2(BOOST_THREAD_MAKE_RV_REF(pt2.get_future())); in BOOST_AUTO_TEST_CASE() local
960 boost::unique_future<int> f2(BOOST_THREAD_MAKE_RV_REF(pt2.get_future())); in BOOST_AUTO_TEST_CASE() local
[all …]
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DFloatTest.java123 Float f2 = new Float(90.8f); in test_byteValue() local
141 float f2 = values[j]; in test_compare() local
195 Float f2 = new Float(-0.876f); in test_floatValue() local
235 Float f2 = new Float(90.8f); in test_intValue() local
299 Float f2 = new Float(90.8f); in test_longValue() local
824 Float f2 = new Float(90.8f); in test_shortValue() local
971 float f2 = values[j]; in test_compareToLjava_lang_Float() local
992 Float f2 = new Float(8765.4321f); in test_equalsLjava_lang_Object() local
/aosp_15_r20/art/test/MyClassNatives/
H A DMyClassNatives.java112 native float checkFloats(float f1, float f2); in checkFloats()
115 float f1, float f2, float f3, float f4, float f5, float f6, in forceStackParameters()
163 int i8, int i9, int i10, float f1, float f2, float f3, float f4, float f5, float f6, in stackArgsIntsFirst()
167 native static void stackArgsFloatsFirst(float f1, float f2, float f3, float f4, float f5, in stackArgsFloatsFirst()
172 native static void stackArgsMixed(int i1, float f1, int i2, float f2, int i3, float f3, int i4, in stackArgsMixed()
192 static native int sfoo7FI(float f1, float f2, float f3, float f4, float f5, float f6, in sfoo7FI()
195 static native int sfoo3F5DI(float f1, float f2, float f3, double d1, double d2, double d3, in sfoo3F5DI()
198 static native int sfoo3F6DI(float f1, float f2, float f3, double d1, double d2, double d3, in sfoo3F6DI()
209 native int foo9F(float f1, float f2, float f3, float f4, float f5, float f6, float f7, in foo9F()
212 native int foo7FDF(float f1, float f2, float f3, float f4, float f5, float f6, float f7, in foo7FDF()
[all …]
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/
H A 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

12345678910>>...85