Home
last modified time | relevance | path

Searched refs:delete (Results 1 – 21 of 21) sorted by relevance

/ndk/sources/cxx-stl/system/include/
Dnew16 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/
Dnew48 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/
Delf_alloc.h136 void operator delete(void* ptr) { in delete() function
144 void operator delete[](void* ptr) {
Ddwarf_defs.h728 delete[] array_; in ~DwarfAbbrDieArray()
782 delete[] array_; in add()
871 delete[] array_; in empty()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_new.h132 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.h62 delete __pt;
107 ~auto_ptr() _STLP_NOTHROW { /* boris : reset(0) might be better */ delete this->get(); } in ~auto_ptr()
D_fstream.c285 ~_Filebuf_Tmp_Buf() { delete[] _M_ptr; } in ~_Filebuf_Tmp_Buf()
D_rope.h549 delete _M_fn;
/ndk/sources/cxx-stl/gabi++/
Dsources.mk6 src/delete.cc \
/ndk/sources/cxx-stl/stlport/src/
Dmessage_facets.h37 ~_Catalog_locale_map() { if (M) delete M; } in ~_Catalog_locale_map()
/ndk/sources/host-tools/sed-4.2.1/
DBUGS76 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
Dautoboot588 -type l -xtype l -delete > /dev/null 2>&1
DNEWS137 would actually delete lines 1,2,3,4 and 9 (!).
DCOPYING.DOC285 and any sections Entitled "Dedications". You must delete all sections
DChangeLog2885 * sed.c (execute_program): 'N' at EOF should delete the pat buf.
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_evc.h303 inline void __cdecl operator delete(void *, void *) { return; } in delete() function
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmac-mf.sed105 # Change rm to delete.
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.info1952 # 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)
Dsed.texi922 @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
Dsed-in.texi921 @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/
Dtexinfo.tex7727 % There may be a space before second and/or third parameter; delete it.