/external/icu/icu4c/source/tools/pkgdata/ |
pkgdata.cpp | 78 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt, UBool noVersion); 106 LIBNAME, 148 /*18*/ UOPTION_DEF( "libname", 'L', UOPT_REQUIRES_ARG), 368 if(options[LIBNAME].doesOccur) { /* get libname from shortname, or explicit -L parameter */ 369 o.libName = options[LIBNAME].value; 371 o.libName = o.shortName; 656 /* Using the base libName and version number, generate the library file names. */ 657 createFileNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseExt, noVersion) [all...] |
/external/libmtp/ |
aclocal.m4 | 324 dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and 328 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname 360 dnl searches for libname and the libraries corresponding to explicit and 367 dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname 452 dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and 455 dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found 528 dnl and the already constructed $LIBNAME/$LTLIBNAME. 533 eval libname=\"$acl_libname_spec\" # typically: libname=lib$name 544 if test -f "$dir/$libname$shrext"; the [all...] |
configure | [all...] |
/external/cmockery/cmockery_0_1_2/ |
configure | [all...] |
/external/libmtp/m4/ |
libtool.m4 | 966 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' 968 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' 1001 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" 1002 _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" [all...] |
/external/protobuf/m4/ |
libtool.m4 | 966 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' 968 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' 997 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" 998 _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" [all...] |
/external/qemu-pc-bios/bochs/ |
configure | [all...] |
/external/chromium_org/third_party/libevent/ |
aclocal.m4 | 356 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' 358 _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}" [all...] |
configure | [all...] |
/external/chromium_org/third_party/sqlite/src/ |
configure | [all...] |
/external/libogg/ |
configure | [all...] |
/external/libusb/ |
configure | [all...] |
/external/libusb-compat/ |
configure | [all...] |
/external/libvorbis/ |
configure | [all...] |
/hardware/intel/img/libdrm/ |
configure | [all...] |
/external/chromium_org/third_party/libxml/src/ |
configure | [all...] |
/external/libcap-ng/libcap-ng-0.7/ |
configure | [all...] |
/external/compiler-rt/lib/asan/ |
asan_linux.cc | 99 static bool IsDynamicRTName(const char *libname) { 100 return internal_strstr(libname, "libclang_rt.asan") || 101 internal_strstr(libname, "libasan.so");
|
/ndk/tests/abcc/jni/host/ |
Abcc_host.cpp | 50 const std::string HostBitcodeCompiler::getRuntimePath(const std::string &libname) { 51 if (mRuntimePath.count(libname)) { 52 return mRuntimePath.find(libname)->second;
|
Abcc_host.h | 61 const std::string getRuntimePath(const std::string &libname);
|
/device/generic/goldfish/opengl/system/egl/ |
eglDisplay.h | 58 EGLClient_glesInterface *loadGLESClientAPI(const char *libName,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
Makefile | 7 LIBNAME = radeon
|
/external/dhcpcd/mk/ |
prog.mk | 14 echo "${LINK_RPATH}=${PREFIX}/${LIBNAME}"; \
|
/external/libexif/ |
configure | [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
Makefile | 7 LIBNAME = radeon
|