Searched refs:Length (Results 1 - 25 of 551) sorted by last modified time

1234567891011>>

/haiku/src/system/kernel/vm/
H A Dvm_page.cpp1091 page_num_t Length() const { return end - start; } function in struct:page_run
1124 if (currentFreeRun.Length() > longestFreeRun.Length())
1131 if (currentCachedRun.Length() > longestCachedRun.Length())
1161 B_PRIuPHYSADDR ")\n", longestFreeRun.Length(),
1164 B_PRIuPHYSADDR ")\n", longestCachedRun.Length(),
/haiku/src/kits/interface/
H A DTextView.cpp406 SetRunArray(0, fText->Length(), runArray);
481 text_run_array* runArray = RunArray(0, fText->Length());
1158 if (fText->Length() > 0)
1159 DeleteText(0, fText->Length());
1192 if (fText->Length() > 0)
1193 DeleteText(0, fText->Length());
1244 else if (offset > fText->Length())
1245 offset = fText->Length();
1267 else if (startOffset > fText->Length())
1268 startOffset = fText->Length();
[all...]
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp120 return TruncStringBase(outString, buffer.String(), buffer.Length(), view,
151 return view->StringWidth(outString->String(), outString->Length());
179 resultWidth = view->StringWidth(date.String(), date.Length());
192 resultWidth = view->StringWidth(date.String(), date.Length());
198 (ssize_t)date.Length(), view, width);
430 TruncStringBase(outString, tmp.String(), tmp.Length(), view,
516 fFullValueText.Length(), view, fOldWidth);
760 fFullValueText.Length(), view, fOldWidth, B_TRUNCATE_MIDDLE);
771 textView->SetText(fFullValueText.String(), fFullValueText.Length());
853 fFullValueText.Length(), vie
[all...]
H A DFSUtils.cpp3725 if (error != B_OK && alertString.Length() == 0) {
H A DContainerWindow.cpp3191 if (!mimeType.Length() || mimeType.ICompare(B_FILE_MIMETYPE) == 0) {
3198 if (!mimeType.Length()
/haiku/src/apps/stylededit/
H A DStatusView.cpp151 if (fCellText[i].Length() == 0)
206 if (fEncoding.Length() == 0
252 if (fCellText[i].Length() == 0) {
/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp129 if (error.Length() > 0) {
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp265 line.String(), line.Length(), &runs);
271 fLogFile->Write(line.String(), line.Length());
320 line, line.Length());
326 fLogFile->Write(line, line.Length());
/haiku/src/apps/drivesetup/
H A DDiskView.cpp332 if (BString(device->ContentName()).Length() > 0)
357 if (name.Length() == 0) {
H A DPartitionList.cpp216 if (string.Length() > 0)
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1701 (beosOffset < 0) ? beosCredits.Length() : beosOffset);
1709 fCreditsView->Insert(beosCredits.String(), beosCredits.Length());
1778 haikuLicense.CopyInto(part, licensePart4 + 1, haikuLicense.Length() - 1
2152 if (fieldName.Length() > 0) {
2154 fieldValue.Length());
2158 } else if (fieldName.Length() > 0) {
2179 if (fieldName.Length() == 0) {
/haiku/src/system/libroot/os/
H A Dfind_directory.cpp501 if (pathBuffer.Length() >= pathLength)
683 if (pathBuffer.Length() >= pathLength)
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp1487 if (fCopyright.Length() <= 0) {
/haiku/src/system/kernel/arch/x86/
H A Dioapic.cpp431 void* end = ((uint8*)madt + madt->Header.Length);
498 = (acpi_subtable_header*)((uint8*)apicEntry + apicEntry->Length);
544 void* end = ((uint8*)madt + madt->Header.Length);
629 apicEntry->Type, apicEntry->Length);
635 = (acpi_subtable_header*)((uint8*)apicEntry + apicEntry->Length);
/haiku/src/apps/showimage/
H A DShowImageStatusView.cpp114 if (fCellText[i].Length() == 0)
206 if (fCellText[i].Length() == 0) {
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp371 generic_size_t length = operation->Length();
/haiku/src/bin/pkgman/
H A DPackageManager.cpp65 if (error.Length() > 0) {
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.cpp462 entry.SetSize(inodeRef->Length());
488 entry.SetSize(directoryEntry->Length());
/haiku/src/kits/package/
H A DPackageResolvable.cpp44 return fName.Length() > 0 ? B_OK : B_NO_INIT;
H A DPackageInfoParser.cpp91 Token token(TOKEN_STRING, fPos, versionString.Length());
116 Token token(TOKEN_STRING, fPos, expressionString.Length());
141 Token token(TOKEN_STRING, fPos, expressionString.Length());
388 word.pos + word.text.Length());
396 word.text.Length() - tildePos - 1);
425 word.text.CopyInto(minor, firstDotPos + 1, word.text.Length());
429 word.text.CopyInto(micro, secondDotPos + 1, word.text.Length());
1148 string.String() + string.Length(), additionalChars, _errorPos);
H A DPackageInfo.cpp347 if (fName.Length() == 0 || fSummary.Length() == 0
348 || fDescription.Length() == 0 || fVendor.Length() == 0
349 || fPackager.Length() == 0
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp900 if (sourceParentPath.Length() == 0)
924 if (targetParentPath.Length() == 0)
1721 int32 length = activationFileContent.Length();
1723 if (activationFileContent.Length()
1724 < length + package->FileName().Length() + 1) {
1733 int32 length = activationFileContent.Length();
1735 if (activationFileContent.Length()
1736 < length + package->FileName().Length() + 1) {
1760 content.Length());
1833 requestSize += (*it)->FileName().Length()
[all...]
/haiku/src/apps/text_search/
H A DGrepWindow.cpp390 if (fOldPattern.Length()) {
401 if (!title.Length())
1331 buffer.Length());
/haiku/src/apps/terminal/
H A DTermWindow.cpp219 if (fTitle.pattern.Length() == 0) {
812 if (fFindString.Length() == 0) {
H A DTermViewStates.cpp926 endIndex = originalText.Length();
954 if (colonIndex <= 0 || colonIndex == path.Length() - 1)
1156 toCopy.Length());

Completed in 216 milliseconds

1234567891011>>