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

<<21222324252627282930>>

  /external/valgrind/main/none/tests/
syscall-restart1.c 47 fprintf(stderr, "FAIL: expected EINTR, not %d/%s/%c\n",
57 fprintf(stderr, "FAIL: expected write to fail with EPIPE, not %d\n", errno);
async-sigs.c 62 fprintf(stderr, "kill %d failed status=%s %d\n", killer,
75 fprintf(stderr, "testing: blocking=%d caught=%d fatal=%d... ",
115 fprintf(stderr, "FAILED: waitpid failed: %s\n", strerror(errno));
118 fprintf(stderr, "FAILED: child exited with unexpected status %s %d\n",
123 fprintf(stderr, "PASSED\n");
  /external/webkit/Tools/CLWrapper/
CLWrapper.cpp 16 fwprintf(stderr, L"######### im in ur IDE, compiling ur c0des ########\n");
47 fwprintf(stderr, L"exec(\"%s\", \"%s\", \"%s\", \"%s\")\n", L"sh", newArgv[0], newArgv[1], newArgv[2]);
  /external/zlib/src/examples/
zpipe.c 153 fputs("zpipe: ", stderr);
157 fputs("error reading stdin\n", stderr);
159 fputs("error writing stdout\n", stderr);
162 fputs("invalid compression level\n", stderr);
165 fputs("invalid or incomplete deflate data\n", stderr);
168 fputs("out of memory\n", stderr);
171 fputs("zlib version mismatch!\n", stderr);
202 fputs("zpipe usage: zpipe [-d] < source > dest\n", stderr);
  /frameworks/compile/libbcc/tests/
bccarm 11 proc = subprocess.Popen(["bcc"] + args, stderr=subprocess.PIPE, stdout=subprocess.PIPE)
16 proc = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  /frameworks/rs/driver/linkloader/tests/stubs/
stub-layout-test.cpp 37 fprintf(stderr, "ERROR: Unable to allocate stub for function1\n");
42 fprintf(stderr, "ERROR: Unable to allocate stub for function2\n");
  /sdk/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); \
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
ErrorLog.h 29 # define ERR(...) fprintf(stderr, __VA_ARGS__)
31 # define DBG(...) fprintf(stderr, __VA_ARGS__)
  /system/core/toolbox/
rmmod.c 18 fprintf(stderr, "usage: rmmod <module>\n");
46 fprintf(stderr, "rmmod: delete_module '%s' failed (errno %d)\n",
  /system/extras/fatblock/
utils.c 35 fprintf(stderr, "%s", msg);
40 fprintf(stderr, "%s", msg);
  /system/extras/tests/crypto/
get_dm_versions.c 34 fprintf(stderr, "Cannot open /dev/device-mapper\n");
43 fprintf(stderr, "ioctl(DM_LIST_VERSIONS) returned an error\n");
  /external/valgrind/main/helgrind/
hg_intercepts.c 241 fprintf(stderr, "<< pthread_create wrapper"); fflush(stderr);
278 fprintf(stderr, " :: pth_create -> %d >>\n", ret);
317 fprintf(stderr, "<< pthread_join wrapper"); fflush(stderr);
332 fprintf(stderr, " :: pth_join -> %d >>\n", ret);
415 fprintf(stderr, "<< pthread_mxinit %p", mutex); fflush(stderr);
436 fprintf(stderr, " :: mxinit -> %d >>\n", ret);
452 fprintf(stderr, "<< pthread_mxdestroy %p", mutex); fflush(stderr)
    [all...]
  /external/icu4c/i18n/
gregoimp.cpp 191 fprintf(stderr, "%p: CalendarData(%s, %s, %s) -> main(%p, %s)=%s, fallback(%p, %s)=%s\n",
199 fprintf(stderr, "%p: CalendarData(%s, %s, %s) -> main(%p, %s)=%s, fallback = NULL\n",
221 fprintf(stderr, "%p: get %s -> %s - from MAIN %s\n",this, key, u_errorName(status), ures_getLocale(fFillin, &status));
228 fprintf(stderr, "%p: get %s -> %s - from FALLBACK %s\n",this, key, u_errorName(status), ures_getLocale(fFillin, &status));
241 fprintf(stderr, "%p: //\n");
247 fprintf(stderr, "%p: get %s/format/%s -> %s - from MAIN %s\n", this, key, subKey, u_errorName(status), ures_getLocale(fFillin, &status));
256 fprintf(stderr, "%p: get %s/format/%s -> %s - from FALLBACK %s\n",this, key, subKey, u_errorName(status), ures_getLocale(fFillin,&status));
264 // fprintf(stderr, "%p: - attempting fallback -\n", this);
265 // fflush(stderr);
280 // fprintf(stderr, "%p: trying %s/format/default -> \"%s\"\n",this, key, kwBuf)
    [all...]
  /external/libvorbis/examples/
decoder_example.c 99 fprintf(stderr,"Input does not appear to be an Ogg bitstream.\n");
119 fprintf(stderr,"Error reading first page of Ogg bitstream data.\n");
125 fprintf(stderr,"Error reading initial header packet.\n");
131 fprintf(stderr,"This Ogg bitstream does not contain Vorbis "
163 fprintf(stderr,"Corrupt secondary header. Exiting.\n");
168 fprintf(stderr,"Corrupt secondary header. Exiting.\n");
179 fprintf(stderr,"End of file before finding all Vorbis headers!\n");
190 fprintf(stderr,"%s\n",*ptr);
193 fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi.channels,vi.rate);
194 fprintf(stderr,"Encoded by: %s\n\n",vc.vendor)
    [all...]
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 35 // fprintf(stderr, "printGLString %s, %d\n", name, s);
38 // fprintf(stderr, "glGetError() = %d, result of glGetString = %x\n", error,
41 // fprintf(stderr, "GL %s = %s\n", name, v);
43 // fprintf(stderr, "GL %s = (null) 0x%08x\n", name, (unsigned int) v);
44 fprintf(stderr, "GL %s = %s\n", name, v);
49 fprintf(stderr, "%s() returned %d\n", op, returnVal);
54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
62 fprintf(stderr, "after %s() glError (0x%x)\n", op, error);
90 fprintf(stderr, "Could not compile shader %d:\n%s\n",
129 fprintf(stderr, "Could not link program:\n%s\n", buf)
    [all...]
  /bionic/libdl/
dltest.c 102 fprintf(stderr, "Unknown option");
117 fprintf(stderr, "You must specify a symbol!\n");
130 if (dlerr != NULL) fprintf(stderr, "dlopen() error: %s\n", dlerr);
135 if (dlerr != NULL) fprintf(stderr, "dlsym() error: %s\n", dlerr);
140 if (dlerr != NULL) fprintf(stderr, "dlclose() error: %s\n", dlerr);
  /external/bison/src/
derives.c 45 fputs ("DERIVES\n", stderr);
50 fprintf (stderr, "\t%s derives\n", symbols[i]->tag);
53 fprintf (stderr, "\t\t%3d ", (*rp)->user_number);
54 rule_rhs_print (*rp, stderr);
58 fputs ("\n\n", stderr);
  /external/bzip2/
bzip2.c 348 if (verbosity >= 2) fprintf ( stderr, "\n" );
383 fprintf ( stderr, " no data compressed.\n");
396 fprintf ( stderr, "%6.3f:1, %6.3f bits/byte, "
501 if (verbosity >= 2) fprintf ( stderr, "\n " );
538 fprintf ( stderr,
601 if (verbosity >= 2) fprintf ( stderr, "\n " );
607 fprintf ( stderr, "%s: %s: ", progName, inName );
615 fprintf ( stderr,
621 fprintf ( stderr,
627 fprintf ( stderr,
    [all...]
  /external/icu4c/tools/toolutil/
ppucd.cpp 74 fprintf(stderr, "error opening preparsed UCD file %s\n", filename ? filename : "\"no file name given\"");
122 fprintf(stderr, "error reading preparsed UCD before line %ld\n", (long)lineNumber);
152 fprintf(stderr,
196 fprintf(stderr,
209 fprintf(stderr,
216 fprintf(stderr,
239 fprintf(stderr,
280 fprintf(stderr,
317 fprintf(stderr,
325 fprintf(stderr,
    [all...]
  /external/iproute2/genl/
genl.c 49 fprintf(stderr, "Unknown genl \"%s\", hence option \"%s\" "
104 fprintf(stderr, "Usage: genl [ OPTIONS ] OBJECT | help }\n"
136 fprintf(stderr, "Option \"%s\" is unknown, try "
148 fprintf(stderr,"bad genl %s\n",argv[1]);
156 fprintf(stderr, "Object \"%s\" is unknown, try \"genl "
  /external/iproute2/tc/
m_ematch.c 44 fprintf(stderr,
71 fprintf(stderr, "ematch map %s corrupted at %s\n",
109 fprintf(stderr, "ematch map %s corrupted at %s\n",
204 fprintf(stderr, "Unknown ematch \"%s\"\n",
263 vfprintf(stderr, fmt, a);
267 fprintf(stderr, ": %s\n... ", ematch_err);
269 fprintf(stderr, "\n... ");
273 fprintf(stderr, ">>%s<< ", *begin_argv);
275 fprintf(stderr, "%s ", *begin_argv);
280 fprintf(stderr, "...\n")
    [all...]
  /external/libvorbis/doc/vorbisfile/
vorbisfile_example_c.html 50 fprintf(stderr,"Input does not appear to be an Ogg bitstream.\n");
58 fprintf(stderr,"%s\n",*ptr);
61 fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi->channels,vi->rate);
62 fprintf(stderr,"Encoded by: %s\n\n",ov_comment(&vf,-1)->vendor);
82 fprintf(stderr,"Done.\n");
  /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__,
watchdog.c 44 fprintf(stderr,
52 fprintf(stderr, "\t%s\t%s\n",
65 fprintf(stderr, "Unknown -watchdog device. Supported devices are:\n");
67 fprintf(stderr, "\t%s\t%s\n",
116 fprintf(stderr, "watchdog: timer fired\n");
  /external/valgrind/main/memcheck/tests/darwin/
scalar.h 20 fprintf(stderr, "-----------------------------------------------------\n" \
26 fprintf(stderr, "-----------------------------------------------------\n" \
44 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
48 fprintf(stderr, "Expected error %s (%d), got success\n", #E, E); \
60 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \

Completed in 786 milliseconds

<<21222324252627282930>>