/external/chromium/chrome/browser/sync/util/ |
D | extensions_activity_monitor.h | 32 struct Record { struct 33 Record() : bookmark_write_count(0U) {} in Record() function 44 typedef std::map<std::string, Record> Records; 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 | 53 RecordData &Record; member in __anon2831bf040111::SDiagsRenderer 55 SDiagsRenderer(SDiagsWriter &Writer, RecordData &Record, in SDiagsRenderer() 145 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record, in AddLocToRecord() 174 RecordData Record; member in __anon2831bf040111::SDiagsWriter 213 RecordDataImpl &Record) { in EmitBlockID() 233 RecordDataImpl &Record){ in EmitRecordID() 246 RecordDataImpl &Record, in AddLocToRecord() 264 RecordDataImpl &Record, in AddCharSourceRangeToRecord() 285 RecordData Record; in getEmitFile() local 433 RecordData Record; in getEmitCategory() local [all …]
|
D | LayoutOverrideSource.cpp | 154 LayoutOverrideSource::layoutRecordType(const RecordDecl *Record, in layoutRecordType()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 74 ASTWriter::RecordDataImpl &Record; member in __anon909906520111::ASTTypeWriter 80 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in ASTTypeWriter() 403 ASTWriter::RecordDataImpl &Record; member in __anon909906520211::TypeLocWriter 406 TypeLocWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in TypeLocWriter() 621 ASTWriter::RecordDataImpl &Record) { in EmitBlockID() 636 ASTWriter::RecordDataImpl &Record) { in EmitRecordID() 645 ASTWriter::RecordDataImpl &Record) { in AddStmtsExprs() 756 RecordData Record; in WriteBlockInfoBlock() local 989 RecordData Record; in WriteMetadata() local 1036 RecordData Record; in WriteMetadata() local [all …]
|
D | ASTReader.cpp | 728 RecordData Record; in ReadDeclContextStorage() local 746 RecordData Record; in ReadDeclContextStorage() local 794 SmallVectorImpl<uint64_t> &Record) { in ParseLineTable() 960 RecordData Record; in ReadSourceManagerBlock() local 1060 RecordData Record; in ReadSLocEntryRecord() local 1261 RecordData Record; in ReadMacroRecord() local 1469 RecordData Record; in ReadDefinedMacros() local 1647 RecordData Record; in ReadASTBlock() local 2448 RecordData Record; in validateFileEntries() local 2998 RecordData Record; in getOriginalSourceFile() local [all …]
|
D | ASTWriterDecl.cpp | 39 RecordData &Record; member in clang::ASTDeclWriter 45 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, RecordData &Record) in ASTDeclWriter() 853 ASTWriter::UpdateRecord &Record = Writer.DeclUpdates[Parent]; in VisitNamespaceDecl() local 1644 RecordData Record; in WriteDecl() local
|
/external/icu4c/i18n/unicode/ |
D | alphaindex.h | 582 struct Record: public UMemory { struct 588 Record(AlphabeticIndex *alphaIndex, const UnicodeString &name, const void *data); argument
|
/external/chromium/net/base/ |
D | ssl_cipher_suite_names_generate.go | 25 Record []Record member 28 type Record struct { struct 29 Value string 30 Description string
|
/external/v8/test/cctest/ |
D | test-unbound-queue.cc | 13 typedef int Record; in TEST() typedef 26 typedef int Record; in TEST() typedef
|
D | test-circular-queue.cc | 13 typedef SamplingCircularQueue::Cell Record; in TEST() typedef 83 typedef SamplingCircularQueue::Cell Record; typedef in __anon7b4f1ebe0111::ProducerThread 120 typedef ProducerThread::Record Record; in TEST() typedef
|
/external/chromium/chrome/browser/metrics/ |
D | user_metrics.cc | 21 void UserMetrics::Record(const char *action, Profile *profile) { in Record() function in UserMetrics 33 void UserMetrics::Record(const char *action) { in Record() function in UserMetrics
|
/external/llvm/include/llvm/TableGen/ |
D | TableGenBackend.h | 22 class Record; variable
|
/external/clang/tools/libclang/ |
D | CXLoadedDiagnostic.cpp | 427 RecordData Record; in readMetaBlock() local 450 RecordData &Record, in readString() 480 RecordData &Record, in readString() 493 RecordData &Record, unsigned &offset, in readLocation() 523 RecordData &Record, in readRange() 551 RecordData Record; in readDiagnosticBlock() local
|
/external/llvm/utils/TableGen/ |
D | SetTheory.h | 59 class Record; variable
|
D | AsmWriterInst.h | 25 class Record; variable
|
D | CodeGenIntrinsics.h | 22 class Record; variable
|
/external/clang/test/CodeGen/ |
D | pointer-signext.c | 10 #define CR(Record, TYPE, Field) \ argument
|
/external/chromium/base/metrics/ |
D | stats_counters.cc | 104 void StatsCounterTimer::Record() { in Record() function in base::StatsCounterTimer
|
/external/clang/lib/AST/ |
D | CXXInheritance.cpp | 127 const CXXRecordDecl *Record = this; in forallBases() local 164 const CXXRecordDecl *Record, in lookupInBases() 321 if (const RecordType *Record = PE->Base->getType()->getAs<RecordType>()) in lookupInBases() local 335 if (const RecordType *Record in lookupInBases() local
|
/external/clang/include/clang/AST/ |
D | EvaluatedExprVisitor.h | 66 if (const RecordType *Record in VisitCXXTypeidExpr() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 60 static bool ConvertToString(SmallVector<uint64_t, 64> &Record, unsigned Idx, in ConvertToString() 426 SmallVector<uint64_t, 64> Record; in ParseAttributeBlock() local 534 SmallVector<uint64_t, 64> Record; in ParseTypeTableBody() local 759 SmallVector<uint64_t, 64> Record; in ParseValueSymbolTable() local 821 SmallVector<uint64_t, 64> Record; in ParseMetadata() local 984 SmallVector<uint64_t, 64> Record; in ParseConstants() local 1352 SmallVector<uint64_t, 64> Record; in ParseUseLists() local 1445 SmallVector<uint64_t, 64> Record; in ParseModule() local 1772 SmallVector<uint64_t, 64> Record; in ParseModuleTriple() local 1866 SmallVector<uint64_t, 64> Record; in ParseMetadataAttachment() local [all …]
|
D | BitcodeReader.h | 246 bool getValueTypePair(SmallVector<uint64_t, 64> &Record, unsigned &Slot, in getValueTypePair() 263 bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot, in getValue()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 171 SmallVector<uint64_t, 64> Record; in WriteAttributeTable() local 563 SmallVector<uint64_t, 64> &Record) { in WriteMDNode() 585 SmallVector<uint64_t, 64> Record; in WriteModuleMetadata() local 649 SmallVector<uint64_t, 64> Record; in WriteFunctionLocalMetadata() local 670 SmallVector<uint64_t, 64> Record; in WriteMetadataAttachment() local 699 SmallVector<uint64_t, 64> Record; in WriteModuleMetadataStore() local 762 SmallVector<uint64_t, 64> Record; in WriteConstants() local
|
/external/clang/unittests/Tooling/ |
D | ToolingTest.cpp | 68 if (CXXRecordDecl* Record = dyn_cast<clang::CXXRecordDecl>( in HandleTopLevelDecl() local
|