HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 826 - 850 of 4272) sorted by null

<<31323334353637383940>>

  /device/samsung/tuna/recovery/
recovery_updater.c 107 fprintf(stderr, "Footer updated\n");
117 fprintf(stderr, "Footer doesn't need updating\n");
123 fprintf(stderr, "installing samsung updater extensions\n");
  /external/bzip2/
dlltest.c 33 fprintf(stderr,"Can't load %s\n",BZ2_LIBNAME);
48 fprintf(stderr,"GetProcAddress failed.\n");
78 fprintf(stderr,"Loading of %s failed. Giving up.\n", BZ2_LIBNAME);
  /external/dropbear/
cli-authinteract.c 42 fprintf(stderr, "%s", prompt);
101 fprintf(stderr, "%s", name);
107 fprintf(stderr, "%s", instruction);
  /external/iproute2/ip/
ipneigh.c 48 fprintf(stderr, "Usage: ip neigh { add | del | change | replace } { ADDR [ lladdr LLADDR ]\n"
51 fprintf(stderr, " ip neigh {show|flush} [ to PREFIX ] [ dev DEV ] [ nud STATE ]\n");
156 fprintf(stderr, "Device and destination are required arguments.\n");
173 fprintf(stderr, "Cannot find device \"%s\"\n", d);
193 fprintf(stderr, "Not RTM_NEWNEIGH: %08x %08x %08x\n",
200 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len);
327 fprintf(stderr, "Flush requires arguments.\n");
376 fprintf(stderr, "Cannot find device \"%s\"\n", filter_dev);
397 fprintf(stderr, "Flush terminated\n");
429 fprintf(stderr, "Dump terminated\n")
    [all...]
  /external/libmtp/examples/
albums.c 50 fprintf(stderr, "mtp-albums: There has been an error connecting. Exit\n");
53 fprintf(stderr, "mtp-albums: Memory Allocation Error. Exit\n");
59 fprintf(stderr, "mtp-albums: Unknown error, please report "
files.c 64 fprintf(stderr, "mtp-files: There has been an error connecting. Exit\n");
67 fprintf(stderr, "mtp-files: Memory Allocation Error. Exit\n");
73 fprintf(stderr, "mtp-files: Unknown error, please report "
  /external/libsepol/tests/
test-linker.c 73 fprintf(stderr, "out of memory!\n");
83 fprintf(stderr, "link modules failed\n");
88 fprintf(stderr, "link modules failed\n");
  /external/openssl/crypto/jpake/
jpaketest.c 123 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
158 fprintf(stderr, "Plain JPAKE run failed\n");
172 fprintf(stderr, "Mismatched secret JPAKE run failed\n");
  /external/openssl/crypto/pqueue/
pq_test.c 80 fprintf(stderr, "found %ld\n", item->priority);
83 fprintf(stderr, "found %ld\n", item->priority);
86 fprintf(stderr, "found %ld\n", item ? item->priority: 0);
  /external/openssl/crypto/srp/
srp_lcl.h 65 #define srp_bn_print(a) {fprintf(stderr, #a "="); BN_print_fp(stderr,a); \
66 fprintf(stderr,"\n");}
  /external/qemu/android/utils/
system.c 35 fprintf(stderr, "PANIC: not enough memory\n");
52 fprintf(stderr, "PANIC: not enough memory\n");
70 fprintf(stderr, "PANIC: not enough memory to reallocate %zu bytes\n", size);
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_ConvertAudio.3 42 fprintf(stderr, "Couldn\&'t open audio: %s
51 fprintf(stderr, "Could not open test\&.wav: %s
65 fprintf(stderr, "Couldn\&'t build converter!
  /external/qemu/distrib/sdl-1.2.15/test/
checkkeys.c 93 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError());
103 fprintf(stderr, "Usage: %s [-fullscreen]\n", argv[0]);
110 fprintf(stderr, "Couldn't set 640x480 video mode: %s\n",
  /external/stlport/src/
iostream.cpp 210 cerr_buf.reset(_Stl_create_filebuf("/stderr.txt", ios::out));
214 cerr_buf.reset(new stdio_ostreambuf(stderr));
215 clog_buf.reset(new stdio_ostreambuf(stderr));
220 cerr_buf.reset(_Stl_create_filebuf(stderr, ios_base::out));
221 clog_buf.reset(_Stl_create_filebuf(stderr, ios_base::out));
234 auto_ptr<wfilebuf> werr(_Stl_create_wfilebuf(stderr, ios_base::out));
235 auto_ptr<wfilebuf> wlog(_Stl_create_wfilebuf(stderr, ios_base::out));
324 cerr_buf.reset(_Stl_create_filebuf("/stderr.txt", ios::out));
328 cerr_buf.reset(new stdio_ostreambuf(stderr));
329 clog_buf.reset(new stdio_ostreambuf(stderr));
    [all...]
  /external/valgrind/main/memcheck/tests/
err_disable4.c 71 fprintf(stderr, "\n-------- Letting %d threads exit "
100 fprintf(stderr, "\n-------- Letting %d threads make an error "
124 fprintf(stderr, "\n-------- Got %d errors (expected %d ==> %s) ------\n\n",
  /external/webkit/Source/WebCore/bridge/
testqtbindings.cpp 123 fprintf(stderr,"Exception, line %d: %s\n",lineno,msg);
125 fprintf(stderr,"Exception: %s\n",msg);
130 fprintf(stderr,"Return value: %s\n",msg);
  /external/webkit/Source/WebCore/rendering/svg/
SVGResources.cpp 645 fprintf(stderr, "-> this=%p, SVGResources(renderer=%p, node=%p)\n", this, object, object->node());
646 fprintf(stderr, " | DOM Tree:\n");
649 fprintf(stderr, "\n | List of resources:\n");
652 fprintf(stderr, " |-> Clipper : %p (node=%p)\n", clipper, clipper->node());
655 fprintf(stderr, " |-> Filter : %p (node=%p)\n", filter, filter->node());
658 fprintf(stderr, " |-> Masker : %p (node=%p)\n", masker, masker->node());
663 fprintf(stderr, " |-> MarkerStart: %p (node=%p)\n", markerStart, markerStart->node());
665 fprintf(stderr, " |-> MarkerMid : %p (node=%p)\n", markerMid, markerMid->node());
667 fprintf(stderr, " |-> MarkerEnd : %p (node=%p)\n", markerEnd, markerEnd->node());
672 fprintf(stderr, " |-> Fill : %p (node=%p)\n", fill, fill->node())
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
outputcapture.py 29 # Class for unittest support. Used for capturing stderr/stdout.
52 return (self._capture_output_with_name("stdout"), self._capture_output_with_name("stderr"))
55 return (self._restore_output_with_name("stdout"), self._restore_output_with_name("stderr"))
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
MVS.uudecode 112 X fprintf(stderr, "ERROR: can't find %s\n", argv[1]);
113 X fprintf(stderr, "USAGE: uudecode [infile]\n");
119 X fprintf(stderr, "USAGE: uudecode [infile]\n");
136 X fprintf(stderr, "ERROR: no `begin' line!\n");
162 X fprintf(stderr, "Illegal ~user\n");
169 X fprintf(stderr, "No such user as %s\n", dest);
182 X fprintf(stderr, "ERROR: can't open output file %s\n", dest);
193 X fprintf(stderr, "ERROR: no `end' line\n");
202 X fprintf(stderr, "ERROR: file should have been %ld bytes long but was
234 X fprintf(stderr, "ERROR: input ended unexpectedly!\n")
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
q_plsf.cpp 84 /* fprintf(stderr, "Q_plsf_init: invalid parameter\n"); */
92 /* fprintf(stderr, "Q_plsf_init: can not malloc state structure\n"); */
116 /* fprintf(stderr, "Q_plsf_reset: invalid parameter\n"); */
  /frameworks/compile/libbcc/tools/build/
gen-build-info.py 38 stderr=subprocess.PIPE,
48 stderr=subprocess.PIPE,
103 print >> sys.stderr, 'USAGE:', sys.argv[0], '[REPO] [LIBs]'
  /frameworks/native/cmds/flatland/
Renderers.cpp 117 fprintf(stderr, "GL error! 0\n");
124 fprintf(stderr, "GL error! 1\n");
135 fprintf(stderr, "GL error! 2\n");
  /frameworks/native/cmds/screenshot/
screenshot.c 99 fprintf(stderr,
148 fprintf(stderr, "error: could not read framebuffer\n");
159 fprintf(stderr, "error: writing file %s: %s\n",
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 37 fprintf(stderr, "%s() returned %d\n", op, returnVal);
42 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
50 fprintf(stderr, "after %s() glError (0x%x)\n", op, error);
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 210 cerr_buf.reset(_Stl_create_filebuf("/stderr.txt", ios::out));
214 cerr_buf.reset(new stdio_ostreambuf(stderr));
215 clog_buf.reset(new stdio_ostreambuf(stderr));
220 cerr_buf.reset(_Stl_create_filebuf(stderr, ios_base::out));
221 clog_buf.reset(_Stl_create_filebuf(stderr, ios_base::out));
234 auto_ptr<wfilebuf> werr(_Stl_create_wfilebuf(stderr, ios_base::out));
235 auto_ptr<wfilebuf> wlog(_Stl_create_wfilebuf(stderr, ios_base::out));
324 cerr_buf.reset(_Stl_create_filebuf("/stderr.txt", ios::out));
328 cerr_buf.reset(new stdio_ostreambuf(stderr));
329 clog_buf.reset(new stdio_ostreambuf(stderr));
    [all...]

Completed in 2568 milliseconds

<<31323334353637383940>>