HomeSort by relevance Sort by last modified time
    Searched refs:VERSION (Results 1 - 25 of 1513) 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";
  /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...]
  /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
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
ApiHelper.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
43 public static final boolean AT_LEAST_16 = Build.VERSION.SDK_INT >= 16;
46 Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN;
49 Build.VERSION.SDK_INT >= VERSION_CODES.ICE_CREAM_SANDWICH;
61 Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN;
64 Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB;
67 Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN;
77 Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB;
80 Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB_MR1;
83 Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN
    [all...]
  /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/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...]
tostring_2.js 2 * License Version 1.1 (the "License"); you may not use this file
25 Description: toString in version 120
33 var VERSION = "JS_12";
43 var VERSION = 0;
45 /* This test assumes that if version() exists, it can set the JavaScript
46 * interpreter to an arbitrary version. To prevent unhandled exceptions in
47 * other tests, jsc implements version() as a stub function, but
48 * JavaScriptCore doesn't support setting the JavaScript engine's version.
58 if ( typeof version == "function" ) {
59 writeLineToLog("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/clang/test/CodeGen/
2007-09-12-PragmaPack.c 17 } VERSION;
21 VERSION version; member in struct:__anon6267
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuWrapperFactory.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
34 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
41 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
43 } else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
50 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
58 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
66 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
68 } else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /cts/tests/tests/dpi/src/android/dpi/cts/
DefaultManifestAttributesSdkTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
32 assertEquals(Build.VERSION.SDK_INT, getAppInfo().targetSdkVersion);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Constants.cs 44 public static readonly string VERSION = "3.1b1";
46 // Moved to version 2 for v3.1: added grammar name to enter/exit Rule

Completed in 1337 milliseconds

1 2 3 4 5 6 7 8 91011>>