/external/selinux/libselinux/utils/ |
setfilecon.c | 11 fprintf(stderr, "usage: %s context path...\n", argv[0]); 18 fprintf(stderr, "%s: setfilecon(%s,%s) failed\n",
|
/external/valgrind/exp-bbv/tests/ppc32-linux/ |
Makefile.am | 9 ll.stderr.exp \ 13 million.stderr.exp \
|
/external/valgrind/exp-bbv/tests/x86-linux/ |
Makefile.am | 9 clone_test.stderr.exp \ 12 ll.stderr.exp \
|
/external/valgrind/helgrind/tests/ |
tls_threads.c | 91 fprintf(stderr, "starting join in main\n"); 92 fflush(stderr); 95 fprintf(stderr, "finished join in main\n"); 96 fflush(stderr); 102 fprintf(stderr, "starting join in main\n"); 103 fflush(stderr); 105 fprintf(stderr, "finished join in main\n"); 106 fflush(stderr);
|
/external/valgrind/memcheck/tests/ |
resvn_stack.c | 13 fprintf(stderr, "Accessing fresh %s\n", "stack"); 15 fprintf(stderr, "Accessing %s stack\n", "fresh");
|
/external/valgrind/memcheck/tests/solaris/ |
sendfilev.c | 19 fprintf(stderr, "open failed: %s (%d).\n", strerror(error), error); 28 fprintf(stderr, "write failed (nbytes=%zd): %s (%d).\n", 39 fprintf(stderr, "open failed: %s (%d).\n", strerror(error), error); 59 fprintf(stderr, "Expected EFAULT, got %d.\n", errno); 62 fprintf(stderr, "Error: sendfilev returned a positive value.\n"); 70 fprintf(stderr, "Expected EINVAL, got %d.\n", errno); 73 fprintf(stderr, "Error: sendfilev returned a positive value.\n"); 81 fprintf(stderr, "sendfilev failed: %s (%d).\n", strerror(error), error);
|
/external/valgrind/none/tests/ |
empty-exe.vgtest | 3 # blank two lines in the .stderr.exp file that are important -- they 4 # indicate it ran to completion. If the crash occurs, the .stderr.out file
|
procfs-cmdline-exe.c | 26 fprintf(stderr, "%s:\n", label); 33 fprintf(stderr, "\\\\"); 35 fprintf(stderr, "\\0"); 37 fprintf(stderr, "%c", ch); 39 fprintf(stderr, "\\0%o", ch); 41 fprintf(stderr, "\n"); 61 fprintf(stderr, "Result of readlink(\"%s\"): %s\n", label, p); 81 fprintf(stderr, "Result of readlinkat(\"%s\"): %s\n", label, p);
|
pth_rwlock.c | 18 fprintf(stderr, "pthread_rwlock_init[%d]: %s\n", n, strerror(e)); 25 fprintf(stderr, "pthread_rwlock_destroy[%d]: %s\n", n, strerror(e));
|
pth_stackalign.c | 23 fprintf(stderr, "pthread_create: %s\n", strerror(e)); 29 fprintf(stderr, "pthread_join: %s\n", strerror(e));
|
/external/vboot_reference/utility/ |
verify_data.c | 31 fprintf(stderr, "Couldn't open signature file\n"); 41 fprintf(stderr, "Wrong signature length - Expected = %d, Received = %d\n", 59 fprintf(stderr, "Usage: %s <algorithm> <key file> <signature file>" 61 fprintf(stderr, "where <algorithm> depends on the signature algorithm" 64 fprintf(stderr, "\t%d for %s\n", i, algo_strings[i]); 70 fprintf(stderr, "Invalid Algorithm!\n"); 80 fprintf(stderr, "Signature Verification " 83 fprintf(stderr, "Signature Verification "
|
/ndk/tests/device/b16355858/jni/ |
sample.c | 10 fprintf(stderr, "top[-1]: %8x top[0]: %8x left: %8x pred: %8x\n", 14 fprintf(stderr, "pred != left\n");
|
/prebuilts/go/darwin-x86/src/runtime/race/testdata/ |
cgo_test.go | 16 cmd.Stderr = os.Stderr
|
/prebuilts/go/darwin-x86/test/ |
errchk | 9 # it succeeds, this script will report an error. The stderr output of 28 print STDERR "Usage: errchk COMPILER [OPTS] SOURCEFILES\n"; 58 print STDERR "BUG: errchk: command succeeded unexpectedly\n"; 59 print STDERR @out; 64 print STDERR "BUG: errchk: command failed unexpectedly\n"; 65 print STDERR @out; 70 print STDERR "BUG: errchk: compiler crashed\n"; 71 print STDERR @out, "\n"; 77 print STDERR "BUG: "; 93 print STDERR "$file:$line: malformed regexp\n" [all...] |
/prebuilts/go/linux-x86/src/runtime/race/testdata/ |
cgo_test.go | 16 cmd.Stderr = os.Stderr
|
/prebuilts/go/linux-x86/test/ |
errchk | 9 # it succeeds, this script will report an error. The stderr output of 28 print STDERR "Usage: errchk COMPILER [OPTS] SOURCEFILES\n"; 58 print STDERR "BUG: errchk: command succeeded unexpectedly\n"; 59 print STDERR @out; 64 print STDERR "BUG: errchk: command failed unexpectedly\n"; 65 print STDERR @out; 70 print STDERR "BUG: errchk: compiler crashed\n"; 71 print STDERR @out, "\n"; 77 print STDERR "BUG: "; 93 print STDERR "$file:$line: malformed regexp\n" [all...] |
/system/extras/simpleperf/runtest/ |
function_pthread.cpp | 23 fprintf(stderr, "pthread_create failed: %s\n", strerror(ret)); 29 fprintf(stderr, "pthread_join failed: %s\n", strerror(ret));
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_sanity.c | [all...] |
/device/google/contexthub/util/nanoapp_sign/ |
nanoapp_sign.c | 92 fprintf(stderr, "Failed to open /dev/urandom. Cannot procceed!\n"); 100 fprintf(stderr, "Failed to read /dev/urandom. Cannot procceed!\n"); 134 printHashRev(stderr, "RSA cyphertext", rsa->num, RSA_LIMBS); 143 printHashRev(stderr, "RSA plaintext", rsaResult, RSA_LIMBS); 147 fprintf(stderr, "Padding header is invalid\n"); 153 fprintf(stderr, "Padding bytes 0..1 are invalid\n"); 159 fprintf(stderr, "Padding last bytes & terminator invalid\n"); 166 fprintf(stderr, "Padding word %d invalid\n", i); 171 printHash(stderr, "Recovered hash ", rsaResult, SHA2_HASH_WORDS); 172 printHash(stderr, "Calculated hash", refHash, SHA2_HASH_WORDS) [all...] |
/system/core/adb/ |
shell_service_test.cpp | 112 // |stdout| and |stderr| with their respective data, and returns the exit code 114 int ReadShellProtocol(int fd, std::string* stdout, std::string* stderr) { 117 stderr->clear(); 126 stderr->append(protocol->data(), protocol->data_length()); 200 std::string stdout, stderr; local 201 EXPECT_EQ(24, ReadShellProtocol(subprocess_fd_, &stdout, &stderr)); 203 ExpectLinesEqual(stderr, {"bar"}); 212 // PTY always combines stdout and stderr but the shell protocol should 214 std::string stdout, stderr; local 215 EXPECT_EQ(50, ReadShellProtocol(subprocess_fd_, &stdout, &stderr)); 239 std::string stdout, stderr; local 262 std::string stdout, stderr; local 274 std::string stdout, stderr; local 286 std::string stdout, stderr; local [all...] |
/build/kati/testcase/ |
parse_benchcmp.go | 32 cmd.Stderr = os.Stderr 71 fmt.Fprintln(os.Stderr, "benchcmp not found:", err) 72 fmt.Fprintln(os.Stderr, "install it by:") 73 fmt.Fprintln(os.Stderr, " export GOPATH=$HOME # if not set") 74 fmt.Fprintln(os.Stderr, " PATH=$PATH:$GOPATH/bin") 75 fmt.Fprintln(os.Stderr, " go get -u golang.org/x/tools/cmd/benchcmp") 80 fmt.Fprintln(os.Stderr, "workspace is dirty. please commit.") 81 fmt.Fprintln(os.Stderr, status) 86 fmt.Fprintln(os.Stderr, "current branch is master." [all...] |
/external/iproute2/ip/ |
ipfou.c | 28 fprintf(stderr, "Usage: ip fou add port PORT { ipproto PROTO | gue }\n"); 29 fprintf(stderr, " ip fou del port PORT\n"); 30 fprintf(stderr, "\n"); 31 fprintf(stderr, "Where: PROTO { ipproto-name | 1..255 }\n"); 32 fprintf(stderr, " PORT { 1..65535 }\n"); 76 fprintf(stderr, "fou: unknown command \"%s\"?\n", *argv); 84 fprintf(stderr, "fou: missing port\n"); 89 fprintf(stderr, "fou: must set ipproto or gue\n"); 94 fprintf(stderr, "fou: cannot set ipproto and gue\n"); 137 fprintf(stderr, "Cannot open generic netlink socket\n") [all...] |
/external/iproute2/tc/ |
f_fw.c | 28 fprintf(stderr, "Usage: ... fw [ classid CLASSID ] [ action ACTION_SPEC ]\n"); 29 fprintf(stderr, " ACTION_SPEC := ... look at individual actions\n"); 30 fprintf(stderr, " CLASSID := X:Y\n"); 31 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n"); 49 fprintf(stderr, "Illegal \"handle\"\n"); 54 fprintf(stderr, "Illegal \"handle\" mask\n"); 76 fprintf(stderr, "Illegal \"classid\"\n"); 83 fprintf(stderr, "Illegal \"police\"\n"); 90 fprintf(stderr, "Illegal fw \"action\"\n"); 100 fprintf(stderr, "Illegal indev\n") [all...] |
/external/libjpeg-turbo/ |
jpegtran.c | 51 fprintf(stderr, "usage: %s [switches] ", progname); 53 fprintf(stderr, "inputfile outputfile\n"); 55 fprintf(stderr, "[inputfile]\n"); 58 fprintf(stderr, "Switches (names may be abbreviated):\n"); 59 fprintf(stderr, " -copy none Copy no extra markers from source file\n"); 60 fprintf(stderr, " -copy comments Copy only comment markers (default)\n"); 61 fprintf(stderr, " -copy all Copy all extra markers\n"); 63 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n"); 66 fprintf(stderr, " -progressive Create progressive JPEG file\n"); 68 fprintf(stderr, "Switches for modifying the image:\n") [all...] |
/external/selinux/policycoreutils/hll/pp/ |
pp.c | 39 if (vfprintf(stderr, fmt, argptr) < 0) { 43 if (fprintf(stderr, "\n") < 0) { 50 fprintf(stderr, "Usage: %s [OPTIONS] [IN_FILE [OUT_FILE]]\n", progname); 51 fprintf(stderr, "\n"); 52 fprintf(stderr, "Read an SELinux policy package (.pp) and output the equivilent CIL.\n"); 53 fprintf(stderr, "If IN_FILE is not provided or is -, read SELinux policy package from\n"); 54 fprintf(stderr, "standard input. If OUT_FILE is not provided or is -, output CIL to\n"); 55 fprintf(stderr, "standard output.\n"); 56 fprintf(stderr, "\n"); 57 fprintf(stderr, "Options:\n") [all...] |