Searched refs:VERSION (Results 76 - 100 of 414) sorted by relevance

1234567891011>>

/external/nanopb-c/tools/
H A Dmake_windows_package.sh10 VERSION=`git describe --always`-windows-x86
11 DEST=dist/$VERSION
55 ( cd dist; zip -r $VERSION.zip $VERSION )
/external/protobuf/gtest/build-aux/
H A Dconfig.h.in69 #undef VERSION
/external/selinux/scripts/
H A Dmake-update21 VERS=`cat VERSION`
H A Drelease13 VERS=`cat VERSION`
/external/elfutils/src/libelf/
H A DMakefile.am35 VERSION = 1
105 -Wl,--soname,$@.$(VERSION),-z,defs,-z,relro $(libelf_so_LDLIBS)
107 ln -fs $@ $@.$(VERSION)
112 ln -fs libelf-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libelf.so.$(VERSION)
113 ln -fs libelf.so.$(VERSION) $(DESTDIR)$(libdir)/libelf.so
117 rm -f $(DESTDIR)$(libdir)/libelf.so.$(VERSION)
124 CLEANFILES += $(am_libelf_pic_a_OBJECTS) libelf.so.$(VERSION)
/external/mesa3d/bin/
H A Dmklib412 VERSION="${MAJOR}.${MINOR}"
414 VERSION="${MAJOR}.${MINOR}.${PATCH}"
417 echo "mklib: Making" $ARCH "shared library: " ${LIBNAME}.so.${VERSION}
420 rm -f ${LIBNAME}.so.${VERSION}
425 ${LINK} ${OPTS} ${LDFLAGS} -o ${LIBNAME}.so.${VERSION} ${OBJECTS} ${DEPS}
427 ln -s ${LIBNAME}.so.${VERSION} ${LIBNAME}.so.${MAJOR}
430 FINAL_LIBS="${LIBNAME}.so.${VERSION} ${LIBNAME}.so.${MAJOR} ${LIBNAME}.so"
724 VERSION="${MAJOR}.${MINOR}"
734 rm -f ${LIBNAME}.${VERSION}
735 ${LINK} -o ${LIBNAME}.${VERSION}
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DEnvironmentCheck.java314 public static final String VERSION = "version."; field in class:EnvironmentCheck
801 h.put(VERSION + "JAXP", "1.1 or higher");
810 h.put(ERROR + VERSION + "JAXP", "1.0.1");
818 h.put(ERROR + VERSION + "JAXP", CLASS_NOTPRESENT);
861 h.put(VERSION + "xalan1", buf.toString());
865 h.put(VERSION + "xalan1", CLASS_NOTPRESENT);
883 h.put(VERSION + "xalan2x", buf.toString());
887 h.put(VERSION + "xalan2x", CLASS_NOTPRESENT);
903 h.put(VERSION + "xalan2_2", (String)returnValue);
907 h.put(VERSION
[all...]
/external/droiddriver/src/io/appium/droiddriver/util/
H A DEvents.java43 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB_MR1) {
56 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB_MR1) {
69 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB_MR1) {
79 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB_MR1) {
/external/elfutils/src/libebl/
H A Deblobjnotetypename.c61 KNOWNSTYPE (VERSION),
/external/libunwind/include/
H A Dconfig.h243 #define VERSION "1.1" macro
/external/libvncserver/libvncserver/
H A Dconfig.h209 #define VERSION "0.7pre" macro
H A Drfbconfig.h212 #define VERSION "0.7pre" macro
/external/libvncserver/
H A Drfbconfig.h385 #define VERSION "0.9.9" macro
H A Dlibvncserver-config.in49 echo @VERSION@
/external/netperf/
H A Dconfig.h294 #define VERSION "2.4.4" macro
/external/ppp/pppd/
H A Dpathnames.h60 #define _PATH_PLUGIN DESTDIR "/lib/pppd/" VERSION
/external/ppp/pppd/plugins/
H A Dpasswordfd.c17 char pppd_version[] = VERSION;
/external/ppp/pppd/plugins/radius/
H A Dradattr.c28 char pppd_version[] = VERSION;
/external/protobuf/android/
H A Dconfig.h130 #define VERSION "2.3.0" macro
/external/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h19 static const SK_OT_Fixed VERSION = SkTEndian_SwapBE32(0x00010000); member in struct:SkOTTableMaximumProfile_TT
/external/srtp/doc/
H A DMakefile19 version = $(shell cat $(top_srcdir)/VERSION)
/external/elfutils/src/
H A Dconfig.h.in88 #undef VERSION
/external/libpng/
H A Dconfig.h.in89 #undef VERSION
/external/libusb/
H A Dconfig.h.in89 #undef VERSION
/external/pcre/dist/
H A Dconfig.h.generic340 #define VERSION "8.36"

Completed in 2740 milliseconds

1234567891011>>