Home
last modified time | relevance | path

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

12

/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()
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-C7 to delete in the work directory instead of the current directory. Make is
9 find the makefile and the file to delete in the work directory.";
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Derrors9 ."intended to fail) and then a delete command after that is \n"
12 ."delete a file and this is what we check for. The second make\n"
Dechoing11 ."been placed in front of the delete command line. Four tests \n"
22 ."if it actually tried to run the delete command again and the \n"
/ndk/sources/cxx-stl/gabi++/
Dsources.mk6 src/delete.cc \
/ndk/sources/host-tools/make-3.81/glob/
DMakefile.ami24 RM = delete
DSMakefile27 RM = delete
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
Dclean3 $description = "The following test creates a makefile to delete a \n"
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dorigin49 delete $extraENV{MAKETEST};
Dforeach34 delete $extraENV{FOOFOO};
/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
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DSHELL8 delete $ENV{SHELL};
/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/make-3.81/
DMakefile.ami27 RM = delete
158 -delete make
DREADME.Amiga23 delete make.bak quiet @@\
DSMakefile32 RM = delete
164 -delete quiet make
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi759 building the program. Also delete files in other directories if they
760 are created by this makefile. However, don't delete the files that
763 them. There is no need to delete parent directories that were created
773 that were in the distribution. However, there is no need to delete
780 target for GCC does not delete @file{libgcc.a}, because recompiling it
790 @samp{make maintainer-clean} should not delete @file{configure} even
792 generally, @samp{make maintainer-clean} should not delete anything
794 build the program. Also, there is no need to delete parent
797 @code{maintainer-clean} should delete everything else that can be
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmac-mf.sed105 # Change rm to delete.

12