/external/icu4c/tools/icuinfo/ |
testplug.c | 50 fprintf(stderr,"MyPlugin: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status)); 66 fprintf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status)); 84 fprintf(stderr,"MyPluginFailQuery: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status)); 99 fprintf(stderr,"MyPluginFailToken: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status)); 119 fprintf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status)); 128 fprintf(stderr,"I'm %p and I did a bad thing and malloced %p\n", (void*)data, (void*)ctx); 144 fprintf(stderr,"MyPluginHigh: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status)); 159 fprintf(stderr, "MEM: malloc(%d) = %p\n", (int32_t)size, retPtr); 167 fprintf(stderr, "MEM: free(%p)\n", mem); 180 fprintf(stderr, "MEM: realloc(%p, %d) = %p\n", mem, (int32_t)size, retPtr) [all...] |
/external/iproute2/tc/ |
f_route.c | 30 fprintf(stderr, "Usage: ... route [ from REALM | fromif TAG ] [ to REALM ]\n"); 31 fprintf(stderr, " [ flowid CLASSID ] [ police POLICE_SPEC ]\n"); 32 fprintf(stderr, " POLICE_SPEC := ... look at TBF\n"); 33 fprintf(stderr, " CLASSID := X:Y\n"); 34 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n"); 49 fprintf(stderr, "Illegal \"handle\"\n"); 65 fprintf(stderr, "Illegal \"to\"\n"); 75 fprintf(stderr, "Illegal \"from\"\n"); 86 fprintf(stderr, "Illegal \"fromif\"\n"); 97 fprintf(stderr, "Illegal \"classid\"\n") [all...] |
/external/chromium_org/testing/ |
xvfb.py | 37 print >> sys.stderr, ( 55 cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT) 57 print >> sys.stderr, 'Failed to run %s' % ' '.join(cmd) 68 stderr=subprocess.STDOUT, 71 print >> sys.stderr, 'Failed to load %s with cwd=%s' % ( 75 print >> sys.stderr, ( 114 ice_cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, env=env) 116 print >> sys.stderr, 'Failed to run %s' % ' '.join(ice_cmd) 126 print >> sys.stderr, (
|
/external/chromium_org/v8/tools/testrunner/server/ |
daemon.py | 26 stdout='/dev/null', stderr='/dev/null'): 29 self.stderr = stderr 44 sys.stderr.write("fork #1 failed: %d (%s)\n" % (e.errno, e.strerror)) 59 sys.stderr.write("fork #2 failed: %d (%s)\n" % (e.errno, e.strerror)) 64 sys.stderr.flush() 67 se = file(self.stderr, 'a+', 0) 71 #os.dup2(se.fileno(), sys.stderr.fileno()) 95 sys.stderr.write(message % self.pidfile) 116 sys.stderr.write(message % self.pidfile [all...] |
/external/dropbear/libtomcrypt/testprof/ |
pkcs_1_test.c | 17 fprintf(stderr, "pkcs_1 tests require sha1/yarrow"); 48 fprintf(stderr, "Outsize == %lu, should have been %lu, res1 = %d, lparamlen = %lu, msg contents follow.\n", l2, l3, res1, lparamlen); 49 fprintf(stderr, "ORIGINAL:\n"); 51 fprintf(stderr, "%02x ", buf[0][x]); 53 fprintf(stderr, "\nRESULT:\n"); 55 fprintf(stderr, "%02x ", buf[2][x]); 57 fprintf(stderr, "\n\n"); 73 fprintf(stderr, "PSS failed: %d, %d, %d, %lu, %lu\n", res1, res2, res3, l3, saltlen); 84 fprintf(stderr, "NOP");
|
/external/zlib/src/contrib/puff/ |
pufftest.c | 107 fprintf(stderr, "invalid option %s\n", arg); 112 fprintf(stderr, "only one file name allowed\n"); 119 fprintf(stderr, "memory allocation failure\n"); 123 fprintf(stderr, "could not read %s, or it was empty\n", 129 fprintf(stderr, "skip request of %d leaves no input\n", skip); 139 fprintf(stderr, "puff() failed with return code %d\n", ret); 141 fprintf(stderr, "puff() succeeded uncompressing %lu bytes\n", destlen); 142 if (sourcelen < len) fprintf(stderr, "%lu compressed bytes unused\n", 152 fprintf(stderr, "memory allocation failure\n");
|
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
parsesymbols.c | 27 fprintf(stderr, "While parsing the mapfile, XRay encountered:\n"); 28 fprintf(stderr, "%s\n", line); 29 fprintf(stderr, 31 fprintf(stderr, "All functions must reside in this address space.\n"); 56 fprintf(stderr, "XRay: failed to open %s\n", mapfile);
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testlock.c | 54 fprintf(stderr, "Couldn't lock mutex: %s", SDL_GetError()); 61 fprintf(stderr, "Couldn't unlock mutex: %s", SDL_GetError()); 81 fprintf(stderr, "%s\n", SDL_GetError()); 87 fprintf(stderr, "Couldn't create mutex: %s\n", SDL_GetError()); 96 fprintf(stderr, "Couldn't create thread!\n");
|
testsem.c | 21 fprintf(stderr, "Thread number %d has got the semaphore (value = %d)!\n", threadnum, SDL_SemValue(sem)); 24 fprintf(stderr, "Thread number %d has released the semaphore (value = %d)!\n", threadnum, SDL_SemValue(sem)); 55 fprintf(stderr, "Wait took %d milliseconds\n", duration); 65 fprintf(stderr,"Usage: %s init_value\n", argv[0]); 71 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError());
|
testtimer.c | 33 fprintf(stderr, "Couldn't initialize SDL: %s\n", SDL_GetError()); 56 fprintf(stderr, 65 fprintf(stderr,"Could not create timer 1: %s\n", SDL_GetError()); 68 fprintf(stderr,"Could not create timer 2: %s\n", SDL_GetError()); 71 fprintf(stderr,"Could not create timer 3: %s\n", SDL_GetError());
|
/external/qemu/hw/ |
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/drd/tests/ |
hold_lock.c | 40 fprintf(stderr, "Usage: %s [-i <interval time in ms>].\n", argv[0]); 45 fprintf(stderr, "Locking mutex ...\n"); 58 fprintf(stderr, "Locking rwlock exclusively ...\n"); 66 fprintf(stderr, "Locking rwlock shared ...\n"); 76 fprintf(stderr, "Done.\n");
|
/external/valgrind/main/helgrind/tests/ |
bar_bad.c | 37 fprintf(stderr, "\ninitialise a barrier with zero count\n"); 42 fprintf(stderr, "\ninitialise a barrier twice\n"); 49 fprintf(stderr, "\ninitialise a barrier which has threads waiting on it\n"); 60 fprintf(stderr, "\ndestroy a barrier that has waiting threads\n"); 76 fprintf(stderr, "\ndestroy a barrier that was never initialised\n");
|
tc15_laog_lockdel.c | 26 fprintf(stderr, "Establish order 1 -> 2\n"); 34 fprintf(stderr, "Try order 2 -> 1. This gives an error.\n"); 43 fprintf(stderr, 45 fprintf(stderr, "so a second locking sequence 2 -> 1 should now be OK.\n"); 60 fprintf(stderr, "done\n");
|
/external/valgrind/main/none/tests/ |
pending.c | 24 fprintf(stderr, "FAILED: got signal %d instead\n", sig); 29 fprintf(stderr, "FAILED: signal delivered early (in handler)\n"); 58 fprintf(stderr, "FAILED: signal delivered too early\n"); 68 fprintf(stderr, "FAILED: signal not delivered\n"); 81 fprintf(stderr, "FAILED: SIGHUP not still pending; got signal %d\n",
|
/external/webrtc/test/testsupport/ |
frame_reader.cc | 33 fprintf(stderr, "Frame length must be >0, was %d\n", 39 fprintf(stderr, "Couldn't open input file for reading: %s\n", 46 fprintf(stderr, "Found empty file: %s\n", input_filename_.c_str()); 63 fprintf(stderr, "FrameReader is not initialized (input file is NULL)\n"); 70 fprintf(stderr, "Error reading from input file: %s\n",
|
/frameworks/av/cmds/stagefright/ |
recordvideo.cpp | 34 fprintf(stderr, "usage: %s\n", me); 35 fprintf(stderr, " -h(elp)\n"); 36 fprintf(stderr, " -b bit rate in bits per second (default: 300000)\n"); 37 fprintf(stderr, " -c YUV420 color format: [0] semi planar or [1] planar or other omx YUV420 color format (default: 1)\n"); 38 fprintf(stderr, " -f frame rate in frames per second (default: 30)\n"); 39 fprintf(stderr, " -i I frame interval in seconds (default: 1)\n"); 40 fprintf(stderr, " -n number of frames to be recorded (default: 300)\n"); 41 fprintf(stderr, " -w width in pixels (default: 176)\n"); 42 fprintf(stderr, " -t height in pixels (default: 144)\n"); 43 fprintf(stderr, " -l encoder level. see omx il header (default: encoder specific)\n") [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Common.h | 79 OMXDBG_PRINT(stderr, ERROR, 4, 0, "***********************************\n"); \ 80 OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d :: Malloc Failed\n",__LINE__); \ 81 OMXDBG_PRINT(stderr, ERROR, 4, 0, "***********************************\n"); \ 86 OMXDBG_PRINT(stderr, BUFFER, 2, OMX_DBG_BASEMASK, "%d :: Malloced = %p\n",__LINE__,_ptr_); 103 OMXDBG_PRINT(stderr, BUFFER, 2, OMX_DBG_BASEMASK, "%d :: [FREE] %p\n",__LINE__,_pStruct_); \
|
/system/core/libsparse/ |
simg2img.c | 35 fprintf(stderr, "Usage: simg2img <sparse_image_files> <raw_image_file>\n"); 53 fprintf(stderr, "Cannot open output file %s\n", argv[argc - 1]); 63 fprintf(stderr, "Cannot open input file %s\n", argv[i]); 70 fprintf(stderr, "Failed to read sparse file\n"); 78 fprintf(stderr, "Cannot write output file\n");
|
/system/core/toolbox/ |
load_policy.c | 19 fprintf(stderr, "usage: %s policy-file\n", argv[0]); 26 fprintf(stderr, "Could not open %s: %s\n", path, strerror(errno)); 31 fprintf(stderr, "Could not stat %s: %s\n", path, strerror(errno)); 37 fprintf(stderr, "Could not mmap %s: %s\n", path, strerror(errno)); 43 fprintf(stderr, "Could not load %s: %s\n", path, strerror(errno));
|
rotatefb.c | 31 fprintf(stderr, "%s: invalid option -%c\n", 38 fprintf(stderr, "%s: specify rotation\n", argv[0]); 45 fprintf(stderr, "cannot open %s\n", fbdev); 51 fprintf(stderr, "failed to get fbinfo: %s\n", strerror(errno)); 66 fprintf(stderr, "failed to set fbinfo: %s\n", strerror(errno));
|
setkey.c | 11 fprintf(stderr, "%s [-t <table>] [-k <index>] [-v value] [-r] [-h]\n" 33 fprintf(stderr, "open %s: %s\n", TTYDEV, strerror(errno)); 55 fprintf(stderr, "KDSKBENT %d %d %d failed: %s\n", 65 fprintf(stderr, "KDGKBENT %d %d failed: %s\n", 77 fprintf(stderr, "%s: invalid option -%c\n",
|
/external/jpeg/ |
wrjpgcom.c | 87 #define ERREXIT(msg) (fprintf(stderr, "%s\n", msg), exit(EXIT_FAILURE)) 206 fprintf(stderr, "Warning: garbage data found in JPEG file\n"); 354 fprintf(stderr, "wrjpgcom inserts a textual comment in a JPEG file.\n"); 355 fprintf(stderr, "You can add to or replace any existing comment(s).\n"); 357 fprintf(stderr, "Usage: %s [switches] ", progname); 359 fprintf(stderr, "inputfile outputfile\n"); 361 fprintf(stderr, "[inputfile]\n"); 364 fprintf(stderr, "Switches (names may be abbreviated):\n"); 365 fprintf(stderr, " -replace Delete any existing comments\n"); 366 fprintf(stderr, " -comment \"text\" Insert comment with given text\n") [all...] |
/external/qemu/distrib/jpeg-6b/ |
wrjpgcom.c | 87 #define ERREXIT(msg) (fprintf(stderr, "%s\n", msg), exit(EXIT_FAILURE)) 206 fprintf(stderr, "Warning: garbage data found in JPEG file\n"); 354 fprintf(stderr, "wrjpgcom inserts a textual comment in a JPEG file.\n"); 355 fprintf(stderr, "You can add to or replace any existing comment(s).\n"); 357 fprintf(stderr, "Usage: %s [switches] ", progname); 359 fprintf(stderr, "inputfile outputfile\n"); 361 fprintf(stderr, "[inputfile]\n"); 364 fprintf(stderr, "Switches (names may be abbreviated):\n"); 365 fprintf(stderr, " -replace Delete any existing comments\n"); 366 fprintf(stderr, " -comment \"text\" Insert comment with given text\n") [all...] |
/development/tools/etc1tool/ |
etc1tool.cpp | 35 vfprintf(stderr, message, ap); 37 fprintf(stderr, "\n\n"); 38 fprintf(stderr, "usage:\n"); 41 stderr, 44 fprintf(stderr, "\tDefault is --encode\n"); 45 fprintf(stderr, "\t\t--help print this usage information.\n"); 46 fprintf(stderr, 49 stderr, 51 fprintf(stderr, 53 fprintf(stderr, [all...] |