Searched defs:Record (Results 1 - 25 of 56) 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:__anon12932::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 ---------------===//
46 if (LineStr.find("*** Dumping AST Record Layout") != StringRef::npos) {
155 LayoutOverrideSource::layoutRecordType(const RecordDecl *Record, argument
162 if (!Record->getIdentifier())
166 llvm::StringMap<Layout>::iterator Known = Layouts.find(Record->getName());
172 for (RecordDecl::field_iterator F = Record->field_begin(),
173 FEnd = Record->field_end();
H A DSerializedDiagnosticPrinter.cpp159 PresumedLoc PLoc, RecordDataImpl &Record,
163 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record, argument
167 Record, TokSize);
171 void AddCharSourceRangeToRecord(CharSourceRange R, RecordDataImpl &Record,
193 RecordData Record; member in class:__anon115::SDiagsWriter
233 RecordDataImpl &Record) {
234 Record.clear();
235 Record.push_back(ID);
236 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_SETBID, Record);
242 Record
231 EmitBlockID(unsigned ID, const char *Name, llvm::BitstreamWriter &Stream, RecordDataImpl &Record) argument
251 EmitRecordID(unsigned ID, const char *Name, llvm::BitstreamWriter &Stream, RecordDataImpl &Record) argument
263 AddLocToRecord(SourceLocation Loc, const SourceManager *SM, PresumedLoc PLoc, RecordDataImpl &Record, unsigned TokSize) argument
283 AddCharSourceRangeToRecord(CharSourceRange Range, RecordDataImpl &Record, const SourceManager &SM) argument
305 RecordData Record; local
453 RecordData Record; local
481 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/clang/unittests/Tooling/
H A DRefactoringTest.cpp259 bool VisitCXXRecordDecl(CXXRecordDecl *Record) { argument
260 if (Record->getName() == "X") {
261 Replace = Replacement(*SM, 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 outs() << "\t\t Count # Bits %% Abv Record Kind\n";
/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.cpp130 const CXXRecordDecl *Record = this; local
134 I = Record->bases_begin(), E = Record->bases_end(); I != E; ++I) {
159 Record = Queue.back(); // not actually a queue.
167 const CXXRecordDecl *Record,
176 for (CXXRecordDecl::base_class_const_iterator BaseSpec = Record->bases_begin(),
177 BaseSpecEnd = Record->bases_end();
214 Element.Class = Record;
324 if (const RecordType *Record = PE->Base->getType()->getAs<RecordType>())
325 VBase = cast<CXXRecordDecl>(Record
166 lookupInBases(ASTContext &Context, const CXXRecordDecl *Record, CXXRecordDecl::BaseMatchesCallback *BaseMatches, void *UserData) argument
[all...]
/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/llvm/utils/TableGen/
H A DCodeGenTarget.cpp20 #include "llvm/TableGen/Record.h"
37 MVT::SimpleValueType llvm::getValueType(Record *Rec) {
104 std::string llvm::getQualifiedName(const Record *R) {
117 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
145 Record *CodeGenTarget::getInstructionSet() const {
152 Record *CodeGenTarget::getAsmParser() const {
153 std::vector<Record*> LI = TargetRec->getValueAsListOfDefs("AssemblyParsers");
162 Record *CodeGenTarget::getAsmParserVariant(unsigned i) const {
163 std::vector<Record*> LI =
174 std::vector<Record*> L
260 GetInstByName(const char *Name, const DenseMap<const Record*, CodeGenInstruction*> &Insts, RecordKeeper &Records) 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.cpp107 CXXRecordDecl *Record = cast<CXXRecordDecl>(DC); local
108 Records.push_back(Record->getCanonicalDecl());
109 DC = Record->getDeclContext();
442 CXXRecordDecl *Record = *I; local
448 if (isa<ClassTemplateSpecializationDecl>(Record)) {
449 CTD = cast<ClassTemplateSpecializationDecl>(Record)
454 CTD = Record->getDescribedClassTemplate();
/external/clang/include/clang/AST/
H A DExternalASTSource.h220 /// \param Record The record whose layout is being requested.
239 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
855 ASTWriter::UpdateRecord &Record = Writer.DeclUpdates[Parent]; local
1664 RecordData Record; local
[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 {
559 virtual Init *resolveListElementReference(Record
1297 class Record { class in namespace:llvm
1321 explicit Record(const std::string &N, ArrayRef<SMLoc> locs, function in class:llvm::Record
1327 explicit Record(Init *N, ArrayRef<SMLoc> locs, RecordKeeper &records) : function in class:llvm::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/webp/src/enc/
H A Dframe.c97 // Record proba context used
98 static int Record(int bit, proba_t* const stats) { function
118 Record(0, s + 0);
123 Record(1, s + 0);
125 Record(0, s + 1);
128 Record(1, s + 1);
129 if (!Record(2u < (unsigned int)(v + 1), s + 2)) { // v = -1 or 1
134 if (!Record(v > 4, s + 3)) {
135 if (Record(v != 2, s + 4))
136 Record(
[all...]

Completed in 662 milliseconds

123