Home
last modified time | relevance | path

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

12345678910>>...23

/external/chromium_org/v8/test/mjsunit/regress/
Dregress-2071.js34 function f2() { function
47 function f2() { function
64 function f2() { function
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dcopy_assign.pass.cpp73 std::function<int(int)> f2; in main() local
87 std::function<int(int)> f2; in main() local
99 std::function<int(int)> f2; in main() local
113 std::function<int(int)> f2; in main() local
Dcopy.pass.cpp73 std::function<int(int)> f2 = f; in main() local
86 std::function<int(int)> f2 = f; in main() local
97 std::function<int(int)> f2 = f; in main() local
110 std::function<int(int)> f2 = std::move(f); in main() local
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
Dswap.pass.cpp76 std::function<int(int)> f2 = A(2); in main() local
91 std::function<int(int)> f2 = g; in main() local
106 std::function<int(int)> f2 = A(1); in main() local
121 std::function<int(int)> f2 = h; in main() local
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/
Dswap.pass.cpp77 std::function<int(int)> f2 = A(2); in main() local
92 std::function<int(int)> f2 = g; in main() local
107 std::function<int(int)> f2 = A(1); in main() local
122 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
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
Ddebug-info-scope-file.c18 void f2() { in f2() function
Dintel_ocl_bicc.c6 void f2(void) { in f2() function
/external/libcxx/test/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/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/
Dmember_swap.pass.cpp32 std::filebuf f2; in main() local
47 std::wfilebuf f2; in main() local
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
/external/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/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketPerMessageDeflateTest.cpp49 WebSocketFrame f2(opcode, "Hello", 5, WebSocketFrame::Final); in TEST() local
71 WebSocketFrame f2(opcode, "Hello", 5, WebSocketFrame::Final); in TEST() local
157 WebSocketFrame f2(WebSocketFrame::OpCodeContinuation, "", 0, WebSocketFrame::Final); in TEST() local
177 WebSocketFrame f2(WebSocketFrame::OpCodeContinuation, "", 0, WebSocketFrame::Final); in TEST() local
235 WebSocketFrame f2(close, "close", 5, WebSocketFrame::Final); in TEST() local
269 WebSocketFrame f2(continuation, "Hi!", 3, WebSocketFrame::Final); in TEST() local
302 WebSocketFrame f2(continuation, "\xf2\x00\x11\x00\x00", 5, WebSocketFrame::Final); in TEST() local
325 WebSocketFrame f2(continuation, "\xf2\x48\xcd\xc9\xc9\x07\x00", 7, WebSocketFrame::Final); in TEST() local
347 WebSocketFrame f2(close, "close", 5, WebSocketFrame::Final); in TEST() local
376 …WebSocketFrame f2(opcode, "\xf2\x48\xcd\xc9\xc9\x07\x00", 7, WebSocketFrame::Final | WebSocketFram… in TEST() 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/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglprocs.h43 # define NAME_FUNC_OFFSET(n,f1,f2,f3,o) { n , o } argument
45 # define NAME_FUNC_OFFSET(n,f1,f2,f3,o) { n , (_glapi_proc) f1 , o } argument
47 # define NAME_FUNC_OFFSET(n,f1,f2,f3,o) { n , (_glapi_proc) f2 , o } argument
49 # define NAME_FUNC_OFFSET(n,f1,f2,f3,o) { n , (_glapi_proc) f3 , o } argument
/external/chromium_org/tools/gyp/test/win/shard/
Dhello2.cc5 int f2() { in f2() function
/external/chromium_org/third_party/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/llvm/test/MC/ELF/
Dcfi-sections.s11 f2: label
/external/strace/tests/
Dstack-fcall-2.c3 int f2(int i) in f2() function

12345678910>>...23