HomeSort by relevance Sort by last modified time
    Searched full:fprintf (Results 276 - 300 of 4752) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
dbg-objfmt.c 50 fprintf(stderr, N_("could not open temporary file"));
53 fprintf(objfmt_dbg->dbgfile, "create()\n");
76 fprintf(objfmt_dbg->dbgfile, "output(f, object->\n");
78 fprintf(objfmt_dbg->dbgfile, "%d)\n", all_syms);
79 fprintf(objfmt_dbg->dbgfile, " Symbol Table:\n");
87 fprintf(objfmt_dbg->dbgfile, "destroy()\n");
96 fprintf(objfmt_dbg->dbgfile, "init_new_section(\"%s\", %lu)\n",
109 fprintf(objfmt_dbg->dbgfile, "add_default_section()\n");
128 fprintf(objfmt_dbg->dbgfile, "section_switch(headp, ");
130 fprintf(objfmt_dbg->dbgfile, ", ")
    [all...]
  /system/core/debuggerd/
crasher.c 131 fprintf(stderr,"crasher: init pid=%d tid=%d\n", getpid(), gettid());
153 fprintf(stderr, "%s OP\n", __progname);
154 fprintf(stderr, "where OP is:\n");
155 fprintf(stderr, " smash-stack overwrite a stack-guard canary\n");
156 fprintf(stderr, " stack-overflow recurse until the stack overflows\n");
157 fprintf(stderr, " heap-corruption cause a libc abort by corrupting the heap\n");
158 fprintf(stderr, " heap-usage cause a libc abort by abusing a heap function\n");
159 fprintf(stderr, " nostack crash with a NULL stack pointer\n");
160 fprintf(stderr, " ctest (obsoleted by thread-crash?)\n");
161 fprintf(stderr, " exit call exit(1)\n")
    [all...]
  /external/iproute2/tc/
q_netem.c 32 fprintf(stderr,
47 fprintf(stderr, "Illegal \"%s\"\n", arg);
117 fprintf(stderr, "No distribution data for %s (%s: %s)\n",
134 fprintf(stderr, "%s: too much data\n",
160 fprintf(stderr, "Illegal %u time (too large)\n", t);
325 fprintf(stderr, "Unknown loss parameter: %s\n",
418 fprintf(stderr, "What is \"%s\"?\n", *argv);
428 fprintf(stderr, "reordering not possible without specifying some delay\n");
435 fprintf(stderr, "gap specified without reorder probability\n");
441 fprintf(stderr, "distribution specified but no latency and jitter values\n")
    [all...]
m_gact.c 46 fprintf(stderr, "Usage: ... gact <ACTION> [RAND] [INDEX]\n");
47 fprintf(stderr,
55 fprintf(stderr, "Usage: ... gact <ACTION> [INDEX]\n");
56 fprintf(stderr,
87 fprintf(stderr,"bad action type %s\n",*argv);
143 fprintf(stderr, "Illegal \"random type\"\n");
157 fprintf(stderr, "Illegal probability val 0x%x\n",pp.pval);
161 fprintf(stderr, "Illegal probability val 0x%x\n",pp.pval);
176 fprintf(stderr, "Illegal \"index\"\n");
223 fprintf(f, "[NULL gact parameters]")
    [all...]
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 24 fprintf(stderr, "\n");
27 fprintf(stderr, "%-20s: Schedule at %6lu\n", cipher_descriptor[results[x].id].name, (unsigned long)results[x].spd1);
121 fprintf(stderr, "Clock Skew: %lu\n", (unsigned long)skew);
228 fprintf(stderr, "chc_register error: %s\n", error_to_string(err));
249 fprintf(stderr, "rng_make_prng failed: %s\n", error_to_string(err));
264 fprintf(stderr, "\n\nKey Schedule Time Trials for the Symmetric Ciphers:\n(Times are cycles per key)\n");
282 fprintf(stderr, "."); fflush(stdout);
299 fprintf(stderr, "\n\nECB Time Trials for the Symmetric Ciphers:\n");
306 fprintf(stderr, "\n\nERROR: Cipher %s failed self-test %s\n", cipher_descriptor[x].name, error_to_string(err));
352 fprintf(stderr, "."); fflush(stdout)
    [all...]
pkcs_1_test.c 17 fprintf(stderr, "pkcs_1 tests require sha1/yarrow");
48 fprintf(stderr, "Outsize == %lu, should have been %lu, res1 = %d, lparamlen = %lu, msg contents follow.\n", l2, l3, res1, lparamlen);
49 fprintf(stderr, "ORIGINAL:\n");
51 fprintf(stderr, "%02x ", buf[0][x]);
53 fprintf(stderr, "\nRESULT:\n");
55 fprintf(stderr, "%02x ", buf[2][x]);
57 fprintf(stderr, "\n\n");
73 fprintf(stderr, "PSS failed: %d, %d, %d, %lu, %lu\n", res1, res2, res3, l3, saltlen);
84 fprintf(stderr, "NOP");
  /external/chromium/net/base/
ssl_false_start_blacklist_process.cc 26 fprintf(stderr, "Usage: %s <blacklist file> <output .c file>\n", argv0);
54 fprintf(stderr, "Removing duplicate entry for %s\n", i->c_str());
100 fprintf(stderr, "Removing %s as redundant\n", i->c_str());
113 fprintf(stderr, "Entry %s is too large\n", i->c_str());
117 fprintf(stderr, "Entry %s contains too few labels\n", i->c_str());
189 fprintf(stderr, "Have %d hosts after parse\n", (int) hosts.size());
192 fprintf(stderr, "Have %d hosts after removing duplicates\n", (int) hosts.size());
194 fprintf(stderr, "Have %d hosts after removing redundants\n", (int) hosts.size());
196 fprintf(stderr, "One or more entries is too large or too small\n");
200 fprintf(stderr, "Using %d entry hash table\n", kBuckets)
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsaucm_test.c 100 fprintf(stderr, "alsaucm_test: error reading cmd\n");
125 fprintf(stderr, "alsaucm_test: Failed to create server\n");
173 fprintf(stderr, "NULL pointer encountered. Invalid value for command");
183 fprintf(stderr, "Unknown command '%s'\n", command);
191 fprintf(stderr, "NULL pointer encountered. Invalid value for identifier");
208 fprintf(stderr, "%s: error failed to open sound card %s: %d\n", cmd->cmd_str, identifier, err);
217 fprintf(stderr, "%s: error failed to get card list: %d\n", cmd->cmd_str, err);
232 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str);
238 fprintf(stderr, "%s: error failed to reset sound card %d\n", cmd->cmd_str, err);
245 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str)
    [all...]
  /external/linux-tools-perf/util/
svghelper.c 80 fprintf(stderr, "Cannot open %s for output\n", filename);
97 fprintf(svgfile, "<?xml version=\"1.0\" standalone=\"no\"?> \n");
98 fprintf(svgfile, "<svg width=\"%i\" height=\"%" PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height);
100 fprintf(svgfile, "<defs>\n <style type=\"text/css\">\n <![CDATA[\n");
102 fprintf(svgfile, " rect { stroke-width: 1; }\n");
103 fprintf(svgfile, " rect.process { fill:rgb(180,180,180); fill-opacity:0.9; stroke-width:1; stroke:rgb( 0, 0, 0); } \n");
104 fprintf(svgfile, " rect.process2 { fill:rgb(180,180,180); fill-opacity:0.9; stroke-width:0; stroke:rgb( 0, 0, 0); } \n");
105 fprintf(svgfile, " rect.sample { fill:rgb( 0, 0,255); fill-opacity:0.8; stroke-width:0; stroke:rgb( 0, 0, 0); } \n");
106 fprintf(svgfile, " rect.blocked { fill:rgb(255, 0, 0); fill-opacity:0.5; stroke-width:0; stroke:rgb( 0, 0, 0); } \n");
107 fprintf(svgfile, " rect.waiting { fill:rgb(224,214, 0); fill-opacity:0.8; stroke-width:0; stroke: (…)
    [all...]
  /external/jpeg/
jpegtran.c 48 fprintf(stderr, "usage: %s [switches] ", progname);
50 fprintf(stderr, "inputfile outputfile\n");
52 fprintf(stderr, "[inputfile]\n");
55 fprintf(stderr, "Switches (names may be abbreviated):\n");
56 fprintf(stderr, " -copy none Copy no extra markers from source file\n");
57 fprintf(stderr, " -copy comments Copy only comment markers (default)\n");
58 fprintf(stderr, " -copy all Copy all extra markers\n");
60 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n");
63 fprintf(stderr, " -progressive Create progressive JPEG file\n");
66 fprintf(stderr, "Switches for modifying the image:\n")
    [all...]
  /external/libmtp/src/
util.c 54 fprintf(f, "%02x ", *bp);
57 fprintf(f, "\n");
81 fprintf(f, "\t%04x:", dump_boundry-0x10);
86 if ( ! (i%2) ) fprintf(f, " ");
87 fprintf(f, "%02x", bp[16*lc+i]);
92 fprintf(f, "%*.*s", width, width, "");
95 fprintf(f, "\t");
98 fprintf(f, "%c", ( ch >= 0x20 && ch <= 0x7e ) ?
101 fprintf(f, "\n");
  /external/qemu/distrib/jpeg-6b/
jpegtran.c 48 fprintf(stderr, "usage: %s [switches] ", progname);
50 fprintf(stderr, "inputfile outputfile\n");
52 fprintf(stderr, "[inputfile]\n");
55 fprintf(stderr, "Switches (names may be abbreviated):\n");
56 fprintf(stderr, " -copy none Copy no extra markers from source file\n");
57 fprintf(stderr, " -copy comments Copy only comment markers (default)\n");
58 fprintf(stderr, " -copy all Copy all extra markers\n");
60 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n");
63 fprintf(stderr, " -progressive Create progressive JPEG file\n");
66 fprintf(stderr, "Switches for modifying the image:\n")
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcleak.stdoutB.exp 6 16 fprintf(stderr, "expecting details 10 bytes reachable\n"); fflush(stderr); breakme();
11 19 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme();
16 24 fprintf(stderr, "expecting details +10 bytes lost, +21 bytes reachable\n"); fflush(stderr); breakme();
21 29 fprintf(stderr, "expecting details +65 bytes reachable\n"); fflush(stderr); breakme();
26 32 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme();
31 36 fprintf(stderr, "expecting details +10 bytes reachable\n"); fflush(stderr); breakme();
36 40 fprintf(stderr, "expecting details -10 bytes reachable, +10 bytes lost\n"); fflush(stderr); breakme();
41 44 fprintf(stderr, "expecting details -10 bytes lost, +10 bytes reachable\n"); fflush(stderr); breakme();
46 48 fprintf(stderr, "expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable\n"); fflush(stderr); breakme();
  /external/valgrind/main/none/tests/s390x/
flogr.c 98 if (modval != 0) fprintf(stderr, "modval is wrong for %lx\n", value);
99 if (bitpos != 64) fprintf(stderr, "bitpos is wrong for %lx\n", value);
100 if (cc != 0) fprintf(stderr, "cc is wrong for %lx\n", value);
106 if (modval != 0) fprintf(stderr, "modval is wrong for %lx\n", value);
107 if (bitpos != 63 - i) fprintf(stderr, "bitpos is wrong for %lx\n", value);
108 if (cc != 2) fprintf(stderr, "cc is wrong for %lx\n", value);
116 if (modval != (value >> 1)) fprintf(stderr, "modval is wrong for %lx\n", value);
117 if (bitpos != 63 - i) fprintf(stderr, "bitpos is wrong for %lx\n", value);
118 if (cc != 2) fprintf(stderr, "cc is wrong for %lx\n", value);
  /frameworks/base/tools/validatekeymaps/
Main.cpp 41 fprintf(stderr, "Keymap Validation Tool\n\n");
42 fprintf(stderr, "Usage:\n");
43 fprintf(stderr,
72 fprintf(stdout, "Validating file '%s'...\n", filename);
77 fprintf(stderr, "Supported file types: *.kl, *.kcm, virtualkeys.*\n\n");
84 fprintf(stderr, "Error %d parsing key layout file.\n\n", status);
95 fprintf(stderr, "Error %d parsing key character map file.\n\n", status);
105 fprintf(stderr, "Error %d parsing input device configuration file.\n\n", status);
116 fprintf(stderr, "Error %d parsing virtual key definition file.\n\n", status);
  /system/core/toolbox/
nandread.c 76 fprintf(stderr, "%s [-d <dev>] [-f file] [-s sparesize] [-vh]\n"
87 fprintf(stderr, "%s: invalid option -%c\n",
94 fprintf(stderr, "%s: extra arguments\n", argv[0]);
98 fprintf(stderr, "%s: specify device name\n", argv[0]);
104 fprintf(stderr, "cannot open %s, %s\n", devname, strerror(errno));
111 fprintf(stderr, "cannot open %s, %s\n", filename, strerror(errno));
119 fprintf(stderr, "cannot open %s, %s\n", statusfilename, strerror(errno));
126 fprintf(stderr, "failed get mtd info for %s, %s\n",
140 fprintf(stderr, "failed allocate readbuffer size %u\n",
152 fprintf(stderr, "failed get ecc layout for %s, %s\n"
    [all...]
alarm.c 54 fprintf(stderr, "%s: invalid option -%c\n",
60 fprintf(stderr,"%s [-uwa] [-t type] [seconds]\n", argv[0]);
66 fprintf(stderr, "Unable to open rtc: %s\n", strerror(errno));
77 fprintf(stderr, "Unable to read alarm: %s\n", strerror(errno));
97 fprintf(stderr, "Unable to set alarm: %s\n", strerror(errno));
116 fprintf(stderr, "Unable to get current time: %s\n", strerror(errno));
128 fprintf(stderr, "Unable to set alarm: %s\n", strerror(errno));
135 fprintf(stderr, "Unable to set alarm: %s\n", strerror(errno));
140 fprintf(stderr, "Unable to enable alarm: %s\n", strerror(errno));
146 fprintf(stderr,"%s [-u] [date]\n", argv[0])
    [all...]
  /system/extras/latencytop/
latencytop.c 82 fprintf(stderr, "Option -d expects an argument.\n");
90 fprintf(stderr, "Option -n expects an argument.\n");
102 fprintf(stderr, "Option -p expects an argument.\n");
110 fprintf(stderr, "Option -t expects an argument.\n");
116 fprintf(stderr, "Invalid argument \"%s\".\n", argv[i]);
122 fprintf(stderr, "If you provide a thread ID with -t, you must provide a process ID with -p.\n");
181 fprintf(stderr, "Could not open global latency stats file: %s\n", strerror(errno));
184 fprintf(f, "erase\n");
190 fprintf(stderr, "Could not open global latency stats file: %s\n", strerror(errno));
211 fprintf(stderr, "Could not open task dir for process %d.\n", pid)
    [all...]
  /device/samsung/manta/recovery/
recovery_updater.c 56 fprintf(stderr, "failed to seek to %d: %s\n",
61 fprintf(stderr, "failed to write bootloader: %s\n", strerror(errno));
72 fprintf(stderr, "failed to read boot flag: %s\n", strerror(errno));
76 fprintf(stderr, "bootflag is [%c%c%c%c%c%c%c%c]\n",
97 fprintf(stderr, "expected bootloader.img of length %d; got %d\n",
105 fprintf(stderr, "failed to open %s: %s\n", force_ro_fn, strerror(errno));
109 fprintf(stderr, "failed to write %s: %s\n", force_ro_fn, strerror(errno));
115 fprintf(stderr, "failed to close %s: %s\n", force_ro_fn, strerror(errno));
121 fprintf(stderr, "failed to open %s: %s\n", block_fn, strerror(errno));
132 fprintf(stderr, "updating secondary copy of bootloader\n")
    [all...]
  /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/chromium_org/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/chromium_org/third_party/icu/source/tools/icuinfo/
testplug.c 21 #include <stdio.h> /* for fprintf */
50 fprintf(stderr,"MyPlugin: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
66 fprintf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
84 fprintf(stderr,"MyPluginFailQuery: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
99 fprintf(stderr,"MyPluginFailToken: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
119 fprintf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
128 fprintf(stderr,"I'm %p and I did a bad thing and malloced %p\n", (void*)data, (void*)ctx);
144 fprintf(stderr,"MyPluginHigh: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
159 fprintf(stderr, "MEM: malloc(%d) = %p\n", (int32_t)size, retPtr);
167 fprintf(stderr, "MEM: free(%p)\n", mem)
    [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/icu4c/tools/icuinfo/
testplug.c 21 #include <stdio.h> /* for fprintf */
50 fprintf(stderr,"MyPlugin: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
66 fprintf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
84 fprintf(stderr,"MyPluginFailQuery: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
99 fprintf(stderr,"MyPluginFailToken: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
119 fprintf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
128 fprintf(stderr,"I'm %p and I did a bad thing and malloced %p\n", (void*)data, (void*)ctx);
144 fprintf(stderr,"MyPluginHigh: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
159 fprintf(stderr, "MEM: malloc(%d) = %p\n", (int32_t)size, retPtr);
167 fprintf(stderr, "MEM: free(%p)\n", mem)
    [all...]
  /external/mdnsresponder/mDNSPosix/
Client.c 69 fprintf(stderr, "*** %s name = '%s', type = '%s', domain = '%s'\n", state, nameC, typeC, domainC);
82 fprintf(stderr,
90 fprintf(stderr,
104 fprintf(stderr,
107 fprintf(stderr, " -v verbose mode, level is a number from 0 to 2\n");
108 fprintf(stderr, " 0 = no debugging info (default)\n");
109 fprintf(stderr, " 1 = standard debugging info\n");
110 fprintf(stderr, " 2 = intense debugging info\n");
111 fprintf(stderr, " -t uses 'type' as the service type (default is '%s')\n", kDefaultServiceType);
112 fprintf(stderr, " -d uses 'domain' as the domain to browse (default is '%s')\n", kDefaultDomain)
    [all...]

Completed in 1430 milliseconds

<<11121314151617181920>>