Searched refs:Lookup (Results 151 - 169 of 169) sorted by last modified time

1234567

/haiku/src/bin/package/
H A Dcommand_extract.cpp253 return fChildren.Lookup(name);
/haiku/src/kits/package/
H A DPackageInfoSet.cpp128 if (PackageInfo* oldInfo = Lookup(info->Name())) {
/haiku/src/system/kernel/debug/
H A DBreakpointManager.cpp109 InstalledBreakpoint* installed = fBreakpoints.Lookup(address);
151 InstalledBreakpoint* installed = fBreakpoints.Lookup(address);
433 InstalledBreakpoint* installed = fBreakpoints.Lookup(address);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.cpp294 BlockInfo* info = fBlockInfos.Lookup(blockIndex);
334 BlockInfo* info = fBlockInfos.Lookup(blockIndex);
/haiku/src/tests/system/kernel/slab/
H A DSlab.h370 return fHashTable.Lookup(object);
467 Link *link = fHashTable.Lookup(it);
/haiku/src/system/kernel/slab/
H A DHashedObjectCache.cpp162 HashedSlab* slab = hash_table.Lookup(::lower_boundary(object, slab_size));
/haiku/src/apps/debuganalyzer/gui/
H A DSubWindowManager.cpp40 if (fSubWindows.Lookup(*window->GetSubWindowKey()) != NULL)
61 return fSubWindows.Lookup(key);
/haiku/src/apps/debuganalyzer/model/
H A DModel.h1517 return fThreadStates.Lookup(threadID);
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewStateHistory.cpp145 StateEntry* stateEntry = fStates->Lookup(Key(threadID, functionID));
151 StateEntry* stateEntry = fStates->Lookup(Key(-1, functionID));
159 StateEntry* stateEntry = fStates->Lookup(Key(-1, functionID));
169 StateEntry* defaultEntry = fStates->Lookup(Key(-1, functionID));
184 threadEntry = fStates->Lookup(Key(threadID, functionID));
/haiku/src/apps/mail/
H A DWIndex.h73 int32 Lookup(int32 key);
/haiku/src/bin/debug/profile/
H A DSummaryProfileResult.cpp105 SummaryImage* summaryImage = fImages.Lookup(image);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTree.h120 status_t Lookup(const char* name,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp88 // Lookup
90 Volume::Lookup(void* dir, const char* entryName, ino_t* vnid) function in class:Volume
116 error = Lookup(node, "..", &parentID);
123 // Lookup() has already called get_vnode() for us, so we need to put it once
H A DVolume.h45 virtual status_t Lookup(void* dir, const char* entryName,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.h34 virtual status_t Lookup(void* dir, const char* entryName,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.h56 virtual status_t Lookup(void* dir, const char* entryName,
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.cpp167 state = fStates.Lookup(std::make_pair(&groupAddress, interface->index));
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddressManager.h68 UnixEndpoint* Lookup(const UnixAddress& address) const function in class:UnixAddressManager
70 return fBoundEndpoints.Lookup(address);
95 if (Lookup(address) == NULL)
/haiku/headers/private/kernel/util/
H A DMultiHashTable.h106 ValueIterator Lookup(const KeyType &key) const function in class:MultiHashTable

Completed in 793 milliseconds

1234567