/aosp_15_r20/external/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITCAPITest.cpp | 341 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local 344 EXPECT_EQ(42, functionPointer()); in TEST_F() 388 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local 391 EXPECT_EQ(42, functionPointer()); in TEST_F() 408 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local 411 EXPECT_EQ(42, functionPointer()); in TEST_F() 464 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local 467 EXPECT_EQ(42, functionPointer()); in TEST_F()
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
H A D | motion_est.cpp | 151 void (*ComputeMBSum)(UChar *, Int, MOT *) = video->functionPointer->ComputeMBSum; in MotionEstimation() 152 void (*ChooseMode)(UChar*, UChar*, Int, Int) = video->functionPointer->ChooseMode; in MotionEstimation() 560 video->functionPointer->SAD_Macroblock = &SAD_MB_HTFM_Collect; in InitHTFM() 561 video->functionPointer->SAD_MB_HalfPel[0] = NULL; in InitHTFM() 562 video->functionPointer->SAD_MB_HalfPel[1] = &SAD_MB_HP_HTFM_Collectxh; in InitHTFM() 563 video->functionPointer->SAD_MB_HalfPel[2] = &SAD_MB_HP_HTFM_Collectyh; in InitHTFM() 564 video->functionPointer->SAD_MB_HalfPel[3] = &SAD_MB_HP_HTFM_Collectxhyh; in InitHTFM() 572 video->functionPointer->SAD_Macroblock = &SAD_MB_HTFM; in InitHTFM() 573 video->functionPointer->SAD_MB_HalfPel[0] = NULL; in InitHTFM() 574 video->functionPointer->SAD_MB_HalfPel[1] = &SAD_MB_HP_HTFMxh; in InitHTFM() [all …]
|
H A D | mp4enc_api.cpp | 1076 video->functionPointer = (FuncPtr*) M4VENC_MALLOC(sizeof(FuncPtr)); in PVInitVideoEncoder() 1077 if (video->functionPointer == NULL) goto CLEAN_UP; in PVInitVideoEncoder() 1079 video->functionPointer->ComputeMBSum = &ComputeMBSum_C; in PVInitVideoEncoder() 1080 video->functionPointer->SAD_MB_HalfPel[0] = NULL; in PVInitVideoEncoder() 1081 video->functionPointer->SAD_MB_HalfPel[1] = &SAD_MB_HalfPel_Cxh; in PVInitVideoEncoder() 1082 video->functionPointer->SAD_MB_HalfPel[2] = &SAD_MB_HalfPel_Cyh; in PVInitVideoEncoder() 1083 video->functionPointer->SAD_MB_HalfPel[3] = &SAD_MB_HalfPel_Cxhyh; in PVInitVideoEncoder() 1086 video->functionPointer->SAD_Blk_HalfPel = &SAD_Blk_HalfPel_C; in PVInitVideoEncoder() 1087 video->functionPointer->SAD_Block = &SAD_Block_C; in PVInitVideoEncoder() 1089 video->functionPointer->SAD_Macroblock = &SAD_Macroblock_C; in PVInitVideoEncoder() [all …]
|
H A D | findhalfpel.cpp | 83 video->functionPointer->SAD_MB_HalfPel; in FindHalfPelMB() 196 …Int(*SAD_Blk_HalfPel)(UChar*, UChar*, Int, Int, Int, Int, Int, void*) = video->functionPointer->SA… in FindHalfPelBlk()
|
H A D | mp4lib_int.h | 426 FuncPtr *functionPointer; /* structure containing platform dependent functions */ member
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/ |
H A D | DynamicBackend.cpp | 106 auto functionPointer = DynamicBackendUtils::GetEntryPoint<BackendFunctionType>(m_Handle.get(), in SetFunctionPointer() local 108 if (!functionPointer) in SetFunctionPointer() 113 return functionPointer; in SetFunctionPointer()
|
/aosp_15_r20/external/clang/docs/ |
H A D | BlockLanguageSpec.rst | 131 pointerToFunctionThatReturnsIntWithCharArg functionPointer; 132 ^ pointerToFunctionThatReturnsIntWithCharArg (float x) { return functionPointer; } 138 ^ int ((*)(float x))(char) { return functionPointer; } 144 ^(float x) { return functionPointer; }
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 13235 typedef ResT (*functionPointer)(const ArgT &); typedef in gl4cts::FunctionObject::unary 13237 …unary(FunctionEnum function_enum, const glw::GLchar *function_name, functionPointer function_point… in unary() 13250 functionPointer p_function = (functionPointer)m_p_function; in call() 13266 typedef ResT (*functionPointer)(glw::GLdouble); typedef in gl4cts::FunctionObject::unaryByComponent 13268 …unaryByComponent(FunctionEnum function_enum, const glw::GLchar *function_name, functionPointer fun… in unaryByComponent() 13280 functionPointer p_function = (functionPointer)m_p_function; in call() 13299 typedef ResT (*functionPointer)(ArgT, OutT &); typedef in gl4cts::FunctionObject::unaryWithOutputByComponent 13302 … functionPointer function_pointer, const Utils::_variable_type res_type, in unaryWithOutputByComponent() 13322 functionPointer p_function = (functionPointer)m_p_function; in call() 13410 typedef ResT (*functionPointer)(const Arg1T &, const Arg2T &); typedef in gl4cts::FunctionObject::binary [all …]
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | attr-swiftcall.c | 12 void (*functionPointer)(void) SWIFTCALL; variable
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | attr-swiftcall.cpp | 11 void (*functionPointer)(void) SWIFTCALL; variable
|
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/ |
HD | android-all-4.4_r1-robolectric-r2.jar | META-INF/
META-INF/MANIFEST.MF
assets/
assets/images/
assets/ ... |
HD | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |