HomeSort by relevance Sort by last modified time
    Searched full:functionptr (Results 1 - 21 of 21) sorted by null

  /ndk/sources/android/crazy_linker/tests/
test_load_library_depends.cpp 17 typedef void (*FunctionPtr)();
32 FunctionPtr bar_func;
42 FunctionPtr foo_func;
test_constructors_destructors.cpp 21 typedef void (*FunctionPtr)();
44 FunctionPtr foo_func;
test_dl_wrappers.cpp 20 typedef bool (*FunctionPtr)();
32 FunctionPtr zoo_func;
test_load_library.cpp 16 typedef void (*FunctionPtr)();
31 FunctionPtr foo_func;
test_load_library_callbacks.cpp 12 typedef void (*FunctionPtr)();
75 FunctionPtr foo_func;
test_relocated_shared_relro.cpp 21 typedef void (*FunctionPtr)();
56 FunctionPtr foo_func;
test_shared_relro.cpp 24 typedef void (*FunctionPtr)();
62 FunctionPtr foo_func;
test_two_shared_relros.cpp 23 typedef void (*FunctionPtr)();
71 FunctionPtr bar_func;
  /external/llvm/test/CodeGen/X86/
2011-04-13-SchedCmpJmp.ll 6 %"class.JSC::FunctionPtr" = type { i8* }
11 declare hidden fastcc void @_ZN3JSCL23returnToThrowTrampolineEPNS_12JSGlobalDataENS_16ReturnAddressPtrERS2_(%"class.JSC::JSGlobalData"* nocapture, i8*, %"class.JSC::FunctionPtr"* nocapture) nounwind noinline ssp
57 %3 = bitcast i8** %2 to %"class.JSC::FunctionPtr"*
58 tail call fastcc void @_ZN3JSCL23returnToThrowTrampolineEPNS_12JSGlobalDataENS_16ReturnAddressPtrERS2_(%"class.JSC::JSGlobalData"* %tmp30, i8* undef, %"class.JSC::FunctionPtr"* %3)
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 433 FunctionPtr Context::getGLFunction (const char* name) const
435 FunctionPtr ptr = DE_NULL;
438 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name);
442 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name);
tcuWGL.hpp 178 typedef void (__stdcall* FunctionPtr) (void);
193 FunctionPtr getGLFunction (const char* name) const;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtutils.h 141 DWORD WINAPI QueueWorkItem(WORKERFUNCTION functionptr,PVOID context,WINBOOL serviceinalertablethread);
  /external/skia/include/core/
SkPicture.h 206 // V5 : don't read/write FunctionPtr on cross-process (we can detect that)
  /external/skia/src/core/
SkWriteBuffer.cpp 278 * 0-functionptr might be 32 or 64 bits.
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 27 // -- We define Function* container class with custom "operator<" (FunctionPtr).
28 // -- "FunctionPtr" instances are stored in std::set collection, so every
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 901 void * functionPtr;
918 functionPtr = CFBundleGetFunctionPointerForName( bundle, functionName );
919 require_action_quiet( functionPtr, exit, err = memFullErr );
923 gDebugMacOSXLogFunction = (DebugMacOSXLogFunctionPtr) functionPtr;
    [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/
libEGL_translator.so 
libOpenglRender.so 
libGLES_CM_translator.so 
libGLES_V2_translator.so 
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 974 milliseconds