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

1 2 3 4 5 6 7 8 91011>>

  /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.10";
  /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/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFDFCatalogDictionary_autogen.cpp 11 SkString SkPdfFDFCatalogDictionary::Version(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Version", "");
20 return get("Version", "") != NULL;
  /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/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFDFCatalogDictionary_autogen.cpp 11 SkString SkPdfFDFCatalogDictionary::Version(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Version", "");
20 return get("Version", "") != NULL;
  /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():
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v1/src/com/android/framework/multidexlegacyversionedtestapp/
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/
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/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 public class 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_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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyxd.h 33 int Version;
  /external/libvpx/libvpx/vp8/common/
onyxd.h 33 int Version;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyxd.h 33 int Version;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
storprop.h 14 ULONG Version;
  /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();

Completed in 454 milliseconds

1 2 3 4 5 6 7 8 91011>>