Searched refs:Entry (Results 101 - 125 of 575) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp25 #include <Entry.h>
/haiku/src/preferences/input/
H A DInputTouchpadPref.cpp12 #include <Entry.h>
/haiku/src/apps/musiccollection/
H A DFileMonitor.h15 #include <Entry.h>
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndexImpl.cpp10 #include "Entry.h"
167 virtual Entry *GetCurrent();
168 virtual Entry *GetCurrent(uint8 *buffer, size_t *keyLength);
177 virtual void EntryRemoved(Entry *entry);
369 Entry *
376 Entry *
379 Entry *entry = GetCurrent();
499 AttributeIndexImpl::Iterator::EntryRemoved(Entry */*entry*/)
/haiku/src/servers/input/
H A DInputServer.cpp25 #include <Entry.h>
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp10 #include <Entry.h>
/haiku/src/preferences/time/
H A DDateTimeView.cpp25 #include <Entry.h>
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp22 #include <Entry.h>
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp59 class Entry : public DoublyLinkedListLinkImpl<Entry> { class in namespace:TarFS
61 Entry(const char* name);
62 virtual ~Entry() {}
74 typedef DoublyLinkedList<TarFS::Entry> EntryList;
78 class File : public ::Node, public Entry {
103 class Directory : public ::Directory, public Entry {
114 virtual TarFS::Entry* LookupEntry(const char* name);
140 class Symlink : public ::Node, public Entry {
241 TarFS::Entry function in class:TarFS::Entry
[all...]
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.cpp13 #include <Entry.h>
/haiku/src/apps/terminal/
H A DShell.cpp36 #include <Entry.h>
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp23 #include <Entry.h>
/haiku/src/apps/diskusage/
H A DApp.cpp15 #include <Entry.h>
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp25 #include <Entry.h>
/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.cpp11 #include <Entry.h>
/haiku/src/system/libroot/os/
H A Dimage.cpp127 fEntries = new(std::nothrow) Entry[entryCount];
182 struct Entry { struct in struct:EnvironmentFilter
186 bool operator<(const Entry& other) const
194 Entry* fEntries;
/haiku/src/system/boot/loader/file_systems/packagefs/
H A DPackageSettingsItem.cpp32 Entry* entry = fEntries.Clear(true);
34 Entry* next = entry->HashNext();
103 PackageSettingsItem::AddEntry(Entry* entry)
110 PackageSettingsItem::AddEntry(const char* path, Entry*& _entry)
112 Entry* parent = NULL;
127 Entry* entry = FindEntry(parent, name, nameLength);
129 entry = new(std::nothrow) Entry(parent);
149 PackageSettingsItem::Entry*
150 PackageSettingsItem::FindEntry(Entry* parent, const char* name) const
156 PackageSettingsItem::Entry*
[all...]
/haiku/src/kits/package/manager/
H A DRepositoryBuilder.cpp16 #include <Entry.h>
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp24 #include <Entry.h>
253 // #pragma mark - Entry
256 struct PackageWriterImpl::Entry : DoublyLinkedListLinkImpl<Entry> { struct in class:BPackageKit::BHPKG::BPrivate::PackageWriterImpl
257 Entry(char* name, size_t nameLength, int fd, bool isImplicit) function in struct:BPackageKit::BHPKG::BPrivate::PackageWriterImpl::Entry
266 ~Entry()
272 static Entry* Create(const char* name, size_t nameLength, int fd,
281 Entry* entry = new(std::nothrow) Entry(clonedName, nameLength, fd,
322 void AddChild(Entry* chil
[all...]
/haiku/src/bin/
H A Dramdisk.cpp15 #include <Entry.h>
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageSettings.cpp36 Entry* entry = fEntries.Clear(true);
38 Entry* next = entry->HashNext();
76 PackageSettingsItem::AddEntry(Entry* entry)
83 PackageSettingsItem::AddEntry(const char* path, Entry*& _entry)
85 Entry* parent = NULL;
101 Entry* entry = FindEntry(parent, name);
103 entry = new(std::nothrow) Entry(parent, name);
121 PackageSettingsItem::Entry*
122 PackageSettingsItem::FindEntry(Entry* parent, const String& name) const
128 PackageSettingsItem::Entry*
[all...]
/haiku/src/apps/screenshot/
H A DUtility.cpp22 #include <Entry.h>
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp12 #include <Entry.h>
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.cpp23 typedef ::Node Entry; typedef in struct:Query::QueryPolicy
49 // Entry interface
51 static ino_t EntryGetParentID(Entry* entry)
56 static Node* EntryGetNode(Entry* entry)
61 static ino_t EntryGetNodeID(Entry* entry)
66 static ssize_t EntryGetName(Entry* entry, void* buffer, size_t bufferSize)
77 static const char* EntryGetNameNoCopy(Entry* entry, void* buffer,
146 void* value, size_t* _valueLength, size_t bufferSize, Entry** _entry)
204 static Entry* NodeGetFirstReferrer(Node* node)
209 static Entry* NodeGetNextReferre
[all...]
/haiku/src/kits/tracker/
H A DEntryIterator.cpp37 #include <Entry.h>

Completed in 301 milliseconds

1234567891011>>