Searched defs:Record (Results 1 - 25 of 44) sorted by relevance

12

/external/v8/test/cctest/
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;
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...]
/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/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/chromium/base/metrics/
H A Dstats_counters.cc91 Record();
104 void StatsCounterTimer::Record() { function in class:base::StatsCounterTimer
/external/clang/include/clang/Sema/
H A DExternalSemaSource.h36 CXXRecordDecl *Record; member in struct:clang::ExternalVTableUse
H A DLookup.h318 void setNamingClass(CXXRecordDecl *Record) { argument
319 NamingClass = Record;
/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/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp363 SmallVector<uint64_t, 64> Record; local
405 Record.clear();
413 unsigned Code = Stream.ReadRecord(AbbrevID, Record, BlobStart, BlobLen);
439 for (unsigned i = 0, e = Record.size(); i != e; ++i)
440 errs() << " op" << i << "=" << (int64_t)Record[i];
594 fprintf(stderr, "\t\t Count # Bits %% Abv Record Kind\n");
/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp19 #include "llvm/TableGen/Record.h"
36 MVT::SimpleValueType llvm::getValueType(Record *Rec) {
101 std::string llvm::getQualifiedName(const Record *R) {
114 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
138 Record *CodeGenTarget::getInstructionSet() const {
145 Record *CodeGenTarget::getAsmParser() const {
146 std::vector<Record*> LI = TargetRec->getValueAsListOfDefs("AssemblyParsers");
154 Record *CodeGenTarget::getAsmWriter() const {
155 std::vector<Record*> LI = TargetRec->getValueAsListOfDefs("AssemblyWriters");
184 getRegisterVTs(Record *
228 GetInstByName(const char *Name, const DenseMap<const Record*, CodeGenInstruction*> &Insts, RecordKeeper &Records) argument
[all...]
/external/clang/lib/AST/
H A DCXXInheritance.cpp124 const CXXRecordDecl *Record = this; local
128 I = Record->bases_begin(), E = Record->bases_end(); I != E; ++I) {
153 Record = Queue.back(); // not actually a queue.
161 const CXXRecordDecl *Record,
170 for (CXXRecordDecl::base_class_const_iterator BaseSpec = Record->bases_begin(),
171 BaseSpecEnd = Record->bases_end();
208 Element.Class = Record;
318 if (const RecordType *Record = PE->Base->getType()->getAs<RecordType>())
319 VBase = cast<CXXRecordDecl>(Record
160 lookupInBases(ASTContext &Context, const CXXRecordDecl *Record, CXXRecordDecl::BaseMatchesCallback *BaseMatches, void *UserData) argument
[all...]
H A DExprCXX.cpp986 CXXRecordDecl *Record = 0; local
990 Record = T->getAsCXXRecordDecl();
991 assert(Record && "qualifier in member expression does not name record");
1002 Record = BaseType->getAsCXXRecordDecl();
1003 assert(Record && "base of member expression does not name record");
1006 return Record;
H A DDeclCXX.cpp144 // Record if this base is the first non-literal field or base.
542 // Record if we see any constexpr constructors which are neither copy
718 // Record if this field is the first non-literal field or base.
873 CXXRecordDecl *Record,
888 UnresolvedSetImpl &Cs = *Record->getConversionFunctions();
917 I = Record->bases_begin(), E = Record->bases_end(); I != E; ++I) {
936 CXXRecordDecl *Record,
952 UnresolvedSetImpl &Cs = *Record->getConversionFunctions();
959 I = Record
872 CollectVisibleConversions(ASTContext &Context, CXXRecordDecl *Record, bool InVirtual, AccessSpecifier Access, const llvm::SmallPtrSet<CanQualType, 8> &ParentHiddenTypes, UnresolvedSetImpl &Output, UnresolvedSetImpl &VOutput, llvm::SmallPtrSet<NamedDecl*, 8> &HiddenVBaseCs) argument
935 CollectVisibleConversions(ASTContext &Context, CXXRecordDecl *Record, UnresolvedSetImpl &Output) argument
[all...]
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp35 CXXRecordDecl *Record = cast<CXXRecordDecl>(RecordTy->getDecl()); local
37 return Record;
43 if (CurContext->Equals(Record))
44 return Record;
91 if (CXXRecordDecl *Record = getCurrentInstantiationOf(NNS))
92 return Record;
H A DSemaAccess.cpp100 CXXRecordDecl *Record = cast<CXXRecordDecl>(DC)->getCanonicalDecl(); local
101 Records.push_back(Record);
102 DC = Record->getDeclContext();
427 CXXRecordDecl *Record = *I; local
433 if (isa<ClassTemplateSpecializationDecl>(Record)) {
434 CTD = cast<ClassTemplateSpecializationDecl>(Record)
439 CTD = Record->getDescribedClassTemplate();
H A DSemaExprMember.cpp29 CXXRecordDecl *Record,
31 if (Bases.count(Record->getCanonicalDecl()))
34 RecordDecl *RD = Record->getDefinition();
36 Record = cast<CXXRecordDecl>(RD);
38 for (CXXRecordDecl::base_class_iterator I = Record->bases_begin(),
39 E = Record->bases_end(); I != E; ++I) {
28 IsProvablyNotDerivedFrom(Sema &SemaRef, CXXRecordDecl *Record, const llvm::SmallPtrSet<CXXRecordDecl*, 4> &Bases) argument
/external/clang/lib/Serialization/
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 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...]
/external/webp/src/enc/
H A Dframe.c95 // Record proba context used
96 static int Record(int bit, uint64_t* const stats) { function
110 if (!Record(res->last >= 0, s[0])) {
116 if (!Record(v != 0, s[1])) {
120 if (!Record(2u < (unsigned int)(v + 1), s[2])) { // v = -1 or 1
125 if (!Record(v > 4, s[3])) {
126 if (Record(v != 2, s[4]))
127 Record(v == 4, s[5]);
128 } else if (!Record(v > 10, s[6])) {
129 Record(
[all...]
/external/llvm/include/llvm/TableGen/
H A DRecord.h1 //===- llvm/TableGen/Record.h - Classes for Table Records -------*- C++ -*-===//
60 class Record;
440 Record *Rec;
441 explicit RecordRecTy(Record *R) : Rec(R) {}
442 friend class Record;
444 static RecordRecTy *get(Record *R);
446 Record *getRecord() const { return Rec; }
554 virtual Init *getFieldInit(Record &R, const RecordVal *RV,
564 virtual Init *resolveReferences(Record &R, const RecordVal *RV) const {
603 virtual Init *resolveBitReference(Record
1381 class Record { class
1403 explicit Record(const std::string &N, SMLoc loc, RecordKeeper &records) : function in class:Record
1408 explicit Record(Init *N, SMLoc loc, RecordKeeper &records) : function in class:Record
[all...]
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp182 RecordDecl *Record = RecordTy->getDecl();
183 if (isa<CXXRecordDecl>(Record) &&
184 (!cast<CXXRecordDecl>(Record)->hasTrivialCopyConstructor() ||
185 !cast<CXXRecordDecl>(Record)->hasTrivialDestructor()))
189 return Record->hasObjectMember();
1074 CXXRecordDecl *Record = cast<CXXRecordDecl>(RT->getDecl()); local
1075 assert((Record->hasTrivialCopyConstructor() ||
1076 Record->hasTrivialCopyAssignment() ||
1077 Record->hasTrivialMoveConstructor() ||
1078 Record
1131 RecordDecl *Record = RecordTy->getDecl(); local
[all...]
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp164 SmallVector<uint64_t, 64> Record; local
169 Record.push_back(PAWI.Index);
180 Record.push_back(FauxAttr);
183 Stream.EmitRecord(bitc::PARAMATTR_CODE_ENTRY, Record);
184 Record.clear();
554 SmallVector<uint64_t, 64> &Record) {
557 Record.push_back(VE.getTypeID(N->getOperand(i)->getType()));
558 Record.push_back(VE.getValueID(N->getOperand(i)));
560 Record.push_back(VE.getTypeID(Type::getVoidTy(N->getContext())));
561 Record
551 WriteMDNode(const MDNode *N, const ValueEnumerator &VE, BitstreamWriter &Stream, SmallVector<uint64_t, 64> &Record) argument
576 SmallVector<uint64_t, 64> Record; local
640 SmallVector<uint64_t, 64> Record; local
661 SmallVector<uint64_t, 64> Record; local
690 SmallVector<uint64_t, 64> Record; local
753 SmallVector<uint64_t, 64> Record; local
[all...]
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp64 m_records.append(Record(resource, storageID));
73 class Record { class in class:WebCore::StorageIDJournal
75 Record() : m_resource(0), m_storageID(0) { } function in class:WebCore::StorageIDJournal::Record
76 Record(T* resource, unsigned storageID) : m_resource(resource), m_storageID(storageID) { } function in class:WebCore::StorageIDJournal::Record
88 Vector<Record> m_records;
/external/clang/include/clang/Lex/
H A DPreprocessor.h293 PreprocessingRecord *Record; member in class:clang::Preprocessor
504 PreprocessingRecord *getPreprocessingRecord() const { return Record; }
/external/clang/include/clang/Serialization/
H A DASTReader.h664 bool ParseLineTable(Module &F, SmallVectorImpl<uint64_t> &Record);
669 bool ParseLanguageOptions(const SmallVectorImpl<uint64_t> &Record);
855 const RecordData &Record, unsigned &Idx);
860 const RecordData &Record, unsigned &Idx);
864 const RecordData &Record, unsigned &Idx);
878 QualType readType(Module &F, const RecordData &Record, unsigned &Idx) { argument
879 if (Idx >= Record.size())
882 return getLocalType(F, Record[Idx++]);
915 serialization::DeclID ReadDeclID(Module &F, const RecordData &Record,
936 uint64_t readCXXBaseSpecifiers(Module &M, const RecordData &Record,
1083 GetIdentifierInfo(Module &M, const RecordData &Record, unsigned &Idx) argument
1109 ReadSelector(Module &M, const RecordData &Record, unsigned &Idx) argument
1180 ReadSourceLocation(Module &Module, const RecordData &Record, unsigned& Idx) argument
[all...]

Completed in 728 milliseconds

12