Home
last modified time | relevance | path

Searched defs:Table (Results 1 – 25 of 53) sorted by relevance

123

/external/clang/test/CodeGenObjC/
Dsuper-message-fragileabi.m10 @interface Table <Proto> interface
/external/clang/lib/Basic/
DBuiltins.cpp69 void Builtin::Context::InitializeBuiltins(IdentifierTable &Table, in InitializeBuiltins()
96 void Builtin::Context::ForgetBuiltin(unsigned ID, IdentifierTable &Table) { in ForgetBuiltin()
DIdentifierTable.cpp155 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/
DCRC.java7 static public int[] Table = new int[256]; field in CRC
/external/lzma/CS/7zip/Common/
DCRC.cs7 public static readonly uint[] Table; field in SevenZip.CRC
/external/sfntly/cpp/src/sfntly/table/
Dtable.cc56 Table::Table(Header* header, ReadableFontData* data) in Table() function in sfntly::Table
/external/guava/guava/src/com/google/common/collect/
DTable.java58 public interface Table<R, C, V> { interface
/external/v8/src/ic/
Dstub-cache.h60 enum Table { kPrimary, kSecondary }; enum
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp302 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/
DHexagonDisassembler.cpp70 const uint16_t Table[], size_t Size) { in DecodeRegisterClass()
/external/llvm/lib/MC/
DSubtargetFeature.cpp105 static size_t getLongestEntryLength(ArrayRef<SubtargetFeatureKV> Table) { in getLongestEntryLength()
DMCContext.cpp417 MCDwarfLineTable &Table = MCDwarfLineTablesCUMap[CUID]; in GetDwarfFile() local
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmslut.c554 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/
DDebugCheckers.cpp162 typedef AnalyzerOptions::ConfigTable Table; typedef in __anon80e7f0ff0711::ConfigDumper
/external/mesa3d/src/mesa/main/
Dhash.c63 struct HashEntry *Table[TABLE_SIZE]; /**< the lookup table */ member
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp70 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/
DMachOObjectFile.cpp731 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/
DFunction.cpp501 static const char * const Table[] = { in getName() local
819 SmallVector<IITDescriptor, 8> Table; in getType() local
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp550 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/
DICUResourceBundleReader.java866 static class Table extends Container { class in ICUResourceBundleReader
908 Table() { in Table() method in ICUResourceBundleReader.Table
/external/vboot_reference/utility/
Defidecompress.c184 OUT UINT16 *Table in MakeTable()
/external/sqlite/dist/
Dsqlite3.c9322 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/
Dsqlite3.c9322 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/
DMCContext.h429 for (const auto &Table : MCDwarfLineTablesCUMap) in hasMCLineSections() local
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java1523 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

123