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

<<31323334353637383940>>

  /external/valgrind/unittest/
old_test_suite.h 53 // Put everything into stderr.
59 fprintf(stderr, args);\
  /external/webkit/Source/WebCore/bridge/
testbindings.cpp 36 fprintf (stderr, "%s: ", __PRETTY_FUNCTION__); \
37 fprintf(stderr, formatAndArgs); \
349 fprintf(stderr, "Error opening %s.\n", file);
356 fprintf(stderr, "Warning: File may have been too long.\n");
367 fprintf(stderr, "You have to specify at least one filename\n");
402 fprintf(stderr,"Exception, line %d: %s\n",lineno,msg);
404 fprintf(stderr,"Exception: %s\n",msg);
409 fprintf(stderr,"Return value: %s\n",msg);
  /external/webkit/Tools/Scripts/webkitpy/common/system/
executive_mock.py 38 run_command_fn=None, stderr=''):
40 self._stderr = stderr
  /frameworks/base/cmds/backup/
backup.cpp 33 fprintf(stderr, "%s: Backs up your data.\n"
62 fprintf(stderr, "Error opening: %s\n", filename);
  /frameworks/compile/libbcc/bcinfo/Wrap/
bitcode_wrapperer.cpp 355 fprintf(stderr, "Error condition exists: the following"
358 fprintf(stderr, "Wrapper magic:\t\t%x\n", kWrapperMagicNumber);
359 fprintf(stderr, "LLVM Bitcode version:\t%d\n", kLLVMVersionNumber);
360 fprintf(stderr, "Raw bitcode offset:\t%d\n", wrapper_bc_offset_);
361 fprintf(stderr, "Raw bitcode size:\t%d\n", wrapper_bc_size_);
362 fprintf(stderr, "Android header version:\t%d\n", android_header_version_);
363 fprintf(stderr, "Android target API:\t%d\n", android_target_api_);
364 fprintf(stderr, "PNaCl bitcode version:\t%d\n", kPnaclBitcodeVersion);
  /ndk/sources/host-tools/ndk-stack/
ndk-stack.c 83 fprintf(stderr, "Unable to open dump file %s: %s\n",
88 fprintf(stderr, "Unable to create NDK stack parser: %s\n",
  /ndk/sources/host-tools/sed-4.2.1/lib/
error.h 38 /* Print a message with `fprintf (stderr, FORMAT, ...)';
49 /* If NULL, error will flush stdout, then print on stderr the program
  /ndk/tests/device/test-gabi++/jni/
test_gabixx_rtti.cpp 48 fprintf(stderr, "KO: Assertion failure: %s\n", #cond); \
98 fprintf(stderr, "KO: Could not dynamically cast 'foo' to a 'Bar*'\n");
  /ndk/tests/device/test-stlport-rtti/jni/
test_stlport_rtti.cpp 48 fprintf(stderr, "KO: Assertion failure: %s\n", #cond); \
98 fprintf(stderr, "KO: Could not dynamically cast 'foo' to a 'Bar*'\n");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
error.h 28 /* Print a message with `fprintf (stderr, FORMAT, ...)';
39 /* If NULL, error will flush stdout, then print on stderr the program
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
error.h 28 /* Print a message with `fprintf (stderr, FORMAT, ...)';
39 /* If NULL, error will flush stdout, then print on stderr the program
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
error.h 28 /* Print a message with `fprintf (stderr, FORMAT, ...)';
39 /* If NULL, error will flush stdout, then print on stderr the program
  /system/core/fastboot/
util_windows.c 97 fprintf(stderr, "load_file: could not allocate %ld bytes\n", sz );
105 fprintf(stderr, "load_file: could not read %ld bytes from '%s'\n", sz, fn);
fastboot.c 89 fprintf(stderr,"error: ");
90 vfprintf(stderr, fmt, ap);
91 fprintf(stderr,"\n");
117 fprintf(stderr,"unknown partition '%s'\n", item);
261 fprintf(stderr,"< waiting for device >\n");
276 fprintf(stderr,
322 fprintf(stderr, "no image specified\n");
328 fprintf(stderr, "cannot load '%s': %s\n", kernel, strerror(errno));
337 fprintf(stderr, "cannot boot a boot.img *and* ramdisk\n");
348 fprintf(stderr,"cannot load '%s': %s\n", ramdisk, strerror(errno))
    [all...]
  /system/core/logwrapper/
logwrapper.c 28 fprintf(stderr, "%s", msg);
37 "Forks and executes BINARY ARGS, redirecting stdout and stderr to\n"
  /system/core/toolbox/
rm.c 15 fprintf(stderr,"Usage: rm [-rR] [-f] <target>\n");
112 fprintf(stderr, "rm failed for %s, %s\n", argv[i], strerror(errno));
  /system/extras/procrank/
procrank.c 150 fprintf(stderr, "Invalid argument \"%s\".\n", argv[arg]);
157 fprintf(stderr, "Error creating kernel interface -- "
164 fprintf(stderr, "Error listing processes.\n");
170 fprintf(stderr, "calloc: %s", strerror(errno));
177 fprintf(stderr, "malloc: %s\n", strerror(errno));
184 fprintf(stderr, "warning: could not create process interface for %d\n", pids[i]);
201 fprintf(stderr, "warning: could not read usage for %d\n", pids[i]);
286 fprintf(stderr, "Usage: %s [ -W ] [ -v | -r | -p | -u | -h ]\n"
  /system/extras/tests/bionic/libc/bionic/
test_setjmp.c 56 fprintf(stderr, "setjmp() is broken for integer registers !\n");
74 fprintf(stderr, "setjmp() is broken for floating point registers !\n");
  /system/extras/tests/bionic/libc/common/
test_pthread_getcpuclockid.c 50 fprintf(stderr, "pthread_getcpuclockid(%08lx,) returned error %d: %s\n", self, e, strerror(e));
60 fprintf(stderr, "thread %08lx: clock_gettime() returned %g nsecs\n", self, ts.tv_sec*1e9 + ts.tv_nsec);
  /external/icu4c/test/perf/howExpensiveIs/
howExpensiveIs.cpp 21 fprintf(stderr, "Usage: %s [ -f outfile.xml ] [ -t 'TestName' ]\n", prog);
53 fprintf(stderr,"%s: warning: U_DEBUG is on.\n", argv[0]);
59 fprintf(stderr, "** Standard sieve time: %.9fs +/- %.9fs (%d iterations)\n", s,m, (int)U_LOTS_OF_TIMES);
91 fprintf(stderr, "Err: usage: %s [ output-file.xml ]\n", argv[0]);
96 fprintf(stderr, "Warning: no output when list mode\n");
105 fprintf(stderr,"Err: can't open %s for writing.\n", outName);
108 fprintf(stderr, "# writing results to %s\n", outName);
114 fprintf(stderr, "# (no output)\n");
118 fprintf(stderr, "ERR: no -l mode when specific test with -t\n");
136 fprintf(stderr, "Error in tests: %s\n", u_errorName(setupStatus))
    [all...]
  /external/linux-tools-perf/
builtin-script.c 501 fprintf(stderr, "\n");
502 fprintf(stderr, "Scripting language extensions (used in "
506 fprintf(stderr, " %-42s [%s]\n", s->spec, s->ops->name);
508 fprintf(stderr, "\n");
527 fprintf(stderr, "invalid language specifier");
534 fprintf(stderr, "invalid language specifier");
542 fprintf(stderr, "invalid script extension");
547 fprintf(stderr, "invalid script extension");
587 fprintf(stderr, "Invalid event type in field string.\n");
602 fprintf(stderr,
    [all...]
  /external/openssl/crypto/des/
des.c 205 fputs("must have a key with the -k option\n",stderr);
219 fprintf(stderr,"'%c' unknown flag\n",p[-1]);
253 fprintf(stderr,"des(1) built with %s\n",libdes_version);
261 if (vflag) fprintf(stderr,"des(1) built with %s\n",libdes_version);
274 fputs("input and output file are the same\n",stderr);
281 fputs("password error\n",stderr);
297 CKSUM_OUT=stderr;
335 " stderr if data being output on stdout). The checksum is",
353 fputs(*u,stderr);
354 fputc('\n',stderr);
    [all...]
  /external/qemu/
kvm-all.c 36 do { fprintf(stderr, fmt, ## __VA_ARGS__); } while (0)
82 fprintf(stderr, "%s: no free slot available\n", __func__);
230 fprintf(stderr, "BUG: %s: invalid parameters " TARGET_FMT_plx "-"
415 fprintf(stderr, "No SMP KVM support, use '-smp 1'\n");
431 fprintf(stderr, "Could not access KVM kernel module: %m\n");
439 fprintf(stderr, "kvm version too old\n");
445 fprintf(stderr, "kvm version not supported\n");
452 fprintf(stderr, "ioctl(KVM_CREATE_VM) failed: %s\n", strerror(errno));
463 fprintf(stderr, "kvm does not support KVM_CAP_USER_MEMORY\n%s",
474 fprintf(stderr,
    [all...]
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 136 { if(x==stderr) ALOGE(__VA_ARGS__); else fprintf(x, __VA_ARGS__); }
201 fprintf(stderr, "file %s not an HCD file\n", optarg);
208 fprintf(stderr, "file %s not an HCD file\n", optarg);
213 fprintf(stderr, "file %s could not be opened, error %d\n", optarg, errno);
224 fprintf(stderr, "Baudrate not supported!");
516 fprintf(stderr, "port %s could not be opened, error %d\n",
559 fprintf(stderr, "\n");
562 fprintf(stderr, "%02x ", out[i]);
565 fprintf(stderr, "\n");
591 fprintf(stderr, "received %d\n", count)
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 65 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__)
166 fprintf(stderr, "VPPTEST:: Press CTL-C to continue\n");
375 fprintf (stderr,"VPPTEST:: Error in OMX_GetExtensionIndex function\n");
382 fprintf (stderr,"VPPTEST:: Error in OMX_GetExtensionIndex function\n");
389 fprintf (stderr,"Error in OMX_GetExtensionIndex function\n");
396 fprintf (stderr,"VPPTEST:: Error in OMX_GetExtensionIndex function\n");
403 fprintf (stderr,"Error in OMX_GetExtensionIndex function\n");
410 fprintf (stderr,"VPPTEST:: Error in OMX_GetExtensionIndex function\n");
418 fprintf (stderr,"VPPTEST:: Error in OMX_GetExtensionIndex function\n");
425 fprintf (stderr,"VPPTEST:: Error in OMX_GetExtensionIndex function\n")
    [all...]

Completed in 628 milliseconds

<<31323334353637383940>>