Home
last modified time | relevance | path

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

12345678910>>...39

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DZipTest.kt18 val f2 = flowOf(1, 2, 3) in <lambda>() constant
25 val f2 = flowOf(1, 2, 3) in <lambda>() constant
33 val f2 = emptyFlow<Int>() in <lambda>() constant
40 val f2 = flowOf(1) in <lambda>() constant
47 val f2 = emptyFlow<Int>() in <lambda>() constant
54 val f2 = flowOf(1, 2, 3) in <lambda>() constant
61 val f2 = flowOf(1, null, null, 2) in <lambda>() constant
72 val f2 = flow<String> { in <lambda>() constant
94 val f2 = flowOf("a", "b") in <lambda>() constant
109 val f2 = flow<String> { in <lambda>() constant
[all …]
DCombineTest.kt53 val f2 = flowOf(1) in <lambda>() constant
60 val f2 = emptyFlow<Int>() in <lambda>() constant
75 val f2 = flow { in <lambda>() constant
104 val f2 = flow { in <lambda>() constant
134 val f2 = flow { in <lambda>() constant
165 val f2 = flow { in <lambda>() constant
193 val f2 = flow { in <lambda>() constant
210 val f2 = flow { in <lambda>() constant
227 val f2 = flow { in <lambda>() constant
/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
Dalloc_function.pass.cpp41 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_FunctionObject() local
65 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_FreeFunction() local
87 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_MemFunClass() local
Dcopy_assign.pass.cpp60 std::function<int(int)> f2; in main() local
74 std::function<int(int)> f2; in main() local
86 std::function<int(int)> f2; in main() local
128 std::function<int(int)> f2; in main() local
Dalloc_F.pass.cpp48 std::function<FuncType> f2(std::allocator_arg, alloc, target); in test_FunctionObject() local
67 std::function<FuncType> f2(std::allocator_arg, alloc, target); in test_FreeFunction() local
84 std::function<FuncType> f2(std::allocator_arg, alloc, target); in test_MemFunClass() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
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
Dalloc_function.pass.cpp46 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_FunctionObject() local
70 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_FreeFunction() local
92 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_MemFunClass() local
Dcopy_assign.pass.cpp63 std::function<int(int)> f2; in main() local
77 std::function<int(int)> f2; in main() local
89 std::function<int(int)> f2; in main() local
131 std::function<int(int)> f2; in main() local
/external/cronet/buildtools/third_party/libc++/trunk/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/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/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/cronet/buildtools/third_party/libc++/trunk/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
/external/clang/test/CodeGen/
D2009-06-18-StaticInitTailPadPack.c8 unsigned short f2; member
13 struct Bar f2; member
17 struct Baz f2; member
/external/rust/crates/pin-project/tests/ui/pin_project/
Dimpl-unsafe-unpin.rs7 f2: U, field
16 f2: U, field
25 f2: U, field
Dconflict-unpin.rs9 f2: U, field
21 f2: U, field
31 f2: U, field
/external/mockito/src/test/java/org/mockito/internal/configuration/plugins/
DPluginFinderTest.java70 File f1 = tmp.newFile(); File f2 = tmp.newFile(); in multiple_implementations_only_one_enabled() local
82 File f1 = tmp.newFile(); File f2 = tmp.newFile(); in multiple_implementations_only_one_useful() local
94 File f1 = tmp.newFile(); File f2 = tmp.newFile(); in multiple_empty_implementations() local
/external/rust/crates/pin-project/tests/ui/not_unpin/
Dimpl-unsafe-unpin.rs7 f2: U, field
16 f2: U, field
25 f2: U, field
Dconflict-unpin.rs7 f2: U, field
16 f2: U, field
25 f2: U, field
/external/rust/crates/pin-project/tests/ui/unsafe_unpin/
Dconflict-unpin.rs7 f2: U, field
16 f2: U, field
25 f2: U, field
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
Dp2.cpp24 struct X0::X0 X0::f2() { return X0(); } in f2() function in X0
26 template<typename T> X1<T>::X1<T> X1<T>::f2() { } // expected-error{{qualified reference to 'X1' is… in f2() function in X1
27 template<typename T> X1<T>::X1<T> (X1<T>::f2)(int) { } // expected-error{{qualified reference to 'X… in X1() function in X1
28 template<typename T> struct X1<T>::X1<T> (X1<T>::f2)(float) { } in X1() function in X1
/external/clang/test/SemaObjCXX/
Dinstantiate-expr.mm35 void f2(T ptr, U value, V value2) { function
40 template void f2(A*, int, int); function
41 template void f2(A*, int*, int); // expected-note{{instantiation of}} function
42 template void f2(A*, int, double*); // expected-note{{instantiation of}} function
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.cons/
Dmove.pass.cpp34 std::filebuf f2(move(f)); in main() local
48 std::wfilebuf f2(move(f)); in main() local
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/
Dmove_assign.pass.cpp34 std::filebuf f2; in main() local
49 std::wfilebuf f2; in main() local
Dnonmember_swap.pass.cpp34 std::filebuf f2; in main() local
49 std::wfilebuf f2; in main() local

12345678910>>...39