HomeSort by relevance Sort by last modified time
    Searched full:getprocaddress (Results 51 - 75 of 190) sorted by null

1 23 4 5 6 7 8

  /external/lzma/CPP/Windows/
Shell.cpp 147 if (GetProcAddress(LoadLibrary(L"ceshell.dll", L"SHBrowseForFolder") == 0)
244 ::GetProcAddress(::GetModuleHandleW(L"shell32.dll"), "SHGetPathFromIDListW");
258 ::GetProcAddress(::GetModuleHandleW(L"shell32.dll"), "SHBrowseForFolderW");
SecurityUtils.cpp 70 LookupAccountNameWP lookupAccountNameW = (LookupAccountNameWP)GetProcAddress(hModule, "LookupAccountNameW");
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.cc 262 GetProcAddress(mag_lib_handle_, "MagInitialize"));
264 GetProcAddress(mag_lib_handle_, "MagUninitialize"));
266 GetProcAddress(mag_lib_handle_, "MagSetWindowSource"));
268 GetProcAddress(mag_lib_handle_, "MagSetWindowFilterList"));
271 GetProcAddress(mag_lib_handle_, "MagSetImageScalingCallback"));
  /external/compiler-rt/lib/interception/
interception_win.h 34 // Windows-only replacement for GetProcAddress. Useful for some sanitizers.
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_host.cc 43 test_function gf = (test_function)GetProcAddress(h, "test_function");
  /external/deqp/framework/egl/wrapper/
eglwInitCore.inl 32 dst->getProcAddress = (eglGetProcAddressFunc) loader->get("eglGetProcAddress");
eglwFuncPtrLibraryDecl.inl 40 __eglMustCastToProperFunctionPointerType getProcAddress (const char *procname) const;
eglwFuncPtrLibraryImpl.inl 177 __eglMustCastToProperFunctionPointerType FuncPtrLibrary::getProcAddress (const char *procname) const
179 return m_egl.getProcAddress(procname);
  /external/llvm/lib/Support/Windows/
Signals.inc 158 ::GetProcAddress(hLib, "StackWalk64");
160 ::GetProcAddress(hLib, "SymGetModuleBase64");
162 ::GetProcAddress(hLib, "SymGetSymFromAddr64");
164 ::GetProcAddress(hLib, "SymGetLineFromAddr64");
166 ::GetProcAddress(hLib, "SymGetModuleInfo64");
168 ::GetProcAddress(hLib, "SymFunctionTableAccess64");
169 fSymSetOptions = (fpSymSetOptions)::GetProcAddress(hLib, "SymSetOptions");
170 fSymInitialize = (fpSymInitialize)::GetProcAddress(hLib, "SymInitialize");
172 ::GetProcAddress(hLib, "EnumerateLoadedModules64");
  /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/parameter-framework/upstream/utility/windows/
DynamicLibrary.cpp 65 void *sym = reinterpret_cast<void *>(GetProcAddress(module, symbol.c_str()));
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/
ALContext.java 104 @Selector("getProcAddress:")
105 public native VoidPtr getProcAddress(String functionName);
  /prebuilts/misc/common/swig/include/2.0.11/d/
wrapperloader.swg 159 FARPROC GetProcAddress(HMODULE, LPCSTR);
189 return GetProcAddress(hlib, swigToCString(symbolName));
  /sdk/find_java/src/source/
utils.cpp 168 FARPROC proc = GetProcAddress(hmod, "Wow64DisableWow64FsRedirection");
191 FARPROC proc = GetProcAddress(hmod, "Wow64RevertWow64FsRedirection");
  /development/host/windows/usb/api/
AdbWinApi.cpp 86 (GetProcAddress(adbwinusbapi_handle_, "InstantiateWinUsbInterface"));
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.c 85 void *procAddress = (void *)GetProcAddress(sGLESDLL, _T(#funcName)); \
  /external/deqp/framework/delibs/deutil/
deDynamicLibrary.c 112 return (deFunctionPtr)GetProcAddress(library->handle, symbolName);
  /external/deqp/framework/egl/
egluGLFunctionLoader.cpp 43 return (glw::GenericFuncType)m_egl.getProcAddress(name);
  /external/mesa3d/src/egl/main/
eglfallbacks.c 87 drv->API.GetProcAddress = (GetProcAddress_t) _eglReturnFalse;
  /external/mesa3d/src/gallium/targets/libgl-xlib/
xlib.c 99 * symbols (they are all referenced from getprocaddress, I guess).
  /external/mesa3d/src/mapi/shared-glapi/tests/
check_table.cpp 39 TEST(GetProcAddress, ABIOffsetByName)
52 TEST(GetProcAddress, TableBigEnoughForABI)
  /sdk/find_java2/src/
utils.cpp 250 FARPROC proc = GetProcAddress(hmod, "Wow64DisableWow64FsRedirection");
273 FARPROC proc = GetProcAddress(hmod, "Wow64RevertWow64FsRedirection");
  /toolchain/binutils/binutils-2.25/libiberty/
physmem.c 161 if ((pfnex = (PFN_MS_EX) GetProcAddress (h, "GlobalMemoryStatusEx")))
262 if ((pfnex = (PFN_MS_EX) GetProcAddress (h, "GlobalMemoryStatusEx")))
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 40 TEST(GetProcAddress, ABIOffsetByName)
53 TEST(GetProcAddress, ABINameByOffset)
66 TEST(GetProcAddress, TableBigEnoughForABI)
73 TEST(GetProcAddress, TableDidntShrink)
106 TEST(GetProcAddress, QueriedDispatchSizeBigEnough)
117 TEST(GetProcAddress, KnownDispatchOffsetsAreConsistent)
134 TEST(GetProcAddress, KnownDispatchNamesAreConsistent)
    [all...]

Completed in 1489 milliseconds

1 23 4 5 6 7 8