Searched defs:Version (Results 1 - 25 of 149) sorted by relevance

123456

/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
H A Dversion.rb22 module Version module in class:GLMatrix
27 VERSION = Version::STRING
/external/dexmaker/src/dx/java/com/android/dx/
H A DVersion.java4 * Licensed under the Apache License, Version 2.0 (the "License");
20 * Version number for dx.
22 public class Version { class
/external/chromium_org/base/
H A Dversion.h16 // Version represents a dotted version number, like "1.2.3.4", supporting
18 class BASE_EXPORT Version { class in namespace:base
21 // Version object is assign to it.
22 Version();
24 ~Version();
29 explicit Version(const std::string& version_str);
37 // Version behavior (IsValid) if no wildcard is present.
46 bool Equals(const Version& other) const;
49 int CompareTo(const Version& other) const;
70 using base::Version;
[all...]
H A Dversion.cc82 Version::Version() { function in class:base::Version
85 Version::~Version() {
88 Version::Version(const std::string& version_str) { function in class:base::Version
96 bool Version::IsValid() const {
101 bool Version::IsValidWildcardString(const std::string& wildcard_string) {
106 Version version(version_string);
110 bool Version
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
H A Djsunittest.js11 Version: '0.6.0',
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dapi_implementation.py86 def Version(): function
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFDFCatalogDictionary_autogen.cpp11 SkString SkPdfFDFCatalogDictionary::Version(SkPdfNativeDoc* doc) { function in class:SkPdfFDFCatalogDictionary
12 SkPdfNativeObject* ret = get("Version", "");
20 return get("Version", "") != NULL;
H A DSkPdfTrapNetworkAnnotationDictionary_autogen.cpp47 SkPdfArray* SkPdfTrapNetworkAnnotationDictionary::Version(SkPdfNativeDoc* doc) { function in class:SkPdfTrapNetworkAnnotationDictionary
48 SkPdfNativeObject* ret = get("Version", "");
56 return get("Version", "") != NULL;
/external/junit/src/junit/runner/
H A DVersion.java6 public class Version { class
7 private Version() { method in class:Version
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
H A DVersion.java11 public class Version { class
12 private static final Logger LOG = Logger.getLogger(Version.class.getName());
16 LineNumberReader lnr = new LineNumberReader(new InputStreamReader(Version.class.getResourceAsStream("/version.txt")));
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFDFCatalogDictionary_autogen.cpp11 SkString SkPdfFDFCatalogDictionary::Version(SkPdfNativeDoc* doc) { function in class:SkPdfFDFCatalogDictionary
12 SkPdfNativeObject* ret = get("Version", "");
20 return get("Version", "") != NULL;
H A DSkPdfTrapNetworkAnnotationDictionary_autogen.cpp47 SkPdfArray* SkPdfTrapNetworkAnnotationDictionary::Version(SkPdfNativeDoc* doc) { function in class:SkPdfTrapNetworkAnnotationDictionary
48 SkPdfNativeObject* ret = get("Version", "");
56 return get("Version", "") != NULL;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyxd.h33 int Version; member in struct:__anon12088
/external/libvpx/libvpx/vp8/common/
H A Donyxd.h33 int Version; member in struct:__anon24053
/external/apache-xml/src/main/java/org/apache/xalan/
H A DVersion.java6 * to you under the Apache License, Version 2.0 (the "License");
19 * $Id: Version.java 577939 2007-09-20 21:45:37Z minchau $
27 * org.apache.project-name.Version.getVersion() be a standard way
29 * org.apache.xalan.processor.Version class.</P>
34 public class Version class
39 * Version String formatted like
83 * Version number. This changes only when there is a
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DVersion.java6 * to you under the Apache License, Version 2.0 (the "License");
19 * $Id: Version.java 477252 2006-11-20 16:52:00Z minchau $
27 * org.apache.project-name.Version.getVersion() be a standard way
31 public final class Version class
36 * Version String formatted like
80 * Version number. This changes only when there is a
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager_helper.cc28 std::string SafeBrowsingProtocolManagerHelper::Version() { function in class:SafeBrowsingProtocolManagerHelper
30 if (!version_info.is_valid() || version_info.Version().empty())
33 return version_info.Version();
/external/chromium_org/chrome/common/
H A Dchrome_version_info.cc22 return "Chrome/" + Version();
48 std::string VersionInfo::Version() const { function in class:chrome::VersionInfo
86 std::string VersionInfo::Version() const { function in class:chrome::VersionInfo
103 current_version += Version();
/external/chromium_org/net/cert/
H A Dsigned_tree_head.h24 // Version enum in RFC 6962, Section 3.2. Note that while in the current
27 enum Version { V1 = 0, }; enum in struct:net::ct::SignedTreeHead
29 Version version;
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_maxp.h24 union Version { union in struct:SkOTTableMaximumProfile
/external/chromium_org/tools/gyp/test/lib/
H A DTestMac.py48 def Version(self): member in class:XcodeInfo
49 if 'Version' not in self._cache:
50 self._cache['Version'], self._cache['Build'] = self._XcodeVersion()
51 return self._cache['Version']
55 self._cache['Version'], self._cache['Build'] = self._XcodeVersion()
/external/llvm/include/llvm/Transforms/
H A DInstrumentation.h50 char Version[4]; member in struct:llvm::GCOVOptions
/external/llvm/lib/ProfileData/
H A DInstrProfIndexed.h49 const uint64_t Version = 1; member in class:llvm::IndexedInstrProf::HashT
/external/skia/src/sfnt/
H A DSkOTTable_maxp.h24 union Version { union in struct:SkOTTableMaximumProfile
/external/smack/src/org/jivesoftware/smackx/packet/
H A DVersion.java8 * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License");
26 * A Version IQ packet, which is used by XMPP clients to discover version information
32 * Version versionRequest = new Version();
45 * Version versionResult = (Version)result;
51 public class Version extends IQ { class in inherits:IQ
69 * invoked when parsing the XML and setting the property to a Version instance.
89 * invoked when parsing the XML and setting the property to a Version instance.
109 * invoked when parsing the XML and setting the property to a Version instanc
[all...]

Completed in 4117 milliseconds

123456