Searched refs:Remove (Results 1 - 25 of 504) sorted by relevance

1234567891011>>

/haiku/src/apps/haikudepot/util/
H A DStringUtils.cpp19 value.Remove(0, i);
28 value.Remove(i + 1, (len - (i + 1)));
37 value.Remove(i, 1);
/haiku/src/kits/package/
H A DTempfileManager.cpp36 entry.Remove();
39 entry.Remove();
H A DRemoveRepositoryJob.cpp62 if ((result = repoConfigEntry.Remove()) != B_OK)
68 if ((result = repoCacheEntry.Remove()) != B_OK)
/haiku/src/system/kernel/
H A Dlisteners.cpp28 /*! Remove the given wait object listener. gWaitObjectListenerLock lock must be
34 gWaitObjectListeners.Remove(listener);
H A DTeamThreadTables.h85 void Remove(Element* element) function in struct:BKernel::TeamThreadTable
88 fList.Remove(element);
116 fList.Remove(entry);
130 fList.Remove(entry);
138 fList.Remove(entry);
/haiku/src/servers/launch/
H A DAbstractEmptyDirectoryJob.cpp51 entry.Remove();
54 return remove ? directoryEntry.Remove() : B_OK;
/haiku/src/tests/add-ons/print/ppd/model/
H A DStatementList.h26 void Remove(Statement* statement);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DRevokeManager.h22 virtual status_t Remove(uint32 block) = 0;
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DTaskManager.cpp111 fTasks.Remove(task);
125 fTasks.Remove(task);
138 fTasks.Remove(task);
H A DThreadLocal.cpp71 fFreeHandler->Free(fMap->Remove(thread));
73 fMap->Remove(thread);
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.cpp86 // Remove the header from the reply.
87 output.Remove(0, output.FindFirst("\r\n\r\n") + 4);
100 output.Remove(0, output.FindFirst("\r\n") + 2);
102 // Remove the first char which is a left over space.
103 output.Remove(0, 1);
127 output.Remove(0, 1);
130 output.Remove(0, 1);
133 output.Remove(0, 3);
136 output.Remove(0, 2);
180 // Remove th
[all...]
/haiku/src/system/kernel/device_manager/
H A Dio_resources.cpp110 sMemoryList.Remove(this);
113 sPortList.Remove(this);
116 sDMAChannelList.Remove(this);
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DDirectory.cpp93 fChildTable.Remove(node);
94 fChildList.Remove(node);
123 fIterators.Remove(iterator);
/haiku/src/servers/package/
H A DPackageFileManager.cpp51 fFilesByEntryRef.Remove(file);
94 fFilesByEntryRef.Remove(file);
105 fFilesByEntryRef.Remove(file);
/haiku/headers/private/net/
H A DNetBufferUtilities.h110 void Remove()
112 Remove(sizeof(Type));
115 void Remove(size_t bytes)
137 this->Remove();
109 void Remove() function in class:NetBufferHeaderReader
114 void Remove(size_t bytes) function in class:NetBufferHeaderReader
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DPacketQueue.h39 status_t Remove(Packet **packet);
/haiku/src/preferences/sounds/
H A DHEventList.h32 void Remove(const char* type);
/haiku/src/tests/add-ons/kernel/file_systems/bfs/array/
H A DsmallArray.cpp29 array->Remove(array->values[index]);
/haiku/headers/os/support/
H A DStringList.h27 bool Remove(const BString& string,
29 bool Remove(const BStringList& list,
31 BString Remove(int32 index);
32 bool Remove(int32 index, int32 count);
/haiku/src/apps/pulse/
H A DDeskbarPulseView.h34 void Remove();
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DLockable.cpp58 fLockerCandidates.Remove(candidate);
85 fLockerCandidates.Remove(candidate);
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddressManager.h78 void Remove(UnixEndpoint* endpoint) function in class:UnixAddressManager
80 fBoundEndpoints.Remove(endpoint);
/haiku/src/apps/cortex/Persistence/
H A DStringContent.cpp97 content.Remove(0, last);
103 content.Remove(from+1, last-from);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNodeTable.cpp34 fNodes.Remove(node);
56 fNodes.Remove(element);
/haiku/headers/private/kernel/util/
H A DDoublyLinkedList.h154 Element* Remove() function in class:DoublyLinkedList::Iterator
158 fList->Remove(fCurrent);
255 Element* Remove() function in class:DoublyLinkedList::ReverseIterator
259 fList->Remove(fCurrent);
339 inline void Remove(Element* element);
503 // Remove
506 DOUBLY_LINKED_LIST_CLASS_NAME::Remove(Element* element) function in class:DOUBLY_LINKED_LIST_CLASS_NAME
541 Remove(a);
544 Remove(b);
547 Remove(
[all...]

Completed in 128 milliseconds

1234567891011>>