HomeSort by relevance Sort by last modified time
    Searched defs:Version (Results 26 - 50 of 296) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/skia/src/sfnt/
SkOTTable_maxp.h 24 union Version {
25 SK_OT_Fixed version; member in union:SkOTTableMaximumProfile::Version
29 } version; member in struct:SkOTTableMaximumProfile
SkOTTable_OS_2.h 27 union Version {
28 SK_OT_USHORT version; member in union:SkOTTableOS2::Version
39 } version; member in struct:SkOTTableOS2
45 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::VA) == 68, sizeof_SkOTTableOS2__VA_not_68);
46 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V0) == 78, sizeof_SkOTTableOS2__V0_not_78);
47 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V1) == 86, sizeof_SkOTTableOS2__V1_not_86);
48 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V2) == 96, sizeof_SkOTTableOS2__V2_not_96);
49 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V3) == 96, sizeof_SkOTTableOS2__V3_not_96);
50 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V4) == 96, sizeof_SkOTTableOS2__V4_not_96);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
storduid.h 14 ULONG Version;
22 ULONG Version;
midles.h 29 unsigned __LONG32 Version;
rtinfo.h 29 ULONG Version;
ioevent.h 21 ULONG Version;
30 ULONG Version;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
version.py 2 # distutils/version.py
4 # Implements multiple version numbering conventions for the
10 """Provides classes to represent module version numbers (one class for
11 each style of version numbering). There are currently two such classes
14 Every version number class implements the following interface:
16 representation; if the string is an invalid version number,
22 version number instance)
23 * __repr__ generates Python code to recreate the version number instance
32 class Version:
33 """Abstract base class for version numbering classes. Just provide
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
version.py 2 # distutils/version.py
4 # Implements multiple version numbering conventions for the
10 """Provides classes to represent module version numbers (one class for
11 each style of version numbering). There are currently two such classes
14 Every version number class implements the following interface:
16 representation; if the string is an invalid version number,
22 version number instance)
23 * __repr__ generates Python code to recreate the version number instance
32 class Version:
33 """Abstract base class for version numbering classes. Just provide
    [all...]
  /external/deqp/framework/egl/
egluDefs.hpp 9 * Licensed under the Apache License, Version 2.0 (the "License");
61 class Version
64 Version (int major, int minor) : m_major(major), m_minor(minor) {}
69 bool operator< (const Version& v) const;
70 bool operator== (const Version& v) const;
72 bool operator!= (const Version& v) const;
73 bool operator> (const Version& v) const;
74 bool operator<= (const Version& v) const;
75 bool operator>= (const Version& v) const;
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 24 uint16_t Version;
DWARFDebugArangeSet.h 30 // The DWARF version number.
31 uint16_t Version;
  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_device_metrics_table.cc 4 * Licensed under the Apache License, Version 2.0 (the "License");
25 int32_t HorizontalDeviceMetricsTable::Version() {
  /external/v8/src/
version.h 11 class Version {
13 // Return the various version components.
21 // Calculate the V8 version string.
30 // NOTE: can't make these really const because of test-version.cc.
39 // In test-version.cc.
  /external/clang/include/clang/Lex/
PTHManager.h 113 // The current PTH version.
114 enum { Version = 10 };
125 /// Unlike the version in IdentifierTable, this returns a pointer instead
  /external/sfntly/cpp/src/sfntly/table/bitmap/
ebsc_table.cc 4 * Licensed under the Apache License, Version 2.0 (the "License");
26 int32_t EbscTable::Version() {
ebdt_table.cc 4 * Licensed under the Apache License, Version 2.0 (the "License");
31 int32_t EbdtTable::Version() {
  /frameworks/av/media/libstagefright/include/
ID3.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
29 enum Version {
44 Version version() const;
82 Version mVersion;
  /external/clang/include/clang/Basic/
ObjCRuntime.h 30 /// X platforms that use the non-fragile ABI; the version is a
35 /// Mac OS X platforms that use the fragile ABI; the version is a
40 /// simulator; it is always non-fragile. The version is a release
41 /// version of iOS.
57 VersionTuple Version;
63 ObjCRuntime(Kind kind, const VersionTuple &version)
64 : TheKind(kind), Version(version) {}
66 void set(Kind kind, VersionTuple version) {
68 Version = version
    [all...]
  /external/clang/lib/Lex/
HeaderMap.cpp 46 uint16_t Version; // Version number -- currently 1.
92 // version.
95 Header->Version == HMAP_HeaderVersion)
98 Header->Version == llvm::ByteSwap_16(HMAP_HeaderVersion))
  /external/deqp/framework/randomshaders/
rsgParameters.hpp 9 * Licensed under the Apache License, Version 2.0 (the "License");
40 enum Version
85 , version (VERSION_100)
97 Version version; member in class:rsg::ProgramParameters
  /external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py 101 class Version(BaseConverter):
104 assert (value >> 16) == 1, "Unsupported version 0x%08x" % value
110 assert (value >> 16) == 1, "Unsupported version 0x%08x" % value
375 "Version": Version,
  /external/llvm/include/llvm/ProfileData/
CoverageMappingReader.h 149 CoverageMappingVersion Version;
156 ProfileMappingRecord(CoverageMappingVersion Version, StringRef FunctionName,
159 : Version(Version), FunctionName(FunctionName),
  /frameworks/compile/libbcc/include/bcinfo/
BitcodeWrapper.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
29 uint32_t Version;
86 * \return header version of bitcode wrapper.
93 * \return target API version for this bitcode.
100 * \return compiler version that generated this bitcode.
121 * \param targetAPI - target API version for this bitcode.
122 * \param compilerVersion - compiler version that generated this bitcode.
135 wrapper->Version = 0;
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 38 Version,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_LOAD_IMAGE.h 35 UCHAR Version;

Completed in 333 milliseconds

12 3 4 5 6 7 8 91011>>