/external/skia/src/sfnt/ |
D | SkOTTable_name.h | 36 struct Record { struct 38 struct PlatformID { 47 } platformID; 49 union EncodingID { 136 } encodingID; 142 union LanguageID { 488 } languageID; 491 union NameID { 521 } nameID; 524 SK_OT_USHORT length; [all …]
|
/external/skia/src/core/ |
D | SkRecord.h | 148 struct Record { struct 163 SkRecords::Type type() const { return (SkRecords::Type)(fTypeAndPtr >> kTypeShift); } in type() argument 169 #define CASE(T) case SkRecords::T##_Type: return f(*(const SkRecords::T*)this->ptr()); in visit() argument 190 SkAutoSTMalloc<kInlineRecords, Record> fRecords; argument
|
/external/libnfc-nxp/src/ |
D | phFriNfc_NdefRecord.c | 388 uint32_t phFriNfc_NdefRecord_GetLength(phFriNfc_NdefRecord_t *Record) in phFriNfc_NdefRecord_GetLength() 463 NFCSTATUS phFriNfc_NdefRecord_Parse(phFriNfc_NdefRecord_t *Record, in phFriNfc_NdefRecord_Parse() 548 NFCSTATUS phFriNfc_NdefRecord_Generate(phFriNfc_NdefRecord_t *Record, in phFriNfc_NdefRecord_Generate() 685 static uint8_t phFriNfc_NdefRecord_RecordFlag ( uint8_t *Record) in phFriNfc_NdefRecord_RecordFlag() 713 static uint8_t phFriNfc_NdefRecord_TypeNameFormat ( uint8_t *Record) in phFriNfc_NdefRecord_TypeNameFormat() 759 static NFCSTATUS phFriNfc_NdefRecord_RecordIDCheck ( uint8_t *Record, in phFriNfc_NdefRecord_RecordIDCheck()
|
/external/clang/lib/Frontend/ |
D | SerializedDiagnosticPrinter.cpp | 230 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record, in AddLocToRecord() 276 RecordData Record; member 324 RecordDataImpl &Record) { in EmitBlockID() 344 RecordDataImpl &Record){ in EmitRecordID() 357 RecordDataImpl &Record, in AddLocToRecord() 375 RecordDataImpl &Record, in AddCharSourceRangeToRecord() 396 RecordData Record; in getEmitFile() local 448 RecordData &Record = State->Record; in EmitBlockInfoBlock() local 534 RecordData &Record = State->Record; in EmitMetaBlock() local 551 RecordData Record; in getEmitCategory() local [all …]
|
D | SerializedDiagnosticReader.cpp | 70 Record = 1, enumerator 135 SmallVector<uint64_t, 1> Record; in readMetaBlock() local 157 SmallVector<uint64_t, 16> Record; in readDiagnosticBlock() local
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 82 ASTWriter::RecordDataImpl &Record; member in __anon3cca536e0111::ASTTypeWriter 90 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in ASTTypeWriter() 207 ASTWriter::RecordDataImpl &Record) { in addExceptionSpec() 446 ASTWriter::RecordDataImpl &Record; member in __anon3cca536e0211::TypeLocWriter 449 TypeLocWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in TypeLocWriter() 705 ASTWriter::RecordDataImpl &Record) { in EmitBlockID() 721 ASTWriter::RecordDataImpl &Record) { in EmitRecordID() 730 ASTWriter::RecordDataImpl &Record) { in AddStmtsExprs() 857 RecordData Record; in WriteBlockInfoBlock() local 1137 RecordData Record; in WriteControlBlock() local [all …]
|
D | ASTReader.cpp | 1007 RecordData Record; in ReadDeclContextStorage() local 1024 RecordData Record; in ReadDeclContextStorage() local 1065 const RecordData &Record) { in ParseLineTable() 1130 RecordData Record; in ReadSourceManagerBlock() local 1216 RecordData Record; in ReadSLocEntry() local 1380 Token ASTReader::ReadToken(ModuleFile &F, const RecordDataImpl &Record, in ReadToken() 1401 RecordData Record; in ReadMacroRecord() local 1659 RecordData Record; in ReadDefinedMacros() local 1885 RecordData Record; in installPCHMacroDirectives() local 2121 RecordData Record; in readInputFileInfo() local [all …]
|
D | GlobalModuleIndex.cpp | 167 SmallVector<uint64_t, 64> Record; in GlobalModuleIndex() local 433 SmallVectorImpl<uint64_t> &Record) { in emitBlockID() 448 SmallVectorImpl<uint64_t> &Record) { in emitRecordID() 458 SmallVector<uint64_t, 64> Record; in emitBlockInfoBlock() local 570 SmallVector<uint64_t, 64> Record; in loadModuleFile() local 702 SmallVector<uint64_t, 2> Record; in writeIndex() local
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 261 SmallVector<uint64_t, 64> Record; in WriteAttributeGroupTable() local 309 SmallVector<uint64_t, 64> Record; in WriteAttributeTable() local 761 SmallVectorImpl<uint64_t> &Record) { in WriteValueAsMetadata() 772 SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) { in WriteMDTuple() 787 SmallVectorImpl<uint64_t> &Record, in WriteMDLocation() 802 SmallVectorImpl<uint64_t> &Record, in WriteGenericDebugNode() 822 SmallVectorImpl<uint64_t> &Record, in WriteMDSubrange() 834 SmallVectorImpl<uint64_t> &Record, in WriteMDEnumerator() 846 SmallVectorImpl<uint64_t> &Record, in WriteMDBasicType() 862 SmallVectorImpl<uint64_t> &Record, in WriteMDDerivedType() [all …]
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 648 .. _MODULE_CODE_SECTIONNAME: 689 .. _linkage type: 713 .. _visibility: 731 .. _bcdllstorageclass: 739 .. _FUNCTION: 828 .. _MODULE_CODE_GCNAME: 841 .. _PARAMATTR_BLOCK: 893 .. _TYPE_BLOCK: 1072 .. _CONSTANTS_BLOCK: 1113 .. _VALUE_SYMTAB_BLOCK:
|
/external/v8/test/cctest/ |
D | test-unbound-queue.cc | 39 typedef int Record; in TEST() typedef 52 typedef int Record; in TEST() typedef
|
D | test-circular-queue.cc | 39 typedef v8::base::AtomicWord Record; in TEST() typedef 103 typedef v8::base::AtomicWord Record; typedef
|
/external/clang/test/Index/ |
D | annotate-comments-property-accessor.m | 30 - (id) Record; method 40 @property (copy, setter = setThisRecord:) id Record; property
|
D | complete-documentation-properties.m | 24 - (id) Record; method 33 @property (copy, setter = setThisRecord:) id Record; property
|
/external/skia/src/pdf/ |
D | SkPDFTypes.h | 294 struct Record { struct 298 SkTDArray<Record> fRecords; argument
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIADataStream.cpp | 38 RecordType Record; in getItemAtIndex() local 50 bool DIADataStream::getNext(RecordType &Record) { in getNext()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | alphaindex.h | 702 struct Record: public UMemory { struct 705 Record(const UnicodeString &name, const void *data); argument
|
/external/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 102 std::error_code TextInstrProfReader::readNextRecord(InstrProfRecord &Record) { in readNextRecord() 259 RawInstrProfReader<IntPtrT>::readNextRecord(InstrProfRecord &Record) { in readNextRecord() 382 IndexedInstrProfReader::readNextRecord(InstrProfRecord &Record) { in readNextRecord()
|
/external/clang/lib/AST/ |
D | CXXInheritance.cpp | 137 const CXXRecordDecl *Record = this; in forallBases() local 175 const CXXRecordDecl *Record, in lookupInBases() 327 if (const RecordType *Record = PE.Base->getType()->getAs<RecordType>()) in lookupInBases() local 338 if (const RecordType *Record = in lookupInBases() local
|
/external/llvm/include/llvm/TableGen/ |
D | SetTheory.h | 60 class Record; variable
|
/external/clang/test/CodeGen/ |
D | pointer-signext.c | 10 #define CR(Record, TYPE, Field) \ argument
|
/external/lldb/source/Symbol/ |
D | ClangExternalASTSourceCallbacks.cpp | 145 ClangExternalASTSourceCallbacks::layoutRecordType(const clang::RecordDecl *Record, in layoutRecordType()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 290 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in getValueTypePair() 314 bool popValue(SmallVectorImpl<uint64_t> &Record, unsigned &Slot, in popValue() 324 bool getValue(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue() 332 Value *getValue(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue() 343 Value *getValueSigned(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValueSigned() 498 static bool ConvertToString(ArrayRef<uint64_t> Record, unsigned Idx, in ConvertToString() 1003 SmallVector<uint64_t, 64> Record; in ParseAttributeBlock() local 1172 SmallVector<uint64_t, 64> Record; in ParseAttributeGroupBlock() local 1262 SmallVector<uint64_t, 64> Record; in ParseTypeTableBody() local 1489 SmallVector<uint64_t, 64> Record; in ParseValueSymbolTable() local [all …]
|
/external/clang/test/SemaTemplate/ |
D | derived.cpp | 24 C<long, 64> &Record; member in rdar13267210::B
|
/external/llvm/utils/TableGen/ |
D | AsmWriterInst.h | 25 class Record; variable
|