/external/libcap-ng/libcap-ng-0.7/src/test/ |
D | lib_test.c | 36 puts("Doing basic bit tests..."); in main() 39 puts("Failed clearing capabilities"); in main() 45 puts("Failed filling capabilities"); in main() 57 puts("Failed restoring capabilities"); in main() 66 puts("Failed update test 1"); in main() 71 puts("Failed have capability test 1"); in main() 77 puts("Failed have capabilities test 1"); in main() 85 puts("Failed bset update test 2"); in main() 90 puts("Failed bset have capability test 2"); in main() 96 puts("Failed bset have capabilities test 2"); in main() [all …]
|
/external/chromium_org/third_party/icu/source/samples/break/ |
D | break.cpp | 38 puts(""); in printTextRange() 94 puts("ICU Break Iterator Sample Program\n"); in main() 95 puts("C++ Break Iteration\n"); in main() 100 puts(""); in main() 113 puts("\n Sentence Boundaries... "); in main() 114 puts("----- forward: -----------"); in main() 116 puts("----- backward: ----------"); in main() 125 puts("----- forward: -----------"); in main() 128 puts("----- first: -------------"); in main() 131 puts("----- last: --------------"); in main() [all …]
|
/external/icu/icu4c/source/samples/break/ |
D | break.cpp | 38 puts(""); in printTextRange() 94 puts("ICU Break Iterator Sample Program\n"); in main() 95 puts("C++ Break Iteration\n"); in main() 100 puts(""); in main() 113 puts("\n Sentence Boundaries... "); in main() 114 puts("----- forward: -----------"); in main() 116 puts("----- backward: ----------"); in main() 125 puts("----- forward: -----------"); in main() 128 puts("----- first: -------------"); in main() 131 puts("----- last: --------------"); in main() [all …]
|
/external/chromium_org/third_party/icu/source/test/perf/leperf/ |
D | letrperf.cpp | 40 puts("error"); in time_null() 51 puts("error"); in time_obj() 61 puts("error"); in time_obj2() 72 puts("failure"); in time_letr1() 81 puts("error"); in time_letr1() 95 puts("failure"); in time_letr2() 102 puts("error"); in time_letr2() 112 puts("failure"); in time_letr3() 119 puts("failure"); in time_letr3() 126 puts("error"); in time_letr3() [all …]
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | letrperf.cpp | 40 puts("error"); in time_null() 51 puts("error"); in time_obj() 61 puts("error"); in time_obj2() 72 puts("failure"); in time_letr1() 81 puts("error"); in time_letr1() 95 puts("failure"); in time_letr2() 102 puts("error"); in time_letr2() 112 puts("failure"); in time_letr3() 119 puts("failure"); in time_letr3() 126 puts("error"); in time_letr3() [all …]
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/ |
D | Rakefile | 4 puts "Couldn't find Bundler!" 5 puts 6 puts "Please run:" 7 puts " gem install bundler" 8 puts 9 puts "...and then try again." 10 puts
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/test/ |
D | node.rake | 10 puts "jasmine-node is not available" 11 puts 12 puts "Please run:" 13 puts " npm install -g jasmine-node" 14 puts 15 puts "...and then try again." 16 puts
|
D | coverage.rake | 24 puts "Executing the following command:" 25 puts 26 puts " #{cmd}" 27 puts 28 puts 68 manifest_out.puts <<-end_script 85 manifest_out.puts "pull('#{path}');" 87 manifest_out.puts <<-end_script 120 puts 121 puts [all …]
|
/external/chromium_org/third_party/icu/source/samples/date/ |
D | date.c | 179 puts("Usage: icudate [OPTIONS]"); in usage() 180 puts("Options:"); in usage() 181 puts(" -h, --help Print this message and exit."); in usage() 182 puts(" -v, --version Print the version number of date and exit."); in usage() 183 puts(" -u, --gmt Display the date in Greenwich Mean Time."); in usage() 184 puts(" -f, --full Use full display format."); in usage() 185 puts(" -l, --long Use long display format."); in usage() 186 puts(" -m, --medium Use medium display format."); in usage() 187 puts(" -s, --short Use short display format."); in usage() 188 puts(" -F <format>, --format <format> Use <format> as the display format."); in usage() [all …]
|
/external/icu/icu4c/source/samples/date/ |
D | date.c | 179 puts("Usage: icudate [OPTIONS]"); in usage() 180 puts("Options:"); in usage() 181 puts(" -h, --help Print this message and exit."); in usage() 182 puts(" -v, --version Print the version number of date and exit."); in usage() 183 puts(" -u, --gmt Display the date in Greenwich Mean Time."); in usage() 184 puts(" -f, --full Use full display format."); in usage() 185 puts(" -l, --long Use long display format."); in usage() 186 puts(" -m, --medium Use medium display format."); in usage() 187 puts(" -s, --short Use short display format."); in usage() 188 puts(" -F <format>, --format <format> Use <format> as the display format."); in usage() [all …]
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
D | rtree2.test | 53 #puts "Row $ii" 59 #puts [rtree_treedump db t1] 60 #puts "INSERT INTO t2 VALUES($ii, $values)" 68 #puts [rtree_treedump db t1] 78 puts $t1 79 puts $t2 109 #puts $where 110 puts $t1 111 puts $t2 112 #puts [rtree_treedump db t1] [all …]
|
/external/chromium_org/third_party/icu/source/samples/datecal/ |
D | cal.cpp | 19 puts("C++ sample"); in cpp_main() 22 puts("Couldn't create GregorianCalendar"); in cpp_main() 42 puts("Calendar::get failed"); in cpp_main() 48 puts("Calendar::add failed"); in cpp_main() 59 puts("Date-Calendar sample program"); in main()
|
D | ccal.c | 15 puts("----"); in c_main() 16 puts("C Sample"); in c_main() 22 puts("Couldn't create GregorianCalendar"); in c_main() 43 puts("Calendar::get failed"); in c_main() 50 puts("Calendar::add failed"); in c_main()
|
/external/icu/icu4c/source/samples/datecal/ |
D | cal.cpp | 19 puts("C++ sample"); in cpp_main() 22 puts("Couldn't create GregorianCalendar"); in cpp_main() 42 puts("Calendar::get failed"); in cpp_main() 48 puts("Calendar::add failed"); in cpp_main() 59 puts("Date-Calendar sample program"); in main()
|
D | ccal.c | 15 puts("----"); in c_main() 16 puts("C Sample"); in c_main() 22 puts("Couldn't create GregorianCalendar"); in c_main() 43 puts("Calendar::get failed"); in c_main() 50 puts("Calendar::add failed"); in c_main()
|
/external/llvm/test/Transforms/InstCombine/ |
D | puts-1.ll | 1 ; Test that the puts library call simplifier works correctly. 9 declare i32 @puts(i8*) 11 ; Check puts("") -> putchar('\n'). 16 call i32 @puts(i8* %str) 27 %ret = call i32 @puts(i8* %str) 28 ; CHECK-NEXT: call i32 @puts(i8* getelementptr inbounds ([1 x i8]* @empty, i32 0, i32 0))
|
/external/chromium_org/third_party/sqlite/src/tool/ |
D | shell5.test | 26 puts -nonewline "$name ..." 29 puts Ok 31 puts Error 32 puts " Got: $res" 33 puts " Expected: $expected" 41 puts $out $cmd 114 puts $in "1" 122 puts $in "1|2|3" 130 puts $in "1|2" 141 puts $in "2|3" [all …]
|
D | shell3.test | 28 puts -nonewline "$name ..." 31 puts Ok 33 puts Error 34 puts " Got: $res" 35 puts " Expected: $expected" 52 puts $out $cmd 124 puts "CLI tests completed successfully"
|
/external/llvm/test/CodeGen/Mips/ |
D | brind.ll | 12 %puts = tail call i32 @puts(i8* getelementptr inbounds ([2 x i8]* @str, i32 0, i32 0)) 17 %puts5 = tail call i32 @puts(i8* getelementptr inbounds ([2 x i8]* @str5, i32 0, i32 0)) 22 %puts6 = tail call i32 @puts(i8* getelementptr inbounds ([2 x i8]* @str6, i32 0, i32 0)) 27 %puts7 = tail call i32 @puts(i8* getelementptr inbounds ([2 x i8]* @str7, i32 0, i32 0)) 34 %puts8 = tail call i32 @puts(i8* getelementptr inbounds ([2 x i8]* @str8, i32 0, i32 0)) 38 declare i32 @puts(i8* nocapture) nounwind
|
/external/ltrace/testsuite/ltrace.torture/ |
D | vfork-thread.c | 13 puts ("bleble"); in routine() 26 puts ("vforked"); in routine2() 30 puts ("vforked child exiting"); in routine2() 33 puts ("parent continuing"); in routine2()
|
/external/stlport/test/eh/ |
D | locale.cpp | 43 if(char_type.is(ctype_base::upper, '�')) puts("Upper"); in main() 44 if(char_type.is(ctype_base::lower, '�')) puts("Lower"); in main() 45 puts("Next"); in main() 46 if(isupper('�', cout.getloc())) puts("Upper"); in main() 47 if(islower('�', cout.getloc())) puts("Lower"); in main()
|
/external/clang/test/SemaCXX/ |
D | __try.cpp | 5 int puts(const char *); 38 puts("Another exception:"); in main() 44 puts("Caught a C-based exception."); in main() 55 puts("C++ allows __finally too!"); in main()
|
/external/openssl/crypto/jpake/ |
D | jpaketest.c | 36 puts("A->B s1"); in run_jpake() 48 puts("B->A s1"); in run_jpake() 60 puts("A->B s2"); in run_jpake() 72 puts("B->A s2"); in run_jpake() 87 puts("A->B s3a"); in run_jpake() 99 puts("B->A s3b"); in run_jpake()
|
/external/clang/test/CodeGen/ |
D | variable-array.c | 7 return sizeof(*(puts("asdf"),y)); in a() 12 return sizeof(*(char(*)[puts("asdf")])0); in b() 17 static int (*y)[puts("asdf")]; in c()
|
/external/lldb/test/functionalities/signal/ |
D | main.c | 7 puts ("got signal usr1"); in handler_usr1() 12 puts ("got signal ALRM"); in handler_alrm() 22 puts ("Put breakpoint here"); in main()
|