Searched defs:func2 (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGen/
H A D2006-09-25-DebugFilename.c4 int func2() { fluffy; return hfunc1(); } // expected-error {{use of undeclared identifier 'fluffy'}} function
/external/clang/test/Sema/
H A D2007-10-01-BuildArrayRef.c14 int func2() function
H A Dtentative-decls.c54 void func2(void) function
/external/v8/test/mjsunit/regress/
H A Dregress-334.js37 function func2(){} function
44 object.bif = func2;
62 assertEquals(func2, object.bif, "read bif");
70 object.foo = func2;
77 object.bar = func2;
79 assertEquals(func2, object.bar, "read bar 3");
/external/clang/test/CodeGenCXX/
H A Dstatic-init-1.cpp8 int func2(int c) { return printf("loading the func2(%d)\n", c); }; function
13 int loader_2 = func2(++count);
20 int loader_4 = func2(++count);
22 int loader_6 = func2(++count);
/external/stlport/test/unit/
H A Dfunc_test.cpp18 CPPUNIT_TEST(func2);
24 void func2();
53 void FuncTest::func2() function in class:FuncTest
/external/opencv/cv/src/
H A Dcvcolor.cpp2247 CvColorCvtFunc2 func2 = 0; local
2300 func2 = depth == CV_8U ? (CvColorCvtFunc2)icvBGRx2BGR_8u_CnC3R :
2375 func2 = depth == CV_8U ? (CvColorCvtFunc2)icvBGRx2Gray_8u_CnC1R :
2394 func2 = (CvColorCvtFunc2)icvBGR5x52Gray_8u_C2C1R;
2423 func2 = (CvColorCvtFunc2)icvGray2BGR5x5_8u_C1C2R;
2444 func2 = code == CV_BGR2YCrCb || code == CV_RGB2YCrCb ? (CvColorCvtFunc2)icvBGRx2YCrCb_8u_CnC3R :
2451 func2 = code == CV_BGR2YCrCb || code == CV_RGB2YCrCb ? (CvColorCvtFunc2)icvBGRx2YCrCb_16u_CnC3R :
2454 func2 = code == CV_BGR2YCrCb || code == CV_RGB2YCrCb ? (CvColorCvtFunc2)icvBGRx2YCrCb_32f_CnC3R :
2483 func2 = code == CV_YCrCb2BGR || code == CV_YCrCb2RGB ? (CvColorCvtFunc2)icvYCrCb2BGRx_8u_C3CnR :
2490 func2
[all...]
/external/valgrind/unittest/
H A Dracecheck_unittest.cc6431 void func2() { function in namespace:test157
6435 func2();
6442 func2();
/external/v8/test/cctest/
H A Dtest-api.cc13834 Local<Function> func2; local
13838 func2 = tmpl->GetFunction();
13847 instance2 = func2->NewInstance();
13858 CHECK(func2->CreationContext() == context2);
13859 CheckContextId(func2, 2);
13873 CHECK(func2->CreationContext() == context2);
13874 CheckContextId(func2, 2);
13889 CHECK(func2->CreationContext() == context2);
13890 CheckContextId(func2, 2);

Completed in 971 milliseconds