Searched refs:Remove (Results 1 - 25 of 502) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp46 BEntry(fPath.Path()).Remove();
635 return entry.Remove();
/haiku/src/servers/app/font/
H A DFontManager.cpp293 fDelistedStyleHashTable.Remove(FontKey(family->ID(), style->ID()));
356 fStyleHashTable.Remove(key);
/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...]
H A DContainerWindow.cpp1051 fBackgroundImage->Remove();
3517 // Remove old mime type menus
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1022 popUp->AddItem(new BMenuItem(B_TRANSLATE("Remove replicant"),
1708 beosCredits.Remove(0, beosOffset + 2);
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp124 sSocketList.Remove(this);
766 parent->pending_children.Remove(socket);
795 parent->connected_children.Remove(socket);
797 parent->pending_children.Remove(socket);
H A Dstack.cpp260 //parent->chains.Remove(this);
367 chains->Remove(chain);
374 chains->Remove(chain);
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_signal.cpp480 commandHeader.Remove();
H A Dl2cap.cpp244 bufferHeader.Remove();
275 connlessHeader.Remove();
H A DL2capEndpointManager.cpp60 fBoundEndpoints.Remove(endpoint);
106 fChannelEndpoints.Remove(endpoint);
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dacl.cpp61 aclHeader.Remove();
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp123 sConnectionList.Remove(conn);
152 sConnectionList.Remove(conn);
266 conn->fInUseIdents.Remove(ident);
/haiku/headers/private/net/
H A DNetBufferUtilities.h110 void Remove() function in class:NetBufferHeaderReader
112 Remove(sizeof(Type));
115 void Remove(size_t bytes) function in class:NetBufferHeaderReader
137 this->Remove();
/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/system/kernel/device_manager/
H A Ddevice_manager.cpp1495 fChildren.Remove(node);
2255 fAttributes.Remove(attr);
2262 fAttributes.Remove(attr);
2266 fDevices.Remove(device);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp685 status = inode.Remove(transaction, &path);
773 status = inode.Remove(transaction, &path);
H A DInode.cpp421 /* Remove inode_item
424 Inode::Remove(Transaction& transaction, BTree::Path* path) function in class:Inode
513 // Remove the "name" and unlink it with inode.
/haiku/src/system/kernel/fs/
H A Dvfs.cpp851 mount->vnodes.Remove(vnode);
1016 sVnodeTable->Remove(vnode);
1232 sVnodeTable->Remove(vnode);
1629 // Remove flock() locks
1633 // Remove POSIX locks
1676 iterator.Remove();
3811 sVnodeTable->Remove(vnode);
4127 return mount->entry_cache.Remove(dirID, name);
7647 sMountsTable->Remove(mount);
7791 // Remove al
[all...]
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp238 transactionDirEntry.Remove(); // Okay to fail when non-empty.
645 // We ignore failure to Remove() here, though.
646 entry.Remove();
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp359 Remove(module);
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp393 Remove(module);
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp584 fileName.Remove(0, leafPos + 1);
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp232 value.Remove(offset, decimalSeparatorWidth);
237 value.Remove(firstDigit, 1);
254 value.Remove(offset, decimalSeparatorWidth);
279 value.Remove(offset--, 1);
285 value.Remove(offset, decimalSeparatorWidth);
339 value.Remove(offset--, 1);
343 value.Remove(offset, decimalSeparatorWidth);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp537 if (!fEndpointHash.Remove(endpoint))
540 fConnectionHash.Remove(endpoint);
/haiku/src/system/kernel/vm/
H A Dvm.cpp2510 VMAreas::Remove(area);
6108 // All pages are unwired. Remove the area's wired range as well (to

Completed in 203 milliseconds

1234567891011>>