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

1 2 3 4 5 6 7 8 910

  /external/v8/test/cctest/
test-unbound-queue.cc 39 typedef int Record;
40 UnboundQueue<Record> cq;
44 Record rec = 0;
52 typedef int Record;
53 UnboundQueue<Record> cq;
61 Record rec = 0;
test-circular-queue.cc 39 typedef v8::base::AtomicWord Record;
41 SamplingCircularQueue<Record, kMaxRecordsInQueue> scq;
46 for (Record i = 1; i < 1 + kMaxRecordsInQueue; ++i) {
47 Record* rec = reinterpret_cast<Record*>(scq.StartEnqueue());
59 Record* rec = reinterpret_cast<Record*>(scq.StartEnqueue());
65 for (Record i = 1; i < 1 + kMaxRecordsInQueue; ++i) {
66 Record* rec = reinterpret_cast<Record*>(scq.Peek())
    [all...]
  /external/skia/tools/VisualBench/
VisualLightweightBenchModule.h 34 struct Record {
38 SkTArray<Record> fRecords;
  /external/v8/test/unittests/
locked-queue-unittest.cc 10 typedef int Record;
18 LockedQueue<Record> queue;
24 LockedQueue<Record> queue;
28 Record a = -1;
37 LockedQueue<Record> queue;
41 Record a = -1;
54 LockedQueue<Record> queue;
56 Record a = -1;
63 LockedQueue<Record> queue;
71 Record rec = 0
    [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIADataStream.cpp 38 RecordType Record;
44 Record.resize(RecordSize);
45 if (S_OK != StreamData->Item(Index, RecordSize, &RecordSize, &Record[0]))
47 return Record;
50 bool DIADataStream::getNext(RecordType &Record) {
51 Record.clear();
58 Record.resize(RecordSize);
60 StreamData->Next(1, RecordSize, &RecordSize, &Record[0], &CountFetched))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
record.py 49 %(record)s
60 super(ResourceRecordSets, self).__init__([('ResourceRecordSet', Record)])
66 record_list = ','.join([record.__repr__() for record in self])
84 :param type: The DNS record type. Valid values are:
98 :param ttl: The resource record cache time to live (TTL), in seconds.
101 :param alias_dns_name: *Alias resource record sets only* The value
106 :param alias_hosted_zone_id: *Alias resource record sets only*
110 :param identifier: *Weighted and latency-based resource record sets
112 record sets that have the same combination of DNS name and type
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticReader.cpp 70 Record = 1,
101 // We found a record.
103 return Cursor::Record;
124 case Cursor::Record:
135 SmallVector<uint64_t, 1> Record;
136 unsigned RecordID = Stream.readRecord(BlockOrCode, Record);
139 if (Record.size() < 1)
141 if (Record[0] > VersionNumber)
157 SmallVector<uint64_t, 16> Record;
177 case Cursor::Record
    [all...]
TestModuleFileExtension.cpp 26 // Write an abbreviation for this record.
41 SmallVector<uint64_t, 4> Record;
42 Record.push_back(FIRST_EXTENSION_RECORD_ID);
43 Record.push_back(Message.size());
44 Stream.EmitRecordWithBlob(Abbrev, Record, Message);
52 SmallVector<uint64_t, 4> Record;
61 case llvm::BitstreamEntry::Record:
65 Record.clear();
67 unsigned RecCode = Stream.readRecord(Entry.ID, Record, &Blob);
70 StringRef Message = Blob.substr(0, Record[0])
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
LanguageData.java 21 public static class Record
26 public Record(String tag, String name)
57 private Record[] languages =
59 new Record("", "null"),
60 new Record("ARA", "Arabic"),
61 new Record("ASM", "Assamese"),
62 new Record("BEN", "Bengali"),
63 new Record("FAR", "Farsi"),
64 new Record("GUJ", "Gujarati"),
65 new Record("HIN", "Hindi")
    [all...]
ArabicCharacterData.java 20 public class Record
42 private Record(int character)
73 records = new Record[charCount];
78 records[recordIndex++] = new Record(character);
81 public Record getRecord(int index)
112 private Record[] records;
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 45 CXXRecordDecl *Record;
  /external/clang/test/SemaTemplate/
derived.cpp 24 C<long, 64> &Record;
28 AddSourceLocation(Record); // expected-error{{non-const lvalue reference to type}}
  /external/google-breakpad/src/common/
dwarf_cfi_to_module.cc 192 void DwarfCFIToModule::Record(Module::Address address, int reg,
221 Record(address, reg, s.str());
229 Record(address, reg, s.str());
237 Record(address, reg, s.str());
245 Record(address, reg, s.str());
  /external/skia/src/core/
SkRecord.h 47 // R operator()(const T& record) { ... }
57 // R operator()(T* record) { ... }
114 // Rearrange and resize this record to eliminate any NoOps.
137 void operator()(T* record) { record->~T(); }
152 struct Record {
159 // Point this record to its data in fAlloc. Returns ptr for convenience.
170 // Visit this record with functor F (see public API above).
180 // Mutate this record with functor F (see public API above).
194 SkAutoSTMalloc<kInlineRecords, Record> fRecords
    [all...]
  /frameworks/base/tools/preload/
Record.java 20 class Record {
94 /** Type of record. */
100 /** Record time (ns). */
109 Record(String line, int lineNum) {
  /frameworks/compile/mclinker/lib/LD/
EhFrame.cpp 31 // EhFrame::Record
33 EhFrame::Record::Record(llvm::StringRef pRegion) : RegionFragment(pRegion) {
36 EhFrame::Record::~Record() {
44 : EhFrame::Record(pRegion),
58 : EhFrame::Record(pRegion), m_pCIE(&pCIE) {
  /external/chromium-trace/catapult/dashboard/dashboard/
quick_logger.py 32 # _MAX_NUM_RECORD * (number of serialized quick_logger.Record)
39 """Gets list of Record from the datastore.
46 List of Record, None if key does not exist in datastore.
98 List of Record object.
123 records: List of Record object.
156 """Class specifying how to format a Record."""
175 def Format(self, record):
176 """Formats a record."""
177 self._kwargs['message'] = record.message
180 timestamp = getattr(record, 'timestamp', record.index
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
alphaindex.h 467 * Add a record to the index. Each record will be associated with an index Bucket
468 * based on the record's name. The list of records for each bucket will be sorted
473 * @param name The display name for the Record. The Record will be placed in
477 * data pointer the name will be available for each Record.
519 * Given the name of a record, return the zero-based index of the Bucket
521 * A Record will not be added to the index by this function.
596 * Advance to the next record in the current Bucket.
597 * When nextBucket() is called, Record iteration is reset to just before th
    [all...]
  /external/llvm/include/llvm/ProfileData/
CoverageMappingReader.h 46 CoverageMappingRecord Record;
66 CoverageMappingRecord &operator*() { return Record; }
67 CoverageMappingRecord *operator->() { return &Record; }
72 virtual std::error_code readNextRecord(CoverageMappingRecord &Record) = 0;
176 std::error_code readNextRecord(CoverageMappingRecord &Record) override;
  /external/webp/src/enc/
cost.c 284 // Record proba context used
285 static int Record(int bit, proba_t* const stats) {
290 // record bit count (lower 16 bits) and increment total count (upper 16 bits).
299 // Simulate block coding, but only record statistics.
300 // Note: no need to record the fixed probas.
306 Record(0, s + 0);
311 Record(1, s + 0); // order of record doesn't matter
313 Record(0, s + 1);
316 Record(1, s + 1)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
pystone.py 25 record to None. This is rather inefficient and not
29 comparison of the record). Version 1.1 runs 5-10
43 class Record:
54 return Record(self.PtrComp, self.Discr, self.EnumComp,
94 PtrGlbNext = Record()
95 PtrGlb = Record()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
pystone.py 25 record to None. This is rather inefficient and not
29 comparison of the record). Version 1.1 runs 5-10
43 class Record:
54 return Record(self.PtrComp, self.Discr, self.EnumComp,
94 PtrGlbNext = Record()
95 PtrGlb = Record()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pystone.py 25 record to None. This is rather inefficient and not
29 comparison of the record). Version 1.1 runs 5-10
43 class Record:
54 return Record(self.PtrComp, self.Discr, self.EnumComp,
94 PtrGlbNext = Record()
95 PtrGlb = Record()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pystone.py 25 record to None. This is rather inefficient and not
29 comparison of the record). Version 1.1 runs 5-10
43 class Record:
54 return Record(self.PtrComp, self.Discr, self.EnumComp,
94 PtrGlbNext = Record()
95 PtrGlb = Record()
  /system/extras/simpleperf/
record.h 104 // SampleId is optional at the end of a record in binary format. Its content is determined by
131 // Usually one record contains the following three parts in order in binary format:
132 // perf_event_header (at the head of a record, containing type and size information)
133 // data depends on the record type
134 // sample_id (optional part at the end of a record)
135 // We hold the common parts (perf_event_header and sample_id) in the base class Record, and
136 // hold the type specific data part in classes derived from Record.
137 struct Record {
141 Record();
142 Record(const perf_event_header* pheader)
336 Record *record; member in struct:RecordCache::RecordWithSeq
    [all...]

Completed in 514 milliseconds

1 2 3 4 5 6 7 8 910