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

123

/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/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:__anon6224
H A Donyx.h103 int Version; // 4 versions of bitstream defined 0 best quality/slowest decode, 3 lowest quality/fastest decode member in struct:__anon6220
/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 = 9 }; enumerator in enum:clang::PTHManager::__anon2629
/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.h27 uint16_t Version; member in class:llvm::DWARFCompileUnit
62 uint16_t getVersion() const { return Version; }
H A DDWARFDebugLine.h35 : TotalLength(0), Version(0), PrologueLength(0), MinInstLength(0),
41 // Version identifier for the statement information format.
42 uint16_t Version; member in struct:llvm::DWARFDebugLine::Prologue
64 return PrologueLength + sizeof(TotalLength) + sizeof(Version) +
76 TotalLength = Version = PrologueLength = 0;
/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/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))
/external/webrtc/src/modules/audio_processing/main/source/
H A Daudio_processing_impl.cc570 WebRtc_Word32 AudioProcessingImpl::Version(WebRtc_Word8* version, function in class:webrtc::AudioProcessingImpl
/external/zlib/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/Frontend/
H A DInitHeaderSearch.cpp77 StringRef Version);
82 StringRef Version);
188 StringRef Version) {
189 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
191 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
193 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward",
198 StringRef Version) {
200 AddPath(Base + "/../../../include/c++/" + Version,
202 AddPath(Base + "/../../../include/c++/" + Version + "/x86_64-w64-mingw32",
204 AddPath(Base + "/../../../include/c++/" + Version
186 AddMinGWCPlusPlusIncludePaths(StringRef Base, StringRef Arch, StringRef Version) argument
197 AddMinGW64CXXPaths(StringRef Base, StringRef Version) argument
[all...]
/external/v8/samples/
H A Dshell.cc67 v8::Handle<v8::Value> Version(const v8::Arguments& args);
345 global->Set(v8::String::New("version"), v8::FunctionTemplate::New(Version));
443 v8::Handle<v8::Value> Version(const v8::Arguments& args) { function
/external/antlr/src/org/antlr/runtime/debug/
H A DProfiler.java45 public String Version; field in class:Profiler.ProfileStats
116 public static final String Version = "3"; field in class:Profiler
441 buf.append(Version);
514 stats.Version = Version;
531 buf.append("ANTLR Runtime Report; Profile Version ");
532 buf.append(stats.Version);
/external/clang/lib/Driver/
H A DTools.cpp1904 // Compute the Objective-C ABI "version" to use. Version numbers are
3179 unsigned Version[3] = { 0, 0, 0 }; local
3182 if (!Driver::GetReleaseVersion(A->getValue(Args), Version[0],
3183 Version[1], Version[2], HadExtra) ||
3196 if (Version[0] >= 100 && !Args.hasArg(options::OPT_Z_Xlinker__no_demangle) &&
3220 if (Version[0] >= 116 && D.IsUsingLTO(Args)) {

Completed in 2052 milliseconds

123