/ndk/sources/cxx-stl/stlport/src/ |
D | ctype.cpp | 78 ctype_base::mask(space | print) /* */, in classic_table() 79 ctype_base::mask(punct | print) /* ! */, in classic_table() 80 ctype_base::mask(punct | print) /* " */, in classic_table() 81 ctype_base::mask(punct | print) /* # */, in classic_table() 82 ctype_base::mask(punct | print) /* $ */, in classic_table() 83 ctype_base::mask(punct | print) /* % */, in classic_table() 84 ctype_base::mask(punct | print) /* & */, in classic_table() 85 ctype_base::mask(punct | print) /* ' */, in classic_table() 86 ctype_base::mask(punct | print) /* ( */, in classic_table() 87 ctype_base::mask(punct | print) /* ) */, in classic_table() [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | vpath2 | 9 ."rule to print a message at the end to confirm that the makefile\n" 16 print MAKEFILE "VPATH = $workdir:$sourcedir\n"; 17 print MAKEFILE "vpath %.c foo\n"; 18 print MAKEFILE "vpath %.c $workdir\n"; 19 print MAKEFILE "vpath %.c $sourcedir\n"; 20 print MAKEFILE "vpath %.h $workdir\n"; 21 print MAKEFILE "vpath %.c\n"; 22 print MAKEFILE "vpath\n"; 23 print MAKEFILE "all:\n"; 24 print MAKEFILE "\t\@echo ALL IS WELL\n";
|
D | vpath | 19 print MAKEFILE "vpath %.c foo\n"; 20 print MAKEFILE "vpath %.c $workdir\n"; 21 print MAKEFILE "vpath %.h $workdir\n"; 22 print MAKEFILE "objects = main.o kbd.o commands.o display.o insert.o\n"; 23 print MAKEFILE "edit: \$(objects)\n"; 24 print MAKEFILE "\t\@echo cc -o \$@ \$^\n"; 25 print MAKEFILE "main.o : main.c defs.h\n"; 26 print MAKEFILE "\t\@echo cc -c \$(firstword \$^)\n"; 27 print MAKEFILE "kbd.o : kbd.c defs.h command.h\n"; 28 print MAKEFILE "\t\@echo cc -c kbd.c\n"; [all …]
|
D | default_names | 10 print MAKEFILE "FIRST: ; \@echo It chose GNUmakefile\n"; 19 print MAKEFILE "SECOND: ; \@echo It chose makefile\n"; 25 print MAKEFILE "THIRD: ; \@echo It chose Makefile\n";
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | MAKE | 12 print MAKEFILE "TMP := \$(MAKE)\n"; 13 print MAKEFILE "MAKE := \$(subst X=\$(X),,\$(MAKE))\n\n"; 14 print MAKEFILE "all:\n"; 15 print MAKEFILE "\t\@echo \$(TMP)\n"; 16 print MAKEFILE "\t\$(MAKE) -f $makefile foo\n\n"; 17 print MAKEFILE "foo:\n"; 18 print MAKEFILE "\t\@echo \$(MAKE)\n";
|
D | MAKEFILES | 9 print MAKEFILE 'all: ; @echo DEFAULT RULE: M2=$(M2) M3=$(M3)', "\n"; 14 print MAKEFILE <<EOF; 22 print MAKEFILE <<EOF;
|
D | MFILE_LIST | 8 print MAKEFILE <<EOF; 22 print MAKEFILE "m2 := \$(MAKEFILE_LIST)\n";
|
D | MAKECMDGOALS | 6 We construct a makefile with various targets, all of which print out 10 print MAKEFILE "\
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
D | DEFAULT | 18 print MAKEFILE "foo:\n"; 19 print MAKEFILE "\t\@echo Executing rule FOO\n\n"; 20 print MAKEFILE ".DEFAULT:\n"; 21 print MAKEFILE "\t\@\$(MAKE) -f $makefile2 \$\@ \n"; 30 print MAKEFILE "bar:\n"; 31 print MAKEFILE "\t\@echo Executing rule BAR\n\n";
|
D | FORCE | 11 print MAKEFILE ".IGNORE :\n"; 12 print MAKEFILE "clean: FORCE\n"; 13 print MAKEFILE "\t$delete_command clean\n"; 14 print MAKEFILE "FORCE:\n";
|
D | SILENT | 4 ."mentioning this as a target, it tells make not to print\n" 16 print MAKEFILE ".SILENT : clean\n"; 17 print MAKEFILE "clean: \n"; 18 print MAKEFILE "\t$delete_command EXAMPLE_FILE\n";
|
D | PHONY | 19 print MAKEFILE ".PHONY : clean \n"; 20 print MAKEFILE "all: \n"; 21 print MAKEFILE "\t\@echo This makefile did not clean the dir ... good\n"; 22 print MAKEFILE "clean: \n"; 23 print MAKEFILE "\t$delete_command $example clean\n";
|
D | clean | 14 print MAKEFILE "all: \n"; 15 print MAKEFILE "\t\@echo This makefile did not clean the dir... good\n"; 16 print MAKEFILE "clean: \n"; 17 print MAKEFILE "\t$delete_command EXAMPLE_FILE\n";
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | uniq.sed | 4 # On the last line, print and exit 14 # If the @code{N} command had added the last line, print and exit 17 # The lines are different; print the first and go
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.ctype.byname/ |
D | is_many.pass.cpp | 39 assert( (m[0] & F::print)); in main() 53 assert( (m[1] & F::print)); in main() 67 assert( (m[2] & F::print)); in main() 81 assert(!(m[3] & F::print)); in main() 95 assert( (m[4] & F::print)); in main() 109 assert( (m[5] & F::print)); in main() 123 assert( (m[6] & F::print)); in main() 148 assert(!(m[0] & F::print)); in main() 162 assert( (m[1] & F::print)); in main() 176 assert( (m[2] & F::print)); in main() [all …]
|
/ndk/tests/device/test-basic-rtti/jni/ |
D | test_basic_rtti.cpp | 22 virtual void print() in print() function in Foo 31 void print() in print() function in Bar
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/ |
D | is_many.pass.cpp | 36 assert( (m[0] & F::print)); in main() 50 assert( (m[1] & F::print)); in main() 64 assert(!(m[2] & F::print)); in main() 78 assert( (m[3] & F::print)); in main() 92 assert( (m[4] & F::print)); in main() 106 assert( (m[5] & F::print)); in main()
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-f | 18 print MAKEFILE "all: \n"; 19 print MAKEFILE "\t\@echo This is the output from the original makefile\n"; 27 print MAKEFILE "TWO: \n"; 28 print MAKEFILE "\t\@echo This is the output from makefile 2\n"; 33 print MAKEFILE "THREE: \n"; 34 print MAKEFILE "\t\@echo This is the output from makefile 3\n";
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ |
D | is_many.pass.cpp | 36 assert( (m[0] & F::print)); in main() 50 assert( (m[1] & F::print)); in main() 64 assert(!(m[2] & F::print)); in main() 78 assert( (m[3] & F::print)); in main() 92 assert( (m[4] & F::print)); in main() 106 assert( (m[5] & F::print)); in main()
|
/ndk/tests/device/test-stlport/unit/ |
D | ctype_facets_test.cpp | 49 CPPUNIT_ASSERT( (res[0] & ctype_base::print) != 0 ); in _ctype_facet() 53 CPPUNIT_ASSERT( (res[1] & ctype_base::print) != 0 ); in _ctype_facet() 58 CPPUNIT_ASSERT( (res[2] & ctype_base::print) != 0 ); in _ctype_facet() 64 CPPUNIT_ASSERT( (res[3] & ctype_base::print) != 0 ); in _ctype_facet() 68 CPPUNIT_ASSERT( (res[4] & ctype_base::print) != 0 ); in _ctype_facet() 193 CPPUNIT_CHECK( (res[0] & ctype_base::print) != 0 ); in _ctype_facet_w() 197 CPPUNIT_CHECK( (res[1] & ctype_base::print) != 0 ); in _ctype_facet_w() 202 CPPUNIT_CHECK( (res[2] & ctype_base::print) != 0 ); in _ctype_facet_w() 208 CPPUNIT_CHECK( (res[3] & ctype_base::print) != 0 ); in _ctype_facet_w() 212 CPPUNIT_CHECK( (res[4] & ctype_base::print) != 0 ); in _ctype_facet_w() [all …]
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | ctype_facets_test.cpp | 49 CPPUNIT_ASSERT( (res[0] & ctype_base::print) != 0 ); in _ctype_facet() 53 CPPUNIT_ASSERT( (res[1] & ctype_base::print) != 0 ); in _ctype_facet() 58 CPPUNIT_ASSERT( (res[2] & ctype_base::print) != 0 ); in _ctype_facet() 64 CPPUNIT_ASSERT( (res[3] & ctype_base::print) != 0 ); in _ctype_facet() 68 CPPUNIT_ASSERT( (res[4] & ctype_base::print) != 0 ); in _ctype_facet() 193 CPPUNIT_CHECK( (res[0] & ctype_base::print) != 0 ); in _ctype_facet_w() 197 CPPUNIT_CHECK( (res[1] & ctype_base::print) != 0 ); in _ctype_facet_w() 202 CPPUNIT_CHECK( (res[2] & ctype_base::print) != 0 ); in _ctype_facet_w() 208 CPPUNIT_CHECK( (res[3] & ctype_base::print) != 0 ); in _ctype_facet_w() 212 CPPUNIT_CHECK( (res[4] & ctype_base::print) != 0 ); in _ctype_facet_w() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/ |
D | ctype_base.pass.cpp | 40 assert(std::ctype_base::print); in main() 50 & std::ctype_base::print in main() 62 test(std::ctype_base::print); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.traits/ |
D | lookup_classname.pass.cpp | 93 test("print", std::ctype_base::print); in main() 94 test("PRINT", std::ctype_base::print); in main() 95 test("print", std::ctype_base::print, true); in main() 96 test("Print", std::ctype_base::print, true); in main() 181 test(L"print", std::ctype_base::print); in main() 182 test(L"PRINT", std::ctype_base::print); in main() 183 test(L"print", std::ctype_base::print, true); in main() 184 test(L"Print", std::ctype_base::print, true); in main()
|
/ndk/tests/device/test-stlport-rtti/jni/ |
D | test_stlport_rtti.cpp | 25 virtual void print() in print() function in Foo 34 void print() in print() function in Bar
|
/ndk/tests/device/test-gabi++/jni/ |
D | test_gabixx_rtti.cpp | 25 virtual void print() in print() function in Foo 34 void print() in print() function in Bar
|