/external/valgrind/main/drd/tests/ |
rwlock_race.c | 53 fprintf(stderr, "Result: %d\n", s_racy);
|
/external/valgrind/main/helgrind/tests/ |
tc09_bad_unlock.c | 49 nearly_main(); fprintf(stderr, "---------------------\n" );
|
/external/valgrind/main/memcheck/tests/ |
origin6-fp.c | 93 if (0) fprintf(stderr, "r = %g\n", r ); 96 if (0) fprintf(stderr, "ri = %d\n", ri); 98 fprintf(stderr, "Test succeeded.\n"); 100 fprintf(stderr, "Test FAILED !\n");
|
/external/webkit/Source/WebCore/bridge/ |
testbindings.mm | 41 fprintf (stderr, "%s: ", __PRETTY_FUNCTION__); \ 42 fprintf(stderr, formatAndArgs); \ 215 fprintf(stderr, "Error opening %s.\n", file); 222 fprintf(stderr, "Warning: File may have been too long.\n"); 233 fprintf(stderr, "You have to specify at least one filename\n"); 270 fprintf(stderr,"Exception, line %d: %s\n",lineno,msg); 272 fprintf(stderr,"Exception: %s\n",msg); 277 fprintf(stderr,"Return value: %s\n",msg);
|
/external/webkit/Source/WebCore/webaudio/ |
DefaultAudioDestinationNode.cpp | 55 fprintf(stderr, ">>>> hardwareSampleRate = %f\n", hardwareSampleRate);
|
/external/webrtc/test/testsupport/ |
packet_reader.cc | 39 fprintf(stderr, "Attempting to use uninitialized PacketReader!\n");
|
/frameworks/base/cmds/bugreport/ |
bugreport.c | 43 fprintf(stderr, "Failed to connect to dumpstate service\n");
|
/frameworks/compile/libbcc/helper/ |
DebugHelper.c | 27 return fprintf(stderr, "[%s] %s\n", tag, msg);
|
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
BCHeaderField.h | 81 fprintf(stderr, "Field ID: %d, data length %d, total length %d\n", 83 fprintf(stderr, "Data:"); 84 for (size_t i = 0; i < len_; i++) fprintf(stderr, "0x%x ", data_[i]); 85 fprintf(stderr, "\n");
|
/frameworks/compile/libbcc/runtime/test/Unit/ |
modsi3_test.c | 25 fprintf(stderr, "error in __modsi3: %d %% %d = %d, expected %d\n",
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
gl2_yuvtex.cpp | 37 // fprintf(stderr, "printGLString %s, %d\n", name, s); 40 // fprintf(stderr, "glGetError() = %d, result of glGetString = %x\n", error, 43 // fprintf(stderr, "GL %s = %s\n", name, v); 45 // fprintf(stderr, "GL %s = (null) 0x%08x\n", name, (unsigned int) v); 46 fprintf(stderr, "GL %s = %s\n", name, v); 51 fprintf(stderr, "%s() returned %d\n", op, returnVal); 56 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), 64 fprintf(stderr, "after %s() glError (0x%x)\n", op, error); 97 fprintf(stderr, "Could not compile shader %d:\n%s\n", 102 fprintf(stderr, "Guessing at GL_INFO_LOG_LENGTH size\n") [all...] |
/frameworks/wilhelm/tests/examples/ |
slesTestFeedback.cpp | 30 #define ASSERT_EQ(x, y) do { if ((x) == (y)) ; else { fprintf(stderr, "0x%x != 0x%x\n", \ 187 fprintf(stderr, "%s: unusual receive buffer queue size (%u buffers)\n", argv[0], 194 fprintf(stderr, "%s: unusual transmit buffer queue size (%u buffers)\n", argv[0], 201 fprintf(stderr, "%s: unusual buffer size (%u frames)\n", argv[0], 208 fprintf(stderr, "%s: unusual channel count ignored (%u)\n", argv[0], 227 fprintf(stderr, "%s: unusual sample rate (%u Hz)\n", argv[0], 235 fprintf(stderr, "%s: unknown option %s\n", argv[0], arg); 239 fprintf(stderr, "usage: %s -r# -t# -f# -s# -c#\n", argv[0]); 240 fprintf(stderr, " -r# receive buffer queue count for microphone input, default 1\n"); 241 fprintf(stderr, " -t# transmit buffer queue count for speaker output, default 2\n") [all...] |
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
miniopt.c | 94 fprintf(stderr, 106 fprintf(stderr, 117 fprintf(stderr, 128 fprintf(stderr,
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
miniopt.c | 94 fprintf(stderr, 106 fprintf(stderr, 117 fprintf(stderr, 128 fprintf(stderr,
|
/ndk/tests/device/test-cpufeatures/jni/ |
test_cpufeatures.c | 33 fprintf(stderr, "Unsupported CPU family: %d\n", family);
|
/sdk/emulator/qtools/ |
exc_dump.cpp | 8 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
|
/system/core/libctest/ |
ctest.c | 73 fprintf(stderr, "FAILURE! %d of %d tests failed. Failures:\n", 98 fprintf(stderr, "Fork failed."); 132 fprintf(suite->out, "Process failed: [%s] status: %d\n", 154 fprintf(suite->out, "Assertion failed: [%s:%d] %s: %s\n", file, line,
|
/system/core/netcfg/ |
netcfg.c | 47 fprintf(stderr,"usage: netcfg [<interface> {dhcp|up|down}]\n"); 166 fprintf(stderr, "not enough arguments for '%s'\n", cmdname); 171 fprintf(stderr, "action '%s' failed (%s)\n", cmdname, strerror(errno)); 180 fprintf(stderr,"no such action '%s'\n", argv[0]);
|
/system/core/toolbox/ |
sendevent.c | 57 fprintf(stderr, "use: %s device type code value\n", argv[0]); 63 fprintf(stderr, "could not open %s, %s\n", argv[optind], strerror(errno)); 67 fprintf(stderr, "could not get driver version for %s, %s\n", argv[optind], strerror(errno)); 76 fprintf(stderr, "write event failed, %s\n", strerror(errno));
|
/external/clang/utils/OptionalTests/Extra/Runtime/ |
darwin-clang_rt.c | 236 fprintf(stderr, "%s: clang_rt test:\n", argv[0]); 237 fprintf(stderr, " target : %s %d.%d.%d\n\n", target_name, 239 fprintf(stderr, " sysname : %s\n", name.sysname); 240 fprintf(stderr, " nodename: %s\n", name.nodename); 241 fprintf(stderr, " release : %s\n", name.release); 242 fprintf(stderr, " version : %s\n", name.version); 243 fprintf(stderr, " machine : %s\n", name.machine); 295 fprintf(stderr, "a: (%f + %f), b: (%f + %f)\n", 335 fprintf(stderr, " OK!\n");
|
/external/icu4c/i18n/ |
japancal.cpp | 391 fprintf(stderr, "== %d \n", year); 397 fprintf(stderr, " low=%d (special)\n", low); 404 fprintf(stderr, " high=%d\n", high); 411 fprintf(stderr, " d=%d low=%d, high=%d. Considering %d:M%d D%d Y%d. { we are ?:M%d D%d Y%d }\n", 421 fprintf(stderr, "diff now %d (M) = %d - %d - 1\n", diff, internalGet(UCAL_MONTH), kEraInfo[i].month); 426 fprintf(stderr, "diff now %d (D)\n", diff); 436 fprintf(stderr, ". low=%d, high=%d, i=%d, diff=%d.. %d\n", low, high, i, diff, year); 443 fprintf(stderr, " low[era]=%d,.. %d\n", low, year); 453 fprintf(stderr, " Set ERA=%d, year=%d\n", low, year-kEraInfo[low].year+1);
|
/external/icu4c/test/threadtest/ |
threadtest.cpp | 59 fprintf(stderr, "Error starting thread. Errno = %d\n", errno); 125 fprintf(stderr, "Error starting thread. Errno = %d\n", errno); 272 fprintf(stderr, "Unrecognized command line option. Scanning \"%s\"\n", 281 fprintf(stderr, "No test specified.\n"); 288 fprintf(stderr, "usage: threadtest [-threads nnn] [-time nnn] [-quiet] [-verbose] test-name\n" 339 fprintf(stderr, "Thread #%d: suspending\n", thInfo->fThreadNum); 348 fprintf(stderr, "Thread #%d: restarting\n", thInfo->fThreadNum); 472 fprintf(stderr, "Main: suspending all threads\n"); 492 fprintf(stderr, "Main: starting all threads.\n");
|
/external/icu4c/tools/gencfu/ |
gencfu.cpp | 146 fprintf(stderr, "error in command line argument \"%s\"\n", argv[-argc]); 156 fprintf(stderr, "confusables file, whole script confusables file and output file must all be specified.\n"); 187 fprintf(stderr, "%s\n", msg); 199 fprintf(stderr, "%s: can not initialize ICU. status = %s\n", 235 fprintf(stderr, "gencfu: uspoof_openFromSource error \"%s\" at file %s, line %d, column %d\n", 248 fprintf(stderr, "gencfu: uspoof_serialize() returned %s\n", u_errorName(status)); 268 fprintf(stderr, "gencfu: Could not open output file \"%s\", \"%s\"\n", 279 fprintf(stderr, "gencfu: Error %d writing the output file\n", status); 284 fprintf(stderr, "gencfu: Error writing to output file \"%s\"\n", outFileName);
|
/external/icu4c/tools/toolutil/ |
ucmstate.c | 190 fprintf(stderr, "ucm error: too many states (maximum %u)\n", MBCS_MAX_STATE_COUNT); 197 fprintf(stderr, "ucm error: parse error in state definition at '%s'\n", error); 237 fprintf(stderr, "ucm error: no header field <key> in line \"%s\"\n", line); 243 fprintf(stderr, "ucm error: incomplete header field <key> in line \"%s\"\n", line); 273 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue); 283 fprintf(stderr, "ucm error: illegal <mb_cur_max> %s\n", *pValue); 292 fprintf(stderr, "ucm error: illegal <mb_cur_min> %s\n", *pValue); 307 fprintf(stderr, "ucm error: <icu:state> entry for non-MBCS table or before the <uconv_class> line\n"); 312 fprintf(stderr, "ucm error: <icu:state> before the <mb_cur_max> line\n"); 319 fprintf(stderr, "ucm error: <icu:base> without a base table name\n") [all...] |
/external/jpeg/ |
rdjpgcom.c | 68 #define ERREXIT(msg) (fprintf(stderr, "%s\n", msg), exit(EXIT_FAILURE)) 157 fprintf(stderr, "Warning: garbage data found in JPEG file\n"); 396 fprintf(stderr, "rdjpgcom displays any textual comments in a JPEG file.\n"); 398 fprintf(stderr, "Usage: %s [switches] [inputfile]\n", progname); 400 fprintf(stderr, "Switches (names may be abbreviated):\n"); 401 fprintf(stderr, " -verbose Also display dimensions of JPEG image\n"); 467 fprintf(stderr, "%s: only one input file\n", progname); 472 fprintf(stderr, "%s: can't open %s\n", progname, argv[argn]); 482 fprintf(stderr, "%s: can't open stdin\n", progname);
|