Searched refs:Entry (Results 151 - 175 of 575) sorted by path

1234567891011>>

/haiku/src/apps/resedit/
H A DResView.h11 #include <Entry.h>
H A DResourceRoster.cpp13 #include <Entry.h>
/haiku/src/apps/serialconnect/
H A DSerialApp.cpp13 #include <Entry.h>
/haiku/src/apps/showimage/
H A DImageCache.h13 #include <Entry.h>
H A DImageFileNavigator.cpp27 #include <Entry.h>
200 specifier.AddString("property", "Entry");
H A DImageFileNavigator.h19 #include <Entry.h>
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp172 item->Entry().Remove(); // delete temp file
770 if ((! pItem) || (pItem->Entry().InitCheck() != B_OK))
775 pItem->Entry().GetName(filename);
778 pItem->Entry().GetRef(&ref);
802 BEntry& oldEntry = pItem->Entry();
1061 BEntry& entry = item->Entry();
H A DRecorderWindow.h13 #include <Entry.h>
H A DSoundListView.cpp9 #include <Entry.h>
H A DSoundListView.h30 BEntry & Entry() { return fEntry; } function in class:SoundListItem
/haiku/src/apps/stylededit/
H A DStatusView.h13 #include <Entry.h>
/haiku/src/apps/text_search/
H A DChangesIterator.cpp64 const PathMap::Entry& entry = iterator.Next();
135 const PathMap::Entry& entry = iterator.Next();
H A DGrepApp.cpp10 #include <Entry.h>
H A DGrepListView.h8 #include <Entry.h>
H A DModel.cpp15 #include <Entry.h>
/haiku/src/apps/tv/
H A DController.h28 #include <Entry.h>
H A DMainApp.cpp26 #include <Entry.h>
/haiku/src/apps/webpositive/
H A DBrowsingHistory.cpp13 #include <Entry.h>
H A DCredentialsStorage.cpp13 #include <Entry.h>
226 const CredentialMap::Entry& entry = iterator.Next();
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp20 #include <Entry.h>
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp13 #include <Entry.h>
H A DHashtable.cpp45 if (!(fTable = (struct Entry **)malloc(capacity * sizeof(void *))))
61 struct Entry **table = fTable;
65 struct Entry *entry,*next;
103 Entry *entry = GetHashEntry(key);
111 Entry *entry = GetHashEntry(key);
124 fTable[index] = new Entry(fTable[index], key, value);
133 Entry **table,*entry,*prev;
201 Entry *entry, *next;
245 struct Entry **oldTable = fTable,**newtable;
250 if (!(newtable = (struct Entry **)mallo
[all...]
H A DHashtable.h40 class Entry class in class:Hashtable
43 Entry(Entry *_next, const void *_key, void *_value) function in class:Hashtable::Entry
46 Entry *next;
52 Entry *GetHashEntry(const void *key);
56 Entry **fTable;
61 Entry *fIteratorEntry;
/haiku/src/bin/desklink/
H A DDeskButton.h14 #include <Entry.h>
/haiku/src/bin/keymap/
H A DKeymap.cpp19 #include <Entry.h>

Completed in 123 milliseconds

1234567891011>>