/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ |
D | PlayReadyHeader.java | 41 private List<PlayReadyRecord> records; field in PlayReadyHeader 61 records = PlayReadyRecord.createFor(byteBuffer, recordCount); in parse() 68 for (PlayReadyRecord record : records) { in getData() 75 IsoTypeWriter.writeUInt16BE(byteBuffer, records.size()); in getData() 76 for (PlayReadyRecord record : records) { in getData() 86 public void setRecords(List<PlayReadyRecord> records) { in setRecords() argument 87 this.records = records; in setRecords() 91 return Collections.unmodifiableList(records); in getRecords() 99 sb.append(", recordCount=").append(records.size()); in toString() 100 sb.append(", records=").append(records); in toString() [all …]
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncer_thread2_unittest.cc | 97 void AnalyzePollRun(const SyncShareRecords& records, size_t min_num_samples, in AnalyzePollRun() argument 99 const std::vector<TimeTicks>& data(records.times); in AnalyzePollRun() 106 records.snapshots[i]->source.updates_source); in AnalyzePollRun() 205 SyncShareRecords records; in TEST_F() local 211 WithArg<0>(RecordSyncShare(&records, 1U, &done)))) in TEST_F() 217 EXPECT_EQ(1U, records.snapshots.size()); in TEST_F() 219 records.snapshots[0]->source.types)); in TEST_F() 221 records.snapshots[0]->source.updates_source); in TEST_F() 245 SyncShareRecords records; in TEST_F() local 251 WithArg<0>(RecordSyncShare(&records, 1U, &done)))); in TEST_F() [all …]
|
D | build_commit_command.cc | 46 const ExtensionsActivityMonitor::Records& records = in AddExtensionsActivityToMessage() local 48 for (ExtensionsActivityMonitor::Records::const_iterator it = records.begin(); in AddExtensionsActivityToMessage() 49 it != records.end(); ++it) { in AddExtensionsActivityToMessage()
|
D | process_commit_response_command_unittest.cc | 412 ExtensionsActivityMonitor::Records* records = in TEST_P() local 414 (*records)["ABC"].extension_id = "ABC"; in TEST_P() 415 (*records)["ABC"].bookmark_write_count = 2049U; in TEST_P() 416 (*records)["xyz"].extension_id = "xyz"; in TEST_P() 417 (*records)["xyz"].bookmark_write_count = 4U; in TEST_P()
|
/external/icu4c/layout/ |
D | OpenTypeUtilities.cpp | 54 Offset OpenTypeUtilities::getTagOffset(LETag tag, const TagAndOffsetRecord *records, le_int32 recor… in getTagOffset() argument 62 if (SWAPT(records[extra].tag) <= tag) { in getTagOffset() 69 if (SWAPT(records[index + probe].tag) <= tag) { in getTagOffset() 74 if (SWAPT(records[index].tag) == tag) { in getTagOffset() 75 return SWAPW(records[index].offset); in getTagOffset() 81 le_int32 OpenTypeUtilities::getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, … in getGlyphRangeIndex() argument 93 if (SWAPW(records[extra].firstGlyph) <= glyphID) { in getGlyphRangeIndex() 100 if (SWAPW(records[range + probe].firstGlyph) <= glyphID) { in getGlyphRangeIndex() 105 if (SWAPW(records[range].firstGlyph) <= glyphID && SWAPW(records[range].lastGlyph) >= glyphID) { in getGlyphRangeIndex()
|
D | OpenTypeUtilities.h | 23 static Offset getTagOffset(LETag tag, const TagAndOffsetRecord *records, le_int32 recordCount); 24 …static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 re…
|
D | PairPositioningSubtables.cpp | 127 …1Subtable::findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records, le_uint16 record… in findPairValueRecord() argument 133 const PairValueRecord *record = records; in findPairValueRecord() 147 const PairValueRecord *record = records; in findPairValueRecord()
|
D | PairPositioningSubtables.h | 54 const PairValueRecord *findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records,
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | TimelineOverviewPane.js | 98 showMemoryGraph: function(records) { argument 100 this._heapGraph.update(records); 123 update: function(records, showShortEvents) argument 135 …this._forAllRecords(records, this._overviewCalculator.updateBoundaries.bind(this._overviewCalculat… 148 this._forAllRecords(records, markTimeline.bind(this)); 174 this._heapGraph.update(records); 179 updateEventDividers: function(records, dividerConstructor) argument 183 for (var i = 0; i < records.length; ++i) { 184 var record = records[i]; 196 updateMainViewWidth: function(width, records) argument [all …]
|
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
D | dynamic-dnsmasq.pl | 194 my @records; 202 push @records, "$$hashref{'myip'}\t$$hashref{'hostname'}\n"; 206 push @records, $_; 210 push @records, "$$hashref{'myip'}\t$$hashref{'hostname'}\n"; 214 syswrite(FILE, join("", @records));
|
/external/valgrind/main/memcheck/perf/ |
D | Makefile.am | 5 many-loss-records.vgperf 8 many-loss-records
|
D | many-loss-records.vgperf | 1 prog: many-loss-records
|
/external/chromium/chrome/browser/sync/util/ |
D | extensions_activity_monitor.cc | 73 void ExtensionsActivityMonitor::PutRecords(const Records& records) { in PutRecords() argument 75 for (Records::const_iterator i = records.begin(); i != records.end(); ++i) { in PutRecords()
|
D | extensions_activity_monitor.h | 57 void PutRecords(const Records& records);
|
/external/openssl/patches/ |
D | README | 9 SSL records may be as large as 16K, but are typically < 2K. In 10 addition, a historic bug in Windows allowed records to be as large 12 18K respectively) used for processing records.
|
/external/icu4c/test/intltest/ |
D | winutil.cpp | 81 void Win32Utilities::freeLocales(LCIDRecord *records) in freeLocales() argument 86 delete[] records; in freeLocales()
|
D | winutil.h | 36 static void freeLocales(LCIDRecord *records);
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 230 Data records consist of a record code and a number of (up to) 64-bit integer 267 encoded according to the `abbreviation definition`_. This allows records to be 268 encoded significantly more densely than records encoded with the 283 to specify a dense encoding for a class of records once, then use that encoding 284 to emit many records. It takes space to emit the encoding into the file, but 285 the space is recouped (hopefully plus some) when the records that use it are 311 records reference this ID to indicate what abbreviation they are invoking. 381 #. The second value, 2, is the record code for ``TRIPLE`` records within LLVM IR 411 The currently specified records are: 421 ``SETBID`` records can occur multiple times throughout the block to change which [all …]
|
D | TableGenFundamentals.rst | 13 TableGen's purpose is to help a human develop and maintain records of 15 records, it is specifically designed to allow writing flexible descriptions and 16 for common features of these records to be factored out. This reduces the 35 which are considered 'records'. 37 **TableGen records** have a unique name, a list of values, and a list of 44 **TableGen definitions** are the concrete form of 'records'. These generally do 47 **TableGen classes** are abstract records that are used to build and describe 48 other records. These 'classes' allow the end-user to build abstractions for 51 out common properties of records (such as "FPInst", which is used to represent 56 **TableGen multiclasses** are groups of abstract records that are instantiated [all …]
|
/external/mtpd/ |
D | mtpd.c | 268 struct addrinfo *records; in create_socket() local 274 error = getaddrinfo(server, port, &hints, &records); in create_socket() 281 for (r = records; r; r = r->ai_next) { in create_socket() 291 freeaddrinfo(records); in create_socket()
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | gjslint.py | 150 def _PrintFileSummary(paths, records): argument 157 path_errors = [e for e in records if e.path == path]
|
/external/dnsmasq/contrib/dns-loc/ |
D | README | 4 entries in order to assign location information to dns records
|
/external/llvm/docs/CommandGuide/ |
D | tblgen.rst | 72 **-print-records** 74 Print all records to standard output (default).
|
/external/iptables/extensions/ |
D | libxt_AUDIT.man | 1 This target allows to create audit records for packets hitting the target.
|
/external/llvm/lib/TableGen/ |
D | TGParser.h | 85 TGParser(SourceMgr &SrcMgr, RecordKeeper &records) : in TGParser() argument 86 Lex(SrcMgr), CurMultiClass(0), Records(records) {} in TGParser()
|