| /external/clang/test/CodeGenObjC/ |
| D | super-message-fragileabi.m | 10 @interface Table <Proto> interface
|
| /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 | 155 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword() 180 IdentifierTable &Table) { in AddCXXOperatorKeyword() 189 IdentifierTable &Table) { in AddObjCKeyword() 562 llvm::FoldingSet<MultiKeywordSelector> Table; member
|
| /external/lzma/Java/SevenZip/ |
| D | CRC.java | 7 static public int[] Table = new int[256]; field in CRC
|
| /external/lzma/CS/7zip/Common/ |
| D | CRC.cs | 7 public static readonly uint[] Table; field in SevenZip.CRC
|
| /external/sfntly/cpp/src/sfntly/table/ |
| D | table.cc | 56 Table::Table(Header* header, ReadableFontData* data) in Table() function in sfntly::Table
|
| /external/guava/guava/src/com/google/common/collect/ |
| D | Table.java | 58 public interface Table<R, C, V> { interface
|
| /external/v8/src/ic/ |
| D | stub-cache.h | 60 enum Table { kPrimary, kSecondary }; enum
|
| /external/clang/lib/Serialization/ |
| D | GlobalModuleIndex.cpp | 302 IdentifierIndexTable &Table in lookupIdentifier() local 622 std::unique_ptr<InterestingIdentifierTable> Table( in loadModuleFile() local 883 IdentifierIndexTable &Table = in createIdentifierIterator() local
|
| /external/llvm/lib/Target/Hexagon/Disassembler/ |
| D | HexagonDisassembler.cpp | 70 const uint16_t Table[], size_t Size) { in DecodeRegisterClass()
|
| /external/llvm/lib/MC/ |
| D | SubtargetFeature.cpp | 105 static size_t getLongestEntryLength(ArrayRef<SubtargetFeatureKV> Table) { in getLongestEntryLength()
|
| D | MCContext.cpp | 417 MCDwarfLineTable &Table = MCDwarfLineTablesCUMap[CUID]; in GetDwarfFile() 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()
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | DebugCheckers.cpp | 162 typedef AnalyzerOptions::ConfigTable Table; typedef in __anon80e7f0ff0711::ConfigDumper
|
| /external/mesa3d/src/mesa/main/ |
| D | hash.c | 63 struct HashEntry *Table[TABLE_SIZE]; /**< the lookup table */ member
|
| /external/llvm/utils/TableGen/ |
| D | FixedLenDecoderEmitter.cpp | 70 DecoderTable Table; member 584 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups() 615 DecoderTable &Table = TableInfo.Table; in emitTableEntry() local 693 DecoderTable &Table, in emitTable()
|
| /external/llvm/lib/Object/ |
| D | MachOObjectFile.cpp | 731 static const char *const Table[] = { in getRelocationTypeName() local 746 static const char *const Table[] = { in getRelocationTypeName() local 765 static const char *const Table[] = { in getRelocationTypeName() local 784 static const char *const Table[] = { in getRelocationTypeName() local 800 static const char *const Table[] = { in getRelocationTypeName() local
|
| /external/llvm/lib/IR/ |
| D | Function.cpp | 501 static const char * const Table[] = { in getName() local 819 SmallVector<IITDescriptor, 8> Table; in getType() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86FloatingPoint.cpp | 550 static bool TableIsSorted(const TableEntry *Table, unsigned NumEntries) { in TableIsSorted() 557 static int Lookup(const TableEntry *Table, unsigned N, unsigned Opcode) { in Lookup()
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | ICUResourceBundleReader.java | 866 static class Table extends Container { class in ICUResourceBundleReader 908 Table() { in Table() method in ICUResourceBundleReader.Table
|
| /external/vboot_reference/utility/ |
| D | efidecompress.c | 184 OUT UINT16 *Table in MakeTable()
|
| /external/sqlite/dist/ |
| D | sqlite3.c | 9322 typedef struct Table Table; typedef 11505 struct Table { struct 11518 u16 nRef; /* Number of pointers to this Table */ argument 11532 VTable *pVTable; /* List of VTable objects. */ argument 11536 Table *pNextZombie; /* Next on the Parse.pZombieTab list */ argument
|
| /external/sqlite/dist/orig/ |
| D | sqlite3.c | 9322 typedef struct Table Table; typedef 11505 struct Table { struct 11518 u16 nRef; /* Number of pointers to this Table */ argument 11532 VTable *pVTable; /* List of VTable objects. */ argument 11536 Table *pNextZombie; /* Next on the Parse.pZombieTab list */ argument
|
| /external/llvm/include/llvm/MC/ |
| D | MCContext.h | 429 for (const auto &Table : MCDwarfLineTablesCUMap) in hasMCLineSections() local
|
| /external/javassist/src/main/javassist/bytecode/ |
| D | CodeIterator.java | 1523 static class Table extends Switcher { class in CodeIterator 1526 Table(int pos, int defaultByte, int low, int high, int[] offsets) { in Table() method in CodeIterator.Table
|