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

1 2 3 4 5 6 7

  /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
  /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.8";
  /external/chromium/base/
version.h 16 // Version represents a dotted version number, like "1.2.3.4", supporting
19 class BASE_API Version {
21 // Exposed only so that a Version can be stored in STL containers;
22 // any call to the methods below on a default-constructed Version
24 Version();
26 ~Version();
28 // The version string must be made up of 1 or more uint16's separated
30 // Caller is responsible for freeing the Version object once done.
31 static Version* GetVersionFromString(const std::string& version_str)
    [all...]
version.cc 5 #include "base/version.h"
15 Version::Version() : is_valid_(false) {}
17 Version::~Version() {}
20 Version* Version::GetVersionFromString(const std::string& version_str) {
21 Version* vers = new Version();
30 Version* Version::Clone() const
    [all...]
  /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"
19 // inside the version string and constructs a vector of valid integers. It stops
52 // Compares version components in |components1| with components in
80 Version::Version() {
83 Version::~Version() {
86 Version::Version(const std::string& version_str) {
94 bool Version::IsValid() const
    [all...]
  /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/junit/src/junit/runner/
Version.java 4 * This class defines the current version of JUnit
6 public class Version {
7 private Version() {
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 1 /* Jsunittest, version 0.6.0
11 Version: '0.6.0',
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 1 /* Jsunittest, version 0.6.0
11 Version: '0.6.0',
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
api_implementation.py 86 def Version():
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
24 class Version {
  /external/chromium/chrome/common/
chrome_version_info.cc 16 // On Windows and Mac, we get the Chrome version info by querying
38 std::string VersionInfo::Version() const {
57 // We get chrome version information from chrome_version_info_posix.h,
76 std::string VersionInfo::Version() const {
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager_helper.cc 28 std::string SafeBrowsingProtocolManagerHelper::Version() {
30 if (!version_info.is_valid() || version_info.Version().empty())
33 return version_info.Version();
39 const std::string& client_name, const std::string& version,
42 !client_name.empty() && !version.empty());
45 client_name.c_str(), version.c_str());
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
Version.java 4 * Provides version information from the manifest.
6 * @version $Id: Version.java 20 2011-05-28 12:32:00Z dkocher@sudo.ch $
8 public class Version
12 Package pkg = Version.class.getPackage();
18 Package pkg = Version.class.getPackage();
23 * A simple main method that prints the version and exits
27 System.out.println("Version: " + getSpecification());
  /external/libvpx/libvpx/vp8/common/
onyxd.h 33 int Version;
  /external/llvm/include/llvm/Transforms/
Instrumentation.h 43 // A four-byte version string. The meaning of a version string is described in
45 char Version[4];
107 /// NOTE: If the IR file to be debugged is not on disk, use the version of this
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3-sources.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/
Version.java 6 * to you under the Apache License, Version 2.0 (the "License");
19 * $Id: Version.java 577939 2007-09-20 21:45:37Z minchau $
24 * Administrative class to keep track of the version number of
27 * org.apache.project-name.Version.getVersion() be a standard way
28 * to get version information. This class will replace the older
29 * org.apache.xalan.processor.Version class.</P>
31 * information about the version of the XSLT spec we support.</P>
34 public class Version
38 * Get the basic version string for the current Xalan release.
39 * Version String formatted like
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Version.java 6 * to you under the Apache License, Version 2.0 (the "License");
19 * $Id: Version.java 477252 2006-11-20 16:52:00Z minchau $
24 * Administrative class to keep track of the version number of
27 * org.apache.project-name.Version.getVersion() be a standard way
28 * to get version information.</P>
31 public final class Version
35 * Get the basic version string for the current Serializer.
36 * Version String formatted like
39 * Futurework: have this read version info from jar manifest.
41 * @return String denoting our current version
    [all...]
  /external/chromium_org/chrome/common/
chrome_version_info.cc 22 return "Chrome/" + Version();
26 // On Windows and Mac, we get the Chrome version info by querying
48 std::string VersionInfo::Version() const {
67 // We get chrome version information from chrome_version_info_posix.h,
86 std::string VersionInfo::Version() const {
103 current_version += Version();
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_maxp.h 24 union Version {
25 SK_OT_Fixed version; member in union:SkOTTableMaximumProfile::Version
29 } version; member in struct:SkOTTableMaximumProfile
  /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...]

Completed in 533 milliseconds

1 2 3 4 5 6 7