/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/ |
H A D | snet_buffer.cpp | 22 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 D | DownloadProgressView.cpp | 397 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 D | DownloadProgressView.h | 57 off_t expectedSize);
|
/haiku/data/catalogs/apps/webpositive/ |
H A D | ko.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%expectedSize% 중 %currentSize%, %rate…
|
H A D | el.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% από %expectedSize%, %ra…
|
H A D | ru.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% из %expectedSize%, %rat…
|
H A D | uk.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% of %expectedSize%, %rat…
|
H A D | zh_Hans.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% of %expectedSize%, %rat…
|
H A D | ja.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% / %expectedSize%, %rate…
|
H A D | eo.catkeys | 133 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% el %expectedSize%, %rat…
|
H A D | nl.catkeys | 135 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% van %expectedSize%, %ra…
|
H A D | de.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% von %expectedSize%, %ra…
|
H A D | nb.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% av %expectedSize%, %rat…
|
H A D | da.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% af %expectedSize%, %rat…
|
H A D | it.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% di %expectedSize%, %rat…
|
H A D | pt_BR.catkeys | 133 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% de %expectedSize%, %rat…
|
H A D | fi.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% / %expectedSize%, %rate…
|
H A D | sv.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% av %expectedSize%, %rat…
|
H A D | es.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% de %expectedSize%, %rat…
|
H A D | tr.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize%/%expectedSize%, %rate%/…
|
H A D | fur.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% di %expectedSize%, %rat…
|
H A D | ro.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% din %expectedSize%, %ra…
|
H A D | ca.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% de %expectedSize%, %rat…
|
H A D | pl.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% z %expectedSize%, %rate…
|
H A D | fr.catkeys | 138 (%currentSize% of %expectedSize%, %rate%/s) Download Window (%currentSize% sur %expectedSize%, %ra…
|