Home
last modified time | relevance | path

Searched refs:created (Results 1 – 25 of 42) sorted by relevance

12

/ndk/tests/device/test-stlport_shared-exception/jni/
Dnew2_1.cpp19 int newed, created; variable
28 return !(!newed && !created); in main()
31 A::A() { created = 1; } in A()
32 A::~A() { created = 0; } in ~A()
Dnew1_2.cpp19 int newed, created; variable
27 return !(newed && !created); in main()
30 A::A() { created = 1; } in A()
31 A::~A() { created = 0; } in ~A()
/ndk/tests/device/test-stlport_static-exception/jni/
Dnew1_2.cpp19 int newed, created; variable
27 return !(newed && !created); in main()
30 A::A() { created = 1; } in A()
31 A::~A() { created = 0; } in ~A()
Dnew2_1.cpp19 int newed, created; variable
28 return !(!newed && !created); in main()
31 A::A() { created = 1; } in A()
32 A::~A() { created = 0; } in ~A()
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dfilter-out5 $details = "The makefile created in this test has two variables. The
Ddir32 # to send the name of the last logfile created. You may also use
Dfindstring35 # to send the name of the last logfile created. You may also use
Djoin32 # to send the name of the last logfile created. You may also use
Daddprefix32 # to send the name of the last logfile created. You may also use
Dnotdir32 # to send the name of the last logfile created. You may also use
Dbasename32 # to send the name of the last logfile created. You may also use
Dsuffix45 # to send the name of the last logfile created. You may also use
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dmult_targets6 $details = "A makefile is created with one rule and two targets. Make \n"
Dmult_rules8 The makefile created in this test contains two hardcoded rules
Dstatipattrules5 The makefile created in this test has three targets. The
Dinclude68 # happen because a file record is created when a target-specific variable is
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-l11 doesn't exist then it is created, the rule sleeps, then deletes
Ddash-k6 The makefile created in this test is a simulation of building
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
DINTERMEDIATE9 deleted properly. Rebuild to ensure that it's not created if it doesn't
/ndk/sources/host-tools/make-3.81/
Dconfigure.in329 # We successfully created an SCCS file.
444 # Specify what files are to be created.
452 # one before we've created a distribution.
/ndk/sources/host-tools/nawk-20071023/
DREADME34 The program itself is created by
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Ddebug.ipp834 bool created = !!::CreateProcessA(
847 if( created )
852 if( !created )
/ndk/sources/host-tools/make-3.81/tests/
DREADME66 A directory named "work" will be created when the tests are run which
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi758 Delete all files in the current directory that are normally created by
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
769 Delete all files in the current directory (or created by this
770 makefile) that are created by configuring or building the program. If
774 parent directories that were created with @samp{mkdir -p}, since they
795 directories that were created with @samp{mkdir -p}, since they could
/ndk/sources/host-tools/make-3.81/config/
Dgettext.m430 dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static,
33 dnl $(top_builddir)/intl/libintl.a will be created.

12