Searched refs:Entry (Results 226 - 250 of 575) sorted by last modified time

1234567891011>>

/haiku/src/apps/installer/
H A DPackageViews.h13 #include <Entry.h>
/haiku/src/apps/cortex/RouteApp/
H A DDormantNodeIO.h47 #include <Entry.h>
H A DConnectionIO.h48 #include <Entry.h>
/haiku/src/kits/media/
H A DBufferCache.cpp33 BufferMap::Entry entry = iterator.Next();
82 BufferMap::Entry entry = iterator.Next();
/haiku/src/tests/kits/storage/
H A DFileTest.cpp4 #include <Entry.h>
H A DPathTest.cpp8 #include <Entry.h>
/haiku/src/bin/
H A Dresattr.cpp7 #include <Entry.h>
/haiku/src/tests/system/kernel/util/
H A DBOpenHashTableTest.cpp15 class Entry { class in namespace:__anon1
17 Entry(uint32_t value) function in class:__anon1::Entry
29 Entry* Next() const
36 Entry *fNext;
45 typedef Entry ValueType;
52 size_t Hash(Entry* entry) const
57 bool Compare(const KeyType& key, Entry* entry) const
62 Entry*& GetLink(Entry* entry) const
130 Entry entr
[all...]
/haiku/src/kits/support/
H A DArchivable.cpp27 #include <Entry.h>
/haiku/src/kits/storage/
H A DPath.cpp17 #include <Entry.h>
/haiku/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp36 static int32 Entry(void*);
178 tid = spawn_thread(Entry,"rendering thread", B_URGENT_DISPLAY_PRIORITY,this);
275 NWindowScreen::Entry(void* p) function in class:NWindowScreen
/haiku/src/servers/media/
H A DNodeManager.cpp36 #include <Entry.h>
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp30 #include <Entry.h>
/haiku/src/preferences/sounds/
H A DHEventList.cpp15 #include <Entry.h>
/haiku/src/kits/locale/
H A DHashMapCatalog.cpp277 CatMap::Entry entry;
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.h31 #include "Entry.h"
41 class Entry;
78 inline EntryListenerValue(EntryListener *listener, Entry *entry,
86 Entry *entry;
129 status_t EntryAdded(ino_t id, Entry *entry);
130 status_t EntryRemoved(ino_t id, Entry *entry);
131 status_t FindEntry(ino_t id, const char *name, Entry **entry);
132 status_t AddEntryListener(EntryListener *listener, Entry *entry,
134 status_t RemoveEntryListener(EntryListener *listener, Entry *entry);
151 void UpdateLiveQueries(Entry *entr
[all...]
H A DNode.h12 #include "Entry.h"
52 virtual status_t Link(Entry *entry);
53 virtual status_t Unlink(Entry *entry);
105 Entry *GetFirstReferrer() const;
106 Entry *GetLastReferrer() const;
107 Entry *GetPreviousReferrer(Entry *entry) const;
108 Entry *GetNextReferrer(Entry *entry) const;
133 DoublyLinkedList<Entry, GetNodeReferrerLin
[all...]
H A DEntry.h20 class Entry : public DoublyLinkedListLinkImpl<Entry> { class in inherits:DoublyLinkedListLinkImpl
22 Entry(const char *name, Node *node = NULL, Directory *parent = NULL);
23 ~Entry();
27 Entry*& HashLink() { return fHashLink; }
42 inline DoublyLinkedListLink<Entry> *GetReferrerLink()
55 Entry *fHashLink;
59 DoublyLinkedListLink<Entry> fReferrerLink;
67 typedef DoublyLinkedListLink<Entry> Link;
70 inline Link *operator()(Entry *entr
[all...]
H A DDirectoryEntryTable.h24 typedef Entry ValueType;
56 status_t AddEntry(Directory *node, Entry *child);
57 status_t AddEntry(ino_t, Entry *child);
58 status_t RemoveEntry(Directory *node, Entry *child);
59 status_t RemoveEntry(ino_t id, Entry *child);
61 Entry *GetEntry(ino_t id, const char *name);
94 DirectoryEntryTable::AddEntry(Directory *node, Entry *child)
104 DirectoryEntryTable::AddEntry(ino_t id, Entry *child)
116 DirectoryEntryTable::RemoveEntry(Directory *node, Entry *child)
126 DirectoryEntryTable::RemoveEntry(ino_t id, Entry *chil
[all...]
H A DAllocationInfo.cpp11 #include "Entry.h"
185 heapSize += fEntryCount * sizeof(Entry);
H A DSizeIndex.cpp8 #include "Entry.h"
83 virtual Entry *GetCurrent();
84 virtual Entry *GetCurrent(uint8 *buffer, size_t *keyLength);
92 virtual void EntryRemoved(Entry *entry);
253 Entry *
260 Entry *
263 Entry *entry = GetCurrent();
358 SizeIndex::Iterator::EntryRemoved(Entry */*entry*/)
H A DNameIndex.cpp9 #include "Entry.h"
18 NameIndexPrimaryKey(const Entry *entry,
24 const Entry *entry;
31 inline NameIndexPrimaryKey operator()(const Entry *a)
36 inline NameIndexPrimaryKey operator()(const Entry *a) const
59 typedef TwoKeyAVLTree<Entry*, NameIndexPrimaryKey, NameIndexPrimaryKeyCompare,
73 virtual Entry *GetCurrent();
74 virtual Entry *GetCurrent(uint8 *buffer, size_t *keyLength);
75 virtual Entry *GetPrevious();
76 virtual Entry *GetNex
[all...]
H A DNameIndex.h22 virtual status_t Changed(Entry *entry, const char *oldName);
25 virtual void EntryAdded(Entry *entry);
26 virtual void EntryRemoved(Entry *entry);
37 void _UpdateLiveQueries(Entry* entry, const char* oldName,
H A DLastModifiedIndex.cpp9 #include "Entry.h"
84 virtual Entry *GetCurrent();
85 virtual Entry *GetCurrent(uint8 *buffer, size_t *keyLength);
94 virtual void EntryRemoved(Entry *entry);
254 Entry *
261 Entry *
264 Entry *entry = GetCurrent();
360 LastModifiedIndex::Iterator::EntryRemoved(Entry */*entry*/)
/haiku/src/servers/registrar/
H A DRosterAppInfo.cpp13 #include <Entry.h>

Completed in 124 milliseconds

1234567891011>>