/external/iptables/ |
D | release.sh | 5 VERSION=1.4.7 8 IPTDIR="$TMPDIR/iptables-$VERSION" 10 PATCH="patch-iptables-$PREV_VERSION-$VERSION.bz2"; 11 TARBALL="iptables-$VERSION.tar.bz2"; 12 CHANGELOG="changes-iptables-$PREV_VERSION-$VERSION.txt"; 15 git shortlog "v$PREV_VERSION..v$VERSION" > "$TMPDIR/$CHANGELOG" 16 git diff "v$PREV_VERSION..v$VERSION" | bzip2 > "$TMPDIR/$PATCH" 17 git archive --prefix="iptables-$VERSION/" "v$VERSION" | tar -xC "$TMPDIR/" 24 tar -cjf "$TARBALL" "iptables-$VERSION";
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/Array/ |
D | tostring_1.js | 34 var VERSION = "JS1_2"; variable 44 var VERSION = 0; 69 ( VERSION == "120" ? "[]" : "" ), 76 ( VERSION == "120" ? "[, ]" : "" ), 89 ( VERSION == "120" ? "[, , ]" : "," ), 96 ( VERSION == "120" ? "[, \"hi\"]" : ",hi" ), 103 ( VERSION == "120" ?"[, \"hi\", , ]":",hi,"), 115 ( VERSION == "120" ? "[1000]" : bstring ), 121 ( VERSION == "120" ? 1 : 1000 ),
|
D | tostring_2.js | 33 var VERSION = "JS_12"; variable 43 var VERSION = 0; 69 ( VERSION == "120" ? "[]" : "" ), 74 ( VERSION == "120" ? "[]" : "" ), 79 ( VERSION == "120" ? "[]" : "" ),
|
/external/libpcap/ |
D | Makefile.in | 117 $(CC) -shared -o $@.`cat VERSION` $(OBJ) $(DAGLIBS) 122 $(CC) -dynamiclib -undefined error -o libpcap.`cat VERSION`.dylib $(OBJ) \ 123 -install_name $(libdir)/libpcap.0.dylib -compatibility_version `cat VERSION` \ 124 -current_version `cat VERSION` 153 version.c: $(srcdir)/VERSION 155 sed -e 's/.*/char pcap_version[] = "&";/' $(srcdir)/VERSION > $@ 164 version.h: $(srcdir)/VERSION 166 …sed -e 's/.*/static const char pcap_version_string[] = "libpcap version &";/' $(srcdir)/VERSION > … 194 $(INSTALL_PROGRAM) libpcap.so.`cat VERSION` $(DESTDIR)$(libdir)/libpcap.so.`cat VERSION` 196 $(INSTALL_PROGRAM) libpcap.`cat VERSION`.dylib $(DESTDIR)$(libdir)/libpcap.`cat VERSION`.dylib [all …]
|
/external/bison/djgpp/ |
D | Makefile.maint | 28 …VERSION=`grep "^[ ]*VERSION=" $(top_srcdir)/configure | sed -e 's/^[ ]*VERSION=//' -e s/[\"\']//… 29 package_version=`echo "$${VERSION}" | sed 's/\.//g'`; \ 30 tree_version=`echo "$${VERSION}" | sed 's/\.//2g'`; \ 32 -e "s/@V@/$${PACKAGE}-$${VERSION}/g" \ 33 -e "s/@VERSION@/$${VERSION}/g" \
|
/external/liblzf/ |
D | Makefile.in | 1 VERSION = 3.6 48 mkdir liblzf-$(VERSION) 54 | tar xpC liblzf-$(VERSION) 55 -chown -R root.root liblzf-$(VERSION) 56 chmod -R u=rwX,go=rX liblzf-$(VERSION) 57 tar cvf - liblzf-$(VERSION) | gzip -9 >liblzf-$(VERSION).tar.gz 58 rm -rf liblzf-$(VERSION) 59 ls -l liblzf-$(VERSION).tar.gz
|
/external/ceres-solver/scripts/ |
D | make_release | 44 VERSION=$(grep 'SET(CERES_VERSION' CMakeLists.txt | \ 57 if [[ $1 != $VERSION ]] ; then 59 echo " in CMakeLists.txt, which is $VERSION. You may not be in the " 64 if [[ $VERSION_IN_HEADER != $VERSION ]] ; then 87 VERSIONFILE=$TMP/VERSION 88 echo "version $VERSION" >> $VERSIONFILE 89 echo "abi_version $VERSION" >> $VERSIONFILE
|
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
D | EnvironmentCheck.java | 314 public static final String VERSION = "version."; field in EnvironmentCheck 801 h.put(VERSION + "JAXP", "1.1 or higher"); in checkJAXPVersion() 810 h.put(ERROR + VERSION + "JAXP", "1.0.1"); in checkJAXPVersion() 818 h.put(ERROR + VERSION + "JAXP", CLASS_NOTPRESENT); in checkJAXPVersion() 861 h.put(VERSION + "xalan1", buf.toString()); in checkProcessorVersion() 865 h.put(VERSION + "xalan1", CLASS_NOTPRESENT); in checkProcessorVersion() 883 h.put(VERSION + "xalan2x", buf.toString()); in checkProcessorVersion() 887 h.put(VERSION + "xalan2x", CLASS_NOTPRESENT); in checkProcessorVersion() 903 h.put(VERSION + "xalan2_2", (String)returnValue); in checkProcessorVersion() 907 h.put(VERSION + "xalan2_2", CLASS_NOTPRESENT); in checkProcessorVersion() [all …]
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | BundleTest.java | 109 int previousApiLevel = Build.VERSION.SDK_INT; in testStringApi1() 110 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", in testStringApi1() 119 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", in testStringApi1() 126 int previousApiLevel = Build.VERSION.SDK_INT; in testStringApi12HasKey() 127 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", in testStringApi12HasKey() 134 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", in testStringApi12HasKey() 141 int previousApiLevel = Build.VERSION.SDK_INT; in testStringApi12DoesNotHaveKey() 142 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", in testStringApi12DoesNotHaveKey() 149 Robolectric.Reflection.setFinalStaticField(Build.VERSION.class, "SDK_INT", in testStringApi12DoesNotHaveKey() 156 int previousApiLevel = Build.VERSION.SDK_INT; in testStringApi12NullKey() [all …]
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
D | dnsmasq.SlackBuild | 5 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/openssh/contrib/aix/ |
D | buildbff.sh | 127 VERSION=`./ssh -V 2>&1 | cut -f 1 -d , | cut -f 2 -d _` 128 MAJOR=`echo $VERSION | cut -f 1 -d p | cut -f 1 -d .` 129 MINOR=`echo $VERSION | cut -f 1 -d p | cut -f 2 -d .` 130 PATCH=`echo $VERSION | cut -f 1 -d p | cut -f 3 -d .` 131 PORTABLE=`echo $VERSION | awk 'BEGIN{FS="p"}{print $2}'` 136 echo "Building BFF for $PKGNAME $VERSION (package version $BFFVERSION)" 335 $PKGNAME $BFFVERSION 1 N U en_US OpenSSH $VERSION Portable for AIX 366 echo Creating $PKGNAME-$VERSION.bff with backup... 367 rm -f $PKGNAME-$VERSION.bff 371 ) | backup -i -q -f ../$PKGNAME-$VERSION.bff $filelist [all …]
|
/external/yaffs2/yaffs2/ |
D | patch-ker.sh | 21 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/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
D | SpdyWriter.java | 52 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff); in synStream() 67 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff); in synReply() 80 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff); in headers() 91 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff); in rstStream() 121 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff); in settings() 137 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff); in noop() 145 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff); in ping() 155 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff); in goAway() 166 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff); in windowUpdate()
|
/external/elfutils/libasm/ |
D | Makefile.am | 38 VERSION = 1 macro 77 -Wl,--soname,$@.$(VERSION) \ 80 ln -fs $@ $@.$(VERSION) 94 ln -fs libasm-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libasm.so.$(VERSION) 95 ln -fs libasm.so.$(VERSION) $(DESTDIR)$(libdir)/libasm.so 99 rm -f $(DESTDIR)$(libdir)/libasm.so.$(VERSION) 107 CLEANFILES = $(am_libasm_pic_a_OBJECTS) *.gcno *.gcda libasm.so.$(VERSION)
|
/external/chromium/net/tools/spdyshark/ |
D | moduleinfo.h | 11 #ifdef VERSION 12 #undef VERSION 16 #define VERSION "0.1.0" macro
|
/external/oprofile/doc/ |
D | Makefile.am | 27 …ATALOG_FILES) $(XSLTPROC) $(XSLTPROC_FLAGS) -o $@ --stringparam version @VERSION@ $(XHTML_STYLESHE… 30 …ATALOG_FILES) $(XSLTPROC) $(XSLTPROC_FLAGS) -o $@ --stringparam version @VERSION@ $(XHTML_STYLESHE… 33 …ATALOG_FILES) $(XSLTPROC) $(XSLTPROC_FLAGS) -o $@ --stringparam version @VERSION@ $(XHTML_STYLESHE… 39 $(XSLTPROC) -o doc/ $(XSLTPROC_FLAGS) --stringparam version @VERSION@ $(CHUNK_XHTML_STYLESHEET) $< 43 …$(XSLTPROC) -o doc/devel/ $(XSLTPROC_FLAGS) --stringparam version @VERSION@ $(CHUNK_XHTML_STYLESHE… 47 …$(XSLTPROC) -o doc/internals/ $(XSLTPROC_FLAGS) --stringparam version @VERSION@ $(CHUNK_XHTML_STYL…
|
/external/bison/m4/ |
D | libunistring-base.m4 | 9 dnl gl_LIBUNISTRING_MODULE([VERSION], [Module]) 11 dnl are linking with libunistring and its version is >= the given VERSION. 17 dnl You have to bump the VERSION argument to the next projected version 31 dnl gl_LIBUNISTRING_LIBHEADER([VERSION], [HeaderFile]) 33 dnl with libunistring and its version is >= the given VERSION. 38 dnl is < VERSION, we create HeaderFile here, because we may compile functions 42 dnl is > VERSION, we don't create HeaderFile here: it could cause compilation 45 dnl You have to bump the VERSION argument to the next projected version 96 dnl gl_LIBUNISTRING_VERSION_CMP([VERSION]) 98 dnl is less than the VERSION argument.
|
/external/libpcap/packaging/ |
D | pcap.spec.in | 2 %define version @VERSION@ 15 Packet-capture library LIBPCAP @VERSION@ 38 V1=`echo @VERSION@ | sed 's/\\.[^\.]*$//g'` 39 V2=`echo @VERSION@ | sed 's/\\.[^\.]*\.[^\.]*$//g'` 40 ln -sf libpcap.so.@VERSION@ libpcap.so.$V1 59 %doc LICENSE CHANGES INSTALL.txt README.linux TODO VERSION CREDITS packaging/pcap.spec
|
/external/open-vcdiff/packages/ |
D | rpm.sh | 28 VERSION="$2" 29 fullname="${PACKAGE}-${VERSION}" 66 --define "VERSION $VERSION" \ 86 mv "$RPM_SOURCE_DIR"/*/"${PACKAGE}"-*"${VERSION}"*.rpm "$destdir"
|
/external/chromium/sdch/open-vcdiff/packages/ |
D | rpm.sh | 14 VERSION="$2" 15 fullname="${PACKAGE}-${VERSION}" 52 --define "VERSION $VERSION" \ 72 mv "$RPM_SOURCE_DIR"/*/"${PACKAGE}"-*"${VERSION}"*.rpm "$destdir"
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/ |
D | shell.js | 6 VERSION = ""; 52 if ( VERSION == "ECMA_1" ) { 55 if ( VERSION == "JS_1.3" ) { 58 if ( VERSION == "JS_1.2" ) { 61 if ( VERSION == "JS_1.1" ) {
|
/external/elfutils/libdw/ |
D | Makefile.am | 38 VERSION = 1 macro 98 $(LINK) -shared -o $@ -Wl,--soname,$@.$(VERSION),-z,defs \ 104 ln -fs $@ $@.$(VERSION) 117 ln -fs libdw-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libdw.so.$(VERSION) 118 ln -fs libdw.so.$(VERSION) $(DESTDIR)$(libdir)/libdw.so 122 rm -f $(DESTDIR)$(libdir)/libdw.so.$(VERSION) 133 CLEANFILES = $(am_libdw_pic_a_OBJECTS) *.gcno *.gcda libdw.so.$(VERSION)
|
/external/chromium/chrome/browser/resources/ |
D | software_rendering_list.json | 19 // "version" is a VERSION structure (defined below). 23 // 6. "driver_version" is a VERSION structure (defined below). 24 // 7. "driver_date" is a VERSION structure (defined below). 35 // 14. "browser_version" is a VERSION structure (defined below). If this 39 // VERSION includes "op" "number", and "number2". "op" can be any of the
|
/external/dropbear/libtommath/ |
D | Makefile.in | 6 VERSION=0.40 184 cd .. ; rm -rf ltm* libtommath-$(VERSION) ; mkdir libtommath-$(VERSION) ; \ 185 cp -R ./libtommath/* ./libtommath-$(VERSION)/ ; \ 186 tar -c libtommath-$(VERSION)/* | bzip2 -9vvc > ltm-$(VERSION).tar.bz2 ; \ 187 zip -9 -r ltm-$(VERSION).zip libtommath-$(VERSION)/* ; \ 188 mv -f ltm* ~ ; rm -rf libtommath-$(VERSION)
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/ |
D | shell.js | 34 VERSION = ""; 76 if ( VERSION == "ECMA_1" ) { 79 if ( VERSION == "JS_13" ) { 82 if ( VERSION == "JS_12" ) { 85 if ( VERSION == "JS_11" ) {
|