Searched refs:VERSION (Results 1 - 25 of 414) sorted by relevance

1234567891011>>

/external/ppp/pppd/
H A Dpatchlevel.h1 #define VERSION "2.4.7" macro
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DConstants.cs44 public static readonly string VERSION = "3.1b1"; field in class:Antlr.Runtime.Constants
/external/dexmaker/src/dx/java/com/android/dx/
H A DVersion.java24 public static final String VERSION = "1.7"; field in class:Version
/external/jmonkeyengine/engine/src/core/com/jme3/export/
H A DFormatVersion.java13 public static final int VERSION = 2; field in class:FormatVersion
/external/vboot_reference/scripts/image_signing/
H A Dresign_kernel_partition.sh31 VERSION=$5
33 if [ -z $VERSION ]; then
34 VERSION=1
36 echo "Using kernel version: $VERSION"
42 --version "${VERSION}" \
H A Dresign_firmwarefd.sh27 VERSION=$8
39 [ -n "$VERSION" ] && VERSION="--version $VERSION"
50 $VERSION \
H A Dresign_image.sh35 VERSION=$5
37 if [ -z $VERSION ]; then
38 VERSION=1
40 echo "Using kernel version: $VERSION"
49 --version "${VERSION}" \
/external/iptables/
H A Drelease.sh5 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";
[all...]
/external/skia/bin/
H A Dfetch-skps8 VERSION=`cat $(dirname $0)/../SKP_VERSION`
9 gsutil -m cp -r gs://chromium-skia-gm/playback_$VERSION/skps .
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLProcessorVersion.src64 public static final int VERSION = @version.VERSION@;
112 +VERSION+"."+RELEASE+"."
/external/slf4j/
H A DbinderVersion.pl27 if(/VERSION\s+=\s+".*";/) {
28 s/VERSION\s+=\s+".*";/VERSION = "${V}";/;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dversion.rb24 VERSION = [ MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION ]
25 VERSION_STRING = VERSION.join( '.' ).freeze
/external/clang/test/CodeGen/
H A D2007-09-12-PragmaPack.c17 } VERSION; typedef in typeref:struct:__anon1703
21 VERSION version;
/external/owasp/sanitizer/tools/
H A Dstage_to_maven_central.sh22 VERSION="$1"
48 if ! [[ "$VERSION" =~ r[0-9]+ ]]; then
49 echo "Bad version $VERSION"
60 POMFILE="$PROJECT_DIR/maven/owasp-java-html-sanitizer/owasp-java-html-sanitizer/$VERSION/owasp-java-html-sanitizer-$VERSION.pom"
62 JAR_NO_EXT="$PROJECT_DIR/maven/owasp-java-html-sanitizer/owasp-java-html-sanitizer/$VERSION/owasp-java-html-sanitizer-$VERSION"
H A Dupload_jars_to_googlecode_downloads.sh65 VERSION="$(svn info | perl -ne 'print $1 if m/^Revision: (\d+)$/')"
68 VERSIONED_ZIP="$VERSION_BASE/trunk/out/owasp-java-html-sanitizer-r$VERSION.zip"
81 --summary="JARs, source JAR, and documentation for version $VERSION." \
/external/ceres-solver/scripts/
H A Dmake_release43 VERSION=$(grep 'SET(CERES_VERSION_' CMakeLists.txt | \
58 if [[ $1 != $VERSION ]] ; then
60 echo " in CMakeLists.txt, which is $VERSION. You may not be in the "
65 if [[ $VERSION_IN_HEADER != $VERSION ]] ; then
83 if [[ $VERSION_IN_SPEC != $VERSION ]] ; then
95 # Build the VERSION file.
96 VERSIONFILE=$TMP/VERSION
97 echo "version $VERSION" >> $VERSIONFILE
98 echo "abi_version $VERSION" >> $VERSIONFILE
/external/glide/library/src/main/java/com/bumptech/glide/load/
H A DDecodeFormat.java33 public static final DecodeFormat DEFAULT = Build.VERSION.SDK_INT > Build.VERSION_CODES.KITKAT
/external/deqp/scripts/egl/
H A D__init__.py23 from common import getEGLRegistry, getInterface, getDefaultInterface, VERSION namespace
35 noExtIface = getInterface(registry, 'egl', VERSION)
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_ProviderJCE.java34 private static final double VERSION = 1.0; field in class:Support_ProviderJCE
43 super(NAME, VERSION, INFO);
H A DSupport_ProviderRSA.java34 private static final double VERSION = 1.0; field in class:Support_ProviderRSA
43 super(NAME, VERSION, INFO);
H A DSupport_ProviderTrust.java34 private static final double VERSION = 1.0; field in class:Support_ProviderTrust
43 super(NAME, VERSION, INFO);
/external/cmockery/cmockery_0_1_2/packages/
H A Drpm.sh14 VERSION="$2"
15 fullname="${PACKAGE}-${VERSION}"
52 --define "VERSION $VERSION" \
72 mv "$RPM_SOURCE_DIR"/*/"${PACKAGE}"-*"${VERSION}"*.rpm "$destdir"
/external/glide/library/src/main/java/com/bumptech/glide/util/
H A DLogTime.java12 Build.VERSION_CODES.JELLY_BEAN_MR1 <= Build.VERSION.SDK_INT ? 1d / Math.pow(10, 6) : 1d;
24 if (Build.VERSION_CODES.JELLY_BEAN_MR1 <= Build.VERSION.SDK_INT) {
/external/libavc/encoder/
H A Dih264e_version.c88 #define VERSION(version_string, codec_name, codec_release_type, codec_release_ver, codec_vendor) \ macro
122 VERSION(ac_version_tmp, CODEC_NAME, CODEC_RELEASE_TYPE, CODEC_RELEASE_VER,
/external/markdown/markdown/
H A Detree_loader.py23 if etree_in_c and etree_in_c.VERSION < "1.0":
28 elif etree.VERSION < "1.1":

Completed in 2025 milliseconds

1234567891011>>