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

1 2 3 4

  /external/mesa3d/src/mapi/shared-glapi/tests/
check_table.cpp 39 TEST(GetProcAddress, ABIOffsetByName)
52 TEST(GetProcAddress, TableBigEnoughForABI)
  /external/bzip2/
dlltest.c 36 BZ2_bzlibVersion=GetProcAddress(hLib,"BZ2_bzlibVersion");
37 BZ2_bzopen=GetProcAddress(hLib,"BZ2_bzopen");
38 BZ2_bzdopen=GetProcAddress(hLib,"BZ2_bzdopen");
39 BZ2_bzread=GetProcAddress(hLib,"BZ2_bzread");
40 BZ2_bzwrite=GetProcAddress(hLib,"BZ2_bzwrite");
41 BZ2_bzflush=GetProcAddress(hLib,"BZ2_bzflush");
42 BZ2_bzclose=GetProcAddress(hLib,"BZ2_bzclose");
43 BZ2_bzerror=GetProcAddress(hLib,"BZ2_bzerror");
48 fprintf(stderr,"GetProcAddress failed.\n");
  /external/skia/src/utils/
SkCondVar.cpp 25 GetProcAddress(kernel32, "InitializeConditionVariable"));
27 GetProcAddress(kernel32, "SleepConditionVariableCS"));
29 GetProcAddress(kernel32, "WakeConditionVariable"));
31 GetProcAddress(kernel32, "WakeAllConditionVariable"));
  /external/webrtc/src/system_wrappers/source/
rw_lock_win.cc 60 (PInitializeSRWLock)GetProcAddress(
65 (PAcquireSRWLockExclusive)GetProcAddress(
69 (PReleaseSRWLockExclusive)GetProcAddress(
73 (PAcquireSRWLockShared)GetProcAddress(
77 (PReleaseSRWLockShared)GetProcAddress(
condition_variable_win.cc 54 (PInitializeConditionVariable) GetProcAddress(
58 (PSleepConditionVariableCS)GetProcAddress(
62 (PWakeConditionVariable)GetProcAddress(
66 (PWakeAllConditionVariable)GetProcAddress(
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_host.cc 43 test_function gf = (test_function)GetProcAddress(h, "test_function");
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 18 GrGLFuncPtr proc = (GrGLFuncPtr) GetProcAddress((HMODULE)ctx, name);
  /external/lzma/CPP/Windows/
MemoryLock.cpp 27 OpenProcessTokenP openProcessToken = (OpenProcessTokenP)GetProcAddress(hModule, "OpenProcessToken");
28 LookupPrivilegeValueP lookupPrivilegeValue = (LookupPrivilegeValueP)GetProcAddress(hModule, "LookupPrivilegeValueA" );
29 AdjustTokenPrivilegesP adjustTokenPrivileges = (AdjustTokenPrivilegesP)GetProcAddress(hModule, "AdjustTokenPrivileges");
DLL.h 14 #define My_GetProcAddress(module, proceName) ::GetProcAddress(module, proceName)
System.cpp 59 ::GetProcAddress(::GetModuleHandle(TEXT("kernel32.dll")), "GlobalMemoryStatusEx");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py 17 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p
18 windll.kernel32.GetProcAddress.restype = c_void_p
21 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA")
test_loading.py 98 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p
99 windll.kernel32.GetProcAddress.restype = c_void_p
100 proc = windll.kernel32.GetProcAddress(advapi32._handle, "CloseEventLog")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py 17 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p
18 windll.kernel32.GetProcAddress.restype = c_void_p
21 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA")
test_loading.py 98 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p
99 windll.kernel32.GetProcAddress.restype = c_void_p
100 proc = windll.kernel32.GetProcAddress(advapi32._handle, "CloseEventLog")
  /development/host/windows/usb/api/
AdbWinApi.cpp 86 (GetProcAddress(adbwinusbapi_handle_, "InstantiateWinUsbInterface"));
  /external/mesa3d/src/gallium/auxiliary/util/
u_dl.c 64 return (util_dl_proc)GetProcAddress((HMODULE)library, procname);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
multimon.h 131 (*(FARPROC*)&g_pfnGetSystemMetrics = GetProcAddress(hUser32,"GetSystemMetrics"))!=NULL &&
132 (*(FARPROC*)&g_pfnMonitorFromWindow = GetProcAddress(hUser32,"MonitorFromWindow"))!=NULL &&
133 (*(FARPROC*)&g_pfnMonitorFromRect = GetProcAddress(hUser32,"MonitorFromRect"))!=NULL &&
134 (*(FARPROC*)&g_pfnMonitorFromPoint = GetProcAddress(hUser32,"MonitorFromPoint"))!=NULL &&
135 (*(FARPROC*)&g_pfnEnumDisplayMonitors = GetProcAddress(hUser32,"EnumDisplayMonitors"))!=NULL &&
136 (*(FARPROC*)&g_pfnEnumDisplayDevices = GetProcAddress(hUser32,"EnumDisplayDevices" __MINGW_PROCNAMEEXT_AW))!=NULL &&
137 (*(FARPROC*)&g_pfnGetMonitorInfo = g_fMultimonPlatformNT ? GetProcAddress(hUser32,"GetMonitorInfo" __MINGW_PROCNAMEEXT_AW) :
138 GetProcAddress(hUser32,"GetMonitorInfoA"))!=NULL
  /external/skia/src/utils/win/
SkDWrite.cpp 26 GetProcAddress(LoadLibraryW(L"dwrite.dll"), "DWriteCreateFactory"));
114 GetProcAddress(LoadLibraryW(L"Kernel32.dll"), "GetUserDefaultLocaleName")
  /external/libvpx/libvpx/vp8/common/generic/
systemdependent.c 53 pGNSI = (PGNSI) GetProcAddress(
  /external/lzma/C/
Alloc.c 84 GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")), "GetLargePageMinimum");
  /external/mesa3d/src/mesa/main/
dlopen.h 85 u.v = (void *) GetProcAddress(handle, fname);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 39 if ((proc = (GrGLFuncPtr) GetProcAddress(fGLLib.get(), name))) {
  /external/v8/src/
icu_util.cc 50 FARPROC addr = GetProcAddress(module, ICU_UTIL_DATA_SYMBOL);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/generic/
systemdependent.c 53 pGNSI = (PGNSI) GetProcAddress(
  /sdk/find_java/src/source/
utils.cpp 168 FARPROC proc = GetProcAddress(hmod, "Wow64DisableWow64FsRedirection");
191 FARPROC proc = GetProcAddress(hmod, "Wow64RevertWow64FsRedirection");

Completed in 1690 milliseconds

1 2 3 4