Searched defs:libname (Results 1 - 17 of 17) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Ddlopen.h48 _mesa_dlopen(const char *libname, int flags) argument
52 return dlopen(libname, flags);
54 return LoadLibraryA(libname);
/external/compiler-rt/lib/asan/
H A Dasan_linux.cc102 static bool IsDynamicRTName(const char *libname) { argument
103 return internal_strstr(libname, "libclang_rt.asan") ||
104 internal_strstr(libname, "libasan.so");
/external/libxml2/os400/dlfcn/
H A Ddlfcn.c879 const char * libname, const char * pathname)
885 strcpy(qsysinfo->Lib_Name, libname);
878 dl_lib_object(Qp0l_QSYS_Info_t * qsysinfo, const char * libname, const char * pathname) argument
/external/skia/third_party/lua/src/
H A Dlauxlib.c827 LUALIB_API void luaL_openlib (lua_State *L, const char *libname, argument
830 if (libname) {
831 luaL_pushmodule(L, libname, libsize(l)); /* get/create library table */
/external/syslinux/com32/lua/src/
H A Dlauxlib.c829 LUALIB_API void luaL_openlib (lua_State *L, const char *libname, argument
832 if (libname) {
833 luaL_pushmodule(L, libname, libsize(l)); /* get/create library table */
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c2885 const char *libname = "libglapi.so"; local
2887 const char *libname = "libglapi.0.dylib"; local
2889 const char *libname = "cygglapi-0.dll"; local
2891 const char *libname = "libglapi.so.0"; local
2896 handle = dlopen(libname, RTLD_LAZY | RTLD_GLOBAL);
/external/elfutils/src/
H A Delflint.c3094 const char *libname = elf_strptr (ebl->elf, shdr->sh_link, local
3096 if (libname == NULL)
3105 if (unknown_dependency_p (ebl->elf, libname))
3140 int res = add_version (libname, verstr, aux->vna_other,
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jar ... .String, java.lang.Throwable[]) Throwable t String libname String path Throwable[] failureReason String libFile java.io. ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 420 milliseconds