Home
last modified time | relevance | path

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

12345678910>>...28

/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dcopy_assign.pass.cpp59 std::function<int(int)> f2; in main() local
73 std::function<int(int)> f2; in main() local
85 std::function<int(int)> f2; in main() local
99 std::function<int(int)> f2; in main() local
Dcopy.pass.cpp60 std::function<int(int)> f2 = f; in main() local
73 std::function<int(int)> f2 = f; in main() local
84 std::function<int(int)> f2 = f; in main() local
109 std::function<int(int)> f2 = std::move(f); in main() local
Dalloc_F.pass.cpp34 std::function<FuncType> f2(std::allocator_arg, alloc, target); in test_FunctionObject() local
53 std::function<FuncType> f2(std::allocator_arg, alloc, target); in test_FreeFunction() local
70 std::function<FuncType> f2(std::allocator_arg, alloc, target); in test_MemFunClass() local
Dalloc_function.pass.cpp40 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_FunctionObject() local
64 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_FreeFunction() local
86 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_MemFunClass() local
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/
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/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
Dswap.pass.cpp62 std::function<int(int)> f2 = A(2); in main() local
77 std::function<int(int)> f2 = g; in main() local
92 std::function<int(int)> f2 = A(1); in main() local
107 std::function<int(int)> f2 = h; in main() local
/external/v8/test/mjsunit/regress/
Dregress-2071.js34 function f2() { function
47 function f2() { function
64 function f2() { function
/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/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.assign/
Dmove_assign.pass.cpp33 std::filebuf f2; in main() local
48 std::wfilebuf f2; in main() local
Dnonmember_swap.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
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.cons/
Dmove.pass.cpp33 std::filebuf f2(move(f)); in main() local
47 std::wfilebuf f2(move(f)); in main() local
/external/llvm/test/MC/Mips/
Delf_st_other.s15 .globl f2 symbol
18 f2: label
/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/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()
Doverload-member-call.cpp12 float& f2 = f(x); in test_f2() local
23 float& f2 = g(0); in test_member() local
43 float& f2 = xp->f(0); in test() local
/external/v8/test/mjsunit/strong/
Ddestructuring.js25 var f2 = (function() { function
27 return function f2({ x = outerf }) { return x(); }; function
/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
/external/clang/test/CodeGenCXX/
Dvisibility-inlines-hidden.cpp9 void f2() { } in f2() function
20 void f2() { } in f2() function
34 void f2() { } in f2() function

12345678910>>...28