Searched defs:Version (Results 51 - 75 of 151) sorted by relevance

1234567

/external/chromium_org/net/cert/
H A Dsigned_certificate_timestamp.h91 // Version enum in RFC 6962, Section 3.2.
92 enum Version { enum in struct:net::ct::SignedCertificateTimestamp
112 Version version;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.cc4 * Licensed under the Apache License, Version 2.0 (the "License");
31 int32_t EbdtTable::Version() { function in class:sfntly::EbdtTable
H A Deblc_table.cc4 * Licensed under the Apache License, Version 2.0 (the "License");
28 int32_t EblcTable::Version() { function in class:sfntly::EblcTable
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfCatalogDictionary_autogen.cpp23 SkString SkPdfCatalogDictionary::Version(SkPdfNativeDoc* doc) { function in class:SkPdfCatalogDictionary
24 SkPdfNativeObject* ret = get("Version", "");
32 return get("Version", "") != NULL;
/external/chromium_org/v8/samples/
H A Dshell.cc63 void Version(const v8::FunctionCallbackInfo<v8::Value>& args);
137 v8::FunctionTemplate::New(isolate, Version));
232 void Version(const v8::FunctionCallbackInfo<v8::Value>& args) { function
/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/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/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp201 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, argument
204 : FrameEntry(FK_CIE, Offset, Length), Version(Version),
216 OS << format(" Version: %d\n", Version);
233 uint8_t Version; member in class:__anon25835::CIE
334 uint8_t Version = Data.getU8(&Offset); local
340 Entries.emplace_back(new CIE(StartOffset, Length, Version,
H A DDWARFUnit.h43 uint16_t Version; member in class:llvm::DWARFUnit
107 uint16_t getVersion() const { return Version; }
H A DDWARFDebugLine.h42 // Version identifier for the statement information format.
43 uint16_t Version; member in struct:llvm::DWARFDebugLine::Prologue
68 return PrologueLength + sizeof(TotalLength) + sizeof(Version) +
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h21 CArchiveVersion Version; member in struct:NArchive::N7z::CInArchiveInfo
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusMetaHeader.h26 DWORD nVersion; // Version number
115 UINT Version; // EMF+, EMF, or WMF version member in class:MetafileHeader
140 UINT GetVersion() const { return Version; }
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.cc4 * Licensed under the Apache License, Version 2.0 (the "License");
31 int32_t EbdtTable::Version() { function in class:sfntly::EbdtTable
H A Deblc_table.cc4 * Licensed under the Apache License, Version 2.0 (the "License");
28 int32_t EblcTable::Version() { function in class:sfntly::EblcTable
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfCatalogDictionary_autogen.cpp23 SkString SkPdfCatalogDictionary::Version(SkPdfNativeDoc* doc) { function in class:SkPdfCatalogDictionary
24 SkPdfNativeObject* ret = get("Version", "");
32 return get("Version", "") != NULL;
/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/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set.h9 // Each Version keeps track of a set of Table files per level. The
12 // Version,VersionSet are thread-compatible, but require external
35 class Version;
59 class Version { class in namespace:leveldb
62 // yield the contents of this Version when merged together.
132 VersionSet* vset_; // VersionSet to which this Version belongs
133 Version* next_; // Next version in linked list
134 Version* prev_; // Previous version in linked list
150 explicit Version(VersionSet* vset) function in class:leveldb::Version
158 ~Version();
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkReadBuffer.h41 enum Version { enum in class:SkReadBuffer
57 bool isVersionLT(Version targetVersion) const {
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp83 StringRef Version);
88 StringRef Version);
202 StringRef Version) {
203 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
205 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
207 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward",
212 StringRef Version) {
214 AddPath(Base + "/../../../include/c++/" + Version,
216 AddPath(Base + "/../../../include/c++/" + Version + "/x86_64-w64-mingw32",
218 AddPath(Base + "/../../../include/c++/" + Version
200 AddMinGWCPlusPlusIncludePaths(StringRef Base, StringRef Arch, StringRef Version) argument
211 AddMinGW64CXXPaths(StringRef Base, StringRef Version) argument
[all...]
/external/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py516 class Version: class in inherits:
/external/llvm/lib/IR/
H A DAutoUpgrade.cpp569 unsigned Version = getDebugMetadataVersionFromModule(M); local
570 if (Version == DEBUG_METADATA_VERSION)
575 DiagnosticInfoDebugMetadataVersion DiagVersion(M, Version);
/external/pdfium/core/include/fxcodec/
H A Dfx_codec.h245 FX_DWORD Version; member in struct:ICodec_IccModule::_IccParam
/external/skia/include/core/
H A DSkReadBuffer.h42 enum Version { enum in class:SkReadBuffer
54 bool isVersionLT(Version targetVersion) const {
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DMain.py16 import Version namespace
629 sys.stderr.write("Cython version %s\n" % Version.version)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h101 int Version; member in struct:__anon13063

Completed in 608 milliseconds

1234567