HomeSort by relevance Sort by last modified time
    Searched full:freelibrary (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/swiftshader/src/Common/
SharedLibrary.hpp 26 void freeLibrary(void *library);
43 freeLibrary(library);
58 freeLibrary(library);
78 inline void freeLibrary(void *library)
80 FreeLibrary((HMODULE)library);
110 inline void freeLibrary(void *library)
  /external/lzma/CPP/Windows/
DLL.h 17 /* Win32: Don't call CLibrary::Free() and FreeLibrary() from another
18 FreeLibrary() code: detaching code in DLL entry-point or in
DLL.cpp 20 if (!::FreeLibrary(_module))
MemoryLock.cpp 63 ::FreeLibrary(hModule);
  /external/python/cpython2/Lib/ctypes/test/
test_loading.py 85 from _ctypes import LoadLibrary, FreeLibrary
87 # NOT fit into a 32-bit integer. FreeLibrary must be able
92 FreeLibrary(handle)
  /external/python/cpython3/Lib/ctypes/test/
test_loading.py 85 from _ctypes import LoadLibrary, FreeLibrary
87 # NOT fit into a 32-bit integer. FreeLibrary must be able
92 FreeLibrary(handle)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_loading.py 79 from _ctypes import LoadLibrary, FreeLibrary
81 # NOT fit into a 32-bit integer. FreeLibrary must be able
86 FreeLibrary(handle)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_loading.py 79 from _ctypes import LoadLibrary, FreeLibrary
81 # NOT fit into a 32-bit integer. FreeLibrary must be able
86 FreeLibrary(handle)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_loading.py 79 from _ctypes import LoadLibrary, FreeLibrary
81 # NOT fit into a 32-bit integer. FreeLibrary must be able
86 FreeLibrary(handle)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_loading.py 79 from _ctypes import LoadLibrary, FreeLibrary
81 # NOT fit into a 32-bit integer. FreeLibrary must be able
86 FreeLibrary(handle)
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_host.cc 46 FreeLibrary(h);
52 FreeLibrary(h);
report_globals_reload_dll.cc 34 if (!FreeLibrary(dll))
report_globals_vs_freelibrary.cc 31 if (!FreeLibrary(dll))
  /external/mdnsresponder/mDNSWindows/
PosixCompat.c 45 FreeLibrary(library);
72 FreeLibrary(library);
  /external/webrtc/webrtc/modules/desktop_capture/win/
window_capture_utils.cc 57 FreeLibrary(dwmapi_library_);
  /external/llvm/test/tools/llvm-readobj/
imports.test 10 X86-NEXT: Symbol: FreeLibrary (414)
53 X64-NEXT: Symbol: FreeLibrary (420)
  /external/mesa3d/src/gallium/auxiliary/util/
u_dl.c 77 FreeLibrary((HMODULE)library);
  /external/skia/src/gpu/gl/win/
GrGLMakeNativeInterface_win.cpp 23 FreeLibrary(fModule);
  /external/skqp/src/gpu/gl/win/
GrGLMakeNativeInterface_win.cpp 23 FreeLibrary(fModule);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_windows_test.go 62 defer syscall.FreeLibrary(h)
  /prebuilts/go/linux-x86/src/syscall/
syscall_windows_test.go 62 defer syscall.FreeLibrary(h)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/NtLoadAsDll/
NtLoadAsDll.h 79 EFI_NT_FREE_LIBRARY FreeLibrary;
  /external/mesa3d/src/mesa/main/
dlopen.h 91 FreeLibrary(handle);
  /external/parameter-framework/upstream/utility/windows/
DynamicLibrary.cpp 58 FreeLibrary(module);
  /external/llvm/lib/Support/Windows/
DynamicLibrary.inc 93 // If we've already loaded this library, FreeLibrary() the handle in order to
96 FreeLibrary(a_handle);

Completed in 1386 milliseconds

1 2 3 4 5