HomeSort by relevance Sort by last modified time
    Searched refs:GetProcAddress (Results 26 - 50 of 250) sorted by null

12 3 4 5 6 7 8 910

  /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")
  /external/chromium_org/base/win/
metro.cc 62 ::GetProcAddress(user32, "IsImmersiveProcess"));
123 ::GetProcAddress(metro, "GetLaunchType"));
131 ::GetProcAddress(metro, "GetInitialUrl"));
137 ::GetProcAddress(metro, "GetInitialSearchString"));
  /external/chromium_org/net/cert/
sha256_legacy_support_win_unittest.cc 32 ::GetProcAddress(::GetModuleHandle(L"crypt32.dll"),
  /external/chromium_org/third_party/webrtc/test/channel_transport/
traffic_control_win.cc 79 instance->tcRegister = (registerFn)GetProcAddress(trafficLib,
81 instance->tcDeregister = (deregisterFn)GetProcAddress(trafficLib,
83 instance->tcEnumerate = (enumerateFn)GetProcAddress(
86 instance->tcOpenInterface = (openInterfaceFn)GetProcAddress(
89 instance->tcCloseInterface = (closeInterfaceFn)GetProcAddress(
92 instance->tcAddFlow = (flowAddFn)GetProcAddress(trafficLib,
94 instance->tcDeleteFlow = (flowDeleteFn)GetProcAddress(trafficLib,
97 instance->tcAddFilter = (filterAddFn)GetProcAddress(trafficLib,
99 instance->tcDeleteFilter = (filterDeleteFn)GetProcAddress(trafficLib,
  /external/chromium_org/base/
native_library_win.cc 67 GetProcAddress(GetModuleHandle(L"kernel32.dll"), "LoadLibraryW"));
80 return GetProcAddress(library, name);
  /external/chromium_org/chrome/common/
child_process_logging_win.cc 37 GetProcAddress(exe_module, "SetCrashKeyValueImpl"));
53 GetProcAddress(exe_module, "ClearCrashKeyValueImpl"));
  /external/chromium_org/chrome/installer/util/
self_reg_work_item.cc 62 ::GetProcAddress(dll_module, user_level_registration_ ?
66 ::GetProcAddress(dll_module, user_level_registration_ ?
  /development/host/windows/usb/api/
AdbWinApi.cpp 86 (GetProcAddress(adbwinusbapi_handle_, "InstantiateWinUsbInterface"));
  /external/chromium_org/chrome/app/
chrome_main.cc 49 ::GetProcAddress(::GetModuleHandle(chrome::kBrowserProcessExecutableName),
  /external/chromium_org/sandbox/win/src/
resolver.cc 54 *address = pe.GetProcAddress(interceptor_name);
process_mitigations_test.cc 89 ::GetProcAddress(::GetModuleHandleW(L"kernel32.dll"),
139 ::GetProcAddress(::GetModuleHandleW(L"kernel32.dll"),
203 ::GetProcAddress(::GetModuleHandleW(L"kernel32.dll"),
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dl.c 64 return (util_dl_proc)GetProcAddress((HMODULE)library, procname);
  /external/mesa3d/src/gallium/auxiliary/util/
u_dl.c 64 return (util_dl_proc)GetProcAddress((HMODULE)library, procname);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 38 if (NULL != (proc = (GrGLFuncPtr) GetProcAddress(fGLLib.get(), name))) {
  /external/webrtc/src/system_wrappers/source/
condition_variable_win.cc 54 (PInitializeConditionVariable) GetProcAddress(
58 (PSleepConditionVariableCS)GetProcAddress(
62 (PWakeConditionVariable)GetProcAddress(
66 (PWakeAllConditionVariable)GetProcAddress(
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osDynLibrary.cpp 73 return (dynFuncPtr) GetProcAddress(m_lib, p_symName);
  /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/chromium_org/chrome_elf/create_file/
chrome_create_file.cc 55 // method is called, and cached to avoid subsequent calls to GetProcAddress().
75 ::GetProcAddress(shlwapi, "PathIsUNCW"));
77 ::GetProcAddress(shlwapi, "PathAppendW"));
79 ::GetProcAddress(shlwapi, "PathIsPrefixW"));
81 ::GetProcAddress(shlwapi, "PathFindFileNameW"));
83 ::GetProcAddress(shell32, "SHGetFolderPathW"));
  /external/chromium_org/third_party/webrtc/base/
winping.cc 158 create_ = (PIcmpCreateFile) GetProcAddress(dll_, ICMP_CREATE_FUNC);
159 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC);
160 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC);
162 LOG(LERROR) << "GetProcAddress(ICMP_*): " << GetLastError();
172 create6_ = (PIcmp6CreateFile) GetProcAddress(dll_, ICMP6_CREATE_FUNC);
173 send6_ = (PIcmp6SendEcho2) GetProcAddress(dll_, ICMP6_SEND_FUNC);
175 LOG(LERROR) << "GetProcAddress(ICMP6_*): " << GetLastError();
  /external/chromium_org/content/browser/
power_save_blocker_win.cc 35 GetProcAddress(module, "PowerCreateRequest"));
37 GetProcAddress(module, "PowerSetRequest"));
74 GetProcAddress(module, "PowerClearRequest"));
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
handles.cc 29 GetProcAddress(ntdll_handle, "NtQueryObject"));
31 GetProcAddress(ntdll_handle, "NtQueryInformationFile"));
33 GetProcAddress(ntdll_handle, "NtQuerySystemInformation"));
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_common.h 92 prefixname = (__dll_##name##_t)GetProcAddress(h, \
95 prefixname = (__dll_##name##_t)GetProcAddress(h, \
98 prefixname = (__dll_##name##_t)GetProcAddress(h, \
  /external/chromium_org/ui/gfx/win/
dpi.cc 29 GetProcAddress(GetModuleHandleA("user32.dll"), "IsProcessDPIAware"));
67 GetProcAddress(GetModuleHandleA("user32.dll"),
88 GetProcAddress(GetModuleHandleA("user32.dll"),

Completed in 2202 milliseconds

12 3 4 5 6 7 8 910