/external/chromium_org/third_party/brotli/src/woff2/ |
D | woff2_common.h | 35 struct Table { struct 36 uint32_t tag; 37 uint32_t flags; 38 uint32_t src_offset; 39 uint32_t src_length; 41 uint32_t transform_length; 43 uint32_t dst_offset; 44 uint32_t dst_length; 45 const uint8_t* dst_data;
|
D | font.h | 35 struct Table { struct 36 uint32_t tag; 37 uint32_t checksum; 38 uint32_t offset; 39 uint32_t length; 40 const uint8_t* data; 43 std::vector<uint8_t> buffer;
|
/external/clang/test/CodeGenObjC/ |
D | super-message-fragileabi.m | 10 @interface Table <Proto> interface
|
/external/chromium_org/third_party/ots/src/ |
D | woff2.cc | 130 struct Table { struct 131 uint32_t tag; 132 uint32_t flags; 133 uint32_t src_offset; 134 uint32_t src_length; 136 uint32_t transform_length; 138 uint32_t dst_offset; 139 uint32_t dst_length; 141 Table() in Table() function
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
D | table.h | 62 explicit Table(Rep* rep) { rep_ = rep; } in Table() function
|
/external/lzma/Java/SevenZip/ |
D | CRC.java | 7 static public int[] Table = new int[256]; field in CRC
|
/external/clang/lib/Basic/ |
D | Builtins.cpp | 69 void Builtin::Context::InitializeBuiltins(IdentifierTable &Table, in InitializeBuiltins() 96 void Builtin::Context::ForgetBuiltin(unsigned ID, IdentifierTable &Table) { in ForgetBuiltin()
|
D | IdentifierTable.cpp | 125 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword() 162 IdentifierTable &Table) { in AddCXXOperatorKeyword() 171 IdentifierTable &Table) { in AddObjCKeyword() 491 llvm::FoldingSet<MultiKeywordSelector> Table; member
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | lobject.h | 560 typedef struct Table { struct 564 struct Table *metatable; argument 570 } Table; typedef
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
D | memtable.h | 77 typedef SkipList<const char*, KeyComparator> Table; typedef
|
/external/lzma/CS/7zip/Common/ |
D | CRC.cs | 7 public static readonly uint[] Table; field in SevenZip.CRC
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/ |
D | table.cc | 56 Table::Table(Header* header, ReadableFontData* data) in Table() function in sfntly::Table
|
/external/sfntly/cpp/src/sfntly/table/ |
D | table.cc | 56 Table::Table(Header* header, ReadableFontData* data) in Table() function in sfntly::Table
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fuzz_common.tcl | 114 proc Table {} { procedure
|
/external/guava/guava/src/com/google/common/collect/ |
D | Table.java | 56 public interface Table<R, C, V> { interface
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/ |
D | WikiParser.js | 958 Table: "Table" property 967 WebInspector.WikiParser.Table = function(columnNames, rows) class in WebInspector.WikiParser
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | table.js | 25 Table.prototype = { class
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | sqliteInt.h | 627 typedef struct Table Table; typedef 1268 struct Table { struct 1277 u16 nRef; /* Number of pointers to this Table */ argument 1289 VTable *pVTable; /* List of VTable objects. */ argument 1295 Table *pNextZombie; /* Next on the Parse.pZombieTab list */ argument
|
/external/chromium_org/v8/src/ic/ |
D | stub-cache.h | 60 enum Table { kPrimary, kSecondary }; enum
|
/external/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 303 IdentifierIndexTable &Table in lookupIdentifier() local 621 std::unique_ptr<InterestingIdentifierTable> Table( in loadModuleFile() local 882 IdentifierIndexTable &Table = in createIdentifierIterator() local
|
/external/llvm/lib/MC/ |
D | SubtargetFeature.cpp | 104 static size_t getLongestEntryLength(ArrayRef<SubtargetFeatureKV> Table) { in getLongestEntryLength()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DebugCheckers.cpp | 162 typedef AnalyzerOptions::ConfigTable Table; typedef in __anondfe0dbb60711::ConfigDumper
|
/external/llvm/lib/IR/ |
D | Function.cpp | 425 static const char * const Table[] = { in getName() local 701 SmallVector<IITDescriptor, 8> Table; in getType() local
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 907 static const char *const Table[] = { in getRelocationTypeName() local 922 static const char *const Table[] = { in getRelocationTypeName() local 941 static const char *const Table[] = { in getRelocationTypeName() local 961 static const char *const Table[] = { in getRelocationTypeName() local 977 static const char *const Table[] = { in getRelocationTypeName() local
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmslut.c | 554 const cmsUInt16Number* Table) in cmsStageAllocCLut16bitGranular() 614 const cmsUInt16Number* Table) in cmsStageAllocCLut16bit() 631 const cmsFloat32Number* Table) in cmsStageAllocCLutFloat() 645 …clutPoints[], cmsUInt32Number inputChan, cmsUInt32Number outputChan, const cmsFloat32Number* Table) in cmsStageAllocCLutFloatGranular()
|