/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/ |
D | ZipTest.kt | 18 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 …]
|
D | CombineTest.kt | 53 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/ |
D | copy_move.pass.cpp | 63 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
|
D | alloc_function.pass.cpp | 41 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
|
D | copy_assign.pass.cpp | 60 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
|
D | alloc_F.pass.cpp | 48 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/ |
D | copy_move.pass.cpp | 70 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
|
D | alloc_function.pass.cpp | 46 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
|
D | copy_assign.pass.cpp | 63 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/ |
D | nonmember_swap.pass.cpp | 34 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/ |
D | FractionTest.java | 68 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/ |
D | swap.pass.cpp | 66 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/ |
D | swap.pass.cpp | 67 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/ |
D | 2009-06-18-StaticInitTailPadPack.c | 8 unsigned short f2; member 13 struct Bar f2; member 17 struct Baz f2; member
|
/external/rust/crates/pin-project/tests/ui/pin_project/ |
D | impl-unsafe-unpin.rs | 7 f2: U, field 16 f2: U, field 25 f2: U, field
|
D | conflict-unpin.rs | 9 f2: U, field 21 f2: U, field 31 f2: U, field
|
/external/mockito/src/test/java/org/mockito/internal/configuration/plugins/ |
D | PluginFinderTest.java | 70 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/ |
D | impl-unsafe-unpin.rs | 7 f2: U, field 16 f2: U, field 25 f2: U, field
|
D | conflict-unpin.rs | 7 f2: U, field 16 f2: U, field 25 f2: U, field
|
/external/rust/crates/pin-project/tests/ui/unsafe_unpin/ |
D | conflict-unpin.rs | 7 f2: U, field 16 f2: U, field 25 f2: U, field
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/ |
D | p2.cpp | 24 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/ |
D | instantiate-expr.mm | 35 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/ |
D | move.pass.cpp | 34 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/ |
D | move_assign.pass.cpp | 34 std::filebuf f2; in main() local 49 std::wfilebuf f2; in main() local
|
D | nonmember_swap.pass.cpp | 34 std::filebuf f2; in main() local 49 std::wfilebuf f2; in main() local
|