Searched refs:Entry (Results 126 - 150 of 575) sorted by relevance

1234567891011>>

/haiku/src/kits/media/
H A DBufferCache.cpp33 BufferMap::Entry entry = iterator.Next();
82 BufferMap::Entry entry = iterator.Next();
/haiku/src/system/libnetwork/netresolv/net/
H A Dnsparser.y79 : Entry
80 | Lines Entry
83 Entry
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.h163 DIEInheritance* Entry() const function in class:DwarfInheritance
183 DIEMember* Entry() const function in class:DwarfDataMember
202 DIEEnumerator* Entry() const function in class:DwarfEnumeratorValue
238 DIEFormalParameter* Entry() const function in class:DwarfFunctionParameter
278 DIEBaseType* Entry() const function in class:DwarfPrimitiveType
314 DIECompoundType* Entry() const function in class:DwarfCompoundType
367 DIEArrayType* Entry() const function in class:DwarfArrayType
392 DIEModifiedType* Entry() const function in class:DwarfModifiedType
413 DIETypedef* Entry() const function in class:DwarfTypedefType
436 DIEAddressingType* Entry() cons function in class:DwarfAddressType
464 DIEEnumerationType* Entry() const function in class:DwarfEnumerationType
493 DIESubrangeType* Entry() const function in class:DwarfSubrangeType
515 DIEUnspecifiedType* Entry() const function in struct:DwarfUnspecifiedType
546 DIESubroutineType* Entry() const function in class:DwarfFunctionType
575 DIEPointerToMemberType* Entry() const function in class:DwarfPointerToMemberType
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp10 #include <Entry.h>
20 #include "Entry.h"
493 while (Entry* entry = directory->GetFirstEntry()) {
500 while (Entry* entry = node->GetFirstReferringEntry())
579 Entry* parentEntry;
633 VolumeManager::AddEntry(Entry* entry)
659 VolumeManager::RemoveEntry(Entry* entry)
679 VolumeManager::DeleteEntry(Entry* entry, bool keepNode)
699 Entry*
708 Entry*
[all...]
H A DNodeHandle.h16 class Entry;
79 virtual Entry* NextEntry() = 0;
86 virtual Entry* GetCurrentEntry() const = 0;
H A DClientVolume.cpp13 #include "Entry.h"
327 Entry*
333 Entry* entry = volumeManager->GetEntry(volumeID, dirID, name);
345 Entry*
357 Entry** _entry)
365 Entry* entry;
381 ClientVolume::LoadEntry(Directory* directory, const char* name, Entry** entry)
/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/headers/private/shared/
H A DHashMap.h68 class Entry { class in class:BPrivate::HashMap
70 Entry() {} function in class:BPrivate::HashMap::Entry
71 Entry(const Key& key, Value value) : key(key), value(value) {} function in class:BPrivate::HashMap::Entry
94 Entry Next()
98 return Entry();
100 return Entry(fElement->fKey, fElement->fValue);
162 typedef typename HashMap<Key, Value>::Entry Entry; typedef in class:BPrivate::SynchronizedHashMap
H A DOpenWithTracker.h9 #include <Entry.h>
/haiku/src/bin/pkgman/
H A Dcommand_list_repos.cpp13 #include <Entry.h>
97 repoConfig.Entry().GetPath(&path);
/haiku/headers/private/file_systems/
H A DQueryParser.h123 typedef typename QueryPolicy::Entry Entry; typedef in class:QueryParser::Query
142 void LiveUpdate(Entry* entry, Node* node,
146 void LiveUpdateRenameMove(Entry* entry, Node* node,
159 void _SendEntryNotification(Entry* entry,
183 typedef typename QueryPolicy::Entry Entry; typedef in class:QueryParser::Term
199 virtual status_t Match(Entry* entry, Node* node,
235 typedef typename QueryPolicy::Entry Entry; typedef in class:QueryParser::Equation
298 typedef typename QueryPolicy::Entry Entry; typedef in class:QueryParser::Operator
341 typedef typename QueryPolicy::Entry Entry; typedef in class:QueryParser::Expression
[all...]
/haiku/headers/os/storage/
H A DResourceStrings.h9 #include <Entry.h>
/haiku/headers/private/print/
H A DPrintAddOnServer.h13 #include <Entry.h>
H A DPrinter.h13 #include <Entry.h>
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.h38 #include <Entry.h>
/haiku/src/apps/cortex/RouteApp/
H A DLiveNodeIO.h69 #include <Entry.h>
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.h39 //#include <storage/Entry.h>
41 #include <Entry.h>
/haiku/src/apps/debuganalyzer/util/
H A DDataSource.h8 #include <Entry.h>
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.h9 #include <Entry.h>
/haiku/src/apps/resedit/
H A DResView.h11 #include <Entry.h>
/haiku/src/apps/soundrecorder/
H A DSoundListView.cpp9 #include <Entry.h>
/haiku/src/servers/media/
H A DMediaFilesManager.h11 #include <Entry.h>
/haiku/src/tests/kits/app/common/
H A DAppRunner.h9 #include <Entry.h>
/haiku/src/tests/servers/app/code_to_name/
H A Dcode_to_name.cpp10 #include <Entry.h>
/haiku/src/tests/system/kernel/
H A Dnode_monitor_test.cpp10 #include <Entry.h>
50 fprintf(stderr, "Entry does not exist: %s\n", args[i]);

Completed in 167 milliseconds

1234567891011>>