/device/asus/fugu/recovery/ |
recovery_updater.cpp | 47 fprintf(stderr, "Image FW versions:\n"); 48 fprintf(stderr, " ifwi: %04X.%04X\n", v->ifwi.major, v->ifwi.minor); 49 fprintf(stderr, "---- components ----\n"); 50 fprintf(stderr, " scu: %04X.%04X\n", v->scu.major, v->scu.minor); 51 fprintf(stderr, " hooks/oem: %04X.%04X\n", v->valhooks.major, v->valhooks.minor); 52 fprintf(stderr, " ia32: %04X.%04X\n", v->ia32.major, v->ia32.minor); 53 fprintf(stderr, " chaabi: %04X.%04X\n", v->chaabi.major, v->chaabi.minor); 54 fprintf(stderr, " mIA: %04X.%04X\n", v->mia.major, v->mia.minor); 62 fprintf(stderr, "force_ro(): failed to open %s\n", name); 68 fprintf(stderr, "force_ro(): failed to write %s\n", name) [all...] |
/external/autotest/client/site_tests/platform_Mosys/ |
platform_Mosys.py | 56 # 'Command not supported on this platform' on stderr or prints 59 stderr = result.stderr 61 not_supported = (stderr and 62 stderr.startswith('Command not supported on this platform')) 64 unable_to_determine = (stderr and 65 stderr.startswith('Unable to determine'))
|
/external/chromium-trace/catapult/systrace/systrace/ |
util.py | 49 A tuple containing the adb output (stdout & stderr) and the return code 57 adb_output = subprocess.check_output(adb_command, stderr=subprocess.STDOUT, 61 print >> sys.stderr, ('\nThe command "%s" failed with the following error:' 63 print >> sys.stderr, ' %s' % str(error) 64 print >> sys.stderr, 'Is adb in your path?' 110 print >> sys.stderr, ( 113 print >> sys.stderr, adb_output
|
/external/curl/docs/examples/ |
cookie_interface.c | 43 fprintf(stderr, "Curl curl_easy_getinfo failed: %s\n", curl_easy_strerror(res)); 74 fprintf(stderr, "Curl perform failed: %s\n", curl_easy_strerror(res)); 95 fprintf(stderr, "Curl curl_easy_setopt failed: %s\n", curl_easy_strerror(res)); 110 fprintf(stderr, "Curl curl_easy_setopt failed: %s\n", curl_easy_strerror(res)); 118 fprintf(stderr, "Curl perform failed: %s\n", curl_easy_strerror(res)); 123 fprintf(stderr, "Curl init failed!\n");
|
/external/curl/tests/libtest/ |
lib525.c | 48 fprintf(stderr, "Usage: lib529 [url] [uploadfile]\n"); 51 fprintf(stderr, "Usage: lib525 [url] [uploadfile]\n"); 59 fprintf(stderr, "fopen() failed with error: %d (%s)\n", 61 fprintf(stderr, "Error opening file: (%s)\n", libtest_arg2); 70 fprintf(stderr, "fstat() failed with error: %d (%s)\n", 72 fprintf(stderr, "ERROR: cannot open file (%s)\n", libtest_arg2);
|
lib547.c | 50 fprintf(stderr, "READ ALREADY DONE!\n"); 56 fprintf(stderr, "READ!\n"); 60 fprintf(stderr, "READ NOT FINE!\n"); 70 fprintf(stderr, "REWIND!\n"); 89 fprintf(stderr, "curl_global_init() failed\n"); 94 fprintf(stderr, "curl_easy_init() failed\n");
|
/external/deqp/scripts/src_util/ |
pre_commit.py | 40 head = git('rev-parse', '--verify', 'HEAD', stderr=None) 55 sys.stderr.write("%s:%d: " % (path, line or 0)) 56 sys.stderr.write(msg % args if args else msg) 58 sys.stderr.write('\n') 77 git('diff-index', '--check', '--cached', against, stderr=None) 79 sys.stderr.write(e.output)
|
/external/iproute2/tc/ |
tc_exec.c | 26 fprintf(stderr, "Usage: tc exec [ EXEC_TYPE ] [ help | OPTIONS ]\n"); 27 fprintf(stderr, "Where:\n"); 28 fprintf(stderr, "EXEC_TYPE := { bpf | etc. }\n"); 29 fprintf(stderr, "OPTIONS := ... try tc exec <desired EXEC_KIND> help\n"); 35 fprintf(stderr, "Unknown exec \"%s\", hence option \"%s\" " 91 fprintf(stderr, "No command given, try \"tc exec help\".\n");
|
/external/libmicrohttpd/src/testcurl/https/ |
test_https_time_out.c | 56 fprintf (stderr, "Failed to create socket: %s\n", strerror (errno)); 71 fprintf (stderr, "Error: %s\n", MHD_E_FAILED_TO_CONNECT); 79 fprintf (stderr, "Handshake failed\n"); 90 fprintf (stderr, "Connection failed to time-out\n"); 128 fprintf (stderr, MHD_E_SERVER_INIT); 134 fprintf (stderr, "failed to setup session\n");
|
/external/libxml2/doc/examples/ |
xpath2.c | 35 fprintf(stderr, "Error: wrong number of arguments.\n"); 70 fprintf(stderr, "Usage: %s <xml-file> <xpath-expr> <value>\n", name); 97 fprintf(stderr, "Error: unable to parse file \"%s\"\n", filename); 104 fprintf(stderr,"Error: unable to create new XPath context\n"); 112 fprintf(stderr,"Error: unable to evaluate xpath expression \"%s\"\n", xpathExpr); 187 fprintf(stderr, "XPath support not compiled in\n");
|
/external/selinux/libselinux/utils/ |
selabel_lookup.c | 11 fprintf(stderr, 61 fprintf(stderr, "Unknown backend: %s\n", 91 fprintf(stderr, "ERROR: selabel_open - Could not obtain " 108 fprintf(stderr, "ERROR: selabel_lookup failed to " 112 fprintf(stderr, "ERROR: selabel_lookup failed to " 117 fprintf(stderr, "selabel_lookup ERROR: %s\n",
|
/external/valgrind/auxprogs/ |
getoff.c | 79 fprintf(stderr, 106 fprintf(stderr, 114 fprintf(stderr, "Could not fopen %s in write mode\n", argv[i]); 119 fprintf (stderr, 157 fprintf(stderr, 172 fprintf(stderr,
|
/external/valgrind/none/tests/amd64/ |
asorep.c | 27 fprintf (stderr, "addr32 rep movsb wrong\n"); 38 fprintf (stderr, "addr32 rep stosw wrong\n"); 45 fprintf (stderr, "addr32 lodsl wrong\n"); 55 fprintf (stderr, "addr32 repe cmpsb wrong\n"); 65 fprintf (stderr, "addr32 repne scasw wrong\n"); 74 fprintf (stderr, "addr32 repe scasw wrong\n");
|
/external/valgrind/none/tests/linux/ |
mremap.c | 39 fprintf(stderr, "shrink, nomove: p=%p np=%p: shrink moved?!\n", 49 fprintf(stderr, "shrink, maymove: p=%p np=%p: shrink moved?!\n", 59 fprintf(stderr, "grow, nomove: p=%p np=%p: shrink moved?!\n", 69 fprintf(stderr, "grow, maymove: p=%p np=%p: shrink moved?!\n", 80 fprintf(stderr, "grow, maymove, constrained: p=%p np=%p (managed to grow without moving?!)\n", 92 fprintf(stderr, "grow, maymove, constrained: p=%p np=%p (managed to grow without moving?!)\n",
|
/external/vboot_reference/tests/ |
sha_tests.c | 28 fprintf(stderr, "Test vector %d PASSED for SHA-1\n", i+1); 31 fprintf(stderr, "Test vector %d FAILED for SHA-1\n", i+1); 50 fprintf(stderr, "Test vector %d PASSED for SHA-256\n", i+1); 53 fprintf(stderr, "Test vector %d FAILED for SHA-256\n", i+1); 72 fprintf(stderr, "Test vector %d PASSED for SHA-512\n", i+1); 75 fprintf(stderr, "Test vector %d FAILED for SHA-512\n", i+1);
|
/prebuilts/go/darwin-x86/src/runtime/cgo/ |
gcc_darwin_386.c | 67 fprintf(stderr, "runtime/cgo: pthread_key_create failed\n"); 78 fprintf(stderr, "runtime/cgo: could not obtain pthread_keys\n"); 79 fprintf(stderr, "\ttried"); 81 fprintf(stderr, " %#x", (unsigned)tofree[i]); 82 fprintf(stderr, "\n"); 131 fprintf(stderr, "runtime/cgo: pthread_create failed: %s\n", strerror(err));
|
gcc_darwin_amd64.c | 38 fprintf(stderr, "runtime/cgo: pthread_key_create failed\n"); 49 fprintf(stderr, "runtime/cgo: could not obtain pthread_keys\n"); 50 fprintf(stderr, "\ttried"); 52 fprintf(stderr, " %#x", (unsigned)tofree[i]); 53 fprintf(stderr, "\n"); 102 fprintf(stderr, "runtime/cgo: pthread_create failed: %s\n", strerror(err));
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
gcc_darwin_386.c | 67 fprintf(stderr, "runtime/cgo: pthread_key_create failed\n"); 78 fprintf(stderr, "runtime/cgo: could not obtain pthread_keys\n"); 79 fprintf(stderr, "\ttried"); 81 fprintf(stderr, " %#x", (unsigned)tofree[i]); 82 fprintf(stderr, "\n"); 131 fprintf(stderr, "runtime/cgo: pthread_create failed: %s\n", strerror(err));
|
gcc_darwin_amd64.c | 38 fprintf(stderr, "runtime/cgo: pthread_key_create failed\n"); 49 fprintf(stderr, "runtime/cgo: could not obtain pthread_keys\n"); 50 fprintf(stderr, "\ttried"); 52 fprintf(stderr, " %#x", (unsigned)tofree[i]); 53 fprintf(stderr, "\n"); 102 fprintf(stderr, "runtime/cgo: pthread_create failed: %s\n", strerror(err));
|
/system/extras/perfprofd/tests/ |
perfprofdmockutils.cc | 78 vfprintf(stderr, fmt, ap); fprintf(stderr, "\n"); 87 vfprintf(stderr, fmt, ap); fprintf(stderr, "\n"); 96 vfprintf(stderr, fmt, ap); fprintf(stderr, "\n");
|
/system/extras/tests/storage/ |
wipe_blkdev.c | 67 fprintf(stderr, "%s discard failed, errno = %d\n", 76 fprintf(stderr, "Usage: wipe_blkdev [-s] <partition>\n"); 106 fprintf(stderr, "Cannot open device %s\n", devname); 111 fprintf(stderr, "Cannot stat %s\n", devname); 116 fprintf(stderr, "%s is not a block device\n", devname); 123 fprintf(stderr, "Cannot get size of block device %s\n", devname);
|
/external/iproute2/ip/ |
xfrm_policy.c | 55 fprintf(stderr, "Usage: ip xfrm policy { add | update } SELECTOR dir DIR [ ctx CTX ]\n"); 56 fprintf(stderr, " [ mark MARK [ mask MASK ] ] [ index INDEX ] [ ptype PTYPE ]\n"); 57 fprintf(stderr, " [ action ACTION ] [ priority PRIORITY ] [ flag FLAG-LIST ]\n"); 58 fprintf(stderr, " [ LIMIT-LIST ] [ TMPL-LIST ]\n"); 59 fprintf(stderr, "Usage: ip xfrm policy { delete | get } { SELECTOR | index INDEX } dir DIR\n"); 60 fprintf(stderr, " [ ctx CTX ] [ mark MARK [ mask MASK ] ] [ ptype PTYPE ]\n"); 61 fprintf(stderr, "Usage: ip xfrm policy { deleteall | list } [ SELECTOR ] [ dir DIR ]\n"); 62 fprintf(stderr, " [ index INDEX ] [ ptype PTYPE ] [ action ACTION ] [ priority PRIORITY ]\n"); 63 fprintf(stderr, " [ flag FLAG-LIST ]\n"); 64 fprintf(stderr, "Usage: ip xfrm policy flush [ ptype PTYPE ]\n") [all...] |
xfrm_state.c | 57 fprintf(stderr, "Usage: ip xfrm state { add | update } ID [ ALGO-LIST ] [ mode MODE ]\n"); 58 fprintf(stderr, " [ mark MARK [ mask MASK ] ] [ reqid REQID ] [ seq SEQ ]\n"); 59 fprintf(stderr, " [ replay-window SIZE ] [ replay-seq SEQ ] [ replay-oseq SEQ ]\n"); 60 fprintf(stderr, " [ replay-seq-hi SEQ ] [ replay-oseq-hi SEQ ]\n"); 61 fprintf(stderr, " [ flag FLAG-LIST ] [ sel SELECTOR ] [ LIMIT-LIST ] [ encap ENCAP ]\n"); 62 fprintf(stderr, " [ coa ADDR[/PLEN] ] [ ctx CTX ] [ extra-flag EXTRA-FLAG-LIST ]\n"); 63 fprintf(stderr, "Usage: ip xfrm state allocspi ID [ mode MODE ] [ mark MARK [ mask MASK ] ]\n"); 64 fprintf(stderr, " [ reqid REQID ] [ seq SEQ ] [ min SPI max SPI ]\n"); 65 fprintf(stderr, "Usage: ip xfrm state { delete | get } ID [ mark MARK [ mask MASK ] ]\n"); 66 fprintf(stderr, "Usage: ip xfrm state { deleteall | list } [ ID ] [ mode MODE ] [ reqid REQID ]\n") [all...] |
/external/autotest/client/site_tests/security_Minijail_seccomp/src/ |
open.c | 12 fprintf(stderr, "Usage: %s <access mode>\n", comm); 13 fprintf(stderr, "\tAccess mode: 0-O_RDONLY, 1-O_WRONLY, 2-O_RDWR\n");
|
/external/autotest/site_utils/deployment/ |
deploy.py | 41 sys.stderr.write('Unexpected OS error:\n %s\n' % e) 43 sys.stderr.write('Unexpected exception:\n %s\n' % e)
|