HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 126 - 150 of 7674) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/selinux/libselinux/utils/
getenforce.c 13 fputs("getenforce: is_selinux_enabled() failed", stderr);
19 fputs("getenforce: getenforce() failed", stderr);
  /external/valgrind/exp-bbv/tests/arm-linux/
Makefile.am 9 ll.stderr.exp \
13 million.stderr.exp \
  /external/valgrind/exp-sgcheck/tests/
Makefile.am 9 bad_percentify.stdout.exp bad_percentify.stderr.exp-glibc28-amd64 \
11 globalerr.stderr.exp-glibc28-amd64 \
12 globalerr.stderr.exp-gcc491-amd64 \
14 hackedbz2.stderr.exp-glibc28-amd64 \
15 hsg.vgtest hsg.stdout.exp hsg.stderr.exp \
17 preen_invars.stderr.exp-glibc28-amd64 \
19 stackerr.stderr.exp-glibc28-amd64 stackerr.stderr.exp-glibc27-x86
  /external/valgrind/memcheck/tests/amd64-linux/
Makefile.am 8 defcfaexpr.vgtest defcfaexpr.stderr.exp \
9 int3-amd64.vgtest int3-amd64.stderr.exp int3-amd64.stdout.exp
  /external/valgrind/none/tests/
rlimit64_nofile.c 31 fprintf(stderr, "setrlimit64 exceeding hardlimit must set errno=EINVAL\n");
37 fprintf(stderr, "setrlimit64 exceeding hardlimit must return -1\n");
46 fprintf(stderr, "setrlimit64 changing hardlimit must set errno=EPERM\n");
52 fprintf(stderr, "setrlimit64 changing hardlimit must return -1\n");
73 fprintf(stderr, "rlim_cur is %llu (should be %llu)\n",
80 fprintf(stderr, "rlim_max is %llu (should be %llu)\n",
85 newrlim.rlim_cur -= 3; /* allow for stdin, stdout and stderr */
97 fprintf(stderr, "open succeeded with fd %d - it should have failed!\n", fd);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_future5.py 15 with test_support.captured_output("stderr") as s:
16 print("foo", file=sys.stderr)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_future5.py 15 with test_support.captured_output("stderr") as s:
16 print("foo", file=sys.stderr)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_future5.py 15 with test_support.captured_output("stderr") as s:
16 print("foo", file=sys.stderr)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_future5.py 15 with test_support.captured_output("stderr") as s:
16 print("foo", file=sys.stderr)
  /system/extras/ext4_utils/
setup_fs.c 28 fprintf(stderr,"not a block device name: %s\n", blockdev);
34 fprintf(stderr,"device %s already has a filesystem\n", blockdev);
40 fprintf(stderr,"device %s not wiped, probably encrypted, not wiping\n", blockdev);
44 fprintf(stderr,"+++\n");
48 fprintf(stderr,"error: setup_fs: fork failed\n");
58 fprintf(stderr, "error: setup_fs: waitpid failed!\n");
63 fprintf(stderr,"---\n");
80 fprintf(stderr,"REBOOT!\n");
  /external/clang/test/PCH/
changed-files.c 14 // RUN: not %clang_cc1 -include-pch %t.h.pch %s 2> %t.stderr
15 // RUN: grep "modified" %t.stderr
20 // RUN: not %clang_cc1 -include-pch %t.h.pch %s 2> %t.stderr
21 // RUN: grep "modified" %t.stderr
27 // RUN: not %clang_cc1 -include-pch %t.h.pch %s 2> %t.stderr
28 // RUN: grep "modified" %t.stderr
  /external/icu/icu4c/source/tools/genrb/
errmsg.c 28 fprintf(stderr, "%s:%u: ", gCurrentFileName, (int)linenumber);
29 vfprintf(stderr, msg, va);
30 fprintf(stderr, "\n");
66 fprintf(stderr, "%s:%u: warning: ", gCurrentFileName, (int)linenumber);
67 vfprintf(stderr, msg, va);
68 fprintf(stderr, "\n");
  /external/llvm/tools/llvm-c-test/
main.c 22 fprintf(stderr, "llvm-c-test command\n\n");
23 fprintf(stderr, " Commands:\n");
24 fprintf(stderr, " * --module-dump\n");
25 fprintf(stderr, " Read bytecode from stdin - print disassembly\n\n");
26 fprintf(stderr, " * --lazy-module-dump\n");
27 fprintf(stderr,
29 fprintf(stderr, " * --new-module-dump\n");
30 fprintf(stderr, " Read bytecode from stdin - print disassembly\n\n");
31 fprintf(stderr, " * --lazy-new-module-dump\n");
32 fprintf(stderr,
    [all...]
  /external/toybox/tests/
cat.test 16 "cat file1 notfound file2 2>stderr && echo ok ; cat stderr; rm stderr" \
29 "cat - > /dev/full 2>stderr && echo ok; cat stderr; rm stderr" \
tac.test 17 "tac file1 notfound file2 2>stderr && echo ok ; tac stderr; rm stderr" \
24 # "tac - > /dev/full 2>stderr && echo ok; cat stderr; rm stderr" \
  /external/v8/test/cctest/
expression-type-collector-macros.h 20 fprintf(stderr, "Expected:\n"); \
21 fprintf(stderr, " lower: "); \
23 fprintf(stderr, " upper: "); \
25 fprintf(stderr, "Actual:\n"); \
26 fprintf(stderr, " lower: "); \
28 fprintf(stderr, " upper: "); \
  /external/valgrind/exp-bbv/tests/amd64-linux/
Makefile.am 9 clone_test.stderr.exp \
12 complex_rep.stderr.exp \
14 fldcw_check.stderr.exp \
16 ll.stderr.exp \
20 million.stderr.exp \
23 rep_prefix.stderr.exp \
  /external/valgrind/memcheck/tests/
err_disable_arange1.c 18 fprintf(stderr, "\nDoing invalid access. Expect complaint.\n\n");
22 fprintf(stderr, "\nDisabling address error reporting for the range.\n\n");
26 fprintf(stderr, "\nDoing invalid another access. Expect no complaint.\n\n");
30 fprintf(stderr, "\nPartially reenabling address error reporting.\n\n");
34 fprintf(stderr, "\nDoing a third access. Expect complaint.\n\n");
38 fprintf(stderr, "\nExiting. Expect warnings of 2 remaining ranges.\n\n");
sigaltstack.c 9 fprintf(stderr, "caught signal, local var is on %#" PRIxPTR "\n",
27 fprintf(stderr, "calling sigaltstack, stack base is %#" PRIxPTR "\n",
31 fprintf(stderr,"setting sigaction\n");
36 fprintf(stderr, "res = %d\n", res);
37 fprintf(stderr, "raising the signal\n");
44 fprintf(stderr, "done\n");
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
test.c 67 fprintf(stderr, "%p %s ", (void *) ctx, sev);
70 vfprintf(stderr, fmt, ap);
73 fprintf(stderr, "\n");
114 fprintf(stderr, "media has %u tracks and duration %fs\n", tracks, duration / 1e9);
120 fprintf(stderr, "track %u: type: %d codec: %d", i,
127 fprintf(stderr, " (%p, %u)", codec_data, (unsigned int) length);
133 fprintf(stderr, " video: %ux%u (d: %ux%u %ux%ux%ux%u)",
141 fprintf(stderr, " audio: %.2fhz %u bit %u channels",
146 fprintf(stderr, "\n");
152 fprintf(stderr, "seek to middle\n")
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_testLib.c 64 fprintf(stderr, "%s mode inputfile bytefile outputfile channelfile\n",
66 fprintf(stderr, "Example:\n");
67 fprintf(stderr, "%s <30,20> in.pcm byte.dat out.pcm T30.0.dat\n", argv[0]);
72 fprintf(stderr,"Wrong mode %s, must be 20, or 30\n", argv[1]);
76 fprintf(stderr,"Cannot open input file %s\n", argv[2]);
79 fprintf(stderr, "Cannot open channelfile file %s\n",
82 fprintf(stderr, "Cannot open output file %s\n",
85 fprintf(stderr,"Cannot open channel file file %s\n", argv[5]);
89 fprintf(stderr, "\n");
90 fprintf(stderr,
    [all...]
  /external/valgrind/none/tests/s390x/
Makefile.am 33 $(addsuffix .stderr.exp,$(INSN_TESTS)) \
38 op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \
39 fixbr.vgtest fixbr.stderr.exp fixbr.stdout.exp \
40 fpext.vgtest fpext.stderr.exp fpext.stdout.exp \
41 fpext_fail.vgtest fpext_fail.stderr.exp fpext_fail.stdout.exp \
44 dfp-1.stderr.exp dfp-1.stdout.exp dfp-1.vgtest \
45 dfp-2.stderr.exp dfp-2.stdout.exp dfp-2.vgtest \
46 dfp-3.stderr.exp dfp-3.stdout.exp dfp-3.vgtest \
47 dfp-4.stderr.exp dfp-4.stdout.exp dfp-4.vgtest
    [all...]
  /frameworks/wilhelm/src/
sllog.h 87 #define SL_LOGE(...) do { fprintf(stderr, "SL_LOGE: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
88 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
94 #define SL_LOGW(...) do { fprintf(stderr, "SL_LOGW: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
95 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
101 #define SL_LOGI(...) do { fprintf(stderr, "SL_LOGI: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
102 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
108 #define SL_LOGD(...) do { fprintf(stderr, "SL_LOGD: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__);
    [all...]
  /system/core/debuggerd/
crasher.c 137 fprintf(stderr,"crasher: init pid=%d tid=%d\n", getpid(), gettid());
180 fprintf(stderr, "%s OP\n", __progname);
181 fprintf(stderr, "where OP is:\n");
182 fprintf(stderr, " smash-stack overwrite a stack-guard canary\n");
183 fprintf(stderr, " stack-overflow recurse until the stack overflows\n");
184 fprintf(stderr, " heap-corruption cause a libc abort by corrupting the heap\n");
185 fprintf(stderr, " heap-usage cause a libc abort by abusing a heap function\n");
186 fprintf(stderr, " nostack crash with a NULL stack pointer\n");
187 fprintf(stderr, " ctest (obsoleted by thread-crash?)\n");
188 fprintf(stderr, " exit call exit(1)\n")
    [all...]
  /external/vboot_reference/futility/
cmd_create.c 91 fprintf(stderr, "Unable to open %s\n", infile);
99 fprintf(stderr, "Unable to read RSA key from %s\n", infile);
105 fprintf(stderr, "Unsupported sig algorithm in RSA key\n");
124 fprintf(stderr, "unable to write private key\n");
127 fprintf(stderr, "wrote %s\n", outfile);
132 fprintf(stderr, "couldn't extract the public key\n");
144 fprintf(stderr, "unable to write public key\n");
147 fprintf(stderr, "wrote %s\n", outfile);
174 fprintf(stderr, "Unable to open %s\n", infile);
182 fprintf(stderr, "Unable to read RSA key from %s\n", infile)
    [all...]

Completed in 1091 milliseconds

1 2 3 4 56 7 8 91011>>