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

123

/external/v8/test/cctest/
H A Dtest-unbound-queue.cc13 typedef int Record; typedef
14 UnboundQueue<Record> cq;
18 Record rec = 0;
26 typedef int Record; typedef
27 UnboundQueue<Record> cq;
35 Record rec = 0;
H A Dtest-circular-queue.cc13 typedef SamplingCircularQueue::Cell Record; typedef
15 SamplingCircularQueue scq(sizeof(Record),
16 kRecordsPerChunk * sizeof(Record),
24 for (Record i = 1; i < 1 + kRecordsPerChunk; ++i) {
25 Record* rec = reinterpret_cast<Record*>(scq.Enqueue());
33 for (Record i = 10; i < 10 + kRecordsPerChunk; ++i) {
34 Record* rec = reinterpret_cast<Record*>(scq.Enqueue());
40 Record* re
83 typedef SamplingCircularQueue::Cell Record; typedef in class:__anon11570::ProducerThread
120 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/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp1 //===--- LayoutOverrideSource.cpp --Override Record Layouts ---------------===//
45 if (LineStr.find("*** Dumping AST Record Layout") != StringRef::npos) {
154 LayoutOverrideSource::layoutRecordType(const RecordDecl *Record, argument
161 if (!Record->getIdentifier())
165 llvm::StringMap<Layout>::iterator Known = Layouts.find(Record->getName());
171 for (RecordDecl::field_iterator F = Record->field_begin(),
172 FEnd = Record->field_end();
H A DSerializedDiagnosticPrinter.cpp53 RecordData &Record; member in class:__anon3220::SDiagsRenderer
55 SDiagsRenderer(SDiagsWriter &Writer, RecordData &Record, argument
60 Writer(Writer), Record(Record){}
141 PresumedLoc PLoc, RecordDataImpl &Record,
145 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record, argument
148 AddLocToRecord(Loc, SM, SM.getPresumedLoc(Loc), Record, TokSize);
152 void AddCharSourceRangeToRecord(CharSourceRange R, RecordDataImpl &Record,
174 RecordData Record; member in class:__anon3220::SDiagsWriter
213 RecordDataImpl &Record) {
211 EmitBlockID(unsigned ID, const char *Name, llvm::BitstreamWriter &Stream, RecordDataImpl &Record) argument
231 EmitRecordID(unsigned ID, const char *Name, llvm::BitstreamWriter &Stream, RecordDataImpl &Record) argument
243 AddLocToRecord(SourceLocation Loc, const SourceManager &SM, PresumedLoc PLoc, RecordDataImpl &Record, unsigned TokSize) argument
263 AddCharSourceRangeToRecord(CharSourceRange Range, RecordDataImpl &Record, const SourceManager &SM) argument
285 RecordData Record; local
433 RecordData Record; local
461 RecordData Record; local
567 RecordData Record; local
[all...]
/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.h336 void setNamingClass(CXXRecordDecl *Record) { argument
337 NamingClass = Record;
/external/icu4c/i18n/unicode/
H A Dalphaindex.h346 * @param name The display name for the Record. The Record will be placed in
350 * data pointer the name will be available for each Record.
394 * A Record will not be added to the index by this function.
470 * When nextBucket() is called, Record iteration is reset to just before the
471 * first Record in the new Bucket.
482 * Get the name of the current Record.
483 * Return an empty string if the Record iteration position is before first
493 * Return the data pointer of the Record currently being iterated over.
497 * @return The current Record'
582 struct Record: public UMemory { struct in class:AlphabeticIndex
[all...]
/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.cpp361 SmallVector<uint64_t, 64> Record; local
403 Record.clear();
411 unsigned Code = Stream.ReadRecord(AbbrevID, Record, BlobStart, BlobLen);
437 for (unsigned i = 0, e = Record.size(); i != e; ++i)
438 outs() << " op" << i << "=" << (int64_t)Record[i];
591 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) {
103 std::string llvm::getQualifiedName(const Record *R) {
116 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
140 Record *CodeGenTarget::getInstructionSet() const {
147 Record *CodeGenTarget::getAsmParser() const {
148 std::vector<Record*> LI = TargetRec->getValueAsListOfDefs("AssemblyParsers");
157 Record *CodeGenTarget::getAsmParserVariant(unsigned i) const {
158 std::vector<Record*> LI =
169 std::vector<Record*> L
250 GetInstByName(const char *Name, const DenseMap<const Record*, CodeGenInstruction*> &Insts, RecordKeeper &Records) argument
[all...]
/external/v8/src/
H A Dcode-stubs.cc386 bool ToBooleanStub::Types::Record(Handle<Object> object) { function in class:v8::internal::ToBooleanStub::Types
/external/icu4c/i18n/
H A Dalphaindex.cpp68 // UVector<Record *> support function, delete a Record.
71 delete static_cast<AlphabeticIndex::Record *>(obj);
325 // The Bucket objects have pointers to the Record objects, but do not own them.
342 Record *r = static_cast<Record *>(inputRecords_->elementAt(recordIndex));
346 // Record goes in current bucket. Advance to next record,
350 r = static_cast<Record *>(inputRecords_->elementAt(recordIndex));
760 // Comparison function for UVector<Record *> sorting with a collator.
766 const AlphabeticIndex::Record *leftRe
1121 AlphabeticIndex::Record::Record(AlphabeticIndex *alphaIndex, const UnicodeString &name, const void *data): function in class:AlphabeticIndex::Record
[all...]
/external/clang/lib/AST/
H A DCXXInheritance.cpp127 const CXXRecordDecl *Record = this; local
131 I = Record->bases_begin(), E = Record->bases_end(); I != E; ++I) {
156 Record = Queue.back(); // not actually a queue.
164 const CXXRecordDecl *Record,
173 for (CXXRecordDecl::base_class_const_iterator BaseSpec = Record->bases_begin(),
174 BaseSpecEnd = Record->bases_end();
211 Element.Class = Record;
321 if (const RecordType *Record = PE->Base->getType()->getAs<RecordType>())
322 VBase = cast<CXXRecordDecl>(Record
163 lookupInBases(ASTContext &Context, const CXXRecordDecl *Record, CXXRecordDecl::BaseMatchesCallback *BaseMatches, void *UserData) argument
[all...]
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp36 CXXRecordDecl *Record = cast<CXXRecordDecl>(RecordTy->getDecl()); local
38 return Record;
44 if (CurContext->Equals(Record))
45 return Record;
92 if (CXXRecordDecl *Record = getCurrentInstantiationOf(NNS))
93 return Record;
H A DSemaAccess.cpp101 CXXRecordDecl *Record = cast<CXXRecordDecl>(DC)->getCanonicalDecl(); local
102 Records.push_back(Record);
103 DC = Record->getDeclContext();
435 CXXRecordDecl *Record = *I; local
441 if (isa<ClassTemplateSpecializationDecl>(Record)) {
442 CTD = cast<ClassTemplateSpecializationDecl>(Record)
447 CTD = Record->getDescribedClassTemplate();
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp224 RecordData &Record,
232 RecordData &Record,
238 RecordData &Record, unsigned RecStartIdx,
242 RecordData &Record, unsigned &offset,
427 RecordData Record; local
430 unsigned recordID = Stream.ReadRecord(blockOrCode, Record, &Blob, &BlobLen);
433 if (Record.size() < 1) {
437 if (Record[0] > MaxSupportedVersion) {
450 RecordData &Record,
462 if (allowEmptyString && Record
447 readString(CXLoadedDiagnosticSetImpl &TopDiags, llvm::StringRef &RetStr, llvm::StringRef errorContext, RecordData &Record, const char *BlobStart, unsigned BlobLen, bool allowEmptyString) argument
477 readString(CXLoadedDiagnosticSetImpl &TopDiags, Strings &strings, llvm::StringRef errorContext, RecordData &Record, const char *BlobStart, unsigned BlobLen, bool allowEmptyString) argument
492 readLocation(CXLoadedDiagnosticSetImpl &TopDiags, RecordData &Record, unsigned &offset, CXLoadedDiagnostic::Location &Loc) argument
522 readRange(CXLoadedDiagnosticSetImpl &TopDiags, RecordData &Record, unsigned int RecStartIdx, CXSourceRange &SR) argument
551 RecordData Record; local
[all...]
/external/clang/include/clang/AST/
H A DExternalASTSource.h217 /// \param Record The record whose layout is being requested.
236 layoutRecordType(const RecordDecl *Record, argument
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp39 RecordData &Record; member in class:clang::ASTDeclWriter
45 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, RecordData &Record) argument
46 : Writer(Writer), Context(Context), Record(Record) {
135 Writer.AddTypeSourceInfo(DD->getTypeSourceInfo(), Record);
142 Record.push_back(FD->doesThisDeclarationHaveABody());
149 Writer.AddDeclRef(cast_or_null<Decl>(D->getDeclContext()), Record);
150 Writer.AddDeclRef(cast_or_null<Decl>(D->getLexicalDeclContext()), Record);
151 Record.push_back(D->isInvalidDecl());
152 Record
853 ASTWriter::UpdateRecord &Record = Writer.DeclUpdates[Parent]; local
1644 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++ -*-===//
59 class Record;
386 Record *Rec;
387 explicit RecordRecTy(Record *R) : Rec(R) {}
388 friend class Record;
390 static RecordRecTy *get(Record *R);
392 Record *getRecord() const { return Rec; }
499 virtual Init *getFieldInit(Record &R, const RecordVal *RV,
509 virtual Init *resolveReferences(Record &R, const RecordVal *RV) const {
548 virtual Init *resolveBitReference(Record
1298 class Record { class
1320 explicit Record(const std::string &N, SMLoc loc, RecordKeeper &records) : function in class:Record
1325 explicit Record(Init *N, SMLoc loc, RecordKeeper &records) : function in class:Record
[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.h311 PreprocessingRecord *Record; member in class:clang::Preprocessor
519 PreprocessingRecord *getPreprocessingRecord() const { return Record; }

Completed in 850 milliseconds

123