Searched refs:records (Results 1 - 25 of 37) sorted by relevance

12

/external/icu4c/test/intltest/
H A Dwinutil.h36 static void freeLocales(LCIDRecord *records);
H A Dwinutil.cpp81 void Win32Utilities::freeLocales(LCIDRecord *records) argument
86 delete[] records;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
H A DPlayReadyHeader.java41 private List<PlayReadyRecord> records; field in class:PlayReadyHeader
61 records = PlayReadyRecord.createFor(byteBuffer, recordCount);
68 for (PlayReadyRecord record : records) {
75 IsoTypeWriter.writeUInt16BE(byteBuffer, records.size());
76 for (PlayReadyRecord record : records) {
86 public void setRecords(List<PlayReadyRecord> records) { argument
87 this.records = records;
91 return Collections.unmodifiableList(records);
99 sb.append(", recordCount=").append(records
[all...]
/external/icu4c/layout/
H A DOpenTypeUtilities.h23 static Offset getTagOffset(LETag tag, const TagAndOffsetRecord *records, le_int32 recordCount);
24 static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount);
H A DOpenTypeUtilities.cpp54 Offset OpenTypeUtilities::getTagOffset(LETag tag, const TagAndOffsetRecord *records, le_int32 recordCount) argument
62 if (SWAPT(records[extra].tag) <= tag) {
69 if (SWAPT(records[index + probe].tag) <= tag) {
74 if (SWAPT(records[index].tag) == tag) {
75 return SWAPW(records[index].offset);
81 le_int32 OpenTypeUtilities::getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount) argument
93 if (SWAPW(records[extra].firstGlyph) <= glyphID) {
100 if (SWAPW(records[range + probe].firstGlyph) <= glyphID) {
105 if (SWAPW(records[range].firstGlyph) <= glyphID && SWAPW(records[rang
[all...]
H A DPairPositioningSubtables.h54 const PairValueRecord *findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records,
H A DPairPositioningSubtables.cpp127 const PairValueRecord *PairPositioningFormat1Subtable::findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records, le_uint16 recordCount, le_uint16 recordSize) const argument
133 const PairValueRecord *record = records;
147 const PairValueRecord *record = records;
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread2_unittest.cc97 void AnalyzePollRun(const SyncShareRecords& records, size_t min_num_samples, argument
99 const std::vector<TimeTicks>& data(records.times);
106 records.snapshots[i]->source.updates_source);
205 SyncShareRecords records; local
211 WithArg<0>(RecordSyncShare(&records, 1U, &done))))
217 EXPECT_EQ(1U, records.snapshots.size());
219 records.snapshots[0]->source.types));
221 records.snapshots[0]->source.updates_source);
245 SyncShareRecords records; local
251 WithArg<0>(RecordSyncShare(&records,
272 SyncShareRecords records; local
307 SyncShareRecords records; local
345 SyncShareRecords records; local
429 SyncShareRecords records; local
508 SyncShareRecords records; local
526 SyncShareRecords records; local
545 SyncShareRecords records; local
601 SyncShareRecords records; local
627 SyncShareRecords records; local
[all...]
H A Dbuild_commit_command.cc41 // Return the records to the activity monitor.
46 const ExtensionsActivityMonitor::Records& records = local
48 for (ExtensionsActivityMonitor::Records::const_iterator it = records.begin();
49 it != records.end(); ++it) {
H A Dprocess_commit_response_command_unittest.cc392 // happens to the extensions activity records. Commits could fail or succeed,
412 ExtensionsActivityMonitor::Records* records = local
414 (*records)["ABC"].extension_id = "ABC";
415 (*records)["ABC"].bookmark_write_count = 2049U;
416 (*records)["xyz"].extension_id = "xyz";
417 (*records)["xyz"].bookmark_write_count = 4U;
426 << "Should restore records after unsuccessful bookmark commit.";
433 << "Should not restore records after successful bookmark commit.";
/external/chromium/chrome/browser/sync/util/
H A Dextensions_activity_monitor.cc73 void ExtensionsActivityMonitor::PutRecords(const Records& records) { argument
75 for (Records::const_iterator i = records.begin(); i != records.end(); ++i) {
H A Dextensions_activity_monitor.h51 // Fills |buffer| with snapshot of current records in constant time by
55 // Add |records| piece-wise (by extension id) to the set of active records.
57 void PutRecords(const Records& records);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Drecord-event-listener.rb9 A debug listener that records intercepted events as strings in an array.
H A Dtrace-event-listener.rb8 A listener that simply records text representations of the events.
/external/dnsmasq/contrib/dynamic-dnsmasq/
H A Ddynamic-dnsmasq.pl20 # records from a remote dynamic dns client.
28 # update the records here. tested and confirmed to work with ddnsu
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/webkit/Source/WebCore/inspector/front-end/
H A DTimelineOverviewPane.js98 showMemoryGraph: function(records) {
100 this._heapGraph.update(records);
123 update: function(records, showShortEvents)
135 this._forAllRecords(records, this._overviewCalculator.updateBoundaries.bind(this._overviewCalculator));
148 this._forAllRecords(records, markTimeline.bind(this));
174 this._heapGraph.update(records);
179 updateEventDividers: function(records, dividerConstructor)
183 for (var i = 0; i < records.length; ++i) {
184 var record = records[i];
196 updateMainViewWidth: function(width, records)
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dgjslint.py133 # Return any errors as error records.
150 def _PrintFileSummary(paths, records):
157 path_errors = [e for e in records if e.path == path]
191 """Print error records strings in the expected format."""
/external/mtpd/
H A Dmtpd.c268 struct addrinfo *records; local
274 error = getaddrinfo(server, port, &hints, &records);
281 for (r = records; r; r = r->ai_next) {
291 freeaddrinfo(records);
/external/llvm/lib/TableGen/
H A DTGParser.h85 TGParser(SourceMgr &SrcMgr, RecordKeeper &records) : argument
86 Lex(SrcMgr), CurMultiClass(0), Records(records) {}
/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp39 DiagGroupParentMap(RecordKeeper &records) : Records(records) { argument
95 DiagCategoryIDMap(RecordKeeper &records) : Records(records) { argument
/external/guava/guava-tests/test/com/google/common/io/
H A DCharStreamsTest.java222 int records = logHandler.getStoredLogRecords().size();
224 return records;
/external/qemu/telephony/
H A Dsim_card.c17 /* set ENABLE_DYNAMIC_RECORDS to 1 to enable dynamic records
177 cbytes_t records; member in struct:__anon11813
/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp115 CodeGenTarget::CodeGenTarget(RecordKeeper &records) argument
116 : Records(records), RegBank(0), SchedModels(0) {
/external/skia/src/animator/
H A DSkAnimateActive.cpp121 int records = saveIndex / oldCount; local
122 int newTotal = records * newCount;
/external/freetype/include/freetype/internal/
H A Dtttypes.h180 /* A structure modeling TrueType name records. Name records are used */
234 /* names :: An array of name records. */
353 /* num_records :: The number of hdmx records. */
355 /* records :: An array of hdmx records. */
361 TT_HdmxEntry records; member in struct:TT_HdmxRec_
1117 /* num_names :: The number of name records within this */
1120 /* name_table :: The table of name records (`name'). */
1279 FT_UShort num_names; /* number of name records */
[all...]

Completed in 545 milliseconds

12