/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/elfutils/tests/ |
D | show-die-info.c | 268 puts (""); in handle() 280 puts ("************* DW_AT_low_pc verify failed ************"); in handle() 282 puts ("************* DW_AT_low_pc form failed ************"); in handle() 284 puts ("************* DW_AT_low_pc form (2) failed ************"); in handle() 286 puts ("************* DW_AT_low_pc attr failed ************"); in handle() 297 puts ("************* DW_AT_high_pc verify failed ************"); in handle() 299 puts ("************* DW_AT_high_pc form failed ************"); in handle() 301 puts ("************* DW_AT_high_pc form (2) failed ************"); in handle() 303 puts ("************* DW_AT_high_pc attr failed ************"); in handle() 315 puts ("************* DW_AT_byte_size verify failed ************"); in handle() [all …]
|
D | sha1-tst.c | 47 puts ("test 1 failed"); in main() 60 puts ("test 2 failed"); in main() 74 puts ("test 3 failed"); in main()
|
/external/icu4c/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/icu4c/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/icu4c/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/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/clang/test/SemaCXX/ |
D | __try.cpp | 6 int puts(const char *); 39 puts("Another exception:"); in main() 45 puts("Caught a C-based exception."); in main() 56 puts("C++ allows __finally too!"); in main()
|
/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/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/llvm/test/Object/ |
D | objdump-relocations.test | 22 COFF-x86-64: IMAGE_REL_AMD64_REL32 puts 32 ELF-x86-64: R_X86_64_PC32 puts 38 ELF-hexagon: R_HEX_HI16 puts 39 ELF-hexagon: R_HEX_LO16 puts 41 ELF-hexagon: R_HEX_B22_PCREL puts
|
/external/icu4c/samples/cal/ |
D | cal.c | 202 puts("Usage: icucal [OPTIONS] [[MONTH] YEAR]"); in usage() 203 puts(""); in usage() 204 puts("Options:"); in usage() 205 puts(" -h, --help Print this message and exit."); in usage() 206 puts(" -v, --version Print the version number of cal and exit."); in usage() 207 puts(" -l, --long Use long names."); in usage() 208 puts(""); in usage() 209 puts("Arguments (optional):"); in usage() 210 puts(" MONTH An integer (1-12) indicating the month to display"); in usage() 211 puts(" YEAR An integer indicating the year to display"); in usage() [all …]
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/ |
D | update_html_tags_from_sources.sh | 40 …-e '$stdin.readlines.join("").scan(/\"([afimtvwx][\w\+-]+\/[\w\+-]+)"/) { puts $1 }' > ${tmp_pref… 75 …| ruby -e '$stdin.readlines.join("").scan(/\"([afimtvwx][\w\+-]+\/[\w\+-]+)"/) { puts $1 }' > ${tm… 94 …ruby -e '$stdin.readlines.join("").scan(/\"([\w\+-]+\/[\w\+-]+)"/) { puts $1 }' > ${tmp_prefix}.mi… 103 …ine.c | ruby -e '$stdin.readlines.join("").scan(/\"([\/\w-]+)"/) { |tag| puts tag }' > ${tmp_pref…
|
/external/zlib/src/contrib/infback9/ |
D | infback9.c | 80 puts(" /* inffix9.h -- table for decoding deflate64 fixed codes"); in makefixed9() 81 puts(" * Generated automatically by makefixed9()."); in makefixed9() 82 puts(" */"); in makefixed9() 83 puts(""); in makefixed9() 84 puts(" /* WARNING: this file should *not* be used by applications."); in makefixed9() 85 puts(" It is part of the implementation of this library and is"); in makefixed9() 86 puts(" subject to change. Applications should only use zlib.h."); in makefixed9() 87 puts(" */"); in makefixed9() 88 puts(""); in makefixed9() 99 puts("\n };"); in makefixed9() [all …]
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | MagicPointer.ll | 27 …%call = call i32 @puts(i8* getelementptr inbounds ([5 x i8]* @.str, i64 0, i64 0)) nounwind ; <i32… 35 …%call3 = call i32 @puts(i8* getelementptr inbounds ([4 x i8]* @.str1, i64 0, i64 0)) nounwind ; <i… 47 …%call10 = call i32 @puts(i8* getelementptr inbounds ([4 x i8]* @.str2, i64 0, i64 0)) nounwind ; <… 55 …%call15 = call i32 @puts(i8* getelementptr inbounds ([5 x i8]* @.str3, i64 0, i64 0)) nounwind ; <… 59 %call18 = call i32 @puts(i8* %x) nounwind ; <i32> [#uses=0] 75 declare i32 @puts(i8*)
|
/external/llvm/test/Analysis/Profiling/ |
D | edge-profiling.ll | 32 …%0 = call i32 @puts(i8* getelementptr inbounds ([12 x i8]* @.str, i64 0, i64 0)) nounwind ; <i32> … 36 declare i32 @puts(i8*) 69 …%3 = call i32 @puts(i8* getelementptr inbounds ([6 x i8]* @.str1, i64 0, i64 0)) nounwind ; <i32> … 76 …%6 = call i32 @puts(i8* getelementptr inbounds ([9 x i8]* @.str2, i64 0, i64 0)) nounwind ; <i32> … 81 …%7 = call i32 @puts(i8* getelementptr inbounds ([9 x i8]* @.str3, i64 0, i64 0)) nounwind ; <i32> … 86 …%8 = call i32 @puts(i8* getelementptr inbounds ([6 x i8]* @.str4, i64 0, i64 0)) nounwind ; <i32> … 105 …%14 = call i32 @puts(i8* getelementptr inbounds ([10 x i8]* @.str5, i64 0, i64 0)) nounwind ; <i32…
|
/external/llvm/test/MC/Mips/ |
D | elf-bigendian.ll | 38 %puts = tail call i32 @puts(i8* getelementptr inbounds ([4 x i8]* @str, i32 0, i32 0)) 42 %puts2 = tail call i32 @puts(i8* getelementptr inbounds ([4 x i8]* @str2, i32 0, i32 0)) 46 declare i32 @puts(i8* nocapture) nounwind
|
D | elf-reginfo.ll | 26 %puts = tail call i32 @puts(i8* getelementptr inbounds ([12 x i8]* @str, i64 0, i64 0)) 30 declare i32 @puts(i8* nocapture) nounwind
|
/external/llvm/test/MC/COFF/ |
D | global_ctors_dtors.ll | 15 declare i32 @puts(i8*) 18 %1 = call i32 @puts(i8* getelementptr inbounds ([13 x i8]* @.str, i32 0, i32 0)) 23 %1 = call i32 @puts(i8* getelementptr inbounds ([12 x i8]* @.str2, i32 0, i32 0)) 28 %1 = call i32 @puts(i8* getelementptr inbounds ([5 x i8]* @.str3, i32 0, i32 0))
|
/external/llvm/test/Transforms/GVN/ |
D | pre-compare.ll | 7 ; puts (x == 2 ? "a" : "b"); 9 ; puts("step 1"); 47 %call = tail call i32 @puts(i8* %cond) nounwind 55 %call2 = tail call i32 @puts(i8* getelementptr inbounds ([7 x i8]* @.str2, i64 0, i64 0)) nounwind 66 declare i32 @puts(i8* nocapture) nounwind
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-06-16-TailCallByVal.ll | 21 %puts = tail call i32 @puts(i8* %s) 25 declare i32 @puts(i8* nocapture) nounwind
|
/external/clang/test/CXX/over/over.oper/over.literal/ |
D | p7.cpp | 10 void puts(const char *); 12 puts(c); in operator ""_puts()
|