Searched refs:Remove (Results 126 - 150 of 502) sorted by relevance

1234567891011>>

/haiku/src/tests/kits/app/bapplication/
H A DAppQuitTester.cpp137 // Remove the error message, as it contains the team ID, which we don't
144 buffer.Remove(errorIndex, errorEnd - errorIndex + 1);
/haiku/src/tests/servers/app/benchmark/
H A DStringTest.cpp53 string.Remove(string.Length() - 1, 1);
/haiku/src/apps/terminal/
H A DTitlePlaceholderMapper.cpp46 directory.Remove(0, index + 1);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp234 iterators->Remove(iterator);
250 fAttributes.Remove(attribute);
364 it.Remove();
380 fAttributes.Remove(attribute);
H A DShareNode.cpp148 fReferringEntries.Remove(entry);
478 fEntries.Remove(entry);
516 fIterators.Remove(iterator);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DUserlandFS.cpp169 fFileSystems->Remove(name);
/haiku/src/apps/text_search/
H A DChangesIterator.cpp104 fPathMap.Remove(key);
/haiku/src/preferences/printers/
H A DPrinterListView.h83 bool Remove(BListView* view);
/haiku/src/apps/haikudepot/textview/
H A DTextEditor.h63 virtual status_t Remove(int32 offset, int32 length);
/haiku/src/kits/debugger/model/
H A DExpressionInfo.cpp159 fListeners.Remove(listener);
/haiku/src/kits/media/
H A DBufferCache.cpp96 fMap.Remove(iterator);
/haiku/src/kits/package/
H A DActivateRepositoryConfigJob.cpp94 fTargetEntry.Remove();
/haiku/src/servers/app/
H A DClientMemoryAllocator.cpp100 fFreeBlocks.Remove(best);
158 fFreeBlocks.Remove(after);
181 fFreeBlocks.Remove(freeBlock);
184 fChunks.Remove(chunk);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNode.cpp93 fAttributes.Remove(attribute);
/haiku/src/system/kernel/fs/
H A DEntryCache.h95 status_t Remove(ino_t dirID, const char* name);
H A DEntryCache.cpp148 EntryCache::Remove(ino_t dirID, const char* name) function in class:EntryCache
158 fEntries.Remove(entry);
268 fEntries.Remove(otherEntry);
/haiku/headers/private/fs_shell/
H A DSinglyLinkedList.h151 inline void Remove(Element* element);
188 // Remove
191 SINGLY_LINKED_LIST_CLASS_NAME::Remove(Element* element) function in class:FSShell::SINGLY_LINKED_LIST_CLASS_NAME
232 Remove(element);
/haiku/src/bin/debug/profile/
H A DThread.cpp169 it.Remove();
285 it.Remove();
297 it.Remove();
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.cpp220 it.Remove();
236 fAttributes.Remove(attribute);
272 it.Remove();
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.cpp172 fNameCache.Remove(previous, current);
188 fDirectoryCache->fEntries.Remove(previous, current);
313 oldSnapshot->fEntries.Remove(prev, oldCurrent);
/haiku/src/kits/debugger/debug_info/
H A DGlobalTypeLookup.cpp221 fTypesByID->Remove(typeEntry);
224 fTypesByName->Remove(typeEntry);
243 fTypesByName->Remove(typeEntry);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.cpp163 it.Remove();
189 fNodes->Remove(node, node);
233 fIterators->Remove(iterator);
H A DLastModifiedIndex.cpp164 it.Remove();
190 fNodes->Remove(node, node);
234 fIterators->Remove(iterator);
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h74 void Remove(const AddressType &address) function in class:AddressSet
80 fAddresses.Remove(container);
94 Remove(fAddresses.Head()->address);
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h77 void Remove(const AddressType &address) function in class:AddressSet
83 fAddresses.Remove(container);
97 Remove(fAddresses.Head()->address);

Completed in 125 milliseconds

1234567891011>>