/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
txfw32.h | 23 USHORT Version; 33 USHORT Version; 45 USHORT Version; 63 USHORT Version;
|
clfsmgmt.h | 41 ULONG Version;
|
evntprov.h | 58 UCHAR Version; 85 UCHAR Version; 190 UCHAR Version, 198 EventDescriptor->Version = Version; 227 return (EventDescriptor->Version); 284 UCHAR Version) 286 EventDescriptor->Version = Version;
|
adtgen.h | 92 ULONG Version;
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFDebugLine.h | 42 // Version identifier for the statement information format. 43 uint16_t Version; 68 return PrologueLength + sizeof(TotalLength) + sizeof(Version) +
|
DWARFUnit.h | 120 uint16_t Version; 187 uint16_t getVersion() const { return Version; }
|
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFDebugFrame.cpp | 191 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, 194 : FrameEntry(FK_CIE, Offset, Length), Version(Version), 209 OS << format(" Version: %d\n", Version); 226 uint8_t Version; 468 uint8_t Version = Data.getU8(&Offset); 474 auto Cie = make_unique<CIE>(StartOffset, Length, Version,
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zIn.h | 21 CArchiveVersion Version;
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
eblc_table.cc | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 28 int32_t EblcTable::Version() {
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
SkPdfCatalogDictionary_autogen.cpp | 23 SkString SkPdfCatalogDictionary::Version(SkPdfNativeDoc* doc) { 24 SkPdfNativeObject* ret = get("Version", ""); 32 return get("Version", "") != NULL;
|
/external/skia/src/core/ |
SkReadBuffer.h | 41 enum Version { 63 * Returns true IFF the version is older than the specified version. 65 bool isVersionLT(Version targetVersion) const { 71 void setVersion(int version) { 72 SkASSERT(0 == fVersion || version == fVersion); 73 fVersion = version;
|
/external/v8/samples/ |
shell.cc | 63 void Version(const v8::FunctionCallbackInfo<v8::Value>& args); 135 // Bind the 'version' function 136 global->Set(v8::String::NewFromUtf8(isolate, "version"), 137 v8::FunctionTemplate::New(isolate, Version)); 232 void Version(const v8::FunctionCallbackInfo<v8::Value>& args) { 298 fprintf(stderr, "V8 version %s [sample shell]\n", v8::V8::GetVersion());
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 101 int Version;
|
/external/lldb/examples/summaries/cocoa/ |
objc_runtime.py | 174 #self.version = Utilities.read_child_of(self.valobj,4,self.sys_params.uint32_t) 516 class Version: 633 # the ObjC runtime has no explicit "version" field that we can use
|
/external/llvm/include/llvm/ProfileData/ |
InstrProfReader.h | 155 const uint64_t Version; 272 /// The file format version of the profile data.
|
/external/llvm/lib/IR/ |
AutoUpgrade.cpp | 37 // Check whether this is an old version of the function, which received 43 // Yes, it's old, replace it with new version. 363 // 256-bit version is split into two 16-byte lanes. 400 // 256-bit version is split into two 16-byte lanes. [all...] |
/external/llvm/lib/ProfileData/ |
CoverageMappingReader.cpp | 334 uint32_t Version = endian::readNext<uint32_t, Endian, unaligned>(Buf); 336 switch (Version) { 388 CoverageMappingVersion(Version), FuncName, FuncHash, Mapping,
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsABIFlagsSection.h | 83 // Version of flags structure. 84 uint16_t Version; 110 : Version(0), ISALevel(0), ISARevision(0), GPRSize(AFL_REG_NONE), 114 uint16_t getVersionValue() { return (uint16_t)Version; }
|
/external/pdfium/core/include/fxcodec/ |
fx_codec.h | 245 FX_DWORD Version;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
onyx.h | 101 int Version;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ntddpcm.h | 109 USHORT Version; 146 USHORT Version;
|
usbbusif.h | 75 USHORT Version; 87 USHORT Version; 100 USHORT Version; 134 USHORT Version; 188 USHORT Version;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusmetaheader.h | 78 UINT Version; 141 return Version;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
Profiler.cs | 60 public static readonly string Version = "3"; 400 buf.Append(Version); 475 stats.Version = Version; 494 buf.Append("ANTLR Runtime Report; Profile Version "); 495 buf.Append(stats.Version); 665 public string Version;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
Profiler.cs | 60 public static readonly string Version = "3"; 445 buf.Append(Version); 522 stats.Version = Version; 545 buf.Append("ANTLR Runtime Report; Profile Version "); 546 buf.Append(stats.Version); 727 public string Version;
|