Searched refs:Length (Results 126 - 150 of 551) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbinstal.c365 UINT32 Length; local
383 &Address, &Length);
384 if (ACPI_SUCCESS (Status) && Address && Length)
/haiku/src/kits/interface/
H A DStatusBar.cpp119 if (err == B_OK && fText.Length())
121 if (err == B_OK && fTrailingText.Length())
124 if (err == B_OK && fLabel.Length())
126 if (err == B_OK && fTrailingLabel.Length())
312 if (rightText.Length()) {
318 if (leftText.Length()) {
334 if (leftText.Length())
337 if (rightText.Length())
807 return fLabel.Length() > 0 || fTrailingLabel.Length() >
[all...]
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DFlatMessageIO.cpp194 ssize_t decodedSize = m_base64Data.Length();
198 m_base64Data.Length(), false);
/haiku/src/bin/
H A Droster.cpp43 if (name.Length() <= length)
53 name.CopyInto(end, name.Length() - endLength, endLength);
H A Dopen.cpp109 if (arg[arg.Length() - 1] == ':')
110 arg.Truncate(arg.Length() - 1);
/haiku/src/apps/cortex/RouteApp/
H A DLiveNodeIO.cpp168 if(m_key.Length() > 0)
175 if(m_name.Length() > 0) {
H A DLiveNodeIO.h93 bool hasKey() const { return m_key.Length() > 0; }
/haiku/src/kits/mail/
H A Db_mail_message.cpp119 string.Truncate(string.Length() - 2); //----BMailMessage includes the ": "
129 string.Truncate(string.Length() - 2); //----BMailMessage includes the ": "
/haiku/src/kits/network/libnetapi/
H A DDatagramSocket.cpp96 address.Length());
140 bytesSent = sendto(Socket(), buffer, size, 0, fPeer, fPeer.Length());
/haiku/src/kits/debugger/ids/
H A DFunctionID.cpp66 return fPath.Length() != 0 && fFunctionName.Length() != 0;
/haiku/src/system/boot/loader/file_systems/bfs/
H A Dbfs.cpp114 || uint32(run.Length() + run.Start()) > (1UL << AllocationGroupShift())) {
116 run.AllocationGroup(), run.Start(), run.Length());
/haiku/src/kits/network/libnetservices/
H A DHttpTime.cpp107 if (fDateString.Length() < 4)
126 if (result == fDateString.String() + fDateString.Length()) {
H A DUrlContext.cpp69 BPrivate::HashString hostHash(domain.String(), domain.Length());
125 domain.Length()));
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactables.h174 UINT32 Length);
233 UINT32 Length);
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp122 return TruncStringBase(outString, buffer.String(), buffer.Length(), view,
153 return view->StringWidth(outString->String(), outString->Length());
181 resultWidth = view->StringWidth(date.String(), date.Length());
194 resultWidth = view->StringWidth(date.String(), date.Length());
200 (ssize_t)date.Length(), view, width);
432 TruncStringBase(outString, tmp.String(), tmp.Length(), view,
518 fFullValueText.Length(), view, fOldWidth);
762 fFullValueText.Length(), view, fOldWidth, B_TRUNCATE_MIDDLE);
773 textView->SetText(fFullValueText.String(), fFullValueText.Length());
855 fFullValueText.Length(), vie
[all...]
/haiku/src/apps/haikudepot/textview/
H A DTextDocument.cpp133 if (!document.IsSet() || document->Length() != text.CountChars())
260 int32 paragraphLength = paragraph.Length();
308 TextDocument::Length() const function in class:TextDocument
316 textLength += paragraph.Length();
325 return Text(0, Length());
340 int32 paragraphLength = paragraph.Length();
382 int32 paragraphLength = paragraph.Length();
456 if (paragraph.Length() > 0 && !document->Append(paragraph))
530 if (document->Length() == 0)
696 int32 paragraphLength = resultParagraph.Length();
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DVolume.h48 off_t Length() const { return fLength; } function in class:Volume
/haiku/src/apps/installer/
H A DUnzipEngine.cpp186 int32 length = copyrightAttr.Length();
193 if (copyrightAttr.Length() != length + bufferLength) {
202 if (copyrightAttr[copyrightAttr.Length() - 1] != '\n')
272 if (bytes == 0 && itemName.Length() == 0) {
/haiku/src/apps/mail/
H A DKUndoBuffer.h27 int32 Length; member in class:KUndoItem
/haiku/src/preferences/printers/
H A DTransportMenu.cpp65 || !portName.Length())
/haiku/src/system/kernel/device_manager/
H A Dio_requests.cpp82 return request->Length();
/haiku/src/system/libroot/os/
H A DPathBuffer.h61 size_t Length() const function in struct:__anon3::PathBuffer
/haiku/src/servers/launch/
H A DInitRealTimeClockJob.cpp96 timeZoneID.Length());
/haiku/src/kits/debugger/debug_managers/
H A DWatchpointManager.cpp66 watchpoint->Type(), watchpoint->Length());
/haiku/src/kits/debugger/value/value_formatters/
H A DFloatValueFormatter.cpp88 if (parseEnd - text < input.Length() && !isspace(*parseEnd))

Completed in 269 milliseconds

1234567891011>>