HomeSort by relevance Sort by last modified time
    Searched refs:Record (Results 1 - 25 of 355) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/
unbound-queue-inl.h 36 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...]
unbound-queue.h 43 template<typename Record>
49 INLINE(void Dequeue(Record* rec));
50 INLINE(void Enqueue(const Record& rec));
52 INLINE(Record* Peek());
  /external/chromium_org/v8/src/
unbound-queue-inl.h 38 template<typename Record>
39 struct UnboundQueue<Record>::Node: public Malloced {
40 explicit Node(const Record& value)
44 Record value;
49 template<typename Record>
50 UnboundQueue<Record>::UnboundQueue() {
51 first_ = new Node(Record());
56 template<typename Record>
57 UnboundQueue<Record>::~UnboundQueue() {
62 template<typename Record>
    [all...]
unbound-queue.h 43 template<typename Record>
49 INLINE(bool Dequeue(Record* rec));
50 INLINE(void Enqueue(const Record& rec));
52 INLINE(Record* Peek() const);
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MONITOR_ENTER.S 13 mov r3, #0 @ Record that we're not returning
TEMPLATE_MONITOR_ENTER_DEBUG.S 13 mov r3, #0 @ Record that we're not returning
  /external/chromium/chrome/browser/metrics/
user_metrics.cc 13 Record(action.str_, profile);
18 Record(action.c_str(), profile);
21 void UserMetrics::Record(const char *action, Profile *profile) {
22 Record(action);
26 Record(action.str_);
30 Record(action.c_str());
33 void UserMetrics::Record(const char *action) {
47 Record(action.c_str());
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 33 ASTWriter::RecordData &Record;
39 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record)
40 : Writer(Writer), Record(Record) { }
53 Writer.AddSourceLocation(Args.getTemplateKeywordLoc(), Record);
54 Writer.AddSourceLocation(Args.LAngleLoc, Record);
55 Writer.AddSourceLocation(Args.RAngleLoc, Record);
57 Writer.AddTemplateArgumentLoc(Args.getTemplateArgs()[i], Record);
65 Writer.AddSourceLocation(S->getSemiLoc(), Record);
66 Record.push_back(S->HasLeadingEmptyMacro)
    [all...]
ASTWriterDecl.cpp 39 RecordData &Record;
45 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, RecordData &Record)
46 : Writer(Writer), Context(Context), Record(Record) {
143 Writer.AddTypeSourceInfo(DD->getTypeSourceInfo(), Record);
150 Record.push_back(FD->doesThisDeclarationHaveABody());
157 Writer.AddDeclRef(cast_or_null<Decl>(D->getDeclContext()), Record);
158 Writer.AddDeclRef(cast_or_null<Decl>(D->getLexicalDeclContext()), Record);
159 Record.push_back(D->isInvalidDecl());
160 Record.push_back(D->hasAttrs())
    [all...]
ASTReaderStmt.cpp 34 const ASTReader::RecordData &Record;
83 const ASTReader::RecordData &Record, unsigned &Idx)
84 : Reader(Reader), F(F), DeclsCursor(Cursor), Record(Record), Idx(Idx) { }
86 /// \brief The number of record fields required for the Stmt class
90 /// \brief The number of record fields required for the Expr class
111 SourceLocation TemplateKWLoc = ReadSourceLocation(Record, Idx);
113 ArgInfo.setLAngleLoc(ReadSourceLocation(Record, Idx));
114 ArgInfo.setRAngleLoc(ReadSourceLocation(Record, Idx));
117 Reader.ReadTemplateArgumentLoc(F, Record, Idx))
    [all...]
ASTWriter.cpp 78 ASTWriter::RecordDataImpl &Record;
81 /// \brief Type code that corresponds to the record generated.
84 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
85 : Writer(Writer), Record(Record), Code(TYPE_EXT_QUAL) { }
102 Writer.AddTypeRef(T->getElementType(), Record);
107 Writer.AddTypeRef(T->getPointeeType(), Record);
112 Writer.AddTypeRef(T->getOriginalType(), Record);
117 Writer.AddTypeRef(T->getPointeeType(), Record);
122 Writer.AddTypeRef(T->getPointeeTypeAsWritten(), Record);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-circular-queue.cc 38 typedef SamplingCircularQueue::Cell Record;
40 SamplingCircularQueue scq(sizeof(Record),
41 kRecordsPerChunk * sizeof(Record),
47 for (Record i = 1; i < 1 + kRecordsPerChunk; ++i) {
48 Record* rec = reinterpret_cast<Record*>(scq.Enqueue());
56 for (Record i = 10; i < 10 + kRecordsPerChunk; ++i) {
57 Record* rec = reinterpret_cast<Record*>(scq.Enqueue());
63 Record* rec = reinterpret_cast<Record*>(scq.Enqueue())
    [all...]
  /external/v8/test/cctest/
test-circular-queue.cc 13 typedef SamplingCircularQueue::Cell Record;
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* rec = reinterpret_cast<Record*>(scq.Enqueue())
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.c 19 * \brief NFC Ndef Record component file.
32 * \name \name NDEF Record Tools Header
52 * Get a specific NDEF record from the data, provided by the caller. The data is a buffer holding
63 * \param[in] IsChunked This boolean tells the user that the record of a certain position within
64 * an array has the CHUNKED flag set (is a partial record). The number
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
228 short or normal record */
    [all...]
  /external/chromium_org/sync/util/
extensions_activity.h 18 // A storage to record usage of extensions APIs to send to sync
24 // A data record of activity performed by extension |extension_id|.
25 struct SYNC_EXPORT Record {
26 Record();
27 ~Record();
30 // for the activity reported in this Record.
38 typedef std::map<std::string, Record> Records;
extensions_activity.cc 9 ExtensionsActivity::Record::Record()
12 ExtensionsActivity::Record::~Record() {}
34 Record& record = records_[extension_id]; local
35 record.extension_id = extension_id;
36 record.bookmark_write_count++;
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 133 /// \brief Emit a DIAG record.
146 /// \brief Emit a record for a CharSourceRange.
159 /// \brief Add SourceLocation information the specified record.
161 PresumedLoc PLoc, RecordDataImpl &Record,
164 /// \brief Add SourceLocation information the specified record.
165 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record,
169 Record, TokSize);
172 /// \brief Add CharSourceRange information the specified record.
173 void AddCharSourceRangeToRecord(CharSourceRange R, RecordDataImpl &Record,
205 /// \brief The set of constructed record abbreviations
    [all...]
  /external/smack/src/org/xbill/DNS/
EmptyRecord.java 14 class EmptyRecord extends Record {
20 Record
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 22 class Record;
27 Record *TheDef; // The actual record defining this intrinsic.
47 std::vector<Record*> RetTypeDefs;
56 std::vector<Record*> ParamTypeDefs;
86 CodeGenIntrinsic(Record *R);
CodeGenTarget.h 23 #include "llvm/TableGen/Record.h"
52 /// record corresponds to.
53 MVT::SimpleValueType getValueType(Record *Rec);
58 /// getQualifiedName - Return the name of the specified record, with a
59 /// namespace qualifier if the record contains one.
60 std::string getQualifiedName(const Record *R);
66 Record *TargetRec;
68 mutable DenseMap<const Record*, CodeGenInstruction*> Instructions;
70 mutable std::vector<Record*> RegAltNameIndices;
83 Record *getTargetRecord() const { return TargetRec;
    [all...]
CodeGenSchedule.h 22 #include "llvm/TableGen/Record.h"
30 typedef std::vector<Record*> RecVec;
31 typedef std::vector<Record*>::const_iterator RecIter;
49 Record *TheDef;
61 CodeGenSchedRW(unsigned Idx, Record *Def)
71 // (but no record).
83 assert((!HasVariants || TheDef) && "Variant write needs record def");
125 /// itinerary class. Each inherits the processor index from the ItinRW record
130 Record *ItinClassDef;
147 bool isKeyEqual(Record *IC, const IdxVec &W, const IdxVec &R)
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 61 /// ConvertToString - Convert a string from a record into an std::string, return
64 static bool ConvertToString(ArrayRef<uint64_t> Record, unsigned Idx,
66 if (Idx > Record.size())
69 for (unsigned i = Idx, e = Record.size(); i != e; ++i)
70 Result += (char)Record[i];
455 return Error("Malformed block record");
460 SmallVector<uint64_t, 64> Record;
474 case BitstreamEntry::Record:
479 // Read a record.
480 Record.clear()
    [all...]
  /external/llvm/lib/TableGen/
TGParser.h 21 #include "llvm/TableGen/Record.h"
25 class Record;
45 /// ForeachLoop - Record the iteration state associated with a for loop.
69 // Record tracker
104 bool AddValue(Record *TheRec, SMLoc Loc, const RecordVal &RV);
105 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
107 bool SetValue(Record *TheRec, SMLoc Loc, const std::string &ValName,
111 bool AddSubClass(Record *Rec, SubClassReference &SubClass);
126 bool ProcessForeachDefs(Record *CurRec, SMLoc Loc);
127 bool ProcessForeachDefs(Record *CurRec, SMLoc Loc, IterSet &IterVals)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 355 /// ConvertToString - Convert a string from a record into an std::string, return
358 static bool ConvertToString(SmallVector<uint64_t, 64> &Record, unsigned Idx,
360 if (Idx > Record.size())
363 for (unsigned i = Idx, e = Record.size(); i != e; ++i)
364 Result += (char)Record[i];
758 return Error("Malformed block record");
763 SmallVector<uint64_t, 64> Record;
777 case BitstreamEntry::Record:
782 // Read a record.
783 Record.clear()
    [all...]
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor.h 31 // A data record of activity performed by extension |extension_id|.
32 struct Record {
33 Record() : bookmark_write_count(0U) {}
36 // for the activity reported in this Record.
44 typedef std::map<std::string, Record> Records;

Completed in 287 milliseconds

1 2 3 4 5 6 7 8 91011>>