Home
last modified time | relevance | path

Searched defs:Record (Results 1 – 25 of 82) sorted by relevance

1234

/external/chromium/chrome/browser/sync/util/
Dextensions_activity_monitor.h32 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/
DphFriNfc_NdefRecord.c388 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/
DSerializedDiagnosticPrinter.cpp53 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 …]
DLayoutOverrideSource.cpp154 LayoutOverrideSource::layoutRecordType(const RecordDecl *Record, in layoutRecordType()
/external/clang/lib/Serialization/
DASTWriter.cpp74 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 …]
DASTReader.cpp728 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 …]
DASTWriterDecl.cpp39 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/
Dalphaindex.h582 struct Record: public UMemory { struct
588 Record(AlphabeticIndex *alphaIndex, const UnicodeString &name, const void *data); argument
/external/chromium/net/base/
Dssl_cipher_suite_names_generate.go25 Record []Record member
28 type Record struct { struct
29 Value string
30 Description string
/external/v8/test/cctest/
Dtest-unbound-queue.cc13 typedef int Record; in TEST() typedef
26 typedef int Record; in TEST() typedef
Dtest-circular-queue.cc13 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/
Duser_metrics.cc21 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/
DTableGenBackend.h22 class Record; variable
/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp427 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/
DSetTheory.h59 class Record; variable
DAsmWriterInst.h25 class Record; variable
DCodeGenIntrinsics.h22 class Record; variable
/external/clang/test/CodeGen/
Dpointer-signext.c10 #define CR(Record, TYPE, Field) \ argument
/external/chromium/base/metrics/
Dstats_counters.cc104 void StatsCounterTimer::Record() { in Record() function in base::StatsCounterTimer
/external/clang/lib/AST/
DCXXInheritance.cpp127 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/
DEvaluatedExprVisitor.h66 if (const RecordType *Record in VisitCXXTypeidExpr() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp60 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 …]
DBitcodeReader.h246 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/
DBitcodeWriter.cpp171 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/
DToolingTest.cpp68 if (CXXRecordDecl* Record = dyn_cast<clang::CXXRecordDecl>( in HandleTopLevelDecl() local

1234