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

1 2 3 4 5 6 7 8 91011>>

  /external/ppp/pppd/
patchlevel.h 3 #define VERSION "2.4.3"
  /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.10";
  /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";
  /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...]
  /packages/apps/Camera2/src/com/android/camera/util/
ApiHelper.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
24 public static final boolean AT_LEAST_16 = Build.VERSION.SDK_INT >= 16;
27 Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH_MR1;
30 Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN;
32 Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN;
34 Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN;
36 Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN;
38 Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN;
40 Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN;
42 Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN
    [all...]
  /external/chromium_org/chrome/tools/build/mac/
clean_up_old_versions 13 echo "usage: ${0} VERSION" >& 2
17 VERSION="${1}"
20 CURRENT_VERSIONED_DIR="${VERSIONED_DIR}/${VERSION}"
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
BuildCompatUtils.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
26 private static final boolean IS_RELEASE_BUILD = Build.VERSION.CODENAME.equals("REL");
29 * The "effective" API version.
30 * {@link android.os.Build.VERSION#SDK_INT} if the platform is a release build.
31 * {@link android.os.Build.VERSION#SDK_INT} plus 1 if the platform is a development build.
34 ? Build.VERSION.SDK_INT
35 : Build.VERSION.SDK_INT + 1;
38 * API version for L-release.
40 // TODO: Substitute this constant reference with Build.VERSION_CODES.L* once the *next* version
  /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/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/
LoadAsModule.pm 39 use vars qw(@EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION);
44 $VERSION = '1.0';
59 use vars qw(\@EXPORT \@EXPORT_OK \%EXPORT_TAGS \$VERSION);
64 \$VERSION = '1.0';
  /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 "
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/
VersionUtils.java 13 return Build.VERSION.SDK_INT >= 21;
  /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/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:__anon22357
  /frameworks/testing/espresso/espresso-lib/
gradle.properties 4 # Licensed under the Apache License, Version 2.0 (the "License");
17 VERSION=1.2
  /external/owasp/sanitizer/tools/
stage_to_maven_central.sh 22 VERSION="$1"
29 echo "Usage: $0 <version> <passphrase>"
33 echo "<version> is the current SVN revision number."
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"
    [all...]
  /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) {
  /external/chromium_org/base/android/java/src/org/chromium/base/
ApiCompatibilityUtils.java 34 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
46 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
55 * @return True if the running version of the Android supports printing.
58 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT;
62 * @return True if the running version of the Android supports HTML clipboard.
65 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN;
72 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
83 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
94 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
105 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1)
    [all...]
  /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
  /external/ceres-solver/scripts/
make_release 36 echo 'usage: scripts/make_release <version>'
43 VERSION=$(grep 'SET(CERES_VERSION_' CMakeLists.txt | \
54 VERSION_IN_SPEC=$(grep '^Version:' scripts/ceres-solver.spec | \
55 sed -e 's/Version: *//')
58 if [[ $1 != $VERSION ]] ; then
59 echo "ERROR: Version from the command line $1 does not match CERES_VERSION"
60 echo " in CMakeLists.txt, which is $VERSION. You may not be in the "
65 if [[ $VERSION_IN_HEADER != $VERSION ]] ; then
66 echo "ERROR: CERES_VERSION version from include/ceres/ceres.h, which is"
67 echo " $VERSION_IN_HEADER, does not match the ABI version"
    [all...]
  /external/chromium_org/remoting/scripts/mac/
dump_product_syms 10 echo "usage: $0 <version>" >&2
15 VERSION="$1"
34 "${SOURCE_BUNDLE}-${VERSION}-${ARCH}.breakpad"
  /external/chromium_org/third_party/skia/third_party/harfbuzz/
config.h 47 /* Define to the full name and version of this package. */
53 /* Define to the version of this package. */
59 /* Version number of package */
60 #define VERSION "0.1"

Completed in 2751 milliseconds

1 2 3 4 5 6 7 8 91011>>