Home
last modified time | relevance | path

Searched refs:expectedSize (Results 1 – 25 of 29) sorted by relevance

12

/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dsnet_buffer.cpp22 uint16 expectedSize; member
45 snb->expectedSize = snb->allocatedSize = size; in snb_create()
105 return snb->expectedSize; in snb_size()
129 return (snb->expectedSize == snb->puttingSize); in snb_completed()
137 return (snb->expectedSize == snb->pullingSize); in snb_finished()
144 return (snb->expectedSize - snb->puttingSize); in snb_remaining_to_put()
151 return (snb->expectedSize - snb->pullingSize); in snb_remaining_to_pull()
180 snb->expectedSize = size; in snb_attempt_reuse()
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp397 int64 expectedSize; in MessageReceived() local
399 && message->FindInt64("expected size", &expectedSize) == B_OK) { in MessageReceived()
400 _UpdateStatus(currentSize, expectedSize); in MessageReceived()
709 DownloadProgressView::_UpdateStatus(off_t currentSize, off_t expectedSize) in _UpdateStatus() argument
712 fExpectedSize = expectedSize; in _UpdateStatus()
714 fStatusBar->SetTo(100.0 * currentSize / expectedSize); in _UpdateStatus()
758 BString expectedSize = string_for_size((double)fExpectedSize, sizeBuffer, in _UpdateStatusText() local
761 int expectedSizeUnitPos = expectedSize.FindLast(' '); in _UpdateStatusText()
764 expectedSize.String() + expectedSizeUnitPos) == 0) { in _UpdateStatusText()
770 buffer.ReplaceFirst("%expectedSize%", expectedSize); in _UpdateStatusText()
H A DDownloadProgressView.h57 off_t expectedSize);
/haiku/data/catalogs/apps/webpositive/
H A Dko.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%expectedSize% 중 %currentSize%, %rate…
H A Del.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% από %expectedSize%, %ra…
H A Dru.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% из %expectedSize%, %rat…
H A Duk.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% of %expectedSize%, %rat…
H A Dzh_Hans.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% of %expectedSize%, %rat…
H A Dja.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% / %expectedSize%, %rate…
H A Deo.catkeys133 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% el %expectedSize%, %rat…
H A Dnl.catkeys135 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% van %expectedSize%, %ra…
H A Dde.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% von %expectedSize%, %ra…
H A Dnb.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% av %expectedSize%, %rat…
H A Dda.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% af %expectedSize%, %rat…
H A Dit.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% di %expectedSize%, %rat…
H A Dpt_BR.catkeys133 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% de %expectedSize%, %rat…
H A Dfi.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% / %expectedSize%, %rate…
H A Dsv.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% av %expectedSize%, %rat…
H A Des.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% de %expectedSize%, %rat…
H A Dtr.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize%/%expectedSize%, %rate%/…
H A Dfur.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% di %expectedSize%, %rat…
H A Dro.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% din %expectedSize%, %ra…
H A Dca.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% de %expectedSize%, %rat…
H A Dpl.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% z %expectedSize%, %rate…
H A Dfr.catkeys138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% sur %expectedSize%, %ra…

12