/external/clang/test/CodeGenCXX/ |
copy-constructor-synthesis.cpp | 3 extern "C" int printf(...); 30 printf("iM = %d iN = %d, m1.iM = %d\n", iM, iN, m1.iM); 31 printf("im = %d p0.iP = %d, p1.iP = %d\n", iP, p0.iP, p1.iP); 32 printf("f1 = %f d1 = %f i1 = %d name(%s) \n", f1, d1, i1, name); 33 printf("bf1 = %x bf2 = %x\n", bf1, bf2); 34 printf("au_i2 = %d\n", au_i2); 35 printf("au1_1 = %s\n", au1_1); 82 printf("ARR_S[%d][%d][%d] = %d\n", i,j,k, ARR_S[i][j][k].iS); 85 printf("ARR_I[%d][%d] = %d\n", i,k, ARR_I[i][k].iI);
|
/external/dbus/dbus/ |
dbus-test.c | 44 printf ("%s: checking for memleaks\n", "dbus-test"); 63 printf ("%s: running %s tests\n", "dbus-test", test_name); 79 printf ("%s: running %s tests\n", "dbus-test", test_name); 109 printf ("Test data in %s\n", test_data_dir); 111 printf ("No test data!\n"); 132 printf ("%s: running recursive marshalling tests\n", "dbus-test"); 172 printf ("%s: running md5 tests\n", "dbus-test"); 185 printf ("%s: completed successfully\n", "dbus-test"); 187 printf ("Not compiled with unit tests, not running any\n");
|
/external/elfutils/tests/ |
arextract.c | 44 printf ("Cannot open input file: %m"); 56 printf ("Cannot create ELF descriptor: %s\n", elf_errmsg (-1)); 63 printf ("`%s' is no archive\n", argv[1]); 75 printf ("cannot get arhdr: %s\n", elf_errmsg (-1)); 87 printf ("\ 97 printf ("cannot open output file: %m"); 130 printf ("Freeing ELF descriptors failed: %s", elf_errmsg (-1)); 145 printf ("error while freeing sub-ELF descriptor: %s\n", 153 printf ("File `%s' not found in archive\n", argv[2]);
|
asm-tst6.c | 39 printf ("cannot create assembler context: %s\n", asm_errmsg (-1)); 54 printf ("cannot section group %Zu: %s\n", cnt, asm_errmsg (-1)); 63 printf ("cannot data section for group %Zu: %s\n", 75 printf ("cannot create symbol \"%s\": %s\n", buf, asm_errmsg (-1)); 83 printf ("cannot create content of section \"%s\": %s\n", 92 printf ("cannot set signature for section group %Zu: %s\n", 102 printf ("cannot stab section for group %Zu: %s\n", 111 printf ("cannot create content of section \"%s\": %s\n", 121 printf ("cannot create output file: %s\n", asm_errmsg (-1));
|
get-lines.c | 35 printf ("%s not usable: %s\n", argv[cnt], dwarf_errmsg (-1)); 48 printf ("cuhl = %zu, o = %llu, asz = %hhu, osz = %hhu, ncu = %llu\n", 57 printf ("%s: cannot get CU die\n", argv[cnt]); 67 printf ("%s: cannot get lines\n", argv[cnt]); 72 printf (" %zu lines\n", nlb); 79 printf ("%s: cannot get individual line\n", argv[cnt]); 92 printf ("%" PRIx64 ": %s:%d:", (uint64_t) addr, 99 printf ("%d:", column); 117 printf (" is_stmt:%s, end_seq:%s, bb:%s, prologue:%s, epilogue:%s\n",
|
show-abbrev.c | 34 printf ("%s not usable: %s\n", argv[cnt], dwarf_errmsg (-1)); 63 printf ("dwarf_getabbrevtag at offset %llu returned error: %s\n", 72 printf ("dwarf_getabbrevcode at offset %llu returned error: %s\n", 81 printf ("dwarf_abbrevhaschildren at offset %llu returned error: %s\n", 87 printf ("abbrev[%llu]: code = %u, tag = %u, children = %d\n", 93 printf ("dwarf_getattrcnt at offset %llu returned error: %s\n", 106 printf ("dwarf_getabbrevattr for abbrev[%llu] and index %zu failed\n", 109 printf ("abbrev[%llu]: attr[%zu]: code = %u, form = %u, offset = %" PRIu64 "\n", 120 printf ("dwarf_end failed for %s: %s\n", argv[cnt],
|
update3.c | 47 printf ("cannot open `%s': %s\n", fname, strerror (errno)); 58 printf ("cannot create ELF descriptor: %s\n", elf_errmsg (-1)); 66 printf ("cannot create ELF header: %s\n", elf_errmsg (-1)); 74 printf (" %02x", ehdr->e_ident[i]); 75 printf ("\ 98 printf ("cannot create program header: %s\n", elf_errmsg (-1)); 110 printf ("cannot create SHSTRTAB section: %s\n", elf_errmsg (-1)); 116 printf ("cannot get header for SHSTRTAB section: %s\n", elf_errmsg (-1)); 136 printf ("cannot create data SHSTRTAB section: %s\n", elf_errmsg (-1)); 148 printf ("failure in elf_update(NULL): %s\n", elf_errmsg (-1)) [all...] |
/external/openssl/apps/ |
dh.c | 251 printf("p="); 253 printf("\ng="); 255 printf("\n"); 257 printf("recommended private length=%ld\n",dh->length); 269 printf("p value is not prime\n"); 271 printf("p value is not a safe prime\n"); 273 printf("unable to check the generator value\n"); 275 printf("the g value is not a generator\n"); 277 printf("DH parameters appear to be ok.\n"); 293 printf("static unsigned char dh%d_p[]={",bits) [all...] |
/external/srec/audio/test/AudioHardwareRecordLoop/src/ |
AudioHardwareRecordLoop.c | 56 printf("For debugging, this is configured to sleep for %u milliseconds before AudioSetInputFormat(%u)\n\n", delay_ms, SAMPLING_RATE); 62 printf("ERROR: AudioSetInputFormat() returns %d\n", rc); 84 printf("ERROR: AudioSetInputFormat() returns %d\n", rc); 89 printf("Recording: %3d of %3d\n", iFile, N_RECORDINGS); 96 printf("ERROR: AudioOpen() returns %d (device handle/ID)\n", rc); 107 printf("ERROR: AudioRead() returns %d\n", rc); 113 printf("ERROR: AudioClose() returns %d\n", rc); 128 printf("ERROR: cannot create '%s'\n", szFilename); 134 printf("Recording: saved '%s'\n", szFilename);
|
/external/wpa_supplicant/tests/ |
test_ms_funcs.c | 62 printf("Testing ms_funcs.c\n"); 68 printf("challenge_hash failed\n"); 74 printf("nt_password_hash failed\n"); 83 printf("generate_nt_response failed\n"); 89 printf("hash_nt_password_hash failed\n"); 99 printf("generate_authenticator_response failed\n"); 105 printf("get_master_key failed\n"); 111 printf("get_asymetric_start_key failed\n"); 116 printf("FAILED! %d errors\n", errors);
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
test_ms_funcs.c | 62 printf("Testing ms_funcs.c\n"); 68 printf("challenge_hash failed\n"); 74 printf("nt_password_hash failed\n"); 83 printf("generate_nt_response failed\n"); 89 printf("hash_nt_password_hash failed\n"); 99 printf("generate_authenticator_response failed\n"); 105 printf("get_master_key failed\n"); 111 printf("get_asymetric_start_key failed\n"); 116 printf("FAILED! %d errors\n", errors);
|
/frameworks/compile/libbcc/tests/data/src/ |
bellard.otccex.c | 44 /* Well, we could use printf, but it would be too easy */ 69 printf("%c", *(char *)p); 104 printf("fib(%d) = ", n); 106 printf("\n"); 108 printf("fact(%d) = ", n); 110 printf("Overflow"); 116 printf("\n"); 123 printf("usage: %s n [base]\n", name); 124 printf("Compute fib(n) and fact(n) and output the result in base 'base'\n");
|
/hardware/qcom/media/mm-video/vidc/vdec/test/ |
omx_vdec_test.cpp | 58 #define DEBUG_PRINT printf 59 #define DEBUG_PRINT_ERROR printf 73 #define DEBUG_PRINT(...) printf(__VA_ARGS__) 74 #define DEBUG_PRINT_ERROR(...) printf(__VA_ARGS__) 75 #define DEBUG_PRINT_LOW(...) printf(__VA_ARGS__) 316 printf("\n cmd_str = %s", curr_seq_command); 329 printf("\n\n $$$$$ PAUSE $$$$$"); 332 printf("\n After frame number %u", data); 335 printf("\n Sending PAUSE cmd to OMX compt"); 338 printf("\n EventHandler for PAUSE DONE") [all...] |
/external/iptables/extensions/ |
libip6t_dst.c | 15 printf( 91 printf("opts str: %s %s\n", cp, range); 92 printf("opts opt: %04X\n", opts[i]); 102 printf("addr nr: %d\n", i); 126 printf(" "); 128 printf("%d", (optsp[i] & 0xFF00) >> 8); 131 printf(":%d", (optsp[i] & 0x00FF)); 133 printf("%c", (i != optsnr - 1) ? ',' : ' '); 142 printf(" dst"); 144 printf(" length:%s%u" [all...] |
/external/llvm/test/CodeGen/Generic/ |
print-arith-fp.ll | 18 declare i32 @printf(i8*, ...) 25 call i32 (i8*, ...)* @printf( i8* %a_s, double %a ) ; <i32>:1 [#uses=0] 26 call i32 (i8*, ...)* @printf( i8* %b_s, double %b ) ; <i32>:2 [#uses=0] 37 call i32 (i8*, ...)* @printf( i8* %add_s, double %add_r ) ; <i32>:3 [#uses=0] 38 call i32 (i8*, ...)* @printf( i8* %sub_s, double %sub_r ) ; <i32>:4 [#uses=0] 39 call i32 (i8*, ...)* @printf( i8* %mul_s, double %mul_r ) ; <i32>:5 [#uses=0] 40 call i32 (i8*, ...)* @printf( i8* %div_s, double %div_r ) ; <i32>:6 [#uses=0] 41 call i32 (i8*, ...)* @printf( i8* %rem_s, double %rem_r ) ; <i32>:7 [#uses=0] 54 call i32 (i8*, ...)* @printf( i8* %lt_s, i1 %lt_r ) ; <i32>:8 [#uses=0] 55 call i32 (i8*, ...)* @printf( i8* %le_s, i1 %le_r ) ; <i32>:9 [#uses=0 [all...] |
/external/llvm/test/CodeGen/X86/ |
switch-crit-edge-constant.ll | 36 %tmp8 = tail call i32 (i8*, ...)* @printf( i8* %s.0 ) ; <i32> [#uses=0] 37 %tmp10 = tail call i32 (i8*, ...)* @printf( i8* %s.0 ) ; <i32> [#uses=0] 38 %tmp12 = tail call i32 (i8*, ...)* @printf( i8* %s.0 ) ; <i32> [#uses=0] 39 %tmp14 = tail call i32 (i8*, ...)* @printf( i8* %s.0 ) ; <i32> [#uses=0] 40 %tmp16 = tail call i32 (i8*, ...)* @printf( i8* %s.0 ) ; <i32> [#uses=0] 41 %tmp18 = tail call i32 (i8*, ...)* @printf( i8* %s.0 ) ; <i32> [#uses=0] 42 %tmp20 = tail call i32 (i8*, ...)* @printf( i8* %s.0 ) ; <i32> [#uses=0] 43 %tmp22 = tail call i32 (i8*, ...)* @printf( i8* %s.0 ) ; <i32> [#uses=0] 44 %tmp24 = tail call i32 (i8*, ...)* @printf( i8* %s.0 ) ; <i32> [#uses=0] 45 %tmp26 = tail call i32 (i8*, ...)* @printf( i8* %s.0 ) ; <i32> [#uses=0 [all...] |
/external/valgrind/main/memcheck/tests/ |
wrap6.c | 194 printf("fn_0 wrapper pre ()\n"); 196 printf("fn_0 wrapper post1 = %d\n", (int)r); 198 printf("fn_0 wrapper post2 = %d\n", (int)r); 221 printf("fn_1 wrapper pre ( %d )\n", (int)a1); 223 printf("fn_1 wrapper post1 = %d\n", (int)r); 225 printf("fn_1 wrapper post2 = %d\n", (int)r); 249 printf("fn_2 wrapper pre ( %d, %d )\n", (int)a1, (int)a2); 251 printf("fn_2 wrapper post1 = %d\n", (int)r); 253 printf("fn_2 wrapper post2 = %d\n", (int)r); 278 printf("fn_3 wrapper pre ( %d, %d, %d )\n", (int)a1, (int)a2, (int)a3) [all...] |
/external/zlib/contrib/testzlib/ |
testzlib.c | 25 // printf("rdtsc = %I64x\n",__rdtsc());
34 // printf("rdtsc = %I64x\n",__rdtsc());
163 printf("run TestZlib <File> [BlockSizeCompress] [BlockSizeUncompress] [compres. level]\n");
169 printf("error reading %s\n",argv[1]);
172 else printf("file %s read, %u bytes\n",argv[1],lFileSize);
220 printf("total compress size = %u, in %u step\n",lSizeCpr,step);
221 printf("time = %u msec = %f sec\n",dwGetTick,dwGetTick/(double)1000.);
222 printf("defcpr time QP = %u msec = %f sec\n",dwMsecQP,dwMsecQP/(double)1000.);
223 printf("defcpr result rdtsc = %I64x\n\n",dwResRdtsc.QuadPart);
261 printf("total uncompress size = %u, in %u step\n",lSizeUncpr,step); [all...] |
/hardware/libhardware/tests/nusensors/ |
nusensors.cpp | 68 printf("hw_get_module() failed (%s)\n", strerror(-err)); 74 printf("sensors_open() failed (%s)\n", strerror(-err)); 80 printf("%d sensors found:\n", count); 82 printf("%s\n" 106 printf("deactivate() for '%s'failed (%s)\n", 115 printf("activate() for '%s'failed (%s)\n", 125 printf("poll() failed (%s)\n", strerror(-err)); 129 printf("read %d events:\n", n); 134 printf("incorrect event version (version=%d, expected=%d", 147 printf("sensor=%s, time=%lld, value=<%5.1f,%5.1f,%5.1f>\n" [all...] |
/system/extras/tests/directiotest/ |
directiotest.c | 145 printf("%08x ", i); 146 printf("%02x ", val); 149 printf(" %-16s\n", ascii_buf); 156 printf(" "); 157 printf(" %-16s\n", ascii_buf); 164 printf("Testing area %d/%d (%6.2f%% complete)\r", current, total, 182 printf("Usage: directiotest blkdev_path\n"); 224 printf("Warning: Device too large for test variables\n"); 225 printf("Entire device will not be tested\n"); 231 printf("Starting test\n") [all...] |
/external/ping6/ |
ping6.c | 1034 printf("PING6(%lu=40+8+%lu bytes) ", (unsigned long)(40 + pingerlen()), 1036 printf("%s --> ", pr_addr((struct sockaddr *)&src, sizeof(src))); 1037 printf("%s\n", pr_addr((struct sockaddr *)&dst, sizeof(dst))); 1132 printf("new path MTU (%d) is " [all...] |
/external/tcpdump/ |
print-telnet.c | 132 printf("IAC IAC"); 150 (void)printf("%s %s", telcmds[i], telopts[x]); 153 (void)printf("%s %#x", telcmds[i], x); 173 (void)printf(" %s", STR_OR_ID(c, authcmd)); 178 (void)printf(" %s", STR_OR_ID(c, authtype)); 185 (void)printf(" %s", STR_OR_ID(c, enccmd)); 190 (void)printf(" %s", STR_OR_ID(c, enctype)); 197 (void)printf(" %s", STR_OR_ID(c, cmds)); 203 (void)printf(" %#x", x); 207 (void)printf(" SE") [all...] |
print-lmp.c | 385 printf("LMP version %u packet not supported", 392 printf("LMPv%u %s Message, length: %u", 403 printf("\n\tLMPv%u, msg-type: %s, Flags: [%s], length: %u", 424 printf("\n\t %s Object (%u), Class-Type: %s (%u) Flags: [%snegotiable], length: %u", 450 printf("\n\t Control Channel ID: %u (0x%08x)", 465 printf("\n\t IPv4 Link ID: %s (0x%08x)", 472 printf("\n\t IPv6 Link ID: %s (0x%08x)", 479 printf("\n\t Link ID: %u (0x%08x)", 491 printf("\n\t Message ID: %u (0x%08x)", 496 printf("\n\t Message ID Ack: %u (0x%08x)" [all...] |
/external/qemu-pc-bios/bochs/bios/ |
biossums.c | 103 printf("Error. Need a file-name as an argument.\n"); 109 printf("Error opening %s for reading.\n", argv[arg]); 114 printf("Error reading 64KBytes from %s.\n", argv[arg]); 127 printf( "\n\nPCI-Bios header at: 0x%4lX\n", offset ); 128 printf( "Current checksum: 0x%02X\n", cur_val ); 129 printf( "Calculated checksum: 0x%02X ", new_val ); 133 printf( "Setting checksum." ); 137 printf( "Multiple PCI headers! No checksum set." ); 140 printf( "\n" ); 150 printf( "\n\nMP header at: 0x%4lX\n", offset ) [all...] |
/external/srtp/crypto/ae_xfm/ |
xfm.c | 213 printf("ENC using key %s\n", octet_string_hex_string(key, KEY_LEN)); 241 printf("plaintext len: %d\n", *opaque_len); 242 printf("iv: %s\n", octet_string_hex_string(iv, IV_LEN)); 243 printf("plaintext: %s\n", octet_string_hex_string(opaque, *opaque_len)); 253 printf("ciphertext len: %d\n", *opaque_len); 254 printf("ciphertext: %s\n", octet_string_hex_string(opaque, *opaque_len)); 271 printf("hmac input: %s\n", 279 printf("hmac input: %s\n", 286 printf("prot data len: %d\n", *opaque_len); 287 printf("prot data: %s\n", octet_string_hex_string(opaque, *opaque_len)) [all...] |