Searched refs:remove (Results 51 - 74 of 74) sorted by last modified time

123

/haiku/src/tests/kits/storage/
H A DResourcesTest.cpp118 remove(info->type, info->id);
123 void remove(const ResourceInfo *info) function in struct:ResourceSet
126 remove(info->type, info->id);
129 void remove(type_code type, int32 id) function in struct:ResourceSet
1056 resourceSet.remove(&info);
1106 // remove a resource and Sync()
1331 // Now remove all resources and compare the file with an empty resource
1357 // Same file, use the other remove version.
/haiku/headers/private/storage/mime/
H A DDatabase.h148 const char* type, bool remove = false);
/haiku/src/tools/cppunit/cppunit/
H A DTestResult.cpp123 m_listeners.erase( remove( m_listeners.begin(),
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h100 libc_hidden_proto (remove)
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstdio.h164 extern int remove (__const char *__filename) __THROW;
/haiku/src/system/libroot/posix/stdio/
H A Dremove.c16 remove(const char* path) function
/haiku/src/tests/add-ons/kernel/file_systems/bfs/rename/
H A Drename.c15 remove("__directory/1");
16 remove("__directory");
17 remove("__file");
40 remove("__directory/1");
43 // rename the file and try to remove the directory
48 remove("__directory");
49 remove("__file");
/haiku/src/tests/add-ons/kernel/file_systems/fragmenter/
H A Dfragmenter.cpp128 || !create_file(i, ".remove", buffer, fileSize))
147 snprintf(name, sizeof(name), "fragments/%06d.remove", i);
149 if (remove(name) != 0) {
150 fprintf(stderr, "%s: Could not remove file %d: %s\n",
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp173 " -k, --keep-dirty\t\tDo not remove the working files on quit.\n"
540 // TODO: in rare cases, we could remove all files
593 if (remove(name.c_str()) != 0)
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest.cpp81 printf("******* remove file %s *******\n", path);
82 remove(path);
97 printf("******* remove directory %s *******\n", path);
/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/libs/alm/
H A DTab.cpp37 BALMLayoutList* Remove(BALMLayout* remove) argument
39 if (layout == remove) {
45 next = next->Remove(remove);
/haiku/src/bin/rc/
H A Dcompile.cpp142 mem_list.remove(ptr);
/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/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/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

Completed in 250 milliseconds

123