HomeSort by relevance Sort by last modified time
    Searched refs:FunctionPtr (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_load_library_depends.cpp 17 typedef void (*FunctionPtr)();
32 FunctionPtr bar_func;
42 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_constructors_destructors.cpp 21 typedef void (*FunctionPtr)();
44 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;
  /ndk/sources/android/crazy_linker/tests/
test_load_library_depends.cpp 17 typedef void (*FunctionPtr)();
32 FunctionPtr bar_func;
42 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_constructors_destructors.cpp 21 typedef void (*FunctionPtr)();
44 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/deqp/framework/platform/win32/
tcuWGL.hpp 178 typedef void (__stdcall* FunctionPtr) (void);
193 FunctionPtr getGLFunction (const char* name) const;
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);
  /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
395 class FunctionPtr {
400 FunctionPtr(Function *F, const DataLayout *DL) : F(F), DL(DL) {}
403 bool operator<(const FunctionPtr &RHS) const {
    [all...]

Completed in 329 milliseconds