Searched refs:VERSION (Results 51 - 75 of 550) sorted by relevance

1234567891011>>

/external/pcre/
H A Dconfig.h340 #define VERSION "8.36" macro
/external/scrypt/
H A Dconfig.h93 #define VERSION "1.1.6" macro
/external/skia/src/sfnt/
H A DSkOTTable_maxp_CFF.h18 static const SK_OT_Fixed VERSION = SkTEndian_SwapBE32(0x00005000); member in struct:SkOTTableMaximumProfile_CFF
/external/yaffs2/yaffs2/
H A Dpatch-ker.sh21 VERSION=0
50 VERSION=`grep -s VERSION <$LINUXDIR/Makefile | head -n 1 | sed s/'VERSION = '//`
55 if [ $VERSION -ne 2 -o $PATCHLEVEL -lt 6 ]
57 echo "Cannot patch kernel version $VERSION.$PATCHLEVEL.$SUBLEVEL, must be 2.6.x or higher"
/external/dnsmasq/contrib/slackware-dnsmasq/
H A Ddnsmasq.SlackBuild5 VERSION=2.24
22 rm -rf dnsmasq-$VERSION
23 tar xzvf $CWD/dnsmasq-$VERSION.tar.gz
24 cd dnsmasq-$VERSION
46 mkdir -p $PKG/usr/doc/dnsmasq-$VERSION
49 $PKG/usr/doc/dnsmasq-$VERSION
55 makepkg -l y -c n ../dnsmasq-$VERSION-$ARCH-$BUILD.tgz
/external/elfutils/0.153/libasm/
H A DMakefile.am31 VERSION = 1
67 -Wl,--soname,$@.$(VERSION) \
70 ln -fs $@ $@.$(VERSION)
75 ln -fs libasm-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libasm.so.$(VERSION)
76 ln -fs libasm.so.$(VERSION) $(DESTDIR)$(libdir)/libasm.so
80 rm -f $(DESTDIR)$(libdir)/libasm.so.$(VERSION)
88 CLEANFILES += $(am_libasm_pic_a_OBJECTS) libasm.so.$(VERSION)
/external/dhcpcd/mk/
H A Ddist.mk5 DISTPREFIX?= ${PROG}-${VERSION}
10 _VERSION_SH= sed -n 's/\#define VERSION[[:space:]]*"\(.*\)".*/\1/p' config.h
12 VERSION= ${_VERSION}$(shell ${_VERSION_SH}) macro
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_TestProvider.java34 private static final double VERSION = 1.0; field in class:Support_TestProvider
44 super(NAME, VERSION, INFO);
/external/apache-xml/src/main/java/org/apache/xalan/
H A DVersion.src94 return @version.VERSION@;
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A DSpacingHeuristics.pm32 our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
33 $VERSION = 1.00;
/external/chromium_org/third_party/libxml/mac/
H A Dconfig.h4 #define VERSION "2.7.7" macro
294 #define VERSION "2.7.7" macro
/external/chromium_org/third_party/tcmalloc/vendor/packages/
H A Drpm.sh14 VERSION="$2"
15 fullname="${PACKAGE}-${VERSION}"
63 --define "VERSION $VERSION" \
83 mv "$RPM_SOURCE_DIR"/*/"${PACKAGE}"-*"${VERSION}"*.rpm "$destdir"
/external/google-tv-pairing-protocol/cpp/src/
H A Dconfig.h.in62 #undef VERSION
/external/libhevc/decoder/
H A Dihevcd_version.c76 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \ macro
117 VERSION(ac_version_tmp, CODEC_NAME, CODEC_RELEASE_TYPE, CODEC_RELEASE_VER, CODEC_VENDOR);
/external/libogg/doc/
H A DMakefile.am5 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
/external/libvorbis/doc/vorbisenc/
H A DMakefile.am3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisenc
/external/nanopb-c/tools/
H A Dmake_mac_package.sh11 VERSION=`git describe --always`-macosx-x86
12 DEST=dist/$VERSION
48 ( cd dist; zip -r $VERSION.zip $VERSION )
/external/openfst/
H A Dconfig.h.in62 #undef VERSION
/external/chromium_org/sdch/linux/
H A Dconfig.h119 #define VERSION "0.7" macro
/external/chromium_org/third_party/yasm/source/config/android/
H A Dconfig.h155 #define VERSION "1.2.0" macro
/external/chromium_org/third_party/yasm/source/config/ios/
H A Dconfig.h155 #define VERSION "1.2.0" macro
/external/chromium_org/third_party/yasm/source/config/linux/
H A Dconfig.h155 #define VERSION "1.2.0" macro
/external/chromium_org/third_party/yasm/source/config/mac/
H A Dconfig.h155 #define VERSION "1.2.0" macro
/external/chromium_org/third_party/yasm/source/config/openbsd/
H A Dconfig.h147 #define VERSION "1.2.0" macro
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
H A Dconfig.h1 #include "YASM-VERSION.h"
152 #define VERSION "HEAD" macro

Completed in 1048 milliseconds

1234567891011>>