/external/valgrind/main/helgrind/ |
hg_intercepts.c | 241 fprintf(stderr, "<< pthread_create wrapper"); fflush(stderr); 278 fprintf(stderr, " :: pth_create -> %d >>\n", ret); 317 fprintf(stderr, "<< pthread_join wrapper"); fflush(stderr); 332 fprintf(stderr, " :: pth_join -> %d >>\n", ret); 415 fprintf(stderr, "<< pthread_mxinit %p", mutex); fflush(stderr); 436 fprintf(stderr, " :: mxinit -> %d >>\n", ret); 452 fprintf(stderr, "<< pthread_mxdestroy %p", mutex); fflush(stderr); 465 fprintf(stderr, " :: mxdestroy -> %d >>\n", ret); 481 fprintf(stderr, "<< pthread_mxlock %p", mutex); fflush(stderr); 502 fprintf(stderr, " :: mxlock -> %d >>\n", ret) [all...] |
/external/iproute2/misc/ |
rtacct.c | 139 fprintf(fp, " %-10s", temp); 142 fprintf(fp, " %-10s", temp); 144 fprintf(fp, " %-10u", (unsigned)rate); 150 fprintf(fp, " %10lluM", val/(1024*1024)); 152 fprintf(fp, " %10lluK", val/1024); 154 fprintf(fp, " %10llu", val); 163 fprintf(fp, "#%s\n", kern_db->signature); 164 fprintf(fp, 172 fprintf(fp, 208 fprintf(fp, "%-10s", rtnl_rtrealm_n2a(realm, b1, sizeof(b1))) [all...] |
lnstat.c | 55 fprintf(stderr, "%s Version %s\n", name, LNSTAT_VERSION); 56 fprintf(stderr, "Copyright (C) 2004 by Harald Welte " 58 fprintf(stderr, "This program is free software licensed under GNU GPLv2" 60 fprintf(stderr, "Parameters:\n"); 61 fprintf(stderr, "\t-V --version\t\tPrint Version of Program\n"); 62 fprintf(stderr, "\t-c --count <count>\t" 64 fprintf(stderr, "\t-d --dumpt\t\t" 66 fprintf(stderr, "\t-f --file <file>\tStatistics file to use\n"); 67 fprintf(stderr, "\t-h --help\t\tThis help message\n"); 68 fprintf(stderr, "\t-i --interval <intv>\t [all...] |
/external/iproute2/tc/ |
em_meta.c | 30 fprintf(fd, 121 fprintf(stderr, "BUG: Unknown map character '%c'\n", k); 190 fprintf(fd, 197 fprintf(fd, "\n%s:\n", meta_table[i].kind); 202 fprintf(fd, " %-16s ", meta_table[i].kind); 221 fprintf(fd, "%-10s %s\n", buf, meta_table[i].desc); 225 fprintf(fd, 424 fprintf(fd, "%c", str[i]); 429 fprintf(fd, "%02x ", str[i]); 431 fprintf(fd, "\"") [all...] |
/external/bluetooth/glib/tests/ |
unicode-normalize.c | 22 fprintf (stderr, "Error parsing character string %s\n", input); 82 fprintf (stderr, "\nFailure: %d/%d: %s\n", line, i + 1, raw[5]); 83 fprintf (stderr, " g_utf8_normalize (%s, %s) != %s but %s\n", 100 fprintf (stderr, "\nFailure: %d/%d: %s\n", line, i, raw[5]); 101 fprintf (stderr, " g_utf8_normalize (%s, %s) != %s but %s\n", 152 fprintf (stderr, "Usage: unicode-normalize NormalizationTest.txt LINE\n"); 162 fprintf (stderr, "Cannot open %s: %s\n", argv[1], error->message); 183 fprintf (stderr, "\nProcessing %s\n", buffer->str + 1); 202 fprintf (stderr, "Error reading test file, %s\n", error->message);
|
shell-test.c | 101 fprintf (stderr, "Command line was: '%s'\n", cmdline); 103 fprintf (stderr, "Expected result (%d args):\n", result->argc); 108 fprintf (stderr, " %3d '%s'\n", i, result->argv[i]); 112 fprintf (stderr, "Actual result (%d args):\n", argc); 117 fprintf (stderr, " %3d '%s'\n", i, argv[i]); 133 fprintf (stderr, "Error parsing command line that should work fine: %s\n", 141 fprintf (stderr, "Expected and actual argc don't match\n"); 151 fprintf (stderr, "Expected and actual arg %d do not match\n", i); 161 fprintf (stderr, "argv didn't get NULL-terminated\n"); 202 fprintf (stderr, "\n") [all...] |
unicode-caseconv.c | 31 fprintf (stderr, "Failed to open %s\n", filename ); 54 fprintf (stderr, "Cannot set locale to %s, skipping\n", locale); 73 fprintf (stderr, "Failure: toupper(%s) == %s, should have been %s\n", 83 fprintf (stderr, "Failure: tolower(%s) == %s, should have been %s\n", 101 fprintf (stderr, "Failed to open %s\n", filename ); 119 fprintf (stderr, "Failure: casefold(%s) == '%s', should have been '%s'\n",
|
/external/hyphenation/ |
example.c | 11 fprintf(stderr,"correct syntax is:\n"); 12 fprintf(stderr,"example [-d | -dd] hyphen_dictionary_file file_of_words_to_check\n"); 13 fprintf(stderr,"-o = use old algorithm (without non-standard hyphenation)\n"); 14 fprintf(stderr,"-d = hyphenation with listing of the possible hyphenations\n"); 108 fprintf(stderr, "Couldn't find file %s\n", argv[df]); 116 fprintf(stderr,"Error - could not open file of words to check\n"); 153 fprintf(stderr, "hyphenation error\n"); 177 fprintf(stdout,"%s\n",hyphword); 181 fprintf(stdout,"%s\n", hword);
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_dump.c | 124 fprintf(f, "%sEAPOL state machine:\n", prefix); 125 fprintf(f, "%s aWhile=%d quietWhile=%d reAuthWhen=%d\n", prefix, 128 fprintf(f, 147 fprintf(f, "%s Authenticator PAE:\n" 180 fprintf(f, "%s Backend Authentication:\n" 200 fprintf(f, "%s Reauthentication Timer:\n" 206 fprintf(f, "%s Authenticator Key Transmit:\n" 210 fprintf(f, "%s Key Receive:\n" 215 fprintf(f, "%s Controlled Directions:\n"
|
/frameworks/compile/libbcc/bcinfo/tools/ |
main.cpp | 70 fprintf(stderr, "input file required\n"); 145 fprintf(stderr, "input file required\n"); 151 fprintf(stderr, "Unable to stat input file: %s\n", strerror(errno)); 156 fprintf(stderr, "Input file should be a regular file.\n"); 162 fprintf(stderr, "Could not open input file %s\n", inFile); 172 fprintf(stderr, "Could not read all of file %s\n", inFile); 190 fprintf(stderr, "failed to parse option\n"); 215 fprintf(stderr, "failed to translate bitcode\n"); 223 fprintf(stderr, "failed to get metadata\n");
|
/external/chromium/net/test/ |
openssl_helper.cc | 98 fprintf(stderr, "Missing argument to --key-file\n"); 106 fprintf(stderr, "Missing argument to --cert-file\n"); 111 fprintf(stderr, "Unknown argument: %s\n", argv[i]); 131 fprintf(stderr, "Failed to read %s\n", key_file); 137 fprintf(stderr, "Failed to parse %s\n", key_file); 145 fprintf(stderr, "Failed to read %s\n", cert_file); 151 fprintf(stderr, "Failed to parse %s\n", cert_file); 157 fprintf(stderr, "Failed to load %s\n", cert_file); 162 fprintf(stderr, "Failed to load %s\n", key_file); 167 fprintf(stderr, "Public and private keys don't match\n") [all...] |
/external/icu4c/samples/coll/ |
coll.cpp | 99 fprintf(stderr, "value expected for \"%s\" option.\n", 108 fprintf(stderr, "value expected for \"%s\" option.\n", 115 fprintf(stderr, 127 fprintf(stderr, "Unrecognized option \"%s\"\n", pArgName); 171 fprintf(stderr, "Collator creation failed.: %d\n", status); 175 fprintf(stderr, "Warning, U_USING_DEFAULT_WARNING for %s\n", 179 fprintf(stderr, "Warning, U_USING_FALLBACK_ERROR for %s\n", 224 fprintf(stderr, "-level param must be between 1 and 5\n"); 229 fprintf(stderr, "Collator attribute setting failed.: %d\n", status); 247 fprintf(stderr, "Error creating collator for comparison\n") [all...] |
/external/oprofile/agents/jvmti/ |
libjvmti_oprofile.c | 48 fprintf(stderr, "%s: %s, err code %i\n", 69 fprintf(stderr, "Source %s\n", source_filename); 71 fprintf(stderr, "%p %lld\t", 75 fprintf(stderr, "\n"); 77 fprintf(stderr, "%lld %d\t", 81 fprintf(stderr, "\n"); 104 fprintf(stderr, "%lx %d\t", debug_line[i].vma, 107 fprintf(stderr, "\n"); 169 fprintf(stderr, "load: declaring_class=%p, class=%s, " 215 fprintf(stderr, "unload: addr=%p\n", code_addr) [all...] |
/external/wpa_supplicant_8/src/utils/ |
wpa_debug.c | 70 fprintf(out_file, "%ld.%06u: ", (long) tv.sec, 141 fprintf(out_file, "\n"); 198 fprintf(out_file, "%s - hexdump(len=%lu):", 201 fprintf(out_file, " [NULL]"); 204 fprintf(out_file, " %02x", buf[i]); 206 fprintf(out_file, " [REMOVED]"); 208 fprintf(out_file, "\n"); 251 fprintf(out_file, 257 fprintf(out_file, 262 fprintf(out_file, "%s - hexdump_ascii(len=%lu):\n" [all...] |
/system/extras/atrace/ |
atrace.c | 94 fprintf(stderr, "error opening %s: %s (%d)\n", filename, 102 fprintf(stderr, "error writing to %s: %s (%d)\n", filename, 186 fprintf(stderr, "error truncating %s: %s (%d)\n", k_tracePath, 248 fprintf(stderr, "error: unable to start trace\n"); 283 fprintf(stderr, "error opening %s: %s (%d)\n", k_tracePath, 296 fprintf(stderr, "error initializing zlib: %d\n", result); 315 fprintf(stderr, "error reading trace: %s (%d)\n", 331 fprintf(stderr, "error writing deflated trace: %s (%d)\n", 344 fprintf(stderr, "error deflating trace: %s\n", zs.msg); 351 fprintf(stderr, "error writing deflated trace: %s (%d)\n" [all...] |
/build/libs/host/ |
CopyFile.c | 127 fprintf(stderr, 135 fprintf(stderr, 140 fprintf(stderr, "acp: partial write to '%s' (%zd of %zd)\n", 218 fprintf(stderr, 223 fprintf(stderr, "acp: unable to stat destination '%s'\n", dst); 229 fprintf(stderr, "acp: '%s' and '%s' are the same file\n", 245 fprintf(stderr, "acp: unable to open '%s': %s\n", src, strerror(errno)); 256 fprintf(stderr, 273 fprintf(stderr, "acp: unable to remove '%s': %s\n", 285 fprintf(stderr, "acp: unable to open '%s': %s\n" [all...] |
/external/icu4c/tools/genccode/ |
genccode.c | 109 fprintf(stderr, 114 fprintf(stderr, 126 fprintf(stderr, 131 fprintf(stderr, 146 fprintf(stderr, 167 fprintf(stdout, message, filename);
|
/external/iproute2/genl/ |
genl.c | 42 fprintf((FILE *) arg, "unknown genl type ..\n"); 49 fprintf(stderr, "Unknown genl \"%s\", hence option \"%s\" " 104 fprintf(stderr, "Usage: genl [ OPTIONS ] OBJECT | help }\n" 136 fprintf(stderr, "Option \"%s\" is unknown, try " 148 fprintf(stderr,"bad genl %s\n",argv[1]); 156 fprintf(stderr, "Object \"%s\" is unknown, try \"genl "
|
/external/libmtp/examples/ |
tracks.c | 88 fprintf(stdout, "Attempting to connect device(s)\n"); 93 fprintf(stdout, "mtp-tracks: No Devices have been found\n"); 96 fprintf(stderr, "mtp-tracks: There has been an error connecting. Exit\n"); 99 fprintf(stderr, "mtp-tracks: Memory Allocation Error. Exit\n"); 105 fprintf(stderr, "mtp-tracks: Unknown error, please report " 111 fprintf(stdout, "mtp-tracks: Successfully connected\n");
|
/external/valgrind/main/none/tests/amd64/ |
faultstatus.c | 33 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig); 42 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code); 51 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr); 68 fprintf(stderr, " PASS\n"); 128 fprintf(stderr, "Test %d: ", i+1); 130 fprintf(stderr, " FAIL: no fault, or handler returned\n");
|
/external/valgrind/main/none/tests/ |
faultstatus.c | 56 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig); 65 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code); 80 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr); 97 fprintf(stderr, " PASS\n"); 167 fprintf(stderr, "Test %d: ", i+1); 169 fprintf(stderr, " FAIL: no fault, or handler returned\n");
|
/external/valgrind/main/none/tests/x86/ |
faultstatus.c | 36 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig); 45 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code); 54 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr); 71 fprintf(stderr, " PASS\n"); 152 fprintf(stderr, "Test %d: ", i+1); 154 fprintf(stderr, " FAIL: no fault, or handler returned\n");
|
/frameworks/wilhelm/tests/examples/ |
slesTestEffectCapabilities.cpp | 41 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line); 118 fprintf(stdout, "Effect library contains %d effects:\n", nbEffects); 127 fprintf(stdout,"- effect %d: ", i); 133 fprintf(stderr, "QueryEffect wrote beyond end of buffer\n"); 145 fprintf(stdout, " type=%s, impl=%s name=%.*s \n", typeString, implString, effectNameLength, 159 fprintf(stdout, "OpenSL ES test %s: exercises SLAndroidEffectCapabilitiesItf.\n", argv[0]);
|
/system/core/toolbox/ |
date.c | 70 fprintf(stderr, "%s: invalid option -%c\n", 76 fprintf(stderr,"%s [-u] [date]\n", argv[0]); 102 fprintf(stderr,"getdate_r failed\n"); 108 fprintf(stderr,"getdate_r failed %s\n", strerror(errno)); 124 fprintf(stderr,"settimeofday failed %s\n", strerror(errno)); 129 fprintf(stderr,"%s [-s 20070325.123456] [-u] [date]\n", argv[0]);
|
ioctl.c | 47 fprintf(stderr, "%s [-l <length>] [-a <argsize>] [-rdh] <device> <ioctlnr>\n" 55 fprintf(stderr, "%s: invalid option -%c\n", 62 fprintf(stderr, "%s: too few arguments\n", argv[0]); 68 fprintf(stderr, "cannot open %s\n", argv[optind]); 92 fprintf(stderr, "%s: too many arguments\n", argv[0]); 115 fprintf(stderr, "ioctl 0x%x failed, %d\n", ioctl_nr, res);
|