/frameworks/base/tools/validatekeymaps/ |
Main.cpp | 41 fprintf(stderr, "Keymap Validation Tool\n\n"); 42 fprintf(stderr, "Usage:\n"); 43 fprintf(stderr, 77 fprintf(stderr, "Supported file types: *.kl, *.kcm, virtualkeys.*\n\n"); 84 fprintf(stderr, "Error %d parsing key layout file.\n\n", status); 95 fprintf(stderr, "Error %d parsing key character map file.\n\n", status); 105 fprintf(stderr, "Error %d parsing input device configuration file.\n\n", status); 116 fprintf(stderr, "Error %d parsing virtual key definition file.\n\n", status); 142 fputs("Failed!\n", stderr);
|
/device/samsung/manta/recovery/ |
recovery_updater.c | 56 fprintf(stderr, "failed to seek to %d: %s\n", 61 fprintf(stderr, "failed to write bootloader: %s\n", strerror(errno)); 72 fprintf(stderr, "failed to read boot flag: %s\n", strerror(errno)); 76 fprintf(stderr, "bootflag is [%c%c%c%c%c%c%c%c]\n", 97 fprintf(stderr, "expected bootloader.img of length %d; got %d\n", 105 fprintf(stderr, "failed to open %s: %s\n", force_ro_fn, strerror(errno)); 109 fprintf(stderr, "failed to write %s: %s\n", force_ro_fn, strerror(errno)); 115 fprintf(stderr, "failed to close %s: %s\n", force_ro_fn, strerror(errno)); 121 fprintf(stderr, "failed to open %s: %s\n", block_fn, strerror(errno)); 132 fprintf(stderr, "updating secondary copy of bootloader\n") [all...] |
/external/mdnsresponder/mDNSPosix/ |
Client.c | 69 fprintf(stderr, "*** %s name = '%s', type = '%s', domain = '%s'\n", state, nameC, typeC, domainC); 82 fprintf(stderr, 90 fprintf(stderr, 104 fprintf(stderr, 107 fprintf(stderr, " -v verbose mode, level is a number from 0 to 2\n"); 108 fprintf(stderr, " 0 = no debugging info (default)\n"); 109 fprintf(stderr, " 1 = standard debugging info\n"); 110 fprintf(stderr, " 2 = intense debugging info\n"); 111 fprintf(stderr, " -t uses 'type' as the service type (default is '%s')\n", kDefaultServiceType); 112 fprintf(stderr, " -d uses 'domain' as the domain to browse (default is '%s')\n", kDefaultDomain) [all...] |
/external/valgrind/main/gdbserver_tests/ |
sleepers.c | 29 fprintf(stderr, "pid %d Thread %d %s\n", getpid(), gettid(), msg); 30 fflush(stderr); 50 fprintf(stderr, "signal_ready lock error %d_n", rc); 54 fprintf(stderr, "signal_ready signal error %d_n", rc); 57 fprintf(stderr, "signal_ready unlock error %d_n", rc); 75 fprintf(stderr, "%s ready to sleep and/or burn\n", s->name); 76 fflush (stderr); 90 fprintf(stderr, "%s finished to sleep and/or burn\n", s->name); 91 fflush (stderr); 102 fprintf(stderr, "wait_ready lock error %d_n", rc) [all...] |
/system/core/toolbox/ |
alarm.c | 54 fprintf(stderr, "%s: invalid option -%c\n", 60 fprintf(stderr,"%s [-uwa] [-t type] [seconds]\n", argv[0]); 66 fprintf(stderr, "Unable to open rtc: %s\n", strerror(errno)); 77 fprintf(stderr, "Unable to read alarm: %s\n", strerror(errno)); 97 fprintf(stderr, "Unable to set alarm: %s\n", strerror(errno)); 116 fprintf(stderr, "Unable to get current time: %s\n", strerror(errno)); 128 fprintf(stderr, "Unable to set alarm: %s\n", strerror(errno)); 135 fprintf(stderr, "Unable to set alarm: %s\n", strerror(errno)); 140 fprintf(stderr, "Unable to enable alarm: %s\n", strerror(errno)); 146 fprintf(stderr,"%s [-u] [date]\n", argv[0]) [all...] |
ioctl.c | 47 fprintf(stderr, "%s [-l <length>] [-a <argsize>] [-rdh] <device> <ioctlnr>\n" 55 fprintf(stderr, "%s: invalid option -%c\n", 62 fprintf(stderr, "%s: too few arguments\n", argv[0]); 68 fprintf(stderr, "cannot open %s\n", argv[optind]); 92 fprintf(stderr, "%s: too many arguments\n", argv[0]); 115 fprintf(stderr, "ioctl 0x%x failed, %d\n", ioctl_nr, res);
|
kill.c | 75 fprintf(stderr, "%2d) SIG%-9s ", i, signals[index].name); 78 fprintf(stderr, "\n"); 83 fprintf(stderr, "\n"); 112 fprintf(stderr, "invalid argument: -\n"); 126 fprintf(stderr, "invalid signal name: %s\n", arg); 140 fprintf(stderr, "could not kill pid %d: %s\n", pid, strerror(errno));
|
/system/extras/tests/bionic/libc/common/ |
test_libgen.c | 25 fprintf(stderr, 30 fprintf(stderr, 40 fprintf(stderr, "KO: basename(\"%s\") returned NULL with error %d\n", 45 fprintf(stderr, "KO: basename(\"%s\") returned \"%s\", instead of \"%s\"\n", 64 fprintf(stderr, 72 fprintf(stderr, 80 fprintf(stderr, 97 fprintf(stderr, 105 fprintf(stderr, 113 fprintf(stderr, [all...] |
/external/iproute2/tc/ |
q_tbf.c | 28 fprintf(stderr, "Usage: ... tbf limit BYTES burst BYTES[/BYTES] rate KBPS [ mtu BYTES[/BYTES] ]\n"); 29 fprintf(stderr, " [ peakrate KBPS ] [ latency TIME ] "); 30 fprintf(stderr, "[ overhead BYTES ] [ linklayer TYPE ]\n"); 35 fprintf(stderr, "Illegal \"%s\"\n", arg); 57 fprintf(stderr, "Double \"limit/latency\" spec\n"); 68 fprintf(stderr, "Double \"limit/latency\" spec\n"); 81 fprintf(stderr, "Double \"buffer/burst\" spec\n"); 93 fprintf(stderr, "Double \"mtu/minburst\" spec\n"); 104 fprintf(stderr, "Double \"mpu\" spec\n"); 115 fprintf(stderr, "Double \"rate\" spec\n") [all...] |
tc_filter.c | 33 fprintf(stderr, "Usage: tc filter [ add | del | change | replace | show ] dev STRING\n"); 34 fprintf(stderr, " [ pref PRIO ] protocol PROTO\n"); 35 fprintf(stderr, " [ estimator INTERVAL TIME_CONSTANT ]\n"); 36 fprintf(stderr, " [ root | classid CLASSID ] [ handle FILTERID ]\n"); 37 fprintf(stderr, " [ [ FILTER_TYPE ] [ help | OPTIONS ] ]\n"); 38 fprintf(stderr, "\n"); 39 fprintf(stderr, " tc filter show [ dev STRING ] [ root | parent CLASSID ]\n"); 40 fprintf(stderr, "Where:\n"); 41 fprintf(stderr, "FILTER_TYPE := { rsvp | u32 | fw | route | etc. }\n"); 42 fprintf(stderr, "FILTERID := ... format depends on classifier, see there\n") [all...] |
/external/speex/libspeex/ |
fixed_debug.h | 55 fprintf (stderr, "NEG16: input is not short: %d\n", (int)x); 59 fprintf (stderr, "NEG16: output is not short: %d\n", (int)res); 68 fprintf (stderr, "NEG16: input is not int: %d\n", (int)x); 72 fprintf (stderr, "NEG16: output is not int: %d\n", (int)res); 83 fprintf (stderr, "EXTRACT16: input is not short: %d in %s: line %d\n", x, file, line); 96 fprintf (stderr, "EXTEND32: input is not short: %d in %s: line %d\n", x, file, line); 109 fprintf (stderr, "SHR16: inputs are not short: %d >> %d in %s: line %d\n", a, shift, file, line); 113 fprintf (stderr, "SHR16: output is not short: %d in %s: line %d\n", res, file, line); 123 fprintf (stderr, "SHL16: inputs are not short: %d %d in %s: line %d\n", a, shift, file, line); 127 fprintf (stderr, "SHL16: output is not short: %d in %s: line %d\n", res, file, line) [all...] |
/development/tools/etc1tool/ |
etc1tool.cpp | 35 vfprintf(stderr, message, ap); 37 fprintf(stderr, "\n\n"); 38 fprintf(stderr, "usage:\n"); 41 stderr, 44 fprintf(stderr, "\tDefault is --encode\n"); 45 fprintf(stderr, "\t\t--help print this usage information.\n"); 46 fprintf(stderr, 49 stderr, 51 fprintf(stderr, 53 fprintf(stderr, [all...] |
/external/chromium_org/third_party/lzma_sdk/ |
Alloc.c | 30 fprintf(stderr, "\nAlloc %10d bytes, count = %10d, addr = %8X", size, g_allocCount++, (unsigned)p); 42 fprintf(stderr, "\nFree; count = %10d, addr = %8X", --g_allocCount, (unsigned)address); 54 fprintf(stderr, "\nAlloc_Mid %10d bytes; count = %10d", size, g_allocCountMid++); 63 fprintf(stderr, "\nFree_Mid; count = %10d", --g_allocCountMid); 100 fprintf(stderr, "\nAlloc_Big %10d bytes; count = %10d", size, g_allocCountBig++); 119 fprintf(stderr, "\nFree_Big; count = %10d", --g_allocCountBig);
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
Alloc.c | 31 fprintf(stderr, "\nAlloc %10d bytes, count = %10d, addr = %8X", size, g_allocCount++, (unsigned)p); 43 fprintf(stderr, "\nFree; count = %10d, addr = %8X", --g_allocCount, (unsigned)address); 55 fprintf(stderr, "\nAlloc_Mid %10d bytes; count = %10d", size, g_allocCountMid++); 64 fprintf(stderr, "\nFree_Mid; count = %10d", --g_allocCountMid); 101 fprintf(stderr, "\nAlloc_Big %10d bytes; count = %10d", size, g_allocCountBig++); 120 fprintf(stderr, "\nFree_Big; count = %10d", --g_allocCountBig);
|
/external/clang/test/PCH/ |
headersearch.cpp | 23 // RUN: %clang_cc1 -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -Wpadded -emit-llvm-only %s 2> %t.stderr 24 // RUN: grep 'struct orig_sub' %t.stderr 27 // RUN: not %clang_cc1 -DREDECL -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -emit-llvm-only %s 2> %t.stderr 28 // RUN: grep 'void foo' %t.stderr 31 // RUN: not %clang_cc1 -DINSTANTIATION -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -emit-llvm-only %s 2> %t.stderr 32 // RUN: grep 'orig_sub2_1' %t.stderr
|
/external/dropbear/libtomcrypt/testprof/ |
dsa_test.c | 17 if (stat1 == 0) { fprintf(stderr, "dsa_verify_key "); return 1; } 29 fprintf(stderr, "dsa_decrypt failed, y == %lu\n", y); 44 if (!(stat1 == 1 && stat2 == 0)) { fprintf(stderr, "dsa_verify %d %d", stat1, stat2); return 1; } 53 if (stat1 == 0) { fprintf(stderr, "dsa_verify (import private) %d ", stat1); return 1; } 63 if (stat1 == 0) { fprintf(stderr, "dsa_verify (import public) %d ", stat1); return 1; } 74 fprintf(stderr, "NOP");
|
/external/lzma/C/ |
Alloc.c | 30 fprintf(stderr, "\nAlloc %10d bytes, count = %10d, addr = %8X", size, g_allocCount++, (unsigned)p);
42 fprintf(stderr, "\nFree; count = %10d, addr = %8X", --g_allocCount, (unsigned)address);
54 fprintf(stderr, "\nAlloc_Mid %10d bytes; count = %10d", size, g_allocCountMid++);
63 fprintf(stderr, "\nFree_Mid; count = %10d", --g_allocCountMid);
100 fprintf(stderr, "\nAlloc_Big %10d bytes; count = %10d", size, g_allocCountBig++);
119 fprintf(stderr, "\nFree_Big; count = %10d", --g_allocCountBig);
|
/external/qemu/android/utils/ |
debug.c | 67 /** STDOUT/STDERR REDIRECTION 69 ** allows you to shut temporarily shutdown stdout/stderr 85 err_fd = _fileno(stderr); 102 err_fd = _fileno(stderr); 117 err_fd = fileno(stderr); 134 err_fd = fileno(stderr);
|
/external/valgrind/main/none/tests/amd64/ |
asorep.c | 27 fprintf (stderr, "addr32 rep movsb wrong\n"); 38 fprintf (stderr, "addr32 rep stosw wrong\n"); 45 fprintf (stderr, "addr32 lodsl wrong\n"); 55 fprintf (stderr, "addr32 repe cmpsb wrong\n"); 65 fprintf (stderr, "addr32 repne scasw wrong\n"); 74 fprintf (stderr, "addr32 repe scasw wrong\n");
|
faultstatus.c | 33 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig); 42 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code); 51 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr); 68 fprintf(stderr, " PASS\n"); 128 fprintf(stderr, "Test %d: ", i+1); 130 fprintf(stderr, " FAIL: no fault, or handler returned\n");
|
/system/core/libsparse/ |
img2simg.c | 43 fprintf(stderr, "Usage: img2simg <raw_image_file> <sparse_image_file> [<block_size>]\n"); 75 fprintf(stderr, "Cannot open input file %s\n", argv[1]); 85 fprintf(stderr, "Cannot open output file %s\n", argv[2]); 95 fprintf(stderr, "Failed to create sparse file\n"); 102 fprintf(stderr, "Failed to read file\n"); 108 fprintf(stderr, "Failed to write sparse file\n");
|
/system/extras/tests/storage/ |
wipe_blkdev.c | 66 fprintf(stderr, "%s discard failed, errno = %d\n", 75 fprintf(stderr, "Usage: wipe_blkdev [-s] <partition>\n"); 105 fprintf(stderr, "Cannot open device %s\n", devname); 110 fprintf(stderr, "Cannot stat %s\n", devname); 115 fprintf(stderr, "%s is not a block device\n", devname); 122 fprintf(stderr, "Cannot get size of block device %s\n", devname);
|
/external/iproute2/ip/ |
xfrm_policy.c | 60 fprintf(stderr, "Usage: ip xfrm policy { add | update } SELECTOR dir DIR [ ctx CTX ]\n"); 61 fprintf(stderr, " [ mark MARK [ mask MASK ] ] [ index INDEX ] [ ptype PTYPE ]\n"); 62 fprintf(stderr, " [ action ACTION ] [ priority PRIORITY ] [ flag FLAG-LIST ]\n"); 63 fprintf(stderr, " [ LIMIT-LIST ] [ TMPL-LIST ]\n"); 64 fprintf(stderr, "Usage: ip xfrm policy { delete | get } { SELECTOR | index INDEX } dir DIR\n"); 65 fprintf(stderr, " [ ctx CTX ] [ mark MARK [ mask MASK ] ] [ ptype PTYPE ]\n"); 66 fprintf(stderr, "Usage: ip xfrm policy { deleteall | list } [ SELECTOR ] [ dir DIR ]\n"); 67 fprintf(stderr, " [ index INDEX ] [ ptype PTYPE ] [ action ACTION ] [ priority PRIORITY ]\n"); 68 fprintf(stderr, " [ flag FLAG-LIST ]\n"); 69 fprintf(stderr, "Usage: ip xfrm policy flush [ ptype PTYPE ]\n") [all...] |
/external/qemu/ |
qemu-sockets-android.c | 100 fprintf(stderr, "%s: host and/or port not specified\n", __FUNCTION__); 120 fprintf(stderr,"%s: getaddrinfo(%s,%s): %s\n", __FUNCTION__, 135 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__, 151 fprintf(stderr,"%s: bind(%s,%s,%d): OK\n", __FUNCTION__, 158 fprintf(stderr,"%s: bind(%s,%s,%d): %s\n", __FUNCTION__, 169 fprintf(stderr, "%s: FAILED\n", __FUNCTION__); 206 fprintf(stderr, "inet_connect: host and/or port not specified\n"); 222 fprintf(stderr,"getaddrinfo(%s,%s): %s\n", 231 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__, 240 fprintf(stderr, "%s: connect(%s,%s,%s,%s): %s\n", __FUNCTION__ [all...] |
/hardware/qcom/audio/legacy/libalsa-intf/ |
aplay.c | 95 fprintf(stderr, "Aplay:Failed to allocate ALSA hardware parameters!"); 119 fprintf(stderr, "Aplay:cannot set hw params\n"); 129 fprintf (stderr,"period_cnt = %d\n", pcm->period_cnt); 130 fprintf (stderr,"period_size = %d\n", pcm->period_size); 131 fprintf (stderr,"buffer_size = %d\n", pcm->buffer_size); 135 fprintf(stderr, "Aplay:Failed to allocate ALSA software parameters!\n"); 151 fprintf(stderr, "Aplay:cannot set sw params"); 155 fprintf (stderr,"sparams->avail_min= %lu\n", sparams->avail_min); 156 fprintf (stderr," sparams->start_threshold= %lu\n", sparams->start_threshold); 157 fprintf (stderr," sparams->stop_threshold= %lu\n", sparams->stop_threshold) [all...] |