/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/ |
swapcontext_test.cc | 30 printf("ThrowAndCatch: %d\n", a); 36 printf("Child: %p\n", x); 50 printf("Child stack: %p\n", child_stack); 75 printf("Test1 passed\n"); 78 printf("Test2 passed\n"); 82 printf("Test3 passed\n"); 85 printf("Test4 passed\n");
|
/external/icu4c/test/perf/ucnvavailperf/ |
ucnvavailperf.cpp | 95 printf("u_setDataDirectory(%s)\n", argv[1]); 111 printf("memory usage after ucnv_open(ibm-1208): %lu\n", (long)icuMemUsage); 118 printf("ucnv_countAvailable() reports that %d converters are available.\n", count); 119 printf("ucnv_countAvailable() took %g seconds to figure this out.\n", elapsed); 120 printf("memory usage after ucnv_countAvailable(): %lu\n", (long)icuMemUsage); 123 printf("memory usage after ucnv_flushCache(): %lu\n", (long)icuMemUsage); 126 printf("memory usage after u_cleanup(): %lu\n", (long)icuMemUsage);
|
/external/iptables/extensions/ |
libxt_IDLETIMER.c | 47 printf( 63 printf(" timeout:%u", info->timeout); 64 printf(" label:%s", info->label); 65 printf(" send_nl_msg:%u", info->send_nl_msg); 74 printf(" --timeout %u", info->timeout); 75 printf(" --label %s", info->label); 76 printf(" --send_nl_msg %u", info->send_nl_msg);
|
libxt_length.c | 11 printf( 41 printf(" length %s", info->invert ? "!" : ""); 43 printf("%u", info->min); 45 printf("%u:%u", info->min, info->max); 52 printf("%s --length ", info->invert ? " !" : ""); 54 printf("%u", info->min); 56 printf("%u:%u", info->min, info->max);
|
libxt_mac.c | 16 printf( 44 printf(" %02X", macaddress[0]); 46 printf(":%02X", macaddress[i]); 53 printf(" MAC"); 56 printf(" !"); 66 printf(" !"); 68 printf(" --mac-source");
|
libxt_tcpmss.c | 11 printf( 41 printf(" tcpmss match %s", info->invert ? "!" : ""); 43 printf("%u", info->mss_min); 45 printf("%u:%u", info->mss_min, info->mss_max); 52 printf("%s --mss ", info->invert ? " !" : ""); 54 printf("%u", info->mss_min); 56 printf("%u:%u", info->mss_min, info->mss_max);
|
/external/libmtp/examples/ |
emptyfolders.c | 44 printf("empty folder %u (%s)\n",folderlist->folder_id,folderlist->name); 47 printf("Couldn't delete folder %u\n",folderlist->folder_id); 78 printf("This is a dummy run. No folders will be deleted.\n"); 79 printf("To delete folders, use the '-d' option.\n"); 89 printf("No devices.\n"); 100 printf("No folders found\n"); 109 printf("OK.\n");
|
/external/linux-tools-perf/scripts/perl/ |
check-perf-trace.pl | 39 printf("vec=%s\n", 55 printf("call_site=%p, ptr=%p, bytes_req=%u, bytes_alloc=%u, ". 67 printf("common_preempt_count=%d, common_flags=%s, common_lock_depth=%d, ", 83 printf("%-40s %10s\n", "event", "count"); 84 printf("%-40s %10s\n", "----------------------------------------", 88 printf("%-40s %10d\n", $event_name, $unhandled{$event_name}); 104 printf("%-20s %5u %05u.%09u %8u %-20s ",
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testlock.c | 29 printf("Process %u: exiting\n", SDL_ThreadID()); 41 printf("Process %u: Cleaning up...\n", id == mainthread ? 0 : id); 52 printf("Process %u ready to work\n", SDL_ThreadID()); 57 printf("Process %u, working!\n", SDL_ThreadID()); 59 printf("Process %u, done!\n", SDL_ThreadID()); 67 printf("Process %u: raising SIGTERM\n", SDL_ThreadID()); 92 printf("Main thread: %u\n", mainthread);
|
/external/tcpdump/ |
print-ppp.c | 435 printf("%s, ",typestr); 443 printf("%s (0x%02x), id %u, length %u", 459 printf("\n\tencoded length %u (=Option(s) length %u)",len,len-4); 470 printf("\n\t Magic-Num 0x%08x", EXTRACT_32BITS(tptr)); 473 printf(" Vendor: %s (%u)", 530 printf("\n\t Rejected %s Protocol (0x%04x)", 535 printf("\n\t Rejected Packet"); 545 printf("\n\t Magic-Num 0x%08x", EXTRACT_32BITS(tptr)); 548 printf("\n\t -----trailing data-----"); 557 printf("\n\t Magic-Num 0x%08x", EXTRACT_32BITS(tptr)) [all...] |
print-isakmp.c | 334 printf("%02x", p[i] & 0xff); 360 printf("[|attr]"); 364 printf("("); 367 printf("type=%s ", map[t].type); 369 printf("type=#%d ", t); 371 printf("value="); 374 printf("%s", map[t].value[v]); 378 printf("len=%d value=", EXTRACT_16BITS(&q[1])); 381 printf(")"); 398 printf("[|attr]") [all...] |
print-sll.c | 58 printf("%3s ",tok2str(sll_pkttype_values,"?",EXTRACT_16BITS(&sllp->sll_pkttype))); 66 (void)printf("%s ", etheraddr_string(sllp->sll_addr)); 81 (void)printf("802.3"); 88 (void)printf("802.3"); 95 (void)printf("ethertype Unknown (0x%04x)", 100 (void)printf("ethertype %s (0x%04x)", 104 (void)printf(", length %u: ", length); 129 printf("[|sll]"); 183 printf("(LLC %s) ",
|
/external/valgrind/main/memcheck/tests/ |
wrap5.c | 56 printf("in wrapper1-pre: fact(%d)\n", n); 60 printf("in wrapper1-post: fact(%d) = %d\n", n, r); 70 printf("in wrapper2-pre: fact(%d)\n", n); 74 printf("in wrapper2-post: fact(%d) = %d\n", n, r); 84 printf("computing fact1(7)\n"); 86 printf("fact1(7) = %d\n", r); 88 printf("allocated %d Lards\n", ctr);
|
/external/valgrind/main/none/tests/ |
pending.c | 20 printf("4: got signal %s\n", 50 printf("1: sending signal\n"); 54 printf("2: sleeping\n"); 62 printf("3: unblocking\n"); 66 printf("5: unblocked...\n"); 72 printf("6: checking SIGHUP still pending...\n"); 88 printf("OK\n");
|
/system/extras/tests/bionic/libc/common/ |
test_sem_post.c | 49 printf("thread %p waiting\n", me); 51 printf("thread %p exiting\n", me); 65 printf( "Could not initialize semaphore: %s\n", strerror(errno) ); 71 printf("Could not create thread %d: %s\n", nn+1, strerror(errno) ); 85 printf("Thread %p joined but returned %p\n", (void*)t[nn], result); 90 printf("Could not get semaphore value: %s\n", strerror(errno)); 94 printf("Error: Semaphore value = %d\n", value);
|
test_drand48.c | 32 printf( "%s: ", #value); \ 34 printf("KO: %ld (%ld expected)\n", _val, _expected); \ 37 printf("%ld (ok)\n", _expected); \ 45 printf( "%s: ", #value); \ 47 printf("KO: %.12g (%.12g expected)\n", _val, _expected); \ 50 printf("%.12g (ok)\n", _expected); \ 62 // This is done to confirm the correct printf format specifiers 65 printf(" l: %li\n", l); 66 printf(" f: %g\n", (double) f); 67 printf(" d: %g\n", d) [all...] |
/device/asus/flo/conn_init/ |
wfc_util_main.c | 74 printf("wfc_util_main is started\n"); 82 printf("wfc_util_main : %s%s\n", WFC_UTIL_CFG_TAG_MAC_ADDRESS, mac_add_buff); 84 printf("wfc_util_main : %s is not found\n", WFC_UTIL_CFG_TAG_MAC_ADDRESS); 105 printf("wfc_util_main : %s%s\n", WFC_UTIL_CFG_TAG_MAC_ADDRESS, mac_add_buff); 108 printf("wfc_util_main : %s%02x:%02x:%02x:%02x:%02x:%02x\n", 114 printf("wfc_util_main : %s%s\n", WFC_UTIL_CFG_TAG_MAC_ADDRESS, mac_add_buff); 117 printf("wfc_util_main : %s is not found\n", WFC_UTIL_CFG_TAG_MAC_ADDRESS); 130 printf("wfc_util_main : wfc_util_fget_buffer[%02x:%02x:%02x:%02x:%02x:%02x]\n", 134 printf("wfc_util_main : %s is not found\n", WFC_UTIL_CFG_TAG_MAC_ADDRESS);
|
/device/lge/mako/conn_init/ |
wfc_util_main.c | 74 printf("wfc_util_main is started\n"); 82 printf("wfc_util_main : %s%s\n", WFC_UTIL_CFG_TAG_MAC_ADDRESS, mac_add_buff); 84 printf("wfc_util_main : %s is not found\n", WFC_UTIL_CFG_TAG_MAC_ADDRESS); 105 printf("wfc_util_main : %s%s\n", WFC_UTIL_CFG_TAG_MAC_ADDRESS, mac_add_buff); 108 printf("wfc_util_main : %s%02x:%02x:%02x:%02x:%02x:%02x\n", 114 printf("wfc_util_main : %s%s\n", WFC_UTIL_CFG_TAG_MAC_ADDRESS, mac_add_buff); 117 printf("wfc_util_main : %s is not found\n", WFC_UTIL_CFG_TAG_MAC_ADDRESS); 130 printf("wfc_util_main : wfc_util_fget_buffer[%02x:%02x:%02x:%02x:%02x:%02x]\n", 134 printf("wfc_util_main : %s is not found\n", WFC_UTIL_CFG_TAG_MAC_ADDRESS);
|
/external/dropbear/libtomcrypt/demos/ |
hashsum.c | 26 printf("usage: ./hash algorithm file [file ...]\n"); 27 printf("Algorithms:\n"); 29 printf(" %s (%d)\n", hash_descriptor[x].name, hash_descriptor[x].ID); 48 printf("%02x",hash_buffer[x]); 50 printf(" (stdin)\n"); 55 printf("File hash error: %s\n", error_to_string(errno)); 58 printf("%02x",hash_buffer[x]); 60 printf(" %s\n", argv[z]); 110 printf("chc_register error: %s\n", error_to_string(err));
|
/external/elfutils/tests/ |
arextract.c | 56 printf ("Cannot open input file: %m"); 68 printf ("Cannot create ELF descriptor: %s\n", elf_errmsg (-1)); 75 printf ("`%s' is no archive\n", argv[1]); 87 printf ("cannot get arhdr: %s\n", elf_errmsg (-1)); 99 printf ("\ 109 printf ("cannot open output file: %m"); 142 printf ("Freeing ELF descriptors failed: %s", elf_errmsg (-1)); 157 printf ("error while freeing sub-ELF descriptor: %s\n", 165 printf ("File `%s' not found in archive\n", argv[2]);
|
asm-tst6.c | 62 printf ("cannot create assembler context: %s\n", asm_errmsg (-1)); 77 printf ("cannot section group %Zu: %s\n", cnt, asm_errmsg (-1)); 86 printf ("cannot data section for group %Zu: %s\n", 98 printf ("cannot create symbol \"%s\": %s\n", buf, asm_errmsg (-1)); 106 printf ("cannot create content of section \"%s\": %s\n", 115 printf ("cannot set signature for section group %Zu: %s\n", 125 printf ("cannot stab section for group %Zu: %s\n", 134 printf ("cannot create content of section \"%s\": %s\n", 144 printf ("cannot create output file: %s\n", asm_errmsg (-1));
|
show-abbrev.c | 46 printf ("%s not usable: %s\n", argv[cnt], dwarf_errmsg (-1)); 75 printf ("dwarf_getabbrevtag at offset %llu returned error: %s\n", 84 printf ("dwarf_getabbrevcode at offset %llu returned error: %s\n", 93 printf ("dwarf_abbrevhaschildren at offset %llu returned error: %s\n", 99 printf ("abbrev[%llu]: code = %u, tag = %u, children = %d\n", 105 printf ("dwarf_getattrcnt at offset %llu returned error: %s\n", 118 printf ("dwarf_getabbrevattr for abbrev[%llu] and index %zu failed\n", 121 printf ("abbrev[%llu]: attr[%zu]: code = %u, form = %u, offset = %" PRIu64 "\n", 132 printf ("dwarf_end failed for %s: %s\n", argv[cnt],
|
/external/ipsec-tools/src/racoon/ |
getcertsbyname.c | 142 printf("getrrsetbyname: %s\n", hstrerror(error)); 152 printf("getrrsetbyname: %s", hstrerror(error)); 159 printf("rr is not valid"); 174 printf("type=%d keytag=%d alg=%d len=%d\n", 183 printf("getnewci: %s", strerror(errno)); 232 printf("realloc: %s", strerror(errno)); 246 printf("get a DNS packet len=%d\n", anslen); 259 printf("query count is not 1.\n"); 268 printf("dn_expand failed.\n"); 281 printf("dn_expand failed.\n") [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/yaffs2/yaffs2/direct/ |
dtest.c | 30 printf("problem writing yaffs file\n"); 100 printf("pattern check failed on file %s, size %d at position %d. Got %x instead of %x\n", 124 printf("%s\n",fn); 127 printf("%02x",b); 131 printf("\n"); 135 printf("\n"); 151 printf("*****\nDump file %s does not exist\n",fn); 156 printf("*****\nDump file %s size %d\n",fn,size); 206 printf("=====>>>>> verification of file %s failed near position %d\n",fn,yaffs_lseek(h,0,SEEK_CUR)); 323 printf("\n*****************\nIteration %d\n",i) [all...] |