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

123

/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/base/
H A Dversion.h16 // Version represents a dotted version number, like "1.2.3.4", supporting
19 class BASE_API Version { class
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();
30 // Caller is responsible for freeing the Version object once done.
31 static Version* GetVersionFromString(const std::string& version_str);
34 Version* Clone() const;
36 bool Equals(const Version
[all...]
H A Dversion.cc15 Version::Version() : is_valid_(false) {} function in class:Version
17 Version::~Version() {}
20 Version* Version::GetVersionFromString(const std::string& version_str) {
21 Version* vers = new Version();
30 Version* Version
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
H A Djsunittest.js11 Version: '0.6.0',
/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/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DVersion.java6 * @version $Id: Version.java 20 2011-05-28 12:32:00Z dkocher@sudo.ch $
8 public class Version class
12 Package pkg = Version.class.getPackage();
18 Package pkg = Version.class.getPackage();
27 System.out.println("Version: " + getSpecification());
/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/chrome/common/
H A Dchrome_version_info.cc38 std::string VersionInfo::Version() const { function in class:chrome::VersionInfo
76 std::string VersionInfo::Version() const { function in class:chrome::VersionInfo
/external/libvpx/vp8/common/
H A Donyxd.h31 int Version; member in struct:__anon8204
/external/v8/src/
H A Dversion.h34 class Version { class in namespace:v8::internal
/external/clang/include/clang/Lex/
H A DPTHManager.h104 enum { Version = 10 }; enumerator in enum:clang::PTHManager::__anon3368
/external/harfbuzz/src/
H A Dharfbuzz-gpos.h68 HB_16Dot16 Version; member in struct:HB_GPOSHeader_
H A Dharfbuzz-gsub.h77 HB_16Dot16 Version; member in struct:HB_GSUBHeader_
H A Dharfbuzz-gdef.h89 `Version' field value hasn't been increased to indicate that we have
100 HB_16Dot16 Version; member in struct:HB_GDEFHeader_
/external/llvm/lib/DebugInfo/
H A DDWARFDebugArangeSet.h30 uint16_t Version; member in struct:llvm::DWARFDebugArangeSet::Header
H A DDWARFCompileUnit.h28 uint16_t Version; member in class:llvm::DWARFCompileUnit
68 uint16_t getVersion() const { return Version; }
/external/clang/include/clang/Basic/
H A DObjCRuntime.h57 VersionTuple Version; member in class:clang::ObjCRuntime
64 : TheKind(kind), Version(version) {}
68 Version = version;
72 const VersionTuple &getVersion() const { return Version; }
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp100 StringRef Version; local
102 GetELFSymbolVersion(obj, Sym, Version, IsDefault);
103 if (!Version.empty()) {
105 FullName += Version;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarReport.java42 public static final String Version = "5"; field in class:GrammarReport
90 data.version = Version;
354 buf.append("ANTLR Grammar Report; Stats Version ");
/external/chromium/base/win/
H A Dwindows_version.h21 enum Version { enum in namespace:base::win
70 Version version() const { return version_; }
87 Version version_;
101 BASE_API Version GetVersion();
/external/v8/samples/
H A Dshell.cc59 v8::Handle<v8::Value> Version(const v8::Arguments& args);
106 global->Set(v8::String::New("version"), v8::FunctionTemplate::New(Version));
188 v8::Handle<v8::Value> Version(const v8::Arguments& args) { function
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs4 // Use, modification and distribution are subject to the Boost Software License, Version 1.0.
283 public static string Version { get { return zlibVersion(); } } property in class:DotZLib.Info
/external/clang/lib/Lex/
H A DHeaderMap.cpp46 uint16_t Version; // Version number -- currently 1. member in struct:clang::HMapHeader
95 Header->Version == HMAP_HeaderVersion)
98 Header->Version == llvm::ByteSwap_16(HMAP_HeaderVersion))

Completed in 472 milliseconds

123