Searched refs:Entries (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/apps/debugger/files/
H A DLocatableDirectory.h29 const LocatableEntryList& Entries() const { return fEntries; } function in class:LocatableDirectory
H A DFileManager.cpp271 = directory->Entries().GetIterator();
/haiku-fatelf/src/system/kernel/debug/
H A Dtracing.cpp93 inline uint32 Entries() const;
213 TracingMetaData::Entries() const function in class:TracingMetaData
1232 if (fIndex == (int32)sTracingMetaData->Entries() + 1)
1251 if (index <= 0 || index > (int32)sTracingMetaData->Entries()) {
1252 fIndex = (index <= 0 ? 0 : sTracingMetaData->Entries() + 1);
1268 if ((int32)sTracingMetaData->Entries() + 1 - fIndex < distance) {
1269 distance = sTracingMetaData->Entries() + 1 - fIndex;
1272 fIndex = sTracingMetaData->Entries() + 1;
1328 // Note: start and index are Pascal-like indices (i.e. in [1, Entries()]).
1369 || sTracingMetaData->Entries() !
[all...]
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dvc-list-files99 if (f ~ /CVS\/Entries$/) \
103 `find "$dir" -name Entries -print` /dev/null' $postprocess
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/common/
H A Ddmtbdump.c277 UINT32 Entries; local
289 Entries = (Table->Length - sizeof (ACPI_TABLE_HEADER)) / sizeof (UINT32);
291 for (i = 0; i < Entries; i++)
317 UINT32 Entries; local
329 Entries = (Table->Length - sizeof (ACPI_TABLE_HEADER)) / sizeof (UINT64);
331 for (i = 0; i < Entries; i++)
H A Ddmtbinfo.c941 {ACPI_DMT_UINT32, ACPI_EINJ_OFFSET (Entries), "Injection Entry Count", 0},
970 {ACPI_DMT_UINT32, ACPI_ERST_OFFSET (Entries), "Instruction Entry Count", 0},
2107 {ACPI_DMT_UINT32, ACPI_WDAT_OFFSET (Entries), "Watchdog Entry Count", 0},
2111 /* WDAT Subtables - Watchdog Instruction Entries */
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl1.h312 UINT32 Entries; member in struct:acpi_table_einj
317 /* EINJ Injection Instruction Entries (actions) */
434 UINT32 Entries; member in struct:acpi_table_erst
439 /* ERST Serialization Entries (actions) */
H A Dactbl2.h863 * Device Entries for IVHD subtable, appear after ACPI_IVRS_HARDWARE structure.
1279 UINT32 Entries; /* Number of watchdog entries that follow */ member in struct:acpi_table_wdat
1289 /* WDAT Instruction Entries (actions) */
/haiku-fatelf/src/libs/print/libgutenprint/
H A DMakefile.am54 # rebuilt if any of the CVS/Entries files have changed since the change log
59 for f in `find . -name Entries -print | grep CVS` ; do \
/haiku-fatelf/src/bin/coreutils/
H A Dbootstrap615 grep -F "/$file/" $dir/CVS/Entries 2>/dev/null |
/haiku-fatelf/src/bin/gdb/readline/doc/
H A Dtexi2html4034 my $Entries = GetIndexEntries($index_properties->{$prefix}->{from},
4036 return unless %$Entries;
4045 for $key (sort keys %$Entries)
4047 print FHIDX "$key\t$Entries->{$key}->{href}\n";
4051 my $Pages = GetIndexPages($Entries);
/haiku-fatelf/src/bin/bash/support/
H A Dtexi2html4033 my $Entries = GetIndexEntries($index_properties->{$prefix}->{from},
4035 return unless %$Entries;
4044 for $key (sort keys %$Entries)
4046 print FHIDX "$key\t$Entries->{$key}->{href}\n";
4050 my $Pages = GetIndexPages($Entries);

Completed in 216 milliseconds