HomeSort by relevance Sort by last modified time
    Searched refs:GetModuleHandleA (Results 1 - 25 of 27) sorted by null

1 2

  /external/opencv3/modules/core/src/opencl/runtime/
opencl_clamdblas.cpp 57 opencl_module = GetModuleHandleA("clAmdBlas.dll");
opencl_clamdfft.cpp 57 opencl_module = GetModuleHandleA("clAmdFft.Runtime.dll");
opencl_core.cpp 102 handle = GetModuleHandleA("OpenCL.dll");
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_random_things.py 21 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA")
24 windll.kernel32.GetModuleHandleA(None))
test_errno.py 52 GetModuleHandle = dll.GetModuleHandleA
test_win32.py 44 self.assertRaises(WindowsError, windll.kernel32.GetModuleHandleA, 32)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_random_things.py 21 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA")
24 windll.kernel32.GetModuleHandleA(None))
test_errno.py 52 GetModuleHandle = dll.GetModuleHandleA
test_win32.py 44 self.assertRaises(WindowsError, windll.kernel32.GetModuleHandleA, 32)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py 21 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA")
24 windll.kernel32.GetModuleHandleA(None))
test_errno.py 52 GetModuleHandle = dll.GetModuleHandleA
test_win32.py 44 self.assertRaises(WindowsError, windll.kernel32.GetModuleHandleA, 32)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py 21 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA")
24 windll.kernel32.GetModuleHandleA(None))
test_errno.py 52 GetModuleHandle = dll.GetModuleHandleA
test_win32.py 44 self.assertRaises(WindowsError, windll.kernel32.GetModuleHandleA, 32)
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 27 void *__stdcall GetModuleHandleA(const char *module_name);
34 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name);
  /sdk/find_lock/
find_lock.cpp 164 GetModuleHandleA("ntdll.dll"), "NtQuerySystemInformation");
168 GetModuleHandleA("ntdll.dll"), "NtQueryInformationFile");
172 GetModuleHandleA("ntdll.dll"), "NtQueryObject");
  /external/lzma/CPP/Windows/
FileFind.cpp 185 g_FindFirstStreamW = (FindFirstStreamW_Ptr)::GetProcAddress(::GetModuleHandleA("kernel32.dll"), "FindFirstStreamW");
186 g_FindNextStreamW = (FindNextStreamW_Ptr)::GetProcAddress(::GetModuleHandleA("kernel32.dll"), "FindNextStreamW");
  /external/compiler-rt/lib/interception/
interception_win.cc 198 if (HMODULE h = GetModuleHandleA(InterestingDLLs[i]))
  /external/webrtc/webrtc/base/
logging.cc 154 HMODULE hmod = GetModuleHandleA(module);
  /external/libxml2/
catalog.c 84 #define GetModuleHandleA GetModuleHandle
88 void* __stdcall GetModuleHandleA(const char*);
    [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.cpp 119 HMODULE glMod = GetModuleHandleA("OpenGL32.dll");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]
  /external/valgrind/perf/
tinycc.c     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 

Completed in 391 milliseconds

1 2