Searched refs:Record (Results 1 - 25 of 135) sorted by relevance

123456

/external/v8/src/
H A Dunbound-queue-inl.h36 template<typename Record>
37 struct UnboundQueue<Record>::Node: public Malloced {
38 explicit Node(const Record& value)
42 Record value;
47 template<typename Record>
48 UnboundQueue<Record>::UnboundQueue() {
49 first_ = new Node(Record());
54 template<typename Record>
55 UnboundQueue<Record>::~UnboundQueue() {
60 template<typename Record>
[all...]
H A Dunbound-queue.h41 template<typename Record>
47 INLINE(void Dequeue(Record* rec));
48 INLINE(void Enqueue(const Record& rec));
50 INLINE(Record* Peek());
/external/chromium/chrome/browser/metrics/
H A Duser_metrics.cc13 Record(action.str_, profile);
18 Record(action.c_str(), profile);
21 void UserMetrics::Record(const char *action, Profile *profile) { function in class:UserMetrics
22 Record(action);
26 Record(action.str_);
30 Record(action.c_str());
33 void UserMetrics::Record(const char *action) { function in class:UserMetrics
47 Record(action.c_str());
/external/v8/test/cctest/
H A Dtest-circular-queue.cc15 typedef SamplingCircularQueue::Cell Record; typedef
17 SamplingCircularQueue scq(sizeof(Record),
18 kRecordsPerChunk * sizeof(Record),
26 for (Record i = 1; i < 1 + kRecordsPerChunk; ++i) {
27 Record* rec = reinterpret_cast<Record*>(scq.Enqueue());
35 for (Record i = 10; i < 10 + kRecordsPerChunk; ++i) {
36 Record* rec = reinterpret_cast<Record*>(scq.Enqueue());
42 Record* re
85 typedef SamplingCircularQueue::Cell Record; typedef in class:__anon10338::ProducerThread
123 typedef ProducerThread::Record Record; typedef
[all...]
H A Dtest-unbound-queue.cc15 typedef int Record; typedef
16 UnboundQueue<Record> cq;
20 Record rec = 0;
28 typedef int Record; typedef
29 UnboundQueue<Record> cq;
37 Record rec = 0;
/external/libnfc-nxp/src/
H A DphFriNfc_NdefRecord.c19 * \brief NFC Ndef Record component file.
32 * \name \name NDEF Record Tools Header
67 * \param[in,out] NumberOfRawRecords Length of the Record pointer array. The caller has to provide
159 /* Check the First Record(MB = 0) for TNF = 0x06(Unchanged) */
170 /* First Record i.e., MB = 1, TNF != 0x05 and TypeLength = 0 */
191 /* For Each Record Check whether it contains the ME bit set and CF bit Set
356 /* For Each Record Check whether it contains the ME bit set
388 uint32_t phFriNfc_NdefRecord_GetLength(phFriNfc_NdefRecord_t *Record) argument
393 FlagCheck=phFriNfc_NdefRecord_NdefFlag(Record->Tnf,PH_FRINFC_NDEFRECORD_TNFBYTE_MASK);
407 RecordLength += Record
463 phFriNfc_NdefRecord_Parse(phFriNfc_NdefRecord_t *Record, uint8_t *RawRecord) argument
548 phFriNfc_NdefRecord_Generate(phFriNfc_NdefRecord_t *Record, uint8_t *Buffer, uint32_t MaxBufferSize, uint32_t *BytesWritten) argument
685 phFriNfc_NdefRecord_RecordFlag( uint8_t *Record) argument
713 phFriNfc_NdefRecord_TypeNameFormat( uint8_t *Record) argument
759 phFriNfc_NdefRecord_RecordIDCheck( uint8_t *Record, uint8_t *TypeLength, uint8_t *TypeLengthByte, uint8_t *PayloadLengthByte, uint32_t *PayloadLength, uint8_t *IDLengthByte, uint8_t *IDLength) argument
[all...]
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp30 const ASTReader::RecordData &Record; member in class:clang::ASTStmtReader
71 const ASTReader::RecordData &Record, unsigned &Idx)
72 : Reader(Reader), F(F), DeclsCursor(Cursor), Record(Record), Idx(Idx) { }
97 ArgInfo.setLAngleLoc(ReadSourceLocation(Record, Idx));
98 ArgInfo.setRAngleLoc(ReadSourceLocation(Record, Idx));
101 Reader.ReadTemplateArgumentLoc(F, Record, Idx));
111 S->setSemiLoc(ReadSourceLocation(Record, Idx));
112 S->HasLeadingEmptyMacro = Record[Idx++];
118 unsigned NumStmts = Record[Id
69 ASTStmtReader(ASTReader &Reader, Module &F, llvm::BitstreamCursor &Cursor, const ASTReader::RecordData &Record, unsigned &Idx) argument
1452 RecordData Record; local
[all...]
H A DASTWriterStmt.cpp29 ASTWriter::RecordData &Record; member in class:clang::ASTStmtWriter
35 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record) argument
36 : Writer(Writer), Record(Record) { }
50 Writer.AddSourceLocation(Args.LAngleLoc, Record);
51 Writer.AddSourceLocation(Args.RAngleLoc, Record);
53 Writer.AddTemplateArgumentLoc(Args.getTemplateArgs()[i], Record);
61 Writer.AddSourceLocation(S->getSemiLoc(), Record);
62 Record.push_back(S->HasLeadingEmptyMacro);
68 Record
1447 RecordData Record; local
1489 RecordData Record; local
[all...]
H A DASTReaderDecl.cpp39 const RecordData &Record; member in class:clang::ASTDeclReader
93 const RecordData &Record, unsigned &Idx);
97 const RecordData &Record, unsigned &Idx)
99 Record(Record), Idx(Idx), TypeIDForTypeDecl(0) { }
106 const RecordData &Record);
200 GetTypeSourceInfo(Record, Idx);
203 DD->DeclInfo = GetTypeSourceInfo(Record, Idx);
212 if (Record[Idx++])
232 DeclContextIDForTemplateParmDecl = ReadDeclID(Record, Id
95 ASTDeclReader(ASTReader &Reader, Module &F, llvm::BitstreamCursor &Cursor, DeclID thisDeclID, const RecordData &Record, unsigned &Idx) argument
871 ReadCXXDefinitionData( struct CXXRecordDecl::DefinitionData &Data, const RecordData &Record, unsigned &Idx) argument
923 InitializeCXXDefinitionData(CXXRecordDecl *D, CXXRecordDecl *DefinitionDecl, const RecordData &Record, unsigned &Idx) argument
1372 ReadAttributes(Module &F, AttrVec &Attrs, const RecordData &Record, unsigned &Idx) argument
1486 RecordData Record; local
1776 RecordData Record; local
1915 UpdateDecl(Decl *D, Module &Module, const RecordData &Record) argument
[all...]
H A DASTWriterDecl.cpp37 RecordData &Record; member in class:clang::ASTDeclWriter
43 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, RecordData &Record) argument
44 : Writer(Writer), Context(Context), Record(Record) {
133 Writer.AddTypeSourceInfo(DD->getTypeSourceInfo(), Record);
140 Record.push_back(FD->doesThisDeclarationHaveABody());
147 Writer.AddDeclRef(cast_or_null<Decl>(D->getDeclContext()), Record);
148 Writer.AddDeclRef(cast_or_null<Decl>(D->getLexicalDeclContext()), Record);
149 Writer.AddSourceLocation(D->getLocation(), Record);
150 Record
838 ASTWriter::UpdateRecord &Record = Writer.DeclUpdates[Parent]; local
1631 RecordData Record; local
[all...]
H A DASTWriter.cpp74 ASTWriter::RecordDataImpl &Record; member in class:__anon3004::ASTTypeWriter
80 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) argument
81 : Writer(Writer), Record(Record), Code(TYPE_EXT_QUAL) { }
98 Writer.AddTypeRef(T->getElementType(), Record);
103 Writer.AddTypeRef(T->getPointeeType(), Record);
108 Writer.AddTypeRef(T->getPointeeType(), Record);
113 Writer.AddTypeRef(T->getPointeeTypeAsWritten(), Record);
114 Record.push_back(T->isSpelledAsLValue());
119 Writer.AddTypeRef(T->getPointeeTypeAsWritten(), Record);
401 ASTWriter::RecordDataImpl &Record; member in class:__anon3005::TypeLocWriter
404 TypeLocWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) argument
615 EmitBlockID(unsigned ID, const char *Name, llvm::BitstreamWriter &Stream, ASTWriter::RecordDataImpl &Record) argument
630 EmitRecordID(unsigned ID, const char *Name, llvm::BitstreamWriter &Stream, ASTWriter::RecordDataImpl &Record) argument
640 AddStmtsExprs(llvm::BitstreamWriter &Stream, ASTWriter::RecordDataImpl &Record) argument
747 RecordData Record; local
975 RecordData Record; local
1021 RecordData Record; local
1042 RecordData Record; local
1060 RecordData Record; local
1150 RecordData Record; local
1363 RecordData Record; local
1387 RecordData Record; local
1604 RecordData Record; local
1754 RecordData Record; local
1820 RecordData Record; local
1888 RecordData Record; local
1931 RecordData Record; local
2140 RecordData Record; local
2357 RecordData Record; local
2371 RecordData Record; local
2579 RecordData Record; local
2625 RecordData Record; local
2634 RecordData Record; local
2645 RecordData Record; local
2656 WriteAttributes(const AttrVec &Attrs, RecordDataImpl &Record) argument
2668 AddString(StringRef Str, RecordDataImpl &Record) argument
2673 AddVersionTuple(const VersionTuple &Version, RecordDataImpl &Record) argument
2749 AddLazyVectorDecls(ASTWriter &Writer, Vector &Vec, ASTWriter::RecordData &Record) argument
2891 RecordData Record; local
2975 ASTWriter::UpdateRecord &Record = DeclUpdates[TU]; local
3218 AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record) argument
3222 AddSourceRange(SourceRange Range, RecordDataImpl &Record) argument
3227 AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record) argument
3233 AddAPSInt(const llvm::APSInt &Value, RecordDataImpl &Record) argument
3238 AddAPFloat(const llvm::APFloat &Value, RecordDataImpl &Record) argument
3242 AddIdentifierRef(const IdentifierInfo *II, RecordDataImpl &Record) argument
3256 AddSelectorRef(const Selector SelRef, RecordDataImpl &Record) argument
3277 AddCXXTemporary(const CXXTemporary *Temp, RecordDataImpl &Record) argument
3281 AddCXXBaseSpecifiersRef(CXXBaseSpecifier const *Bases, CXXBaseSpecifier const *BasesEnd, RecordDataImpl &Record) argument
3291 AddTemplateArgumentLocInfo(TemplateArgument::ArgKind Kind, const TemplateArgumentLocInfo &Arg, RecordDataImpl &Record) argument
3318 AddTemplateArgumentLoc(const TemplateArgumentLoc &Arg, RecordDataImpl &Record) argument
3333 AddTypeSourceInfo(TypeSourceInfo *TInfo, RecordDataImpl &Record) argument
3336 AddTypeRef(QualType(), Record); local
3343 AddTypeLoc(TypeLoc TL, RecordDataImpl &Record) argument
3351 AddTypeRef(QualType T, RecordDataImpl &Record) argument
3390 AddDeclRef(const Decl *D, RecordDataImpl &Record) argument
3426 AddDeclarationName(DeclarationName Name, RecordDataImpl &Record) argument
3460 AddDeclarationNameLoc(const DeclarationNameLoc &DNLoc, DeclarationName Name, RecordDataImpl &Record) argument
3472 Record); local
3475 Record); local
3481 Record); local
3493 AddDeclarationNameInfo(const DeclarationNameInfo &NameInfo, RecordDataImpl &Record) argument
3500 AddQualifierInfo(const QualifierInfo &Info, RecordDataImpl &Record) argument
3508 AddNestedNameSpecifier(NestedNameSpecifier *NNS, RecordDataImpl &Record) argument
3551 AddNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS, RecordDataImpl &Record) argument
3600 AddTemplateName(TemplateName Name, RecordDataImpl &Record) argument
3654 AddTemplateArgument(const TemplateArgument &Arg, RecordDataImpl &Record) argument
3693 AddTemplateParameterList(const TemplateParameterList *TemplateParams, RecordDataImpl &Record) argument
3708 AddTemplateArgumentList(const TemplateArgumentList *TemplateArgs, RecordDataImpl &Record) argument
3718 AddUnresolvedSet(const UnresolvedSetImpl &Set, RecordDataImpl &Record) argument
3727 AddCXXBaseSpecifier(const CXXBaseSpecifier &Base, RecordDataImpl &Record) argument
3741 RecordData Record; local
3769 AddCXXCtorInitializers( const CXXCtorInitializer * const *CtorInitializers, unsigned NumCtorInitializers, RecordDataImpl &Record) argument
3807 AddCXXDefinitionData(const CXXRecordDecl *D, RecordDataImpl &Record) argument
3935 UpdateRecord &Record = DeclUpdates[Redecl]; local
3967 UpdateRecord &Record = DeclUpdates[RD]; local
[all...]
H A DASTReader.cpp740 RecordData Record; local
744 unsigned RecCode = Cursor.ReadRecord(Code, Record, &Blob, &BlobLen);
758 RecordData Record; local
762 unsigned RecCode = Cursor.ReadRecord(Code, Record, &Blob, &BlobLen);
769 (const unsigned char *)Blob + Record[0],
806 SmallVectorImpl<uint64_t> &Record) {
812 for (int I = 0, N = Record[Idx++]; I != N; ++I) {
814 unsigned FilenameLen = Record[Idx++];
815 std::string Filename(&Record[Idx], &Record[Id
805 ParseLineTable(Module &F, SmallVectorImpl<uint64_t> &Record) argument
972 RecordData Record; local
1072 RecordData Record; local
1233 RecordData Record; local
1441 RecordData Record; local
1553 RecordData Record; local
2279 RecordData Record; local
2707 RecordData Record; local
2764 ParseLanguageOptions( const SmallVectorImpl<uint64_t> &Record) argument
2822 RecordData Record; local
3131 RecordData Record; local
3549 const ASTReader::RecordData &Record; member in class:clang::TypeLocReader
3558 ReadDeclAs(const ASTReader::RecordData &Record, unsigned &Idx) argument
3563 TypeLocReader(ASTReader &Reader, Module &F, const ASTReader::RecordData &Record, unsigned &Idx) argument
3780 GetTypeSourceInfo(Module &F, const RecordData &Record, unsigned &Idx) argument
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h22 class Record;
27 Record *TheDef; // The actual record defining this intrinsic.
47 std::vector<Record*> RetTypeDefs;
56 std::vector<Record*> ParamTypeDefs;
81 CodeGenIntrinsic(Record *R);
H A DCodeGenTarget.h22 #include "llvm/TableGen/Record.h"
52 MVT::SimpleValueType getValueType(Record *Rec);
59 std::string getQualifiedName(const Record *R);
65 Record *TargetRec;
67 mutable DenseMap<const Record*, CodeGenInstruction*> Instructions;
69 mutable std::vector<Record*> RegAltNameIndices;
79 Record *getTargetRecord() const { return TargetRec; }
88 Record *getInstructionSet() const;
92 Record *getAsmParser() const;
96 Record *getAsmWrite
[all...]
H A DCodeGenRegisters.h19 #include "llvm/TableGen/Record.h"
36 Record *TheDef;
41 typedef std::map<Record*, CodeGenRegister*, LessRecord> SubRegMap;
43 CodeGenRegister(Record *R, unsigned Enum);
91 std::vector<SmallVector<Record*, 16> > Orders;
97 Record *TheDef;
105 DenseMap<Record*, CodeGenRegisterClass*> SubClassWithSubReg;
116 DenseMap<Record*,Record*> SubRegClasses;
119 // Return the Record tha
[all...]
H A DCallingConvEmitter.h31 void EmitCallingConv(Record *CC, raw_ostream &O);
32 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O);
H A DSetTheory.h59 class Record;
64 typedef std::vector<Record*> RecVec;
65 typedef SmallSetVector<Record*, 16> RecSet;
76 /// Expander - A callback function that can transform a Record representing a
82 virtual void expand(SetTheory&, Record*, RecSet &Elts) =0;
88 typedef std::map<Record*, RecVec> ExpandMap;
105 /// FieldName in the Record to get the set elements. That is all that is
130 const RecVec *expand(Record *Set);
H A DSubtargetEmitter.h37 std::vector<Record*> &ItinClassList);
39 Record *ItinData, std::string &ItinString,
41 void FormItineraryOperandCycleString(Record *ItinData, std::string &ItinString,
44 Record *ItinData,
48 std::vector<Record*> &ItinClassList,
51 std::vector<Record*> &ItinClassList,
H A DCodeGenDAGPatterns.h28 class Record;
157 SDTypeConstraint(Record *R);
199 Record *Def;
207 SDNodeInfo(Record *R); // Parse the specified record.
214 Record *getRecord() const { return Def; }
303 /// Operator - The Record for the operator if this is an interior node (not
305 Record *Operator;
321 Record *TransformFn;
325 TreePatternNode(Record *Op, const std::vector<TreePatternNode*> &Ch,
362 Record *getOperato
[all...]
/external/clang/utils/TableGen/
H A DClangASTNodesEmitter.h18 #include "llvm/TableGen/Record.h"
30 typedef std::multimap<Record*, Record*> ChildMap;
34 Record Root;
48 std::string baseName(Record &R) {
55 std::pair<Record *, Record *> EmitNode (const ChildMap &Tree, raw_ostream& OS,
56 Record *Base);
/external/chromium/chrome/browser/sync/util/
H A Dextensions_activity_monitor.h32 struct Record { struct in class:browser_sync::ExtensionsActivityMonitor
33 Record() : bookmark_write_count(0U) {} function in struct:browser_sync::ExtensionsActivityMonitor::Record
36 // for the activity reported in this Record.
44 typedef std::map<std::string, Record> Records;
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp52 static bool ConvertToString(SmallVector<uint64_t, 64> &Record, unsigned Idx, argument
54 if (Idx > Record.size())
57 for (unsigned i = Idx, e = Record.size(); i != e; ++i)
58 Result += (char)Record[i];
426 SmallVector<uint64_t, 64> Record;
453 Record.clear();
454 switch (Stream.ReadRecord(Code, Record)) {
458 if (Record.size() & 1)
467 for (unsigned i = 0, e = Record.size(); i != e; i += 2) {
472 unsigned Alignment = (Record[
747 SmallVector<uint64_t, 64> Record; local
2068 SmallVector<uint64_t, 64> Record; local
[all...]
/external/llvm/lib/TableGen/
H A DTGParser.h17 #include "llvm/TableGen/Record.h"
25 class Record;
54 // Record tracker
86 bool AddValue(Record *TheRec, SMLoc Loc, const RecordVal &RV);
87 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
89 bool SetValue(Record *TheRec, SMLoc Loc, const std::string &ValName,
93 bool AddSubClass(Record *Rec, SubClassReference &SubClass);
102 Record *InstantiateMulticlassDef(MultiClass &MC,
103 Record *DefProto,
107 Record *DefProt
[all...]
H A DCMakeLists.txt8 Record.cpp
/external/clang/test/CodeGen/
H A Dpointer-signext.c10 #define CR(Record, TYPE, Field) \
11 ((TYPE *) ((unsigned char *) (Record) - (unsigned char *) &(((TYPE *) 0)->Field)))

Completed in 353 milliseconds

123456