/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | loadlib.c | 129 static void ll_unloadlib (void *lib) { in ll_unloadlib() 135 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL)); in ll_load() local 141 static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { in ll_sym() 193 static void ll_unloadlib (void *lib) { in ll_unloadlib() 199 HMODULE lib = LoadLibraryExA(path, NULL, LUA_LLE_FLAGS); in ll_load() local 206 static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { in ll_sym() 229 static void ll_unloadlib (void *lib) { in ll_unloadlib() 241 static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { in ll_sym()
|
D | linit.c | 53 const luaL_Reg *lib; in luaL_openlibs() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_ccompiler.py | 18 def find_library_file(self, dirs, lib, debug=0): argument 21 def library_option(self, lib): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dynload_atheos.c | 21 int lib; in _PyImport_GetDynLoadFunc() local
|
D | dynload_hpux.c | 26 shl_t lib; in _PyImport_GetDynLoadFunc() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | nm2def.py | 43 def symbols(lib=PYTHONLIB,types=('T','C','D')): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | uuid.py | 404 lib = ctypes.CDLL(ctypes.util.find_library(libname)) variable 434 lib = ctypes.windll.rpcrt4 variable 436 lib = None variable
|
D | platform.py | 141 def libc_ver(executable=sys.executable,lib='',version='', argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | unixccompiler.py | 300 def library_option(self, lib): argument 303 def find_library_file(self, dirs, lib, debug=0): argument
|
D | msvccompiler.py | 555 def library_option (self, lib): argument 559 def find_library_file (self, dirs, lib, debug=0): argument
|
D | emxccompiler.py | 210 def find_library_file(self, dirs, lib, debug=0): argument
|
D | msvc9compiler.py | 722 def library_option(self, lib): argument 726 def find_library_file(self, dirs, lib, debug=0): argument
|
D | bcppcompiler.py | 308 def find_library_file (self, dirs, lib, debug=0): argument
|
D | ccompiler.py | 770 def library_option(self, lib): argument 820 def find_library_file (self, dirs, lib, debug=0): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
D | checkextensions_win32.py | 52 def AddLinkerLib(self, lib): argument
|
/device/generic/goldfish-opengl/system/egl/ |
D | eglDisplay.cpp | 289 void *lib = dlopen(path.c_str(), RTLD_NOW); in loadGLESClientAPI() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | platform.py | 141 def libc_ver(executable=sys.executable,lib='',version='', argument
|