Searched refs:delete (Results 1 – 21 of 21) sorted by relevance
/ndk/sources/cxx-stl/system/include/ |
D | new | 16 void operator delete(void*); 17 void operator delete[](void*); 20 void operator delete(void*, const std::nothrow_t&); 21 void operator delete[](void*, const std::nothrow_t&); 27 inline void operator delete(void*, void*) { } 28 inline void operator delete[](void*, void*) { }
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | new | 48 void operator delete[](void* ptr) throw(); 49 void operator delete[](void* const, std::nothrow_t&) throw(); 50 void operator delete(void* ptr) throw(); 51 void operator delete(void*, const std::nothrow_t&) throw(); 55 inline void operator delete(void*, void*) throw() {} 56 inline void operator delete[](void*, void*) throw() {}
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | elf_alloc.h | 136 void operator delete(void* ptr) { in delete() function 144 void operator delete[](void* ptr) {
|
D | dwarf_defs.h | 728 delete[] array_; in ~DwarfAbbrDieArray() 782 delete[] array_; in add() 871 delete[] array_; in empty()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _new.h | 132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); } in __stl_delete() 135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
|
D | _auto_ptr.h | 62 delete __pt; 107 ~auto_ptr() _STLP_NOTHROW { /* boris : reset(0) might be better */ delete this->get(); } in ~auto_ptr()
|
D | _fstream.c | 285 ~_Filebuf_Tmp_Buf() { delete[] _M_ptr; } in ~_Filebuf_Tmp_Buf()
|
D | _rope.h | 549 delete _M_fn;
|
/ndk/sources/cxx-stl/gabi++/ |
D | sources.mk | 6 src/delete.cc \
|
/ndk/sources/cxx-stl/stlport/src/ |
D | message_facets.h | 37 ~_Catalog_locale_map() { if (M) delete M; } in ~_Catalog_locale_map()
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | BUGS | 76 In short, `sed d -i' will let one delete the contents of 86 to the original name: if you rename or delete files, you're actually 101 to delete every line up to the first one including `abc', and this
|
D | autoboot | 588 -type l -xtype l -delete > /dev/null 2>&1
|
D | NEWS | 137 would actually delete lines 1,2,3,4 and 9 (!).
|
D | COPYING.DOC | 285 and any sections Entitled "Dedications". You must delete all sections
|
D | ChangeLog | 2885 * sed.c (execute_program): 'N' at EOF should delete the pat buf.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _evc.h | 303 inline void __cdecl operator delete(void *, void *) { return; } in delete() function
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | mac-mf.sed | 105 # Change rm to delete.
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 1952 # delete all leading empty lines 1973 # delete all (leading) blanks 2124 In short, `sed -i' will let you delete the contents of a read-only 2134 if you rename or delete files, you're actually modifying the 2147 probably wanted is to delete every line up to the first one 2477 * D (delete first line) command: Other Commands. (line 99) 2478 * d (delete) command: Common Commands. (line 36)
|
D | sed.texi | 922 @findex d (delete) command 1270 @findex D (delete first line) command 2606 # delete all leading empty lines 2635 # delete all (leading) blanks 2901 In short, @samp{sed -i} will let you delete the contents of 2912 to the original name: if you rename or delete files, you're actually 2929 to delete every line up to the first one including @samp{abc}, and this
|
D | sed-in.texi | 921 @findex d (delete) command 1269 @findex D (delete first line) command 2450 # delete all leading empty lines 2475 # delete all (leading) blanks 2734 In short, @samp{sed -i} will let you delete the contents of 2745 to the original name: if you rename or delete files, you're actually 2762 to delete every line up to the first one including @samp{abc}, and this
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 7727 % There may be a space before second and/or third parameter; delete it.
|