HomeSort by relevance Sort by last modified time
    Searched refs:VERSION (Results 1 - 25 of 1429) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
version.rb 1 $VERSION="1.7.2"
  /external/ppp/pppd/
patchlevel.h 3 #define VERSION "2.4.3"
  /external/chromium/net/tools/spdyshark/
moduleinfo.h 11 #ifdef VERSION
12 #undef VERSION
15 /* Version number of package */
16 #define VERSION "0.1.0"
  /cts/tools/signature-tools/src/signature/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 * {@code Version} defines the VERSION constant of the signature tools.
22 public class Version {
24 * The program version of the signature tools.
26 public static final String VERSION = "0.1";
  /external/bluetooth/glib/
sanity_check 3 VERSION=$1
5 if [ ! -f glib-$VERSION.tar.gz ]; then
6 echo "ERROR: glib-$VERSION.tar.gz does not exist..."
12 echo "Checking glib-$VERSION.tar.gz..."
13 tar xfz glib-$VERSION.tar.gz
19 if [ "x`grep $VERSION glib-$VERSION/$file | wc -l | awk -F' ' '{print $1}'`" = "x0" ]; then
28 if [ "x`grep $VERSION glib-$VERSION/INSTALL | wc -l | awk -F' ' '{print $1}'`" = "x2" ]; then
38 wc -l glib-$VERSION/docs/reference/*/html/*.html | grep total
    [all...]
  /dalvik/dx/src/com/android/dx/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 * Version number for dx.
22 public class Version {
23 /** {@code non-null;} version string */
24 public static final String VERSION = "1.7";
  /external/dexmaker/src/dx/java/com/android/dx/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 * Version number for dx.
22 public class Version {
23 /** {@code non-null;} version string */
24 public static final String VERSION = "1.7";
  /external/jmonkeyengine/engine/src/core/com/jme3/export/
FormatVersion.java 4 * Specifies the version of the format for jME3 object (j3o) files.
11 * Version number of the format
13 public static final int VERSION = 2;
  /ndk/sources/host-tools/make-3.81/
version.c 1 /* Record version and build host architecture for GNU make.
9 Foundation; either version 2, or (at your option) any later version.
28 char *version_string = VERSION;
34 version-control: never
  /external/iptables/
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";
    [all...]
  /device/common/
clear-factory-images-variables.sh 3 # Licensed under the Apache License, Version 2.0 (the "License");
24 unset VERSION
generate-factory-images-common.sh 3 # Licensed under the Apache License, Version 2.0 (the "License");
24 mkdir -p tmp/$PRODUCT-$VERSION
37 cp ${SRCPREFIX}$PRODUCT-img-$BUILD.zip tmp/$PRODUCT-$VERSION/image-$PRODUCT-$VERSION.zip
40 cp tmp/RADIO/$BOOTLOADERSRC tmp/$PRODUCT-$VERSION/bootloader-$DEVICE-$BOOTLOADER.img
42 cp $BOOTLOADERFILE tmp/$PRODUCT-$VERSION/bootloader-$DEVICE-$BOOTLOADER.img
46 cp tmp/RADIO/$RADIOSRC tmp/$PRODUCT-$VERSION/radio-$DEVICE-$RADIO.img
50 cp tmp/RADIO/radio-cdma.img tmp/$PRODUCT-$VERSION/radio-cdma-$DEVICE-$CDMARADIO.img
56 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
61 # Licensed under the Apache License, Version 2.0 (the "License")
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
template.js 3 * License Version 1.1 (the "License"); you may not use this file
30 var VERSION = "ECMA_2"; // Version of JavaScript or ECMA
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
template.js 3 * License Version 1.1 (the "License"); you may not use this file
30 var VERSION = "ECMA_2"; // Version of JavaScript or ECMA
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLProcessorVersion.src 6 * to you under the Apache License, Version 2.0 (the "License");
24 * Administrative class to keep track of the version number of
27 * @deprecated To be replaced by org.apache.xalan.Version.getVersion()
34 * Print the processor version to the command line.
54 * Major version number.
55 * Version number. This changes only when there is a
58 * version.
64 public static final int VERSION = @version.VERSION@
    [all...]
  /external/bluetooth/bluez/plugins/
storage.c 10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
42 BLUETOOTH_PLUGIN_DEFINE(storage, VERSION,
  /external/elfutils/
config.h 25 /* Define to the full name and version of this package. */
31 /* Define to the version of this package. */
37 /* Version number of package */
38 #define VERSION "0.138"
  /external/oprofile/libutil/
op_version.c 3 * output version string
20 /* Do not change the version format: it is documented in html doc */
21 printf("%s: " PACKAGE " " VERSION " compiled on "
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/LexicalConventions/
regexp-literals-002.js 10 var VERSION = "ECMA_2";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
exec-001.js 10 var VERSION = "ECMA_2";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
replace-001.js 11 var VERSION = "ECMA_2";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/Array/
tostring_1.js 2 * License Version 1.1 (the "License"); you may not use this file
34 var VERSION = "JS1_2";
44 var VERSION = 0;
46 /* This test assumes that if version() exists, it can set the JavaScript
47 * interpreter to an arbitrary version. To prevent unhandled exceptions in
48 * other tests, jsc implements version() as a stub function, but
49 * JavaScriptCore doesn't support setting the JavaScript engine's version.
59 if ( typeof version == "function" ) {
60 version(120);
61 VERSION = "120"
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
version.rb 7 # The version of the ANTLR tool used while designing and
8 # testing the current version of this library
15 ANTLR_VERSION_STRING.chomp!( '.0' ) # versioning drops minor version at 0
19 # The version data for the current state the library itself
24 VERSION = [ MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION ]
25 VERSION_STRING = VERSION.join( '.' ).freeze
  /external/bluetooth/bluez/audio/
module-bluetooth-sink.c 11 * version 2.1 of the License, or (at your option) any later version.
33 PA_MODULE_VERSION(VERSION)
  /external/clang/test/CodeGen/
2007-09-12-PragmaPack.c 17 } VERSION;
21 VERSION version; member in struct:__anon5224

Completed in 996 milliseconds

1 2 3 4 5 6 7 8 91011>>