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

1234567891011>>

/haiku-fatelf/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DConfigView.cpp62 path.Truncate(path.Length() - 2);
/haiku-fatelf/src/add-ons/print/transports/hp_jetdirect/
H A DHPJetDirectTransport.cpp33 || address.Length() == 0) {
/haiku-fatelf/src/bin/
H A Dclockconfig.cpp75 timeZoneID.Length());
H A Dreindex.cpp48 size_t Length() const { return fLength; } function in class:Attribute
222 attrName, attr->Length());
258 attr->Name(), attr->Length());
/haiku-fatelf/src/kits/interface/textview_support/
H A DInlineInput.cpp78 BTextView::InlineInput::Length() const function in class:BTextView::InlineInput
/haiku-fatelf/src/kits/network/libnetapi/
H A DHttpTime.cpp78 if (fDateString.Length() < 4)
/haiku-fatelf/src/kits/tracker/
H A DRecentItems.cpp401 fTypeCount, fAppSig.Length() ? fAppSig.String() : NULL);
404 fType.Length() ? fType.String() : NULL,
405 fAppSig.Length() ? fAppSig.String() : NULL);
465 fAppSig.Length() ? fAppSig.String() : NULL);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A Dbfs.h32 uint16 Length() const { return BFS_ENDIAN_TO_HOST_INT16(length); } function in struct:block_run
314 && Start() + Length() == run.Start()
315 && (uint32)Length() + run.Length() <= MAX_BLOCK_RUN_LENGTH;
H A DJournal.cpp36 uint32 Length() const { return fLength; } function in class:LogEntry
123 fLogSize(volume->Log().Length()),
204 run.Start(), run.Length(), blockNumber));
207 for (int32 i = 0; i < run.Length(); i++) {
304 journal->fUsed -= logEntry->Length();
/haiku-fatelf/src/tests/servers/app/benchmark/
H A DStringTest.cpp53 string.Remove(string.Length() - 1, 1);
55 fGlyphsPerLine = 60; //string.Length();
/haiku-fatelf/src/apps/debugger/value/value_nodes/
H A DCStringValueNode.cpp91 piece.size = valueData.Length();
/haiku-fatelf/src/servers/print/
H A DSettings.h25 bool UsesDefaultPrinter() const { return fMimeType.Length() == 0; }
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddswload.c544 Status = AcpiExCreateRegion (Op->Named.Data, Op->Named.Length,
554 Status = AcpiExCreateRegion (Op->Named.Data, Op->Named.Length,
611 Op->Named.Length, WalkState);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsutils.c176 * Count - Length of list
286 * PARAMETERS: TotalLength - Length of the AML descriptor, including
310 /* Length is the total descriptor length minus the header length */
315 /* Length is stored differently for large and small descriptors */
343 * TotalLength - Length of the AML descriptor, including
368 /* Set the Resource Length */
416 * PARAMETERS: ResourceLength - Length field of the descriptor
424 * RETURN: Length of the string plus NULL terminator, rounded up to native
895 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
916 Args[0]->Buffer.Length
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutclib.c244 * RETURN: Length
255 UINT32 Length = 0; local
262 Length++;
266 return (Length);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacobject.h204 UINT32 Length;
276 UINT32 Length; member in struct:acpi_object_region
358 UINT8 Length; member in struct:acpi_object_processor
389 UINT32 BitLength; /* Length of field in bits */\
H A Dactbl1.h180 UINT8 Length; member in struct:acpi_subtable_header
210 UINT32 RegionLength; /* Length of the boot error region */
222 UINT32 RawDataLength; /* Length of raw error data */
223 UINT32 DataLength; /* Length of generic error data */
373 UINT32 Length; member in struct:acpi_einj_vendor
622 UINT8 Length; member in struct:acpi_hest_notify
1077 UINT8 Length; member in struct:acpi_msct_proximity
1175 UINT64 Length; member in struct:acpi_srat_mem_affinity
/haiku-fatelf/src/bin/iasl/
H A Dosunixxf.c273 * Length - Size of area
284 ACPI_SIZE Length)
296 * Length - Size of area
307 ACPI_SIZE Length)
487 * DESCRIPTION: Delete a previously created mapping. Where and Length must
894 * Length - Address length
896 * RETURN: AE_OK if Address/Length is valid for the SpaceId. Otherwise,
908 ACPI_SIZE Length)
282 AcpiOsReadable( void *Pointer, ACPI_SIZE Length) argument
305 AcpiOsWritable( void *Pointer, ACPI_SIZE Length) argument
905 AcpiOsValidateAddress( UINT8 SpaceId, ACPI_PHYSICAL_ADDRESS Address, ACPI_SIZE Length) argument
/haiku-fatelf/src/kits/shared/
H A DCommandPipe.cpp315 int lineLength = line.Length();
316 int resultLength = fResult.Length();
318 if (fResult.Length() != lineLength + resultLength)
/haiku-fatelf/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-fatelf/src/apps/stylededit/
H A DStatusView.cpp148 if (fCellText[i].Length() == 0)
202 if (fEncoding.Length() == 0
239 if (fCellText[i].Length() == 0) {
/haiku-fatelf/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp346 spaceIndex = name.Length();
356 } while (startIndex < name.Length());
426 = std::max(longestCommandName, entry->Name().Length());
/haiku-fatelf/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-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/common/
H A Ddmrestag.c161 UINT32 Length,
641 (ByteIndex < (Node->Value + Node->Length)))
1091 UINT32 Length,
1122 Node->Length = Length;
1089 AcpiDmAddResourceToNamespace( UINT8 *Aml, UINT32 Length, UINT32 Offset, UINT8 ResourceIndex, void *Context) argument
/haiku-fatelf/src/apps/debugger/files/
H A DFileManager.cpp36 directory(directory.Length() > 0 ? directory.String() : NULL),
131 if (directoryPath.Length() == 0 || relativePath[0] == '/')
259 int32 pathLength = locatedEntryPath.Length();
344 if (directoryPath.Length() > 0) {
395 char* buffer = normalizedPath.LockBuffer(path.Length());
435 if (outIndex == path.Length()) {
455 if (lastSlash < 0 || path.Length() == 1) {

Completed in 151 milliseconds

1234567891011>>