HomeSort by relevance Sort by last modified time
    Searched refs:Record (Results 1 - 25 of 277) 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());
  /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());
user_metrics.h 28 // Record that the user performed an action.
62 static void Record(const char *action, Profile *profile);
63 static void Record(const char *action);
  /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/clang/lib/Serialization/
ASTWriterStmt.cpp 30 ASTWriter::RecordData &Record;
36 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record)
37 : Writer(Writer), Record(Record) { }
50 Writer.AddSourceLocation(Args.getTemplateKeywordLoc(), Record);
51 Writer.AddSourceLocation(Args.LAngleLoc, Record);
52 Writer.AddSourceLocation(Args.RAngleLoc, Record);
54 Writer.AddTemplateArgumentLoc(Args.getTemplateArgs()[i], Record);
62 Writer.AddSourceLocation(S->getSemiLoc(), Record);
63 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) {
136 Writer.AddTypeSourceInfo(DD->getTypeSourceInfo(), Record);
143 Record.push_back(FD->doesThisDeclarationHaveABody());
150 Writer.AddDeclRef(cast_or_null<Decl>(D->getDeclContext()), Record);
151 Writer.AddDeclRef(cast_or_null<Decl>(D->getLexicalDeclContext()), Record);
152 Record.push_back(D->isInvalidDecl());
153 Record.push_back(D->hasAttrs())
    [all...]
ASTReaderStmt.cpp 32 const ASTReader::RecordData &Record;
73 const ASTReader::RecordData &Record, unsigned &Idx)
74 : Reader(Reader), F(F), DeclsCursor(Cursor), Record(Record), Idx(Idx) { }
76 /// \brief The number of record fields required for the Stmt class
80 /// \brief The number of record fields required for the Expr class
101 SourceLocation TemplateKWLoc = ReadSourceLocation(Record, Idx);
103 ArgInfo.setLAngleLoc(ReadSourceLocation(Record, Idx));
104 ArgInfo.setRAngleLoc(ReadSourceLocation(Record, Idx));
107 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->getPointeeType(), Record);
117 Writer.AddTypeRef(T->getPointeeTypeAsWritten(), Record);
118 Record.push_back(T->isSpelledAsLValue())
    [all...]
ASTReaderDecl.cpp 43 const RecordData &Record;
193 const RecordData &Record, unsigned &Idx)
195 RawLocation(RawLocation), Record(Record), Idx(Idx),
207 const RecordData &Record);
307 GetTypeSourceInfo(Record, Idx);
310 DD->DeclInfo = GetTypeSourceInfo(Record, Idx);
326 if (Record[Idx++]) {
339 GlobalDeclID SemaDCIDForTemplateParmDecl = ReadDeclID(Record, Idx);
340 GlobalDeclID LexicalDCIDForTemplateParmDecl = ReadDeclID(Record, Idx)
    [all...]
ASTReader.cpp 701 RecordData Record;
704 unsigned RecCode = Cursor.readRecord(Code, Record, &Blob);
718 RecordData Record;
721 unsigned RecCode = Cursor.readRecord(Code, Record, &Blob);
728 (const unsigned char *)Blob.data() + Record[0],
755 SmallVectorImpl<uint64_t> &Record) {
761 for (int I = 0, N = Record[Idx++]; I != N; ++I) {
763 unsigned FilenameLen = Record[Idx++];
764 std::string Filename(&Record[Idx], &Record[Idx] + FilenameLen)
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 137 /// \brief Emit a DIAG record.
150 /// \brief Emit a record for a CharSourceRange.
163 /// \brief Add SourceLocation information the specified record.
165 PresumedLoc PLoc, RecordDataImpl &Record,
168 /// \brief Add SourceLocation information the specified record.
169 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record,
173 Record, TokSize);
176 /// \brief Add CharSourceRange information the specified record.
177 void AddCharSourceRangeToRecord(CharSourceRange R, RecordDataImpl &Record,
209 /// \brief The set of constructed record abbreviations
    [all...]
  /external/smack/src/org/xbill/DNS/
EmptyRecord.java 14 class EmptyRecord extends Record {
20 Record
Update.java 31 Record soa = Record.newRecord(zone, Type.SOA, DClass.IN);
47 newPrereq(Record rec) {
52 newUpdate(Record rec) {
62 newPrereq(Record.newRecord(name, Type.ANY, DClass.ANY, 0));
71 newPrereq(Record.newRecord(name, type, DClass.ANY, 0));
75 * Parses a record from the string, and inserts a prerequisite that the
76 * record exists. Due to the way value-dependent prequisites work, the
80 * @throws IOException The record could not be parsed.
83 present(Name name, int type, String record) throws IOException
    [all...]
  /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;
84 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 59 /// ConvertToString - Convert a string from a record into an std::string, return
62 static bool ConvertToString(ArrayRef<uint64_t> Record, unsigned Idx,
64 if (Idx > Record.size())
67 for (unsigned i = Idx, e = Record.size(); i != e; ++i)
68 Result += (char)Record[i];
453 return Error("Malformed block record");
458 SmallVector<uint64_t, 64> Record;
472 case BitstreamEntry::Record:
477 // Read a record.
478 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;
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 113 /// ConvertToString - Convert a string from a record into an std::string, return
116 static bool ConvertToString(SmallVector<uint64_t, 64> &Record, unsigned Idx,
118 if (Idx > Record.size())
121 for (unsigned i = Idx, e = Record.size(); i != e; ++i)
122 Result += (char)Record[i];
478 return Error("Malformed block record");
483 SmallVector<uint64_t, 64> Record;
497 case BitstreamEntry::Record:
502 // Read a record.
503 Record.clear()
    [all...]

Completed in 648 milliseconds

1 2 3 4 5 6 7 8 91011>>