Searched defs:LoadLibrary (Results 1 - 7 of 7) sorted by relevance

/external/v8/tools/gyp/test/win/
H A Dgyptest-link-embed-manifest.py23 class LoadLibrary(object): class in inherits:object
31 self._handle = win32api.LoadLibrary(self._path)
41 with LoadLibrary(path) as handle:
H A Dgyptest-link-enable-uac.py23 class LoadLibrary(object): class in inherits:object
31 self._handle = win32api.LoadLibrary(self._path)
41 with LoadLibrary(path) as handle:
H A Dgyptest-link-generate-manifest.py23 class LoadLibrary(object): class in inherits:object
31 self._handle = win32api.LoadLibrary(self._path)
40 with LoadLibrary(path) as handle:
H A Dgyptest-link-update-manifest.py23 class LoadLibrary(object): class in inherits:object
31 self._handle = win32api.LoadLibrary(self._path)
40 with LoadLibrary(path) as handle:
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp318 #define LoadLibrary(name) dlopen(name, RTLD_LAZY) macro
607 plugins[i].handle = LoadLibrary( plugins[i].name );
620 plugins[i].handle = LoadLibrary( plugins[i].name );
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 117 milliseconds