Home
last modified time | relevance | path

Searched refs:bytes_to_flush (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/device/serial/
Ddata_sender.cc145 uint32_t bytes_to_flush = 0; in ReportBytesSentAndError() local
147 bytes_to_flush += sends_awaiting_ack_.front()->ReportBytesSentAndError( in ReportBytesSentAndError()
152 bytes_to_flush += in ReportBytesSentAndError()
156 callback.Run(bytes_to_flush); in ReportBytesSentAndError()
Ddata_stream.mojom41 // |bytes_to_flush|, the number of bytes enqueued in the data pipe but not yet
43 ReportBytesSentAndError(uint32 bytes_sent, int32 error) => (uint32 bytes_to_flush);
Ddata_sink_receiver.cc216 void DataSinkReceiver::SetNumBytesToFlush(uint32_t bytes_to_flush) { in SetNumBytesToFlush() argument
219 pending_flushes_.back()->SetNumBytesToFlush(bytes_to_flush); in SetNumBytesToFlush()
Ddata_sink_receiver.h77 void SetNumBytesToFlush(uint32_t bytes_to_flush);
/external/chromium_org/extensions/renderer/resources/
Ddata_sender.js473 return Promise.resolve({bytes_to_flush: bytesToFlush}); property
/external/chromium_org/v8/src/mips/
Dsimulator-mips.cc877 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() local
878 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache()
879 start += bytes_to_flush; in FlushICache()
880 size -= bytes_to_flush; in FlushICache()
/external/chromium_org/v8/src/mips64/
Dsimulator-mips64.cc807 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() local
808 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache()
809 start += bytes_to_flush; in FlushICache()
810 size -= bytes_to_flush; in FlushICache()
/external/chromium_org/v8/src/arm/
Dsimulator-arm.cc645 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() local
646 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache()
647 start += bytes_to_flush; in FlushICache()
648 size -= bytes_to_flush; in FlushICache()