Searched refs:expectedSize (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dsnet_buffer.cpp22 uint16 expectedSize; member in struct:snet_buffer
45 snb->expectedSize = snb->allocatedSize = size;
105 return snb->expectedSize;
129 return (snb->expectedSize == snb->puttingSize);
137 return (snb->expectedSize == snb->pullingSize);
144 return (snb->expectedSize - snb->puttingSize);
151 return (snb->expectedSize - snb->pullingSize);
180 snb->expectedSize = size;
/haiku/src/apps/webpositive/
H A DDownloadProgressView.h57 off_t expectedSize);
H A DDownloadProgressView.cpp394 int64 expectedSize; local
396 && message->FindInt64("expected size", &expectedSize) == B_OK) {
397 _UpdateStatus(currentSize, expectedSize);
706 DownloadProgressView::_UpdateStatus(off_t currentSize, off_t expectedSize) argument
709 fExpectedSize = expectedSize;
711 fStatusBar->SetTo(100.0 * currentSize / expectedSize);
755 BString expectedSize = string_for_size((double)fExpectedSize, sizeBuffer, local
758 int expectedSizeUnitPos = expectedSize.FindLast(' ');
761 expectedSize.String() + expectedSizeUnitPos) == 0) {
765 buffer = B_TRANSLATE("(%currentSize% of %expectedSize
[all...]
/haiku/src/tests/kits/storage/
H A DPathTest.cpp1355 ssize_t expectedSize local
1357 CPPUNIT_ASSERT( size == expectedSize);

Completed in 115 milliseconds