HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 551 - 575 of 2255) sorted by null

<<21222324252627282930>>

  /external/valgrind/tsan/
ts_valgrind_intercepts.c 692 fprintf(stderr, "<< pthread_create wrapper"); fflush(stderr);
719 fprintf(stderr, " :: pth_create -> %d >>\n", ret);
742 fprintf(stderr, "<< pthread_join wrapper"); fflush(stderr);
757 fprintf(stderr, " :: pth_join -> %d >>\n", ret);
858 fprintf(stderr, "<< pthread_mxinit %p", mutex); fflush(stderr);
879 fprintf(stderr, " :: mxinit -> %d >>\n", ret);
893 fprintf(stderr, "<< pthread_mxdestroy %p", mutex); fflush(stderr)
    [all...]
  /external/icu4c/extra/uconv/
uconv.cpp 94 fprintf(stderr, "%s: warning, problem installing our static resource bundle data uconvmsg: %s - trying anyways.\n",
103 fprintf(stderr,
107 fprintf(stderr,
120 fprintf(stderr,
123 fprintf(stderr, "%s: warning: messages will not be displayed\n", pname);
237 u_wmsg(stderr, "cantGetNames");
247 u_wmsg(stderr, "cantGetTag", u_wmsg_errorName(U_MEMORY_ALLOCATION_ERROR));
261 u_wmsg(stderr, "cantGetTag", u_wmsg_errorName(err));
292 u_wmsg(stderr, "cantGetAliases", str.getTerminatedBuffer(),
306 u_wmsg(stderr, "cantGetAliases", str.getTerminatedBuffer()
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 134 On Linux, traces and logs go either to the console (stderr) or to the syslog.
138 On other systems, traces and logs go systematically to stderr
158 fprintf(stderr, "ERROR: ");
159 vfprintf(stderr, format, ap);
160 fprintf(stderr, "\n");
175 fprintf(stderr, "WARNING: ");
176 vfprintf(stderr, format, ap);
177 fprintf(stderr, "\n");
191 vfprintf(stderr, format, ap);
192 fprintf(stderr, "\n")
    [all...]
  /system/core/adb/
file_sync_client.c 60 fprintf(stderr,"%lld KB/s (%lld bytes in %lld.%03llds)\n",
216 fprintf(stderr,"cannot open '%s': %s\n", path, strerror(errno));
231 fprintf(stderr,"cannot read '%s': %s\n", path, strerror(errno));
279 fprintf(stderr, "error reading link '%s': %s\n", path, strerror(errno));
324 fprintf(stderr,"cannot open '%s': %s\n", lpath, strerror(errno));
330 fprintf(stderr, "error seeking in file '%s'\n", lpath);
337 fprintf(stderr, "could not allocate buffer for '%s'\n",
344 fprintf(stderr, "error reading from file: '%s'\n", lpath);
354 fprintf(stderr, "file '%s' is not a valid zip file\n",
363 fprintf(stderr, "file '%s' does not contain AndroidManifest.xml\n"
    [all...]
  /external/iproute2/ip/
iprule.c 35 fprintf(stderr, "Usage: ip rule [ list | add | del | flush ] SELECTOR ACTION\n");
36 fprintf(stderr, "SELECTOR := [ not ] [ from PREFIX ] [ to PREFIX ] [ tos TOS ] [ fwmark FWMARK[/MASK] ]\n");
37 fprintf(stderr, " [ iif STRING ] [ oif STRING ] [ pref NUMBER ]\n");
38 fprintf(stderr, "ACTION := [ table TABLE_ID ]\n");
39 fprintf(stderr, " [ prohibit | reject | unreachable ]\n");
40 fprintf(stderr, " [ realms [SRCREALM/]DSTREALM ]\n");
41 fprintf(stderr, " [ goto NUMBER ]\n");
42 fprintf(stderr, "TABLE_ID := [ local | main | default | NUMBER ]\n");
206 fprintf(stderr, "\"ip rule show\" does not take any arguments.\n");
216 fprintf(stderr, "Dump terminated\n")
    [all...]
  /external/netperf/
netserver.c 453 fprintf(stderr,
458 fflush(stderr);
476 fprintf(stderr,"Sleeping on getaddrinfo EAI_AGAIN\n");
477 fflush(stderr);
484 fprintf(stderr,
489 fprintf(stderr,"\n\tgetaddrinfo returned %d %s\n",
496 dump_addrinfo(stderr, local_res, hostname, port, af);
504 fprintf(stderr,
546 fprintf(stderr,
551 fflush(stderr);
    [all...]
  /external/zlib/examples/
gun.c 560 fprintf(stderr, "gun cannot open %s\n", inname);
574 fprintf(stderr, "gun cannot create %s\n", outname);
594 fprintf(stderr, "gun warning: trailing garbage ignored in %s\n",
599 fprintf(stderr, "gun data error on %s: %s\n", inname, strm->msg);
603 fprintf(stderr, "gun out of memory error--aborting\n");
608 fprintf(stderr, "gun write error on %s: %s\n",
612 fprintf(stderr, "gun read error on %s: %s\n",
616 fprintf(stderr, "gun unexpected end of file on %s\n",
622 fprintf(stderr, "gun internal error--aborting\n");
644 fprintf(stderr, "gun out of memory error--aborting\n")
    [all...]
  /external/dropbear/libtomcrypt/testprof/
ecc_test.c 92 fprintf(stderr, "ECC failed shamir test: size=%d, testno=%d\n", sizes[x], y);
134 fprintf(stderr, "ecc Shared keys are not same size.");
139 fprintf(stderr, "ecc Shared keys not same contents.");
155 fprintf(stderr, "failed. Size don't match?");
159 fprintf(stderr, "Failed. Contents didn't match.");
176 fprintf(stderr, "failed. Size don't match?");
180 fprintf(stderr, "Failed. Contents didn't match.");
207 fprintf(stderr, "Failed (length)");
212 fprintf(stderr, "Failed (contents)");
226 fprintf(stderr, "ecc_verify_hash failed %d, %d, ", stat, stat2)
    [all...]
  /external/icu4c/test/thaitest/
thaitest.cpp 237 fprintf(stderr, "break iterator didn't end.\n");
239 fprintf(stderr, "premature break iterator end.\n");
280 fprintf(stderr, "break not found: %d\n", br);
295 fprintf(stderr, "found invalid break: %d\n", br);
316 fprintf(stderr,"Couldn't open %s reason: %s \n", fileName, strerror(errno));
327 fprintf(stderr,"Couldn't get memory for reading %s reason: %s \n", fileName, strerror(errno));
334 fprintf(stderr,"Couldn't read %s reason: %s \n", fileName, strerror(errno));
348 fprintf(stderr,"Couldn't get memory for reading %s reason: %s \n", fileName, strerror(errno));
381 fprintf(stderr, "Couldn't allocate memory for the space stripped text.\n");
426 fprintf(stderr, "generate failed: %s\n", u_errorName(status))
    [all...]
  /external/iproute2/tc/
m_xt_old.c 151 fprintf(stderr, "%s v%s: ", pname, pversion);
152 vfprintf(stderr, msg, args);
154 fprintf(stderr, "\n");
200 fprintf(stderr, "using deprecated IPTABLES_LIB_DIR \n");
237 fprintf(stderr,"bad arguements to ipt %d vs %d \n", argc, rargc);
258 fprintf(stderr," failed to find target %s\n\n", optarg);
270 fprintf(stderr," failed to find target %s\n\n", optarg);
283 fprintf(stderr, "Illegal \"index\"\n");
294 fprintf(stderr," ipt Parser BAD!! (%s)\n", *argv);
393 fprintf(stderr, " %s error \n", m->name)
    [all...]
  /external/qemu/android/
qemu-setup.c 124 fprintf(stderr, "could not create server socket on TCP:%ld: %s\n",
138 fprintf(stderr, "could not connect to server on TCP:%ld: %s\n",
145 fprintf(stderr, "sorry, the unix: protocol is not supported on Win32\n");
157 fprintf(stderr, "could not bind unix socket on '%s': %s\n",
170 fprintf(stderr, "could not connect to unix socket on '%s': %s\n",
178 fprintf(stderr, "-report-console must be followed by a 'tcp:<port>' or 'unix:<path>'\n");
190 fprintf(stderr, "could not accept console-reporting client connection: %s\n",
205 fprintf(stderr, "could not send console number report: %d: %s\n",
245 fprintf( stderr, "option -adb-port is obsolete, use -port instead\n" );
251 fprintf( stderr, "options -port and -ports cannot be used together.\n")
    [all...]
  /frameworks/base/libs/utils/
BackupHelpers.cpp 837 fprintf(stderr, "creat %s failed\n", path);
844 fprintf(stderr, "error (%s) writing to file %s\n", strerror(errno), path);
861 fprintf(stderr, "compare_file error (%s) opening %s\n", strerror(errno), path);
867 fprintf(stderr, "malloc(%d) failed\n", len);
874 fprintf(stderr, "compare_file file length should be %d, was %d\n", len, amt);
882 fprintf(stderr, "compare_file read expected %d bytes but got %d\n", len, amt);
889 fprintf(stderr, "compare_file contents are different: (index, expected, actual)\n");
892 fprintf(stderr, " [%-2d] %02x %02x\n", i, data[i], contents[i]);
914 fprintf(stderr, "error creating %s\n", filename);
923 fprintf(stderr, "write_snapshot_file reported error %d (%s)\n", err, strerror(err))
    [all...]
  /system/extras/tests/sdcard/
sysutil.cpp 67 fprintf(stderr, "# %s %s %d %s\n", msg, filename, errno, strerror(errno));
71 // message will be printed on stderr.
138 fprintf(stderr, "Buffer too small for %s\n", filename);
194 fprintf(stderr, "Partial write to %s (%d out of %d)\n",
278 fprintf(stderr, "Failed to write to scaling governor file for cpu %d: %d %s",
316 fprintf(stderr, "# %s\n", kDebugfsWarningMsg);
346 fprintf(stderr, "# %s\n", kDebugfsWarningMsg);
356 fprintf(stderr, "Fork failed: %d %s", errno, strerror(errno));
370 fprintf(stderr, "Wait failed\n");
376 fprintf(stderr, "Child pid %d did not exit cleanly %s\n"
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 233 fprintf(stderr,
238 fprintf(stderr,
284 fprintf(stderr, "gencnval: unable to open input file %s\n", path);
294 fprintf(stderr, "gencnval: unable to open output file - error %s\n", u_errorName(errorCode));
304 fprintf(stderr, "gencnval: error finishing output file - %s\n", u_errorName(errorCode));
345 fprintf(stderr, "%s:%d: error: cannot start an alias with a space\n", path, lineNum-1);
349 fprintf(stderr, "%s:%d: error: alias needs to start with a converter name\n", path, lineNum);
359 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
500 fprintf(stderr, "%s:%d: Unterminated tag list\n", path, lineNum);
516 fprintf(stderr, "%s:%d: too many tags\n", path, lineNum)
    [all...]
  /external/icu4c/tools/makeconv/
makeconv.c 134 fprintf(stderr, "Couldn't create the udata %s.%s: %s\n",
161 fprintf(stderr, "error: wrote %u bytes to the .cnv file but counted %u bytes\n", (int)sz2, (int)size);
220 fprintf(stderr,
227 FILE *stdfile=argc<0 ? stderr : stdout;
298 fprintf(stderr, "%s\n", u_errorName(U_BUFFER_OVERFLOW_ERROR));
340 fprintf(stderr, "Error creating converter for \"%s\" file for \"%s\" (%s)\n", outFileName, arg,
368 fprintf(stderr, "Warning: %s%s claims to be '%s'\n",
376 fprintf(stderr,
393 fprintf(stderr, "Error writing \"%s\" file for \"%s\" (%s)\n", outFileName, arg,
405 fflush(stderr);
    [all...]
  /external/qemu/
vl.c 302 fprintf(stderr, "unused inb: port=0x%04x\n", address);
310 fprintf(stderr, "unused outb: port=0x%04x data=0x%02x\n", address, data);
334 fprintf(stderr, "unused inl: port=0x%04x\n", address);
342 fprintf(stderr, "unused outl: port=0x%04x data=0x%02x\n", address, data);
423 fprintf(stderr, "WSAStartup: %d\n", err);
564 fprintf(stderr, "qemu: Unknown bluetooth HCI `%s'.\n", str);
575 fprintf(stderr, "qemu: Too many bluetooth HCIs (max %i).\n", MAX_NICS);
601 fprintf(stderr, "qemu: warning: adding a VHCI to "
620 fprintf(stderr, "qemu: unrecognised bluetooth vlan Id\n");
628 fprintf(stderr, "qemu: warning: adding a slave device to
    [all...]
  /bootable/recovery/tools/ota/
convert-to-bmp.py 14 print >> sys.stderr, "Warning: I'm expecting to write BMP files."
79 print >> sys.stderr, "Don't know how to handle image mode '%s'." % (im.mode,)
  /dalvik/dexlist/
DexList.cpp 168 fprintf(stderr, "Trouble reading class data\n");
215 fprintf(stderr, "Unable to process '%s'\n", fileName);
222 fprintf(stderr, "Warning: DEX parse failed for '%s'\n", fileName);
249 fprintf(stderr, "Copyright (C) 2007 The Android Open Source Project\n\n");
250 fprintf(stderr, "%s: dexfile [dexfile2 ...]\n", gProgName);
251 fprintf(stderr, "\n");
270 fprintf(stderr, "Expected package.Class.method\n");
282 fprintf(stderr, "%s: no file specified\n", gProgName);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESmacros.h 35 fprintf(stderr, "%s:%s:%d error 0x%x\n", __FILE__, __FUNCTION__, __LINE__, err); \
42 fprintf(stderr, "%s:%s:%d error 0x%x\n", __FILE__, __FUNCTION__, __LINE__, err); \
  /external/astl/tests/
common.h 43 std::fprintf(stderr, "%d: %s\n", __LINE__, #expr); \
83 std::fprintf(stderr, "CtorDtorCounter: %d %d %d %d\n",
  /external/blktrace/
verify_blkparse.c 22 fprintf(stderr, "%s: file\n", argv[0]);
48 fprintf(stderr, "cpu%d too large\n", cpu);
  /external/bluetooth/bluez/tools/
hciattach_tialt.c 53 fprintf(stderr, ##args); \
110 fprintf(stderr, "Setting speed to %d\n", speed);
117 fprintf(stderr, "Wanted to write %d bytes, could only write %d. "
218 fprintf(stderr, "Wanted to write 4 bytes, could only write %d. Stop\n", n);
233 fprintf(stderr,"WARNING : module's manufacturer is not Texas Instrument\n");
236 fprintf(stderr, "Texas module LMP version : 0x%02x\n", resp[10] & 0xFF);
254 fprintf(stderr, "Texas module LMP sub-version : 0x%04x\n", lmp_subv);
256 fprintf(stderr,
  /external/chromium/testing/gtest/src/
gtest-typed-test.cc 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
100 fflush(stderr);
  /external/clang/utils/C++Tests/LLVM-Code-Symbols/
check-symbols 9 stderr=subprocess.PIPE)
11 stderr=subprocess.PIPE)
  /external/dbus/bus/
activation-helper-bin.c 66 fprintf(stderr, "%s: %s\n", error->name, error->message);
86 fprintf (stderr, "dbus-daemon-activation-helper service.to.activate\n");

Completed in 750 milliseconds

<<21222324252627282930>>