Searched refs:Length (Results 201 - 225 of 551) sorted by relevance

1234567891011>>

/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp301 res = catalogFile.Write(textContent.String(),textContent.Length());
302 if (res != textContent.Length())
326 res = catalogFile.Write(textContent.String(),textContent.Length());
327 if (res != textContent.Length())
/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp52 if (result->Length() <= 0) {
70 int32 length = list.StringAt(i).Length();
212 message->CopyInto(*origMessage, 0, message->Length());
240 int strLength = message->Length();
/haiku/src/apps/haikudepot/textview/
H A DTextEditor.cpp128 SetSelection(TextSelection(0, fDocument->Length()));
221 if (fSelection.Caret() < fDocument->Length())
397 _SetCaretOffset(fDocument->Length(), false, select, true);
426 int32 textLength = fDocument->Length();
/haiku/src/tests/kits/net/service/
H A DFileTest.cpp63 CHK(file.WriteExactly(content.String(), content.Length()) == B_OK);
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusbspec_private.h48 uint16 Length; member in struct:usb_request_data
/haiku/src/apps/devices/
H A DPropertyList.cpp120 strings, strings.Length());
/haiku/src/apps/haikudepot/util/
H A DValidationUtils.cpp127 return value.Length() >= MIN_LENGTH_PASSWORD_CLEAR
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsdebug.c205 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacapps.h339 UINT32 Length,
H A Dacobject.h241 UINT32 Length;
315 UINT32 Length; member in struct:acpi_object_region
401 UINT8 Length; member in struct:acpi_object_processor
432 UINT32 BitLength; /* Length of field in bits */\
H A Dacpiosxf.h362 ACPI_SIZE Length);
544 ACPI_SIZE Length);
551 ACPI_SIZE Length);
/haiku/src/tools/opd_to_package_info/
H A Dopd_to_package_info.cpp285 if (fieldName.Length() > 0) {
290 } else if (fieldName.Length() > 0) {
311 if (fieldName.Length() == 0) {
/haiku/src/kits/shared/
H A DCommandPipe.cpp315 int lineLength = line.Length();
316 int resultLength = fResult.Length();
318 if (fResult.Length() != lineLength + resultLength)
/haiku/src/tests/kits/net/libnetapi/
H A DNetworkAddressTest.cpp77 CPPUNIT_ASSERT(wildcard.Length() == sizeof(sockaddr_in));
98 CPPUNIT_ASSERT(nullAddr.Length() == sizeof(sockaddr_in));
114 CPPUNIT_ASSERT(nullAddr.Length() == sizeof(sockaddr_in));
/haiku/src/bin/
H A Dreindex.cpp48 size_t Length() const { return fLength; } function in class:Attribute
222 attrName, attr->Length());
258 attr->Name(), attr->Length());
/haiku/src/tests/add-ons/kernel/file_systems/bfs/dump_log/
H A Ddump_log.cpp121 + blockStart++ % superBlock.log_blocks.Length();
155 + ((dataStart + index) % superBlock.log_blocks.Length());
228 toBlock(superBlock, superBlock.log_blocks) + superBlock.log_blocks.Length(),
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp354 spaceIndex = name.Length();
364 } while (startIndex < name.Length());
434 = std::max(longestCommandName, entry->Name().Length());
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsutils.c209 * Count - Length of list
327 * PARAMETERS: TotalLength - Length of the AML descriptor, including
351 /* Length is the total descriptor length minus the header length */
356 /* Length is stored differently for large and small descriptors */
384 * TotalLength - Length of the AML descriptor, including
409 /* Set the Resource Length */
457 * PARAMETERS: ResourceLength - Length field of the descriptor
465 * RETURN: Length of the string plus NULL terminator, rounded up to native
941 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
962 Args[0]->Buffer.Length
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devrgnini.c204 AcpiOsUnmapMemory(Mm->LogicalAddress, Mm->Length);
223 LocalRegionContext->Length = RegionDesc->Region.Length;
H A Devregion.c328 Ctx->Length = (UINT16) RegionObj->Region.Length;
336 Ctx->Length = RegionObj->Region.Length;
408 * 2) Length of the above buffer
439 Context->Length = FieldObj->Field.ResourceLength;
/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.cpp91 fileName.Length() - (secondSlashIdx + 1));
313 if (result == B_OK && header.Length() <= 0)
317 bitmap.SetTo(new(std::nothrow)SharedBitmap(*fTarIo, header.Length()));
/haiku/src/kits/package/
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);
/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/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp53 fRun.AllocationGroup(), fRun.Start(), fRun.Length());
75 fRun.AllocationGroup(), fRun.Start(), fRun.Length());
599 uint32 reservedBlocks = fVolume->ToBlock(fVolume->Log()) + fVolume->Log().Length();
683 uint32 reservedBlocks = volume->ToBlock(volume->Log()) + volume->Log().Length();
914 run.Length());
960 // c) have BlockRun::Length() return (length + 1).
984 start = data.direct[last].Start() + data.direct[last].Length();
1006 uint16 length = run.Length();
1028 && start < uint32(fVolume->Log().Start()) + fVolume->Log().Length())) {
1055 HOST_ENDIAN_TO_BFS_INT64(fVolume->UsedBlocks() - run.Length());
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsxfeval.c216 if (ReturnBuffer->Length == ACPI_ALLOCATE_BUFFER)
255 if (ReturnBuffer->Length == 0)
293 ReturnBuffer->Length = 0;
543 ReturnBuffer->Length = 0;
560 ReturnBuffer->Length = 0;

Completed in 180 milliseconds

1234567891011>>