Home
last modified time | relevance | path

Searched defs:libname (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXPlugin.cpp48 static bool useGoogleGoldfishComponentInstance(const char* libname) { in useGoogleGoldfishComponentInstance()
63 static bool useAndroidGoldfishComponentInstance(const char* libname) { in useAndroidGoldfishComponentInstance()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dccompiler.py297 def add_library(self, libname): argument
892 def library_filename(self, libname, lib_type='static', # or 'shared' argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlauxlib.c827 LUALIB_API void luaL_openlib (lua_State *L, const char *libname, in luaL_openlib()