Searched refs:created (Results 1 – 25 of 42) sorted by relevance
12
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | new2_1.cpp | 19 int newed, created; variable 28 return !(!newed && !created); in main() 31 A::A() { created = 1; } in A() 32 A::~A() { created = 0; } in ~A()
|
D | new1_2.cpp | 19 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/ |
D | new1_2.cpp | 19 int newed, created; variable 27 return !(newed && !created); in main() 30 A::A() { created = 1; } in A() 31 A::~A() { created = 0; } in ~A()
|
D | new2_1.cpp | 19 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/ |
D | filter-out | 5 $details = "The makefile created in this test has two variables. The
|
D | dir | 32 # to send the name of the last logfile created. You may also use
|
D | findstring | 35 # to send the name of the last logfile created. You may also use
|
D | join | 32 # to send the name of the last logfile created. You may also use
|
D | addprefix | 32 # to send the name of the last logfile created. You may also use
|
D | notdir | 32 # to send the name of the last logfile created. You may also use
|
D | basename | 32 # to send the name of the last logfile created. You may also use
|
D | suffix | 45 # to send the name of the last logfile created. You may also use
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | mult_targets | 6 $details = "A makefile is created with one rule and two targets. Make \n"
|
D | mult_rules | 8 The makefile created in this test contains two hardcoded rules
|
D | statipattrules | 5 The makefile created in this test has three targets. The
|
D | include | 68 # happen because a file record is created when a target-specific variable is
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-l | 11 doesn't exist then it is created, the rule sleeps, then deletes
|
D | dash-k | 6 The makefile created in this test is a simulation of building
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
D | INTERMEDIATE | 9 deleted properly. Rebuild to ensure that it's not created if it doesn't
|
/ndk/sources/host-tools/make-3.81/ |
D | configure.in | 329 # 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/ |
D | README | 34 The program itself is created by
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | debug.ipp | 834 bool created = !!::CreateProcessA( 847 if( created ) 852 if( !created )
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | README | 66 A directory named "work" will be created when the tests are run which
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 758 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/ |
D | gettext.m4 | 30 dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, 33 dnl $(top_builddir)/intl/libintl.a will be created.
|
12