Searched refs:remove (Results 1 - 25 of 74) sorted by path

123

/haiku/3rdparty/kallisti5/
H A Dconfigure.py101 buildConfig.remove({"key": key, "value": value})
/haiku/build/scripts/
H A Dbootstrap_client.py58 connections.remove(sys.stdin)
66 connections.remove(stdioConnection)
73 connections.remove(stderrConnection)
80 connections.remove(controlConnection)
/haiku/headers/cpp/
H A Dalgo.h54 using __STD::remove;
H A Diostdio.h99 #define remove ??? __P((const char*))
H A Dstl_algo.h516 // remove, remove_if, remove_copy, remove_copy_if
541 _ForwardIter remove(_ForwardIter __first, _ForwardIter __last, function
H A Dstl_list.h498 void remove(const _Tp& __value);
663 void list<_Tp, _Alloc>::remove(const _Tp& __value) function in class:list
H A Dstl_slist.h664 void remove(const _Tp& __val);
791 void slist<_Tp,_Alloc>::remove(const _Tp& __val) function in class:slist
/haiku/headers/private/net/
H A Dnet_buffer.h63 status_t (*remove)(net_buffer* buffer, uint32 offset, member in struct:net_buffer_module_info
/haiku/headers/private/storage/mime/
H A DDatabase.h148 const char* type, bool remove = false);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerVolume.cpp64 // remove shares, that are no longer there
76 bool remove = (!serverInfo->GetShareInfo(name)); local
79 if (remove) {
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp134 // remove matching tip if any, then add the new one:
151 // remove tip matching the given rect's upper-left corner or
154 status_t _ViewEntry::remove( function in class:_ViewEntry
191 // remove matching entries:
207 // "### _ViewEntry::remove(): WILDCARD MODE\n"));
220 // [27oct99 e.moon] remove all child views
232 // remove the view entry if possible
409 // remove tip matching the given rect's upper-left corner or
414 status_t _WindowEntry::remove( function in class:_WindowEntry
433 status_t ret = (*it)->remove(vie
[all...]
H A DTipManagerImpl.h166 // remove tip matching the given rect's upper-left corner or
171 status_t remove(
230 // remove tip matching the given rect's upper-left corner or
235 status_t remove(
/haiku/src/apps/glteapot/
H A Dutil.h189 inline LispNode<contents>* remove () function in struct:LispList
196 inline void remove (LispNode<contents>* node) function in struct:LispList
268 remove(node);
376 void remove() function in struct:DoubleLinkedNode
/haiku/src/bin/rc/
H A Dcompile.cpp142 mem_list.remove(ptr);
/haiku/src/kits/media/
H A DTimedEventQueuePrivate.cpp288 event_queue_entry *remove; local
303 remove = entry;
305 RemoveEntry(remove);
332 remove = entry;
334 RemoveEntry(remove);
361 remove = entry;
363 RemoveEntry(remove);
392 remove = entry;
394 RemoveEntry(remove);
421 event_queue_entry *remove; local
[all...]
/haiku/src/libs/alm/
H A DTab.cpp37 BALMLayoutList* Remove(BALMLayout* remove) argument
39 if (layout == remove) {
45 next = next->Remove(remove);
/haiku/src/servers/app/
H A DDelayedMessage.cpp815 BObjectList<ScheduledMessage> remove; local
831 remove.AddItem(message);
834 // remove serviced messages
835 for (int32 index = 0; index < remove.CountItems(); ++index)
836 fMessages.RemoveItem(remove.ItemAt(index));
/haiku/src/servers/launch/
H A DAbstractEmptyDirectoryJob.cpp43 bool remove) const
54 return remove ? directoryEntry.Remove() : B_OK;
H A DAbstractEmptyDirectoryJob.h24 bool remove) const;
/haiku/src/servers/media/
H A DNotificationManager.cpp147 bool remove; local
150 remove = true;
153 remove = true;
156 remove = true;
160 remove = true;
162 remove = false;
164 if (remove) {
/haiku/src/servers/syslog_daemon/
H A Dsyslog_output.cpp77 remove(oldlog.Path());
80 // ToDo: just remove old file if space on device is tight?
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp200 #warning M68K: allocate all kernel pgdirs at boot and remove this (also dont remove them anymore from unmap)
319 // remove it from the tmap list
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingStructures040.cpp95 // remove from global list
128 #warning M68K: TODO: allocate all kernel pgdirs at boot and remove this (also dont remove them anymore from unmap)
/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cpp309 bool remove = false; local
313 remove = true;
318 if (remove)
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h100 libc_hidden_proto (remove)

Completed in 187 milliseconds

123