Searched refs:Remove (Results 276 - 300 of 502) sorted by relevance

<<11121314151617181920>>

/haiku/headers/private/userlandfs/shared/
H A DVector.h47 int32 Remove(const Value &value);
335 // Remove
342 _VECTOR_CLASS_NAME::Remove(const Value &value) function in class:_VECTOR_CLASS_NAME
/haiku/src/system/kernel/util/
H A DAVLTreeBase.cpp217 AVLTreeBase::Remove(const void* key) function in class:AVLTreeBase
242 AVLTreeBase::Remove(AVLTreeNode* node) function in class:AVLTreeBase
/haiku/src/system/boot/loader/
H A Dheap.cpp482 sFreeChunkTree.Remove(chunk);
603 sFreeChunkTree.Remove(chunk);
/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp321 result.Remove(0, 1);
750 BHttpForm::Iterator::Remove() function in class:BHttpForm::Iterator
/haiku/src/system/kernel/
H A Dimage.cpp143 sImageTable->Remove(image);
221 sImageTable->Remove(image);
H A Dsyscalls.cpp280 sGenericSyscalls.Remove(previous);
316 sGenericSyscalls.Remove(syscall);
/haiku/src/kits/locale/
H A DLocaleRoster.cpp591 context.Remove(0, first + 1);
592 string.Remove(0, last + 1);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp537 if (!fEndpointHash.Remove(endpoint))
540 fConnectionHash.Remove(endpoint);
/haiku/headers/private/kernel/util/
H A DVectorMap.h84 int32 Remove(const Key &key);
363 // Remove
371 _VECTOR_MAP_CLASS_NAME::Remove(const Key &key) function in class:_VECTOR_MAP_CLASS_NAME
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp184 fNodes->Remove(fRootNode->GetID());
370 // Remove all nodes that are not known to the VFS right away.
383 fNodes->Remove(node->GetID());
533 fNodes->Remove(node->GetID());
2368 fLocalNodeIDs->Remove(remoteID);
2409 fRemoteNodeIDs->Remove(localID);
2410 fLocalNodeIDs->Remove(remoteID);
2549 // should refer to. Remove the old entry and create a new one.
2625 fEntries->Remove(EntryKey(entry->GetDirectory()->GetID(),
2760 iteratorList->Remove(iterato
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp58 class Remove : public AbstractTraceEntry { class in namespace:BFSInodeTracing
60 Remove(Inode* inode, const char* name) function in class:BFSInodeTracing::Remove
71 out.Print("bfs:Remove %lld (%p), \"%s\"", fID, fInode, fName);
482 fVolume->RemovedInodes().Remove(this);
551 fIterators.Remove(iterator);
579 // Remove the first one large enough to free the needed amount of
608 || attributes->Remove(transaction, name) < B_OK) {
1014 if ((status = attributes->Remove(transaction, name)) < B_OK)
2521 Inode::Remove(Transaction& transaction, const char* name, ino_t* _id, function in class:Inode
2542 return fTree->Remove(transactio
[all...]
/haiku/src/kits/tracker/
H A DFSUtils.cpp788 undo.Remove();
799 undo.Remove();
812 undo.Remove();
1076 undo.Remove();
1295 ThrowOnError(conflictingEntry.Remove());
1476 destEntry.Remove();
1532 // File no good. Remove and quit.
1537 destEntry.Remove();
1644 ThrowOnError(existingEntry.Remove());
1723 entry.Remove();
[all...]
/haiku/src/add-ons/print/transports/usb_port/
H A DUSBTransport.cpp187 fPrinters.Remove(entry.key);
/haiku/src/apps/installer/
H A DUnzipEngine.cpp216 descriptionEntry.Remove();
/haiku/src/system/boot/loader/net/
H A DIP.cpp182 return (service && fServices.Remove(service) >= 0);
/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_attribute_iterator_test.cpp199 puts("--------- Remove Tests ----------");
313 entry.Remove();
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDParser.cpp199 fStack.Remove(Top());
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.h61 status_t Remove(const char* name, FileType type,
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp291 fDeviceEndpointsMap.Remove(path);
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp484 void Remove(int32 index) function in struct:MonitoringInfoSet
627 FATAL_IF_ERROR(entry.Remove(),
699 infos.Remove(i);
760 FATAL_IF_ERROR(entry.Remove(), "Failed to remove entry \"%s\"",
/haiku/headers/private/shared/
H A DRangeArray.h237 return fRanges.Remove(index, count);
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkDirectory.cpp140 fPackages.Remove(package);
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp217 void Remove(const Value &value) function in class:TestSet
222 CHK(fMySet.Remove(value) == oldCount - newCount);
579 v.Remove(value);
580 v.Remove(value);
H A DVectorTest.cpp264 void Remove(const Value &value) function in class:TestVector
275 CHK(fMyVector.Remove(value) == oldCount - newCount);
727 v.Remove(value);
728 v.Remove(value);
/haiku/headers/private/kernel/
H A DUserTimer.h205 { fTimers.Remove(timer); }

Completed in 140 milliseconds

<<11121314151617181920>>