Searched refs:func3 (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/tools/gyp/test/builddir/src/subdir2/subdir3/
H A Dprog3.c3 extern void func3(void);
8 func3();
/external/chromium_org/tools/gyp/test/builddir/src/
H A Dfunc3.c3 void func3(void) function
5 printf("Hello from func3.c\n");
/external/clang/test/CodeGenCXX/
H A Dmangle-extern-local.cpp28 extern int var3, func3();
31 return var3 + func3() + localobj.localfunc();
/external/clang/test/Index/
H A Dcomplete-access-checks.cpp9 void func3();
25 void func3();
40 // CHECK-SUPER-ACCESS: CXXMethod:{ResultType void}{Informative X::}{TypedText func3}{LeftParen (}{RightParen )} (36) (inaccessible)
53 // CHECK-ACCESS: CXXMethod:{ResultType void}{TypedText func3}{LeftParen (}{RightParen )} (34) (inaccessible)
H A Dcomplete-type-factors.m14 void func3(float);
70 // CHECK-CC3: FunctionDecl:{ResultType void}{TypedText func3}{LeftParen (}{Placeholder float}{RightParen )} (50)
86 // CHECK-CC4: FunctionDecl:{ResultType void}{TypedText func3}{LeftParen (}{Placeholder float}{RightParen )} (50)
104 // CHECK-CC6: FunctionDecl:{ResultType void}{TypedText func3}{LeftParen (}{Placeholder float}{RightParen )} (50)
120 // CHECK-CC7: FunctionDecl:{ResultType void}{TypedText func3}{LeftParen (}{Placeholder float}{RightParen )} (50)
132 // CHECK-CC8: FunctionDecl:{ResultType void}{TypedText func3}{LeftParen (}{Placeholder float}{RightParen )} (50)
/external/ltrace/testsuite/ltrace.main/
H A Dbranch_func.c26 func3(int i) function
34 return func3(i * 3);
/external/chromium_org/v8/test/webkit/
H A Ddfg-int32-to-double-on-set-local-and-exit.js45 function func3(s) { function
55 return func3(1);
H A Ddfg-int32-to-double-on-set-local-and-sometimes-exit.js47 function func3(s) { function
57 return func3(1);
/external/clang/test/CXX/basic/basic.scope/basic.scope.local/
H A Dp2.cpp12 void func3(int i) try { // expected-note {{previous definition is here}} function
/external/stlport/test/unit/
H A Dfunc_test.cpp19 CPPUNIT_TEST(func3);
25 void func3();
65 void FuncTest::func3() function in class:FuncTest
/external/llvm/test/MC/ARM/
H A Deh-directive-setfp-diagnostics.s46 .globl func3
48 .type func3,%function
50 func3: label
H A Deh-directive-multiple-offsets.s70 .globl func3
71 .type func3,%function
74 func3: label
/external/libcxx/test/thread/futures/futures.tas/futures.task.members/
H A Dmake_ready_at_thread_exit.pass.cpp59 void func3(std::packaged_task<double(int, char)> p) function
101 std::thread t(func3, std::move(p));
H A Doperator.pass.cpp59 void func3(std::packaged_task<double(int, char)> p) function
102 std::thread t(func3, std::move(p));
/external/libcxx/test/thread/futures/futures.shared_future/
H A Dwait.pass.cpp27 void func3(std::promise<int&> p) function
62 std::thread(func3, std::move(p)).detach();
H A Dwait_for.pass.cpp31 void func3(std::promise<int&> p) function
67 std::thread(func3, std::move(p)).detach();
H A Dget.pass.cpp35 void func3(std::promise<int&> p) function
94 std::thread(func3, std::move(p)).detach();
H A Dwait_until.pass.cpp31 void func3(std::promise<int&> p) function
67 std::thread(func3, std::move(p)).detach();
/external/libcxx/test/thread/futures/futures.unique_future/
H A Dwait.pass.cpp27 void func3(std::promise<int&> p) function
62 std::thread(func3, std::move(p)).detach();
H A Dwait_for.pass.cpp31 void func3(std::promise<int&> p) function
67 std::thread(func3, std::move(p)).detach();
H A Dget.pass.cpp35 void func3(std::promise<int&> p) function
94 std::thread(func3, std::move(p)).detach();
H A Dwait_until.pass.cpp31 void func3(std::promise<int&> p) function
67 std::thread(func3, std::move(p)).detach();
/external/clang/test/SemaCXX/
H A Dtype-definition-in-specifier.cpp45 void func3(enum {qq} x); // expected-error{{cannot be defined in a parameter type}}
/external/llvm/test/MC/Mips/
H A Dnacl-mask.s243 bltzal $t1, func3
/external/opencv/cv/src/
H A Dcvcolor.cpp2248 CvColorCvtFunc3 func3 = 0; local
2334 func3 = (CvColorCvtFunc3)icvBGRx2BGR5x5_8u_CnC2R;
2359 func3 = (CvColorCvtFunc3)icvBGR5x52BGRx_8u_C2CnR;
2538 else if( func3 )
2540 IPPI_CALL( func3( src->data.ptr, src_step,

Completed in 303 milliseconds

12