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

1 2 3 4 5 6 7 8 91011>>

  /external/ppp/pppd/
patchlevel.h 1 #define VERSION "2.4.7"
  /external/chromium-trace/catapult/third_party/pyserial/serial/
__init__.py 9 VERSION = '2.7'
50 # the default is to use the native version
  /external/scapy/scapy/
__init__.py 22 Read the version from ``git describe``. It returns the latest tag with an
62 version_file = os.path.join(_SCAPY_PKG_DIR, 'VERSION')
65 # successfully read the tag from git, write it in VERSION for
71 # failed to read the tag from git, try to read it from a VERSION file
87 return 'unknown.version'
89 VERSION = _version()
  /external/skia/infra/bots/assets/win_ninja/
create.py 15 VERSION = "v1.8.2"
20 subprocess.check_call(["curl", "-L", URL % VERSION, "-o", "ninja-win.zip"])
  /external/syslinux/utils/
isohybrid.h 10 * Foundation; either version 2 of the license, or (at your option) any later
11 * version.
23 #define VERSION "0.12"
  /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.16";
  /external/skia/src/sfnt/
SkOTTable_maxp_CFF.h 17 SK_OT_Fixed version; member in struct:SkOTTableMaximumProfile_CFF
18 static const SK_OT_Fixed VERSION = SkTEndian_SwapBE32(0x00005000);
  /external/skqp/src/sfnt/
SkOTTable_maxp_CFF.h 17 SK_OT_Fixed version; member in struct:SkOTTableMaximumProfile_CFF
18 static const SK_OT_Fixed VERSION = SkTEndian_SwapBE32(0x00005000);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/BPDG/
BPDG.py 36 VERSION = (st.LBL_BPDG_VERSION + " Build " + gBUILD_VERSION)
94 parser = OptionParser(version="%s - Version %s" % (PROJECT_NAME, VERSION),
  /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/desugar/test/java/com/google/devtools/build/android/desugar/mocked_android_framework/android/os/
Build.java 3 // Licensed under the Apache License, Version 2.0 (the "License");
21 /** A simple mock for the real android.os.Build.VERSION */
22 public static final class VERSION {
  /external/libjpeg-turbo/
jconfigint.h 27 /* Version number of package */
28 #define VERSION "1.5.1"
  /external/objenesis/main/src/test/java/android/os/
Build.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
25 public static class VERSION {
  /external/skia/third_party/libjpeg-turbo/
jconfigint.h 27 /* Version number of package */
28 #define VERSION "1.5.1"
  /external/skqp/third_party/libjpeg-turbo/
jconfigint.h 27 /* Version number of package */
28 #define VERSION "1.5.1"
  /external/syslinux/bios/
version.h 1 #define VERSION 6.03
  /external/syslinux/efi32/
version.h 1 #define VERSION 6.03
  /external/syslinux/efi64/
version.h 1 #define VERSION 6.03
  /frameworks/rs/tests/java_api/RSTestForward/21.1.2/src/
RSForwardVersion.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 public static final String VERSION = "21";
  /frameworks/rs/tests/java_api/RSTestForward/22.0.1/src/
RSForwardVersion.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 public static final String VERSION = "22";
  /frameworks/rs/tests/java_api/RSTestForward/23.0.3/src/
RSForwardVersion.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 public static final String VERSION = "23";
  /frameworks/rs/tests/java_api/RSTestForward/24.0.3/src/
RSForwardVersion.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 public static final String VERSION = "24";
  /frameworks/rs/tests/java_api/RSTestForward/25.0.2/src/
RSForwardVersion.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 public static final String VERSION = "25";
  /tools/tradefederation/core/src/com/android/tradefed/build/
BuildSerializedVersion.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 * Class that contains the current serialization version of all {@link IBuildInfo}. This allows to
21 * synchronize all the build info version of serialization and update them all together if a non
25 public static final long VERSION = 1L;
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/
JaCoCo.java 21 /** Qualified build version of the JaCoCo core library. */
22 public static final String VERSION;
33 VERSION = bundle.getString("VERSION");

Completed in 763 milliseconds

1 2 3 4 5 6 7 8 91011>>