/ndk/sources/host-tools/sed-4.2.1/m4/ |
lib-link.m4 | 11 dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and 15 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname 47 dnl searches for libname and the libraries corresponding to explicit and 55 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname 143 dnl declares that libname comes from the given package. The configure file 144 dnl will then not have a --with-libname-prefix option but a 147 dnl macro call that searches for libname. 163 dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and 166 dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found 250 dnl and the already constructed $LIBNAME/$LTLIBNAME [all...] |
/external/chromium_org/tools/clang/scripts/ |
blink_gc_plugin_flags.sh | 17 LIBNAME=\ 30 echo -Xclang -load -Xclang $CLANG_LIB_PATH/lib$LIBNAME.$LIBSUFFIX \
|
/external/icu/icu4c/source/common/ |
icuplug.c | 46 char libName[UPLUG_NAME_MAX]; /**< library name */ 113 * @param libName libname to search for 116 static int32_t searchForLibraryName(const char *libName) { 120 if(!uprv_strcmp(libName, libraryList[i].name)) { 155 uplug_openLibrary(const char *libName, UErrorCode *status) { 161 libEntry = searchForLibraryName(libName); 174 libraryList[libEntry].lib = uprv_dl_open(libName, status); 176 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib)); 184 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib)) [all...] |
/external/libpng/scripts/ |
makefile.bc32 | 87 LIBNAME=libpng.lib 97 $(LIBNAME) zlib.lib $(NOEHLIB) 100 $(LD) $(LDFLAGS) $*.obj $(LIBNAME) zlib.lib $(NOEHLIB) 105 libpng: $(LIBNAME) 136 $(LIBNAME): $(OBJS) 137 -del $(LIBNAME) 138 $(LIB) $(LIBNAME) @&&| 146 -del $(LIBNAME)
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/ |
Exynos_OMX_Component_Register.h | 46 OMX_U8 libName[MAX_OMX_COMPONENT_LIBNAME_SIZE]; 53 OMX_U8 libName[MAX_OMX_COMPONENT_LIBNAME_SIZE];
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
NativeLibInJarException.java | 32 NativeLibInJarException(JarStatus status, String message, String libName, 36 mLibName = libName;
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
EGLDispatch.cpp | 28 const char *libName = getenv("ANDROID_EGL_LIB"); 29 if (!libName) libName = DEFAULT_EGL_LIB; 31 osUtils::dynLibrary *lib = osUtils::dynLibrary::open(libName); 33 printf("Failed to open %s\n", libName);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/config/ |
config.rpath | 506 library_names_spec='$libname.a' 509 library_names_spec='$libname$shrext' 512 library_names_spec='$libname.a' 515 library_names_spec='$libname$shrext' 518 library_names_spec='$libname$shrext' 522 library_names_spec='$libname.dll.a $libname.lib' 526 library_names_spec='$libname$shrext' 529 library_names_spec='$libname$shrext' 536 library_names_spec='$libname$shrext$versuffix' ; [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
config.rpath | 512 library_names_spec='$libname.a' 515 library_names_spec='$libname$shrext' 518 library_names_spec='$libname.a' 521 library_names_spec='$libname$shrext' 524 library_names_spec='$libname$shrext' 528 library_names_spec='$libname.dll.a $libname.lib' 532 library_names_spec='$libname$shrext' 535 library_names_spec='$libname$shrext' 542 library_names_spec='$libname$shrext$versuffix' ; [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/ |
lib-link.m4 | 11 dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and 15 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname 47 dnl searches for libname and the libraries corresponding to explicit and 54 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname 139 dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and 142 dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found 215 dnl and the already constructed $LIBNAME/$LTLIBNAME. 220 eval libname=\"$acl_libname_spec\" # typically: libname=lib$name 231 if test -f "$dir/$libname$shrext"; the [all...] |
/bionic/tests/ |
dlext_test.cpp | 44 #define LIBNAME "libdlext_test.so" 74 handle_ = android_dlopen_ext(LIBNAME, RTLD_NOW, NULL); 84 handle_ = android_dlopen_ext(LIBNAME, RTLD_NOW, &extinfo); 116 handle_ = android_dlopen_ext(LIBNAME, RTLD_NOW, &extinfo); 134 handle_ = android_dlopen_ext(LIBNAME, RTLD_NOW, &extinfo); 146 handle_ = android_dlopen_ext(LIBNAME, RTLD_NOW, &extinfo); 164 handle_ = android_dlopen_ext(LIBNAME, RTLD_NOW, &extinfo); 244 ASSERT_NO_FATAL_FAILURE(CreateRelroFile(LIBNAME)); 245 ASSERT_NO_FATAL_FAILURE(TryUsingRelro(LIBNAME)); 258 ASSERT_NO_FATAL_FAILURE(TryUsingRelro(LIBNAME)); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/targets/ |
Makefile.va | 3 LIBNAME = lib$(LIBBASENAME).so 43 default: depend symlinks $(TOP)/$(LIB_DIR)/gallium/$(LIBNAME) 45 $(TOP)/$(LIB_DIR)/gallium/$(LIBNAME): $(OBJECTS) $(PIPE_DRIVERS) $(STATE_TRACKER_LIB) Makefile
|
Makefile.vdpau | 3 LIBNAME = lib$(LIBBASENAME).so 43 default: depend symlinks $(TOP)/$(LIB_DIR)/gallium/$(LIBNAME) 45 $(TOP)/$(LIB_DIR)/gallium/$(LIBNAME): $(OBJECTS) $(PIPE_DRIVERS) $(STATE_TRACKER_LIB) Makefile
|
Makefile.xvmc | 3 LIBNAME = lib$(LIBBASENAME).so 43 default: depend symlinks $(TOP)/$(LIB_DIR)/gallium/$(LIBNAME) 45 $(TOP)/$(LIB_DIR)/gallium/$(LIBNAME): $(OBJECTS) $(PIPE_DRIVERS) $(STATE_TRACKER_LIB) Makefile
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
dlopen.h | 47 _mesa_dlopen(const char *libname, int flags) 53 return dlopen(libname, flags); 55 return LoadLibraryA(libname);
|
/external/mesa3d/src/gallium/targets/ |
Makefile.va | 3 LIBNAME = lib$(LIBBASENAME).so 43 default: depend symlinks $(TOP)/$(LIB_DIR)/gallium/$(LIBNAME) 45 $(TOP)/$(LIB_DIR)/gallium/$(LIBNAME): $(OBJECTS) $(PIPE_DRIVERS) $(STATE_TRACKER_LIB) Makefile
|
Makefile.vdpau | 3 LIBNAME = lib$(LIBBASENAME).so 43 default: depend symlinks $(TOP)/$(LIB_DIR)/gallium/$(LIBNAME) 45 $(TOP)/$(LIB_DIR)/gallium/$(LIBNAME): $(OBJECTS) $(PIPE_DRIVERS) $(STATE_TRACKER_LIB) Makefile
|
Makefile.xvmc | 3 LIBNAME = lib$(LIBBASENAME).so 43 default: depend symlinks $(TOP)/$(LIB_DIR)/gallium/$(LIBNAME) 45 $(TOP)/$(LIB_DIR)/gallium/$(LIBNAME): $(OBJECTS) $(PIPE_DRIVERS) $(STATE_TRACKER_LIB) Makefile
|
/external/mesa3d/src/mesa/main/ |
dlopen.h | 47 _mesa_dlopen(const char *libname, int flags) 53 return dlopen(libname, flags); 55 return LoadLibraryA(libname);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
Makefile | 4 LIBNAME = softpipe
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/ |
Makefile | 0 LIBNAME=dxgi
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/ |
Makefile | 4 LIBNAME = dridrm
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
Makefile | 4 LIBNAME = xorgtracker
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-i915/ |
Makefile | 4 LIBNAME = i915_dri.so
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-nouveau/ |
Makefile | 4 LIBNAME = nouveau_dri.so
|