Home
last modified time | relevance | path

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

12345678910>>...89

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
H A 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 …]
H A DCombineTest.kt47 val f1 = emptyFlow<String>() in <lambda>() constant
54 val f1 = flowOf("a") in <lambda>() constant
61 val f1 = flow { in <lambda>() constant
90 val f1 = flow { in <lambda>() constant
120 val f1 = flow { in <lambda>() constant
153 val f1 = flow { in <lambda>() constant
181 val f1 = flow { in <lambda>() constant
200 val f1 = flow { in <lambda>() constant
217 val f1 = flow { in <lambda>() constant
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/when_any/
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 …]
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
/aosp_15_r20/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 …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/futures/when_all/
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 …]
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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
H A 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 …]
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
H A 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/detail/
Dswitch.h40 R Switch(char idx, F0 f0, F1 f1) { in Switch()
51 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()
[all …]
/aosp_15_r20/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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/expected/expected.expected/
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/expected/expected.void/
H A 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
/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/clang/test/Sema/
H A 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
H A 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
/aosp_15_r20/external/grpc-grpc/test/core/transport/
H A Dcall_filters_test.cc136 Filter1 f1; in TEST() local
159 Filter1 f1; in TEST() local
190 Filter1 f1; in TEST() local
226 Filter1 f1; in TEST() local
250 Filter1 f1; in TEST() local
298 Filter1 f1; in TEST() local
320 Filter1 f1; in TEST() local
343 Filter1 f1; in TEST() local
379 Filter1 f1; in TEST() local
419 Filter1 f1; in TEST() local
[all …]
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
H A DDeflaterOutputStreamTest.java93 File f1 = File.createTempFile("hyts_ConstruOD", ".tst"); in test_ConstructorLjava_io_OutputStreamLjava_util_zip_Deflater() local
120 File f1 = File.createTempFile("hyts_ConstruO", ".tst"); in test_ConstructorLjava_io_OutputStream() local
143 File f1 = File.createTempFile("hyts_ConstruODI", ".tst"); in test_ConstructorLjava_io_OutputStreamLjava_util_zip_DeflaterI() local
191 File f1 = File.createTempFile("close", ".tst"); in test_close() local
253 File f1 = File.createTempFile("finish", ".tst"); in test_finish() local
306 File f1 = File.createTempFile("writeIL", ".tst"); in test_writeI() local
357 File f1 = File.createTempFile("writeBII", ".tst"); in test_write$BII() local
428 File f1 = File.createTempFile("writeI1", ".tst"); in test_deflate() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dconv2d_quant8_signed.mod.py21 f1 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 1}", [.25, .25, .25, .25]) variable
72 f1 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 1}", [.25, .25, .25, .25]) variable
150 f1 = Parameter("op2", "TENSOR_QUANT8_SYMM_PER_CHANNEL", "{3, 1, 1, 2}", variable
211 f1 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 1}", [.25, .25, .25, .25]) variable
437 f1 = Parameter("op2", "TENSOR_QUANT8_ASYMM_SIGNED", "{1, 2, 2, 1}, 0.5f, -1", variable
468 f1 = Parameter("op2", "TENSOR_QUANT8_ASYMM_SIGNED", "{3, 1, 1, 3}, 0.5f, -128", [-127, -126, -125, … variable
489 f1 = Input("op2", "TENSOR_QUANT8_ASYMM_SIGNED", "{3, 1, 1, 3}, 0.5f, -128") variable
516 f1 = Parameter("op2", "TENSOR_QUANT8_ASYMM_SIGNED", "{3, 1, 1, 3}, 0.5, -128", [-127, -124, -121, -… variable
544 f1 = Input("op2", "TENSOR_QUANT8_ASYMM_SIGNED", "{3, 1, 1, 3}, 0.5, -128") variable
580 f1 = Parameter("op2", "TENSOR_QUANT8_ASYMM_SIGNED", "{1, 2, 2, 1}, 0.5f, -128", variable
[all …]
Ddepthwise_conv2d_quant8_signed.mod.py21 f1 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 4}", [.25, 0., .2, 0., .25, 0., 0., .3, .25, 0.,… variable
78 f1 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 4}", [.25, 0., .2, 0., .25, 0., 0., .3, .25, 0.,… variable
165 f1 = Parameter("op2", "TENSOR_QUANT8_SYMM_PER_CHANNEL", "{1, 2, 2, 2}", variable
220 f1 = Parameter("op2", "TENSOR_QUANT8_ASYMM_SIGNED", "{1, 2, 2, 4}, 0.5f, -1", [1, 3, 5, 7, -19, 19,… variable
251 f1 = Parameter("op2", "TENSOR_QUANT8_ASYMM_SIGNED", "{1, 2, 2, 2}, 0.5f, -128", variable
280 f1 = Input("op2", "TENSOR_QUANT8_ASYMM_SIGNED", "{1, 2, 2, 2}, 0.5f, -128") variable
312 f1 = Parameter("op2", "TENSOR_QUANT8_ASYMM_SIGNED", "{1, 2, 2, 2}, 0.5f, -128", variable
341 f1 = Input("op2", "TENSOR_QUANT8_ASYMM_SIGNED", "{1, 2, 2, 2}, 0.5f, -128") variable
375 f1 = Parameter("op2", "TENSOR_FLOAT32", "{1, 2, 2, 4}", [.25, 0., .2, 0., .25, 0., 0., .3, .25, 0.,… variable
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DFileTest.java154 File f1 = new File("a"); in test_ConstructorLjava_io_FileLjava_lang_String6() local
332 File f1 = new File("thisFile.file"); in test_compareToLjava_io_File() local
380 File f1 = new File(dir, "tempfile.tst"); in test_createNewFile() local
389 File f1 = new File(dir, "tempfile.tst"); in test_createNewFile() local
456 File f1 = null; in test_createTempFileLjava_lang_StringLjava_lang_String() local
529 File f1 = null; in test_createTempFileLjava_lang_StringLjava_lang_StringLjava_io_File() local
675 File f1 = new File("filechk.tst"); in test_equalsLjava_lang_Object() local
846 File f1 = new File(testdir, "longfilename" + platformId + ".tst"); in test_getCanonicalPath() local
915 File f1 = new File("/directory"); in test_getParent() local
966 File f1; in test_getPath() local
[all …]
/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/apache-commons-lang/src/test/java/org/apache/commons/lang3/math/
H A DFractionTest.java67 Fraction f1; in testAdd() local
168 final Fraction f1; in testCompareTo() local
252 Fraction f1; in testDivide() local
297 Fraction f1; in testEquals() local
615 final Fraction f1 = Fraction.getFraction(3, 5); in testHashCode() local
658 Fraction f1; in testMultiply() local
964 Fraction f1; in testSubtract() local

12345678910>>...89