HomeSort by relevance Sort by last modified time
    Searched refs:fprintf (Results 426 - 450 of 2586) sorted by null

<<11121314151617181920>>

  /development/tools/emulator/system/libqemu/
test_util.c 54 fprintf(stderr, "%s: Can't create socket!!\n", __FUNCTION__);
64 fprintf(stderr, "%s: Can't connect to tcp:local:%d: %s\n",
79 fprintf(stderr, "%s: Could not open '%s' pipe: %s\n", __FUNCTION__, pipename, strerror(errno));
95 fprintf(stderr, "%s: error: %s\n", __FUNCTION__, strerror(errno));
99 fprintf(stderr, "%s: disconnection!\n", __FUNCTION__);
118 fprintf(stderr, "%s: error: %s\n", __FUNCTION__, strerror(errno));
122 fprintf(stderr, "%s: disconnection!\n", __FUNCTION__);
  /external/dropbear/
genrsa.c 61 fprintf(stderr, "rsa generation failed\n");
72 fprintf(stderr, "rsa generation failed\n");
79 fprintf(stderr, "rsa generation failed\n");
86 fprintf(stderr, "rsa generation failed\n");
115 fprintf(stderr, "rsa generation failed\n");
121 fprintf(stderr, "rsa generation failed\n");
126 fprintf(stderr, "rsa generation failed\n");
  /external/dropbear/libtomcrypt/testprof/
modes_test.c 27 fprintf(stderr, "test requires AES");
46 fprintf(stderr, "cbc_getiv failed");
56 fprintf(stderr, "CBC failed");
69 fprintf(stderr, "cfb_getiv failed");
79 fprintf(stderr, "CFB failed");
91 fprintf(stderr, "ofb_getiv failed");
101 fprintf(stderr, "OFB failed");
store_test.c 20 fprintf(stderr, "\n32L failed at offset %d\n", y);
26 fprintf(stderr, "\n32H failed at offset %d\n", y);
37 fprintf(stderr, "\n64L failed at offset %d\n", y);
43 fprintf(stderr, "\n64H failed at offset %d\n", y);
68 fprintf(stderr, "\nLTC_FAST failed at offset %d\n", z);
  /frameworks/base/tools/aapt/
printapk.cpp 15 fprintf(stderr,
46 fprintf(stderr, "apk: couldn't open file for read: %s\n", filename);
54 fprintf(stderr, "apk: error determining file size: %s\n", filename);
60 fprintf(stderr, "apk: file too big: %s\n", filename);
66 fprintf(stderr, "apk: error reading file: %s\n", filename);
74 fprintf(stderr, "apk: file doesn't seem to be a zip file: %s\n",
95 fprintf(stderr, "apk: error decompressing resources.arsc");
ResourceFilter.cpp 33 fprintf(stderr, "Invalid configuration: %s\n", arg);
34 fprintf(stderr, " ");
36 fprintf(stderr, " ");
39 fprintf(stderr, "^");
41 fprintf(stderr, "\n");
  /external/valgrind/main/VEX/switchback/
linker.c 236 fprintf(stderr, "aPB oc=%p %p %d (%p .. %p)\n", oc, start, size,
257 fprintf(stderr,
335 fprintf(stderr, "paranoid_addto_StringMap(%s,%p)\n", name, addr);
337 fprintf(stderr, "duplicate: paranoid_addto_StringMap(%s,%p)\n", name, addr);
427 fprintf(stderr, "fixup area too small for %s\n", oc->fileName);
470 fprintf(stderr,"at %p generating jump to %p\n", fixup, dstP );
565 fprintf(stderr,"%s: unknown symbol `%s'\n",
570 fprintf(stderr, "\n`%s' resolves to %p\n", symbol, (void*)S );
574 fprintf(stderr, "Reloc: P = %p S = %p A = %p\n",
610 fprintf(stderr,"R_ARM_PC24: out of range delta 0x%x for %s\n"
    [all...]
  /external/iproute2/tc/
m_skbedit.c 34 fprintf(stderr, "Usage: ... skbedit <[QM] [PM] [MM]>\n"
73 fprintf(stderr, "Illegal queue_mapping\n");
82 fprintf(stderr, "Illegal priority\n");
90 fprintf(stderr, "Illegal mark\n");
127 fprintf(stderr, "Pedit: Illegal \"index\"\n");
176 fprintf(f, "[NULL skbedit parameters]");
182 fprintf(f, " skbedit");
186 fprintf(f, " queue_mapping %u", *queue_mapping);
190 fprintf(f, " priority %s", sprint_tc_classid(*priority, b1));
194 fprintf(f, " mark %d", *mark)
    [all...]
tc_stab.c 32 fprintf(stderr,
131 fprintf(fp, "%s", prefix);
133 fprintf(fp, "linklayer %s ",
136 fprintf(fp, "overhead %d ", s.overhead);
138 fprintf(fp, "mpu %u ", s.mpu);
140 fprintf(fp, "mtu %u ", s.mtu);
142 fprintf(fp, "tsize %u ", s.tsize);
151 fprintf(fp, "\n%sstab data:", prefix);
153 fprintf(fp, "\n%s %3u:", prefix, i * 12);
155 fprintf(fp, " %05x", data[i * 12 + j])
    [all...]
  /external/netperf/
netcpu_procstat.c 61 fprintf(where,
70 fprintf (stderr, "Cannot open %s!\n", PROC_STAT_FILE_NAME);
78 fprintf(where,
88 fprintf (stderr, "Cannot allocate buffer memory!\n");
117 fprintf (stderr, "Cannot open %s!\n", PROC_STAT_FILE_NAME);
125 fprintf(where,
135 fprintf (stderr, "Cannot allocate buffer memory!\n");
155 fprintf(where,"proc_stat_buf '%.*s'\n",proc_stat_buflen,p);
169 fprintf(where,"res[%d] is %llu\n",i,res[i]);
237 fprintf(where
    [all...]
nettest_xti.c 186 fprintf(where,"create_xti_endpoint: attempting to open %s\n",
195 fprintf(where,
205 fprintf(where,"create_xti_endpoint: socket %d obtained...\n",temp_socket);
212 fprintf(where,
220 fprintf(where,
231 fprintf(where,
239 fprintf(where,
295 fprintf(where,
306 fprintf(where,"create_xti_endpoint: XTI_SNDBUF option status 0x%.4x",
308 fprintf(where," value %d\n"
    [all...]
  /external/qemu/
qemu-sockets.c 119 fprintf(stderr,"%s: getaddrinfo: family %s, host %s, port %s\n",
147 fprintf(stderr, "%s: host and/or port not specified\n", __FUNCTION__);
164 fprintf(stderr,"getaddrinfo(%s,%s): %s\n", addr, port,
178 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__,
195 fprintf(stderr,"%s: bind(%s,%s,%d): OK\n", __FUNCTION__,
201 fprintf(stderr,"%s: bind(%s,%s,%d): %s\n", __FUNCTION__,
212 fprintf(stderr, "%s: FAILED\n", __FUNCTION__);
256 fprintf(stderr, "inet_connect: host and/or port not specified\n");
267 fprintf(stderr,"getaddrinfo(%s,%s): %s\n", addr, port,
278 fprintf(stderr,"%s: getnameinfo: oops\n", __FUNCTION__)
    [all...]
  /external/valgrind/main/drd/tests/
unit_vc.c 23 fprintf(stderr,
77 fprintf(stderr, "vc1: %s", (str = DRD_(vc_aprint)(&vc1)));
79 fprintf(stderr, "\nvc2: %s", (str = DRD_(vc_aprint)(&vc2)));
81 fprintf(stderr, "\nvc3: %s", (str = DRD_(vc_aprint)(&vc3)));
83 fprintf(stderr, "\n");
84 fprintf(stderr, "vc_lte(vc1, vc2) = %d, vc_lte(vc1, vc3) = %d,"
88 fprintf(stderr, "%s", (str = DRD_(vc_aprint)(&vc4)));
90 fprintf(stderr, ", ");
91 fprintf(stderr, "%s", (str = DRD_(vc_aprint)(&vc5)));
93 fprintf(stderr, ") = %d sw %d\n"
    [all...]
  /external/valgrind/main/gdbserver_tests/
sleepers.c 29 fprintf(stderr, "pid %d Thread %d %s\n", getpid(), gettid(), msg);
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);
90 fprintf(stderr, "%s finished to sleep and/or burn\n", s->name);
102 fprintf(stderr, "wait_ready lock error %d_n", rc);
106 fprintf(stderr, "wait_ready wait error %d_n", rc);
111 fprintf(stderr, "wait_ready unlock error %d_n", rc);
151 fprintf(stderr, "loops/sleep_ms/burn/threads_spec: %d %d %d %s\n"
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/
plt.c 49 fprintf(stderr, "%s> Missing arguments\n", __func__);
58 fprintf(stderr, "%s> Invalid parameter\n", __func__);
64 fprintf(stderr, "%s> fail to nla_nest_start()\n", __func__);
76 fprintf(stderr, "%s> building message failed\n", __func__);
100 fprintf(stderr, "fail to nla_nest_start()\n");
114 fprintf(stderr, "%s> building message failed\n", __func__);
139 fprintf(stderr, "fail to nla_nest_start()\n");
151 fprintf(stderr, "%s> building message failed\n", __func__);
172 fprintf(stderr, "no data!\n");
182 fprintf(stderr, "Fail to calibrate ith radio status (%d)\n"
    [all...]
  /external/iproute2/ip/
iproute.c 55 fprintf(stderr, "Usage: ip route { list | flush } SELECTOR\n");
56 fprintf(stderr, " ip route get ADDRESS [ from ADDRESS iif STRING ]\n");
57 fprintf(stderr, " [ oif STRING ] [ tos TOS ]\n");
58 fprintf(stderr, " ip route { add | del | change | append | replace | monitor } ROUTE\n");
59 fprintf(stderr, "SELECTOR := [ root PREFIX ] [ match PREFIX ] [ exact PREFIX ]\n");
60 fprintf(stderr, " [ table TABLE_ID ] [ proto RTPROTO ]\n");
61 fprintf(stderr, " [ type TYPE ] [ scope SCOPE ]\n");
62 fprintf(stderr, "ROUTE := NODE_SPEC [ INFO_SPEC ]\n");
63 fprintf(stderr, "NODE_SPEC := [ TYPE ] PREFIX [ tos TOS ]\n");
64 fprintf(stderr, " [ table TABLE_ID ] [ proto RTPROTO ]\n")
    [all...]
  /external/openssl/crypto/ec/
ectest.c 106 fprintf(stderr, "%s:%d: ABORT\n", __FILE__, __LINE__); \
127 fprintf(stdout, "Timings for %d-bit field, ", EC_GROUP_get_degree(group));
129 fprintf(stdout, "%d-bit scalars ", (int)BN_num_bits(s));
158 fprintf(stdout, "\n");
174 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
177 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
180 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
183 fprintf(stdout, "average: %.4f " UNIT "\n", (double)clck/(CLOCKS_PER_SEC*i*j));
204 fprintf(stdout, "verify group order ...");
209 fprintf(stdout, ".")
    [all...]
  /device/samsung/toro/recovery/
update_cdma_modem.c 60 fprintf(stderr, "Unable to open modem device (%s)\n", strerror(errno));
80 fprintf(stderr, "IOCTL_MODEM_GOTA_START failed: (%d)\n", ret);
86 fprintf(stderr, "IOCTL_MODEM_BOOT_ON failed: (%d)\n", ret);
96 fprintf(stderr, "IOCTL_MODEM_FW_UPDATE failed: (%d)\n", ret);
102 fprintf(stderr, "IOCTL_MODEM_BOOT_OFF failed: (%d)\n", ret);
  /external/chromium/third_party/libevent/sample/
event-test.c 40 fprintf(stderr, "fifo_read called with fd: %d, event: %d, arg: %p\n",
47 fprintf(stderr, "End Of File");
60 fprintf(stderr, "Connection closed\n");
66 fprintf(stdout, "Read: %s\n", buf);
118 fprintf(stderr, "Write data to %s\n", fifo);
  /external/clang/tools/c-arcmt-test/
c-arcmt-test.c 26 fprintf(stdout, "%s\n", clang_getCString(origFname));
27 fprintf(stdout, "%s\n", clang_getCString(transFname));
51 fprintf(stdout, "%s\n", clang_getCString(origFname));
52 fprintf(stdout, "%s\n", clang_getCString(transFname));
67 fprintf(stderr,
  /external/e2fsprogs/e2fsck/
mtrace.c 73 fprintf (mallstream, "- %p\n", ptr); /* Be sure to print it first. */
93 fprintf (mallstream, "+ %p %d\n", hdr, size);
121 fprintf (mallstream, "! %p %d\n", ptr, size);
123 fprintf (mallstream, "< %p\n> %p %d\n", ptr, hdr, size);
149 fprintf (mallstream, "= Start\n");
  /external/elfutils/libasm/
asm_newsym.c 96 fprintf (asmscn->ctx->out.file, "\t.globl\t%s\n", name);
98 fprintf (asmscn->ctx->out.file, "\t.weak\t%s\n", name);
102 fprintf (asmscn->ctx->out.file, "\t.type\t%s,@object\n", name);
104 fprintf (asmscn->ctx->out.file, "\t.type\t%s,@function\n", name);
107 fprintf (asmscn->ctx->out.file, "\t.size\t%s,%" PRIuMAX "\n%s:\n",
  /external/icu4c/tools/gencmn/
gencmn.c 60 fprintf(stderr,
74 fprintf(where,
77 fprintf(where, "\n"
80 fprintf(where, "\n"
87 fprintf(where,
  /external/qemu/hw/
bt.c 33 fprintf(stderr, "%s: stray LMP_not_accepted received, fixme\n",
36 fprintf(stderr, "%s: stray LMP_accepted received, fixme\n",
43 fprintf(stderr, "%s: stray LMP_detach received, fixme\n", __FUNCTION__);
50 fprintf(stderr, "%s: stray ACL response PDU, fixme\n", __FUNCTION__);
115 fprintf(stderr, "%s: bad bt device \"%s\"\n", __FUNCTION__,
  /external/speex/libspeex/
os_support.h 113 fprintf (stderr, "Fatal (internal) error in %s, line %d: %s\n", file, line, str);
122 fprintf (stderr, "warning: %s\n", str);
131 fprintf (stderr, "warning: %s %d\n", str, val);
140 fprintf (stderr, "notification: %s\n", str);
150 fprintf(f, "%c", ch);

Completed in 901 milliseconds

<<11121314151617181920>>