Home
last modified time | relevance | path

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

12345678910>>...28

/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
75 val f2 = flowOf("a", "b") in <lambda>() constant
90 val f2 = flowOf("a", "b") in <lambda>() constant
109 val f2 = flowOf("a", "b") in <lambda>() constant
[all …]
DCombineTest.kt52 val f2 = flowOf(1) in <lambda>() constant
59 val f2 = emptyFlow<Int>() in <lambda>() constant
74 val f2 = flow { in <lambda>() constant
103 val f2 = flow { in <lambda>() constant
133 val f2 = flow { in <lambda>() constant
164 val f2 = flow { in <lambda>() constant
192 val f2 = flow { in <lambda>() constant
209 val f2 = flow { in <lambda>() constant
226 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
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
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
/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/clang/test/CodeGen/
D2009-06-18-StaticInitTailPadPack.c8 unsigned short f2; member
13 struct Bar f2; member
17 struct Baz f2; member
Dwindows-struct-abi.c15 struct f2 { struct
20 struct f2 return_f2(void) { while (1); } in return_f2() argument
Dextern-inline.c17 extern inline int f2(int a, int b) {return a+b;} in f2() function
20 static int f2(int a, int b) {return a*b;} in f2() function
Dbitfield-assign.c19 unsigned f2 : 2; member
34 void f2(void) { in f2() function
/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
Dmember_swap.pass.cpp32 std::filebuf f2; in main() local
47 std::wfilebuf f2; in main() local
Dnonmember_swap.pass.cpp34 std::filebuf f2; in main() local
49 std::wfilebuf f2; in main() local
/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/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/llvm/test/MC/Mips/
Delf_st_other.s15 .globl f2 symbol
18 f2: label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Delf_st_other.s15 .globl f2 symbol
18 f2: label
/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/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/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
Dswap.pass.cpp65 std::function<int(int)> f2 = A(2); in main() local
80 std::function<int(int)> f2 = g; in main() local
95 std::function<int(int)> f2 = A(1); in main() local
110 std::function<int(int)> f2 = h; in main() local
/external/clang/test/SemaCXX/
Dfunction-type-qual.cpp8 cfn f2; // expected-error {{non-member function of type 'cfn' (aka 'void () const') cannot have 'co… variable
12 cfn f2; member in C
Dderived-to-base-ambig.cpp20 void g(E2* e2, F2* f2) { in g()
31 void overload_call(F2* f2) { in overload_call()
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_rdft_mips.c272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cft1st_128_mips() local
521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cftmdl_128_mips() local
807 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftfsub_128_mips() local
865 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftbsub_128_mips() local
929 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; in rftfsub_128_mips() local
1056 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; in rftbsub_128_mips() local
/external/testng/src/test/java/test/reports/
DReportTest.java60 File f2 = getHtmlReportFile(outputDirectory, suiteName, testName2); in directoryShouldBeSuiteName() local
65 Assert.assertTrue(f2.exists(), "Expected to find file:" + f2); in directoryShouldBeSuiteName() local
84 File f2 = getHtmlReportFile(outputDirectory, suiteNameB, testName); in oneDirectoryPerSuite() local

12345678910>>...28