Searched refs:Entry (Results 1 - 25 of 575) sorted by last modified time

1234567891011>>

/haiku/src/kits/tracker/
H A DFSUtils.cpp58 #include <Entry.h>
H A DContainerWindow.cpp45 #include <Entry.h>
954 // use the Entry's full path
H A DUtilities.h46 #include <Entry.h>
H A DPoseViewScripting.cpp69 doo Tracker count Entry of Poses of Window test
70 doo Tracker get Entry of Poses of Window test
71 doo Tracker get Entry 2 of Poses of Window test
74 doo Tracker delete Entry 'test/6L6' of Poses of Window test
75 doo Tracker execute Entry 'test/6L6' of Poses of Window test
76 doo Tracker execute Entry 2 of Poses of Window test
104 "count Entry of ... # count entries in a PoseView",
113 "delete Entry {path|index} # deletes specified entries in a PoseView",
123 "get Entry [next|previous|index] # returns specified entries",
132 "execute Entry {pat
[all...]
/haiku/headers/private/kernel/util/
H A DVectorMap.h27 template<typename Entry, typename Parent, typename EntryIterator>
29 template<typename _Key, typename _Value, typename Entry, typename Parent>
45 Note that VectorMap::Entry is not the same class as EntryStrategy::Entry.
48 references to the entry's key/value. This allows EntryStrategy::Entry
56 typedef typename EntryStrategy::Entry _Entry;
62 Entry; typedef in class:VectorMap
65 typedef VectorMapIterator<Entry, Class, typename ElementVector::Iterator>
107 // friend class Entry;
119 template<typename KeyReference, typename _Value, typename Entry,
686 class Entry { class in class:VectorMapEntryStrategy::Pair
688 Entry(const Key &key, const Value &value) function in class:VectorMapEntryStrategy::Pair::Entry
734 typedef Value Entry; typedef in class:VectorMapEntryStrategy::ImplicitKey
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp51 #include "Entry.h"
477 Entry *entry = NULL;
521 Entry *entry = NULL;
574 Entry *entry = NULL;
597 Entry *clobberEntry = NULL;
1077 Entry *entry = NULL;
1204 Entry *entry = NULL;
/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp15 #include <Entry.h>
/haiku/src/preferences/appearance/
H A DAPRView.cpp21 #include <Entry.h>
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp33 #include <Entry.h>
H A DShowImageStatusView.cpp15 #include <Entry.h>
/haiku/src/kits/package/
H A DPackageInfo.cpp17 #include <Entry.h>
/haiku/src/preferences/filetypes/
H A DIconView.h10 #include <Entry.h>
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp61 TransactionIssueBuilder& SetPath1(const FSUtils::Entry& entry)
72 TransactionIssueBuilder& SetPath2(const FSUtils::Entry& entry)
351 FSUtils::Entry(fVolume->PackagesDirectoryRef(),
398 FSUtils::Entry(
488 FSUtils::Entry(fVolume->PackagesDirectoryRef(),
504 &fFSTransaction, FSUtils::Entry(adminDirectory, directoryName));
522 FSUtils::Entry(adminDirectory, directoryName),
580 _GetPath(FSUtils::Entry(entryRef), package->FileName()))
582 FSUtils::Entry(fOldStateDirectory),
661 _GetPath(FSUtils::Entry(entryRe
[all...]
H A DVolume.cpp20 #include <Entry.h>
/haiku/src/apps/haikudepot/model/
H A DModel.cpp19 #include <Entry.h>
/haiku/src/servers/app/font/
H A DAppFontManager.cpp20 #include <Entry.h>
H A DGlobalFontManager.cpp21 #include <Entry.h>
H A DGlyphLayoutEngine.h124 ASSERT(fallback->Entry() != NULL);
125 ASSERT(fallback->Entry() != fCacheEntry);
138 if (fallback->Entry() < fCacheEntry) {
156 inline FontCacheEntry* Entry() const function in class:FontCacheReference
271 entry = _cacheReference->Entry();
330 if (pCacheReference->Entry() == NULL)
380 FontCacheEntry* entry = cacheReference.Entry();
395 return entry->CreateGlyph(charCode, fallbackReference->Entry());
396 if (cacheReference.Entry() == NULL)
477 FontCacheEntry* fallbackEntry = fallbackReference->Entry();
[all...]
/haiku/src/bin/listusb/
H A Dlistusb.cpp10 #include <Entry.h>
/haiku/src/servers/registrar/
H A DRecentEntries.h33 #include <Entry.h>
H A DRecentEntries.cpp23 #include <Entry.h>
H A DRecentApps.cpp20 #include <Entry.h>
/haiku/src/apps/powerstatus/
H A DPowerStatus.cpp16 #include <Entry.h>
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp61 Entry* newEntries = (Entry*)realloc(fEntries,
62 newCapacity * sizeof(Entry));
108 const Entry& entry = fEntries[index];
129 struct Entry { struct in struct:FUSEVolume::DirEntryCache
136 Entry* fEntries;
/haiku/src/apps/haikudepot/util/
H A DStorageUtils.cpp16 #include <Entry.h>

Completed in 330 milliseconds

1234567891011>>