/prebuilts/go/linux-x86/src/runtime/cgo/ |
gcc_darwin_arm64.c | 32 fprintf(stderr, "runtime/cgo: pthread_key_create failed: %d\n", err); 35 //fprintf(stderr, "runtime/cgo: k = %d, tlsbase = %p\n", (int)k, tlsbase); // debug 45 fprintf(stderr, "runtime/cgo: could not find pthread key.\n"); 61 //fprintf(stderr, "runtime/cgo: _cgo_sys_thread_start: fn=%p, g=%p\n", ts->fn, ts->g); // debug 75 fprintf(stderr, "runtime/cgo: pthread_create failed: %s\n", strerror(err)); 102 fprintf(stderr, "runtime/cgo: no main bundle\n"); 107 fprintf(stderr, "runtime/cgo: no Info.plist URL\n"); 113 fprintf(stderr, "runtime/cgo: cannot get URL string\n"); 121 fprintf(stderr, "runtime/cgo: bad URL: %s\n", url); 128 fprintf(stderr, "runtime/cgo: chdir(%s) failed\n", dir) [all...] |
/system/extras/crypto-perf/ |
crypto.cpp | 133 fprintf(stderr, "encrypt: %llu us\n", 135 fprintf(stderr, "encrypt instructions: %llu\n", 137 fprintf(stderr, "encrypt instructions per second: %f\n", 141 fprintf(stderr, "encrypt instructions per cycle: %f\n", 156 fprintf(stderr, "decrypt: %llu us\n", 158 fprintf(stderr, "decrypt instructions: %llu\n", 160 fprintf(stderr, "decrypt instructions per second: %f\n", 164 fprintf(stderr, "decrypt instructions per cycle: %f\n",
|
/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));
|
/system/extras/tests/workloads/ |
atrace-uncompress.py | 11 print >> sys.stderr, ('Usage: %s inputfile' % sys.argv[0]) 28 print >> sys.stderr, ('No trace data found')
|
/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...] |
/external/selinux/policycoreutils/newrole/ |
newrole.c | 200 fprintf(stderr, _("failed to set PAM_TTY\n")); 287 fprintf(stderr, 299 fprintf(stderr, _("newrole: %s: error on line %lu.\n"), 365 fprintf(stderr, _("Cannot find your entry in the shadow " 372 fprintf(stderr, _("getpass cannot open /dev/tty\n")); 437 fprintf(stderr, 449 fprintf(stderr, _("Out of memory!\n")); 454 fprintf(stderr, _("Error! Shell is not valid.\n")); 511 fprintf(stderr, _("Unable to clear environment\n")); 552 fprintf(stderr, _("Error resetting KEEPCAPS, aborting\n")) [all...] |
/external/boringssl/src/crypto/ec/ |
ec_test.cc | 90 fprintf(stderr, "Failed to parse private key.\n"); 91 ERR_print_errors_fp(stderr); 97 fprintf(stderr, "Failed to serialize private key.\n"); 98 ERR_print_errors_fp(stderr); 105 fprintf(stderr, "Serialisation of key doesn't match original.\n"); 111 fprintf(stderr, "Public key missing.\n"); 122 fprintf(stderr, "Failed to get public key in affine coordinates.\n"); 136 fprintf(stderr, "Incorrect public key: %s %s\n", x_hex.get(), y_hex.get()); 149 ERR_print_errors_fp(stderr); 155 fprintf(stderr, "Serialisation of key was incorrect.\n") [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_sanity.c | 400 fprintf(stderr, "*** unknown reg 0x%x\n", reg); 438 fprintf(stderr, " %s <-- 0x%x", get_reg_name(reg), data); 442 fprintf(stderr, " *** BRAND NEW VALUE"); 444 fprintf(stderr, " *** CHANGED"); 450 fprintf(stderr, "\n"); 463 fprintf(stderr, " %s <-- %.3f", get_reg_name(reg), data); 467 fprintf(stderr, " *** NEW MIN (prev %.3f)", reg->vmin); 471 fprintf(stderr, " *** NEW MAX (prev %.3f)", reg->vmax); 475 fprintf(stderr, " *** CHANGED"); 482 fprintf(stderr, "\n") [all...] |
/external/autotest/client/tests/rmaptest/src/ |
rmap-test.c | 43 fprintf(stderr, "%s: Cannot open `%s': %s\n", 51 fprintf(stderr, "Usage: %s [-hlrvV] [-iN] [-nN] [-sN] [-tN] filename\n", 53 fprintf(stderr, " -h: Pattern: half of memory is busy\n"); 54 fprintf(stderr, " -l: Pattern: linear\n"); 55 fprintf(stderr, " -r: Pattern: random\n"); 56 fprintf(stderr, " -iN: Number of iterations\n"); 57 fprintf(stderr, " -nN: Number of VMAs\n"); 58 fprintf(stderr, " -sN: VMA size (pages)\n"); 59 fprintf(stderr, " -tN: Run N tasks\n"); 60 fprintf(stderr, " -VN: Number of VMAs to process\n") [all...] |
/external/avahi/examples/ |
core-browse-services.c | 70 fprintf(stderr, "(Resolver) Failed to resolve service '%s' of type '%s' in domain '%s': %s\n", name, type, domain, avahi_strerror(avahi_server_errno(server))); 76 fprintf(stderr, "(Resolver) Service '%s' of type '%s' in domain '%s':\n", name, type, domain); 80 fprintf(stderr, 122 fprintf(stderr, "(Browser) %s\n", avahi_strerror(avahi_server_errno(server))); 127 fprintf(stderr, "(Browser) NEW: service '%s' of type '%s' in domain '%s'\n", name, type, domain); 135 fprintf(stderr, "Failed to resolve service '%s': %s\n", name, avahi_strerror(avahi_server_errno(s))); 140 fprintf(stderr, "(Browser) REMOVE: service '%s' of type '%s' in domain '%s'\n", name, type, domain); 145 fprintf(stderr, "(Browser) %s\n", event == AVAHI_BROWSER_CACHE_EXHAUSTED ? "CACHE_EXHAUSTED" : "ALL_FOR_NOW"); 161 fprintf(stderr, "Failed to create simple poll object.\n"); 185 fprintf(stderr, "Failed to create server: %s\n", avahi_strerror(error)) [all...] |
/external/boringssl/src/crypto/digest/ |
digest_test.cc | 151 fprintf(stderr, "%s(\"%s\" * %d) = %s; want %s\n", 165 fprintf(stderr, "EVP_DigestInit_ex failed\n"); 170 fprintf(stderr, "EVP_DigestUpdate failed\n"); 177 fprintf(stderr, "EVP_DigestFinal_ex failed\n"); 186 fprintf(stderr, "EVP_DigestInit_ex failed\n"); 190 fprintf(stderr, "EVP_DigestUpdate failed\n"); 196 fprintf(stderr, "EVP_DigestUpdate failed\n"); 202 fprintf(stderr, "EVP_DigestFinal_ex failed\n"); 206 fprintf(stderr, "EVP_MD_size output incorrect\n"); 218 fprintf(stderr, "one_shot_func gave incorrect return\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...] |
m_vlan.c | 24 fprintf(stderr, "Usage: vlan pop\n"); 25 fprintf(stderr, " vlan push [ protocol VLANPROTO ] id VLANID\n"); 26 fprintf(stderr, " VLANPROTO is one of 802.1Q or 802.1AD\n"); 27 fprintf(stderr, " with default: 802.1Q\n"); 57 fprintf(stderr, "unexpected \"%s\" - action already specified\n", 65 fprintf(stderr, "unexpected \"%s\" - action already specified\n", 73 fprintf(stderr, "\"%s\" is only valid for push\n", 84 fprintf(stderr, "\"%s\" is only valid for push\n", 132 fprintf(stderr, "vlan: Illegal \"index\"\n"); 141 fprintf(stderr, "id needs to be set for push\n") [all...] |
q_sfb.c | 30 fprintf(stderr, 69 fprintf(stderr, "Illegal \"rehash\"\n"); 75 fprintf(stderr, "Illegal \"db\"\n"); 81 fprintf(stderr, "Illegal \"limit\"\n"); 87 fprintf(stderr, "Illegal \"max\"\n"); 93 fprintf(stderr, "Illegal \"target\"\n"); 99 fprintf(stderr, "Illegal \"increment\"\n"); 105 fprintf(stderr, "Illegal \"decrement\"\n"); 111 fprintf(stderr, "Illegal \"penalty_rate\"\n"); 117 fprintf(stderr, "Illegal \"penalty_burst\"\n") [all...] |
q_choke.c | 30 fprintf(stderr, "Usage: ... choke limit PACKETS bandwidth KBPS [ecn]\n"); 31 fprintf(stderr, " [ min PACKETS ] [ max PACKETS ] [ burst PACKETS ]\n"); 54 fprintf(stderr, "Illegal \"limit\"\n"); 60 fprintf(stderr, "Illegal \"bandwidth\"\n"); 68 fprintf(stderr, "Illegal \"min\"\n"); 74 fprintf(stderr, "Illegal \"max\"\n"); 80 fprintf(stderr, "Illegal \"burst\"\n"); 86 fprintf(stderr, "Illegal \"avpkt\"\n"); 92 fprintf(stderr, "Illegal \"probability\"\n"); 99 fprintf(stderr, "What is \"%s\"?\n", *argv) [all...] |
q_red.c | 31 fprintf(stderr, "Usage: ... red limit BYTES [min BYTES] [max BYTES] avpkt BYTES [burst PACKETS]\n"); 32 fprintf(stderr, " [adaptive] [probability PROBABILITY] [bandwidth KBPS]\n"); 33 fprintf(stderr, " [ecn] [harddrop]\n"); 54 fprintf(stderr, "Illegal \"limit\"\n"); 60 fprintf(stderr, "Illegal \"min\"\n"); 66 fprintf(stderr, "Illegal \"max\"\n"); 72 fprintf(stderr, "Illegal \"burst\"\n"); 78 fprintf(stderr, "Illegal \"avpkt\"\n"); 84 fprintf(stderr, "Illegal \"probability\"\n"); 90 fprintf(stderr, "Illegal \"bandwidth\"\n") [all...] |
/external/libdrm/rockchip/ |
rockchip_drm.c | 58 fprintf(stderr, "failed to create device[%s].\n", 101 fprintf(stderr, "invalid size.\n"); 107 fprintf(stderr, "failed to create bo[%s].\n", 115 fprintf(stderr, "failed to create gem object[%s].\n", 138 fprintf(stderr, "invalid size.\n"); 144 fprintf(stderr, "failed to create bo[%s].\n", 204 fprintf(stderr, "failed to allocate bo[%s].\n", 210 fprintf(stderr, "failed to open gem object[%s].\n", 247 fprintf(stderr, "failed to get gem global name[%s].\n", 284 fprintf(stderr, "failed to ioctl gem map offset[%s].\n" [all...] |
/external/selinux/policycoreutils/sandbox/ |
seunshare.c | 71 fprintf(stderr, _("Failed to drop all capabilities\n")); 83 fprintf(stderr, _("Failed to drop privileges\n")); 105 fprintf(stderr, "Unable to obtain empty signal set\n"); 172 fprintf(stderr, _("Error: %s must not be a symbolic link\n"), file); 176 fprintf(stderr, _("Error: %s not owned by UID %d\n"), file, uid); 184 fprintf(stderr, _("Error: %s must not be a symbolic link\n"), file); 188 fprintf(stderr, _("Error: %s not owned by GID %d\n"), file, gid); 210 fprintf(stderr, _("Failed to stat %s: %s\n"), dir, strerror(errno)); 214 fprintf(stderr, _("Error: %s is not a directory: %s\n"), dir, strerror(errno)); 218 fprintf(stderr, _("Error: %s was replaced by a different directory\n"), dir) [all...] |
/external/selinux/policycoreutils/semodule_link/ |
semodule_link.c | 43 fprintf(stderr, "%s: Out of memory\n", progname); 47 fprintf(stderr, "%s: Out of memory\n", progname); 52 fprintf(stderr, "%s: Could not open package %s: %s", progname, 62 fprintf(stderr, "%s: Error while reading package from %s\n", 110 fprintf(stderr, 119 fprintf(stderr, 130 fprintf(stderr, "%s: Out of memory\n", argv[0]); 138 fprintf(stderr, 146 fprintf(stderr, "%s: Error while linking packages\n", argv[0]); 158 fprintf(stderr, "%s: Out of memory\n", argv[0]) [all...] |
/external/valgrind/drd/tests/ |
unit_vc.c | 23 fprintf(stderr, 31 fflush(stderr); 77 fprintf(stderr, "vc1: %s", (str = DRD_(vc_aprint)(&vc1))); 79 fprintf(stderr, "\nvc2: %s", (str = DRD_(vc_aprint)(&vc2))); 81 fprintf(stderr, "\nvc3: %s", (str = DRD_(vc_aprint)(&vc3))); 83 fprintf(stderr, "\n"); 84 fprintf(stderr, "vc_lte(vc1, vc2) = %d, vc_lte(vc1, vc3) = %d," 88 fprintf(stderr, "%s", (str = DRD_(vc_aprint)(&vc4))); 90 fprintf(stderr, ", "); 91 fprintf(stderr, "%s", (str = DRD_(vc_aprint)(&vc5))) [all...] |
/external/valgrind/memcheck/tests/vbit-test/ |
util.c | 53 fprintf(stderr, "*** OOPS: %s\n", string); 63 fprintf(stderr, "*** Incorrect result for operator %s\n", op->name); 68 fprintf(stderr, " opnd %u: ", i); 69 print_opnd(stderr, &data->opnds[i]); 70 fprintf(stderr, "\n"); 72 fprintf(stderr, " result: "); 73 print_opnd(stderr, &data->result); 74 fprintf(stderr, "\n"); 75 fprintf(stderr, " expect: vbits = "); 76 print_vbits(stderr, expected) [all...] |
/frameworks/base/libs/hwui/tests/macrobench/ |
main.cpp | 96 fprintf(stderr, "don't have access to cpusets, skipping...\n"); 103 fprintf(stderr, "Error, cpusetName too large to fit in buffer '%s'\n", cpusetName); 108 fprintf(stderr, "Error opening file %d\n", errno); 115 fprintf(stderr, "Buffer wasn't large enough?\n"); 118 fprintf(stderr, "Failed to write, errno=%d", errno); 178 fprintf(stderr, "Invalid frames argument '%s'\n", optarg); 186 fprintf(stderr, "Invalid repeat argument '%s'\n", optarg); 197 fprintf(stderr, "Invalid report frametime weight '%s'\n", optarg); 223 fprintf(stderr, "Unrecognized option '%s'\n", argv[optind - 1]); 232 fprintf(stderr, "Try 'hwuitest --help' for more information.\n") [all...] |
/hardware/qcom/audio/legacy/libalsa-intf/ |
arec.c | 98 fprintf(stderr, "Arec:Failed to allocate ALSA hardware parameters!"); 123 fprintf(stderr, "Arec:cannot set hw params"); 133 fprintf (stderr,"period_size (%d)", pcm->period_size); 134 fprintf (stderr," buffer_size (%d)", pcm->buffer_size); 135 fprintf (stderr," period_cnt (%d)\n", pcm->period_cnt); 139 fprintf(stderr, "Arec:Failed to allocate ALSA software parameters!\n"); 165 fprintf(stderr, "Arec:cannot set sw params"); 169 fprintf (stderr,"avail_min (%lu)\n", sparams->avail_min); 170 fprintf (stderr,"start_threshold (%lu)\n", sparams->start_threshold); 171 fprintf (stderr,"stop_threshold (%lu)\n", sparams->stop_threshold) [all...] |
/system/extras/bootctl/ |
bootctl.c | 87 fprintf(stderr, "Error marking as having booted successfully: %s\n", 98 fprintf(stderr, "Error setting active boot slot: %s\n", strerror(-ret)); 108 fprintf(stderr, "Error setting slot as unbootable: %s\n", strerror(-ret)); 119 fprintf(stderr, "Error calling isSlotBootable(): %s\n", 138 fprintf(stderr, "isSlotMarkedSuccessful() is not implemented by HAL.\n"); 145 fprintf(stderr, "Error calling isSlotMarkedSuccessful(): %s\n", 155 usage(stderr, argc, argv); 162 usage(stderr, argc, argv); 176 usage(stderr, argc, argv); 182 fprintf(stderr, "Error getting bootctrl module.\n") [all...] |
/system/tools/aidl/ |
options.cpp | 37 fprintf(stderr, 89 fprintf(stderr, "unknown option (%d): %s\n", i, s); 97 fprintf(stderr, "-I option (%d) requires a path.\n", i); 104 fprintf(stderr, "-d option (%d) requires a file.\n", i); 113 fprintf(stderr, "-p option (%d) requires a file.\n", i); 120 fprintf(stderr, "-o option (%d) requires a path.\n", i); 127 fprintf(stderr, "unknown option (%d): %s\n", i, s); 137 fprintf(stderr, "INPUT required\n"); 162 fprintf(stderr, "unknown option%s:", 165 fprintf(stderr, " %s", argv[i]) [all...] |