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

  /external/skia/src/utils/
SkCondVar.cpp 23 HMODULE kernel32 = GetModuleHandleA("kernel32.dll");
  /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/interception/
interception_win.cc 197 if (HMODULE h = GetModuleHandleA(InterestingDLLs[i]))
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 28 void *__stdcall GetModuleHandleA(const char *module_name);
34 void *ret = GetProcAddress(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/libxml2/
catalog.c 84 #define GetModuleHandleA GetModuleHandle
88 void* __stdcall GetModuleHandleA(const char*);
    [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 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 827 milliseconds