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

1 2 3 4 5 6 7 8 91011>>

  /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/junit/src/junit/runner/
Version.java 4 * This class defines the current version of JUnit
6 public class Version {
7 private Version() {
  /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";
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v1/src/com/android/framework/multidexlegacyversionedtestapp/
ClassForMainDex.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
26 return Version.getVersion();
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 public class Version {
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v2/src/com/android/framework/multidexlegacyversionedtestapp/
ClassForMainDex.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
26 return Version.getVersion();
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 public class Version {
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v3/src/com/android/framework/multidexlegacyversionedtestapp/
ClassForMainDex.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
26 return Version.getVersion();
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 public class Version {
  /external/chromium_org/base/
version.h 16 // Version represents a dotted version number, like "1.2.3.4", supporting
18 class BASE_EXPORT Version {
21 // Version object is assign to it.
22 Version();
24 ~Version();
26 // Initializes from a decimal dotted version number, like "0.1.1".
29 explicit Version(const std::string& version_str);
31 // Returns true if the object contains a valid version number.
34 // Returns true if the version wildcard string is valid. The version wildcar
    [all...]
version.cc 5 #include "base/version.h"
21 // inside the version string and constructs a vector of valid integers. It stops
54 // Compares version components in |components1| with components in
82 Version::Version() {
85 Version::~Version() {
88 Version::Version(const std::string& version_str) {
96 bool Version::IsValid() const
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
flash_component_installer.h 10 class Version;
18 // with the component updater to download the latest version when available.
23 // manifest, with the version specified in the manifest in |version_out|.
25 base::Version* version_out);
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_OS_2.h 27 union Version {
28 SK_OT_USHORT version; member in union:SkOTTableOS2::Version
39 } version; member in struct:SkOTTableOS2
45 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::VA) == 68, sizeof_SkOTTableOS2__VA_not_68);
46 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V0) == 78, sizeof_SkOTTableOS2__V0_not_78);
47 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V1) == 86, sizeof_SkOTTableOS2__V1_not_86);
48 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V2) == 96, sizeof_SkOTTableOS2__V2_not_96);
49 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V3) == 96, sizeof_SkOTTableOS2__V3_not_96);
50 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V4) == 96, sizeof_SkOTTableOS2__V4_not_96);
  /external/skia/src/sfnt/
SkOTTable_OS_2.h 27 union Version {
28 SK_OT_USHORT version; member in union:SkOTTableOS2::Version
39 } version; member in struct:SkOTTableOS2
45 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::VA) == 68, sizeof_SkOTTableOS2__VA_not_68);
46 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V0) == 78, sizeof_SkOTTableOS2__V0_not_78);
47 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V1) == 86, sizeof_SkOTTableOS2__V1_not_86);
48 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V2) == 96, sizeof_SkOTTableOS2__V2_not_96);
49 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V3) == 96, sizeof_SkOTTableOS2__V3_not_96);
50 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V4) == 96, sizeof_SkOTTableOS2__V4_not_96);
  /external/chromium_org/v8/test/cctest/
test-version.cc 30 #include "src/version.h"
41 Version::major_ = major;
42 Version::minor_ = minor;
43 Version::build_ = build;
44 Version::patch_ = patch;
45 Version::candidate_ = candidate;
46 Version::soname_ = soname;
59 // Test version without specific SONAME.
61 Version::GetString(version_str);
63 Version::GetSONAME(soname_str)
    [all...]
  /external/deqp/framework/egl/
egluDefs.cpp 7 * Licensed under the Apache License, Version 2.0 (the "License");
77 bool Version::operator< (const Version& v) const
87 bool Version::operator== (const Version& v) const
94 bool Version::operator!= (const Version& v) const
99 bool Version::operator> (const Version& v) const
104 bool Version::operator<= (const Version& v) cons
    [all...]
egluDefs.hpp 9 * Licensed under the Apache License, Version 2.0 (the "License");
64 class Version
67 Version (int major, int minor) : m_major(major), m_minor(minor) {}
72 bool operator< (const Version& v) const;
73 bool operator== (const Version& v) const;
75 bool operator!= (const Version& v) const;
76 bool operator> (const Version& v) const;
77 bool operator<= (const Version& v) const;
78 bool operator>= (const Version& v) const;
  /external/chromium_org/v8/src/
version.cc 30 #include "src/version.h"
32 // These macros define the version number for the current version.
44 // shared library instead the generic SONAME generated from the V8 version
70 int Version::major_ = MAJOR_VERSION;
71 int Version::minor_ = MINOR_VERSION;
72 int Version::build_ = BUILD_NUMBER;
73 int Version::patch_ = PATCH_LEVEL;
74 bool Version::candidate_ = (IS_CANDIDATE_VERSION != 0);
75 const char* Version::soname_ = SONAME
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
version.rb 22 module Version
23 MAJOR, MINOR, PATCH, REL = *File.read(base_path.join 'VERSION').split(".")
27 VERSION = Version::STRING
  /external/chromium_org/net/cert/
signed_tree_head.h 24 // Version enum in RFC 6962, Section 3.2. Note that while in the current
27 enum Version { V1 = 0, };
29 Version version; member in struct:net::ct::SignedTreeHead
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
storduid.h 14 ULONG Version;
22 ULONG Version;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
Version.java 9 * The classic version object.
11 public class Version {
12 private static final Logger LOG = Logger.getLogger(Version.class.getName());
13 public static final String VERSION;
16 LineNumberReader lnr = new LineNumberReader(new InputStreamReader(Version.class.getResourceAsStream("/version.txt")));
17 String version; typedefs
19 version = lnr.readLine();
22 version = "unknown";
24 VERSION = version
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/
InstallDetails.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
21 import org.osgi.framework.Version;
36 /** Returns the version of current eclipse platform. */
37 public static Version getPlatformVersion() {
39 return b == null ? Version.emptyVersion : b.getVersion();
  /external/chromium_org/tools/gyp/test/ios/
gyptest-extension.py 15 if sys.platform == 'darwin' and TestMac.Xcode.Version()>="0600":

Completed in 1425 milliseconds

1 2 3 4 5 6 7 8 91011>>