HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 251 - 275 of 4199) sorted by null

<<11121314151617181920>>

  /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)
    [all...]
  /external/valgrind/main/helgrind/tests/
tc20_verifywrap.c 53 fprintf(stderr,
56 fprintf(stderr,
62 fprintf(stderr,
87 fprintf(stderr,
110 fprintf(stderr, "\nmake pthread_mutex_lock fail: "
134 fprintf(stderr,
153 fprintf(stderr, "\nFIXME: can't figure out how to "
159 fprintf(stderr, "\nFIXME: can't figure out how to "
169 fprintf(stderr,
189 fprintf(stderr, "(1) no error on next line\n")
    [all...]
  /frameworks/base/tools/obbtool/
Main.cpp 72 fprintf(stderr, "Opaque Binary Blob (OBB) Tool\n\n");
73 fprintf(stderr, "Usage:\n");
74 fprintf(stderr,
77 fprintf(stderr,
84 fprintf(stderr,
87 fprintf(stderr,
95 fprintf(stderr, "ERROR: %s: OBB signature already present\n", filename);
107 fprintf(stderr, "ERROR: %s: couldn't write OBB signature: %s\n",
112 fprintf(stderr, "OBB signature successfully written\n");
118 fprintf(stderr, "ERROR: %s: no OBB signature present\n", filename)
    [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/libvorbis/examples/
decoder_example.c 99 fprintf(stderr,"Input does not appear to be an Ogg bitstream.\n");
119 fprintf(stderr,"Error reading first page of Ogg bitstream data.\n");
125 fprintf(stderr,"Error reading initial header packet.\n");
131 fprintf(stderr,"This Ogg bitstream does not contain Vorbis "
163 fprintf(stderr,"Corrupt secondary header. Exiting.\n");
168 fprintf(stderr,"Corrupt secondary header. Exiting.\n");
179 fprintf(stderr,"End of file before finding all Vorbis headers!\n");
190 fprintf(stderr,"%s\n",*ptr);
193 fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi.channels,vi.rate);
194 fprintf(stderr,"Encoded by: %s\n\n",vc.vendor)
    [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...]
  /external/valgrind/main/gdbserver_tests/
sleepers.c 29 fprintf(stderr, "pid %d Thread %d %s\n", getpid(), gettid(), msg);
30 fflush(stderr);
50 fprintf(stderr, "signal_ready lock error %d_n", rc);
54 fprintf(stderr, "signal_ready signal error %d_n", rc);
57 fprintf(stderr, "signal_ready unlock error %d_n", rc);
75 fprintf(stderr, "%s ready to sleep and/or burn\n", s->name);
76 fflush (stderr);
90 fprintf(stderr, "%s finished to sleep and/or burn\n", s->name);
91 fflush (stderr);
102 fprintf(stderr, "wait_ready lock error %d_n", rc)
    [all...]
  /system/core/toolbox/
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...]
chmod.c 29 fprintf(stderr, "Invalid path specified: too long\n");
38 fprintf(stderr, "Unable to chmod %s: %s\n", subpath, strerror(errno));
50 fprintf(stderr, "Usage: chmod [OPTION] <MODE> <FILE>\n");
51 fprintf(stderr, " -R, --recursive change files and directories recursively\n");
52 fprintf(stderr, " --help display this help and exit\n");
84 fprintf(stderr, "Bad mode\n");
92 fprintf(stderr, "Unable to chmod %s: %s\n", argv[i], strerror(errno));
  /system/extras/tests/bionic/libc/common/
test_libgen.c 25 fprintf(stderr,
30 fprintf(stderr,
40 fprintf(stderr, "KO: basename(\"%s\") returned NULL with error %d\n",
45 fprintf(stderr, "KO: basename(\"%s\") returned \"%s\", instead of \"%s\"\n",
64 fprintf(stderr,
72 fprintf(stderr,
80 fprintf(stderr,
97 fprintf(stderr,
105 fprintf(stderr,
113 fprintf(stderr,
    [all...]
  /external/speex/libspeex/
fixed_debug.h 55 fprintf (stderr, "NEG16: input is not short: %d\n", (int)x);
59 fprintf (stderr, "NEG16: output is not short: %d\n", (int)res);
68 fprintf (stderr, "NEG16: input is not int: %d\n", (int)x);
72 fprintf (stderr, "NEG16: output is not int: %d\n", (int)res);
83 fprintf (stderr, "EXTRACT16: input is not short: %d in %s: line %d\n", x, file, line);
96 fprintf (stderr, "EXTEND32: input is not short: %d in %s: line %d\n", x, file, line);
109 fprintf (stderr, "SHR16: inputs are not short: %d >> %d in %s: line %d\n", a, shift, file, line);
113 fprintf (stderr, "SHR16: output is not short: %d in %s: line %d\n", res, file, line);
123 fprintf (stderr, "SHL16: inputs are not short: %d %d in %s: line %d\n", a, shift, file, line);
127 fprintf (stderr, "SHL16: output is not short: %d in %s: line %d\n", res, file, line)
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
fragck.tcl 10 puts stderr "Usage: $argv0 database-name table-or-index-name"
15 puts stderr "No such file: $file_to_analyze"
19 puts stderr "File is not readable: $file_to_analyze"
23 puts stderr "Empty or malformed database: $file_to_analyze"
87 puts stderr "no such table or index: $objname"
91 puts stderr "$objname is something other than a table or index"
95 puts stderr "invalid root page for $objname: $rootpage"
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
main.c 42 fprintf(stderr,
49 fprintf(stderr,
56 fprintf(stderr,
64 fprintf(stderr,
150 fputs("Out of memory.\n", stderr);
160 fprintf(stderr, "can't open %s\n", fileName);
175 fprintf(stderr, "can't open %s\n", outputFileName);
  /external/iproute2/tc/
f_cgroup.c 21 fprintf(stderr, "Usage: ... cgroup [ match EMATCH_TREE ] [ police POLICE_SPEC ]\n");
22 fprintf(stderr, " [ action ACTION_SPEC ]\n");
35 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n",
50 fprintf(stderr, "Illegal \"ematch\"\n");
57 fprintf(stderr, "Illegal \"action\"\n");
65 fprintf(stderr, "Illegal \"police\"\n");
73 fprintf(stderr, "What is \"%s\"?\n", *argv);
q_prio.c 28 fprintf(stderr, "Usage: ... prio bands NUMBER priomap P1 P2...[multiqueue]\n");
45 fprintf(stderr, "Illegal \"bands\"\n");
50 fprintf(stderr, "Error: duplicate priomap\n");
62 fprintf(stderr, "What is \"%s\"?\n", *argv);
67 fprintf(stderr, "Illegal \"priomap\" element\n");
71 fprintf(stderr, "\"priomap\" element is out of bands\n");
75 fprintf(stderr, "\"priomap\" index > TC_PRIO_MAX=%u\n", TC_PRIO_MAX);
q_rr.c 28 fprintf(stderr, "Usage: ... rr bands NUMBER priomap P1 P2... [multiqueue]\n");
46 fprintf(stderr, "Illegal \"bands\"\n");
51 fprintf(stderr, "Error: duplicate priomap\n");
63 fprintf(stderr, "What is \"%s\"?\n", *argv);
68 fprintf(stderr, "Illegal \"priomap\" element\n");
72 fprintf(stderr, "\"priomap\" element is out of bands\n");
76 fprintf(stderr, "\"priomap\" index > TC_RR_MAX=%u\n", TC_PRIO_MAX);
  /external/libpng/contrib/gregbook/
readpng2.c 89 fprintf(stderr, " Compiled with libpng %s; using libpng %s "
96 fprintf(stderr, " Compiled with libpng %s; using libpng %s "
100 fprintf(stderr, " Processor (x86%s) %s MMX instructions.\n",
110 fprintf(stderr,
121 fprintf(stderr,
125 fprintf(stderr, " combining rows (reading)\n");
129 fprintf(stderr,
140 fprintf(stderr, " other (unknown)\n");
144 fprintf(stderr, " (none)\n");
149 fprintf(stderr, " Compiled with libpng %s; using libpng %s
    [all...]
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 42 fprintf(stderr, "usage: rpcperftest service-to-test | :service-to-serve\n");
48 fprintf(stderr, "error: can't get default service manager\n");
56 fprintf(stderr, "error: can't register service: %s\n", argv[1] + 1);
62 fprintf(stderr, "error: can't run service\n");
68 fprintf(stderr, "error: can't find service: %s\n", argv[1]);
75 fprintf(stderr, "error: can't ping: %s [%d]\n", argv[1], status);
85 fprintf(stderr, "error: can't ping: %s [%d]\n", argv[1], status);
  /external/chromium_org/third_party/libxml/src/
testC14N.c 30 fprintf(stderr,
33 fprintf(stderr, "where <mode> is one of following:\n");
34 fprintf(stderr,
36 fprintf(stderr,
38 fprintf(stderr,
40 fprintf(stderr,
42 fprintf(stderr,
44 fprintf(stderr,
72 fprintf(stderr, "Error: unable to parse file \"%s\"\n", xml_filename);
80 fprintf(stderr,"Error: empty document for file \"%s\"\n", xml_filename)
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 95 fprintf(stderr, "Aplay:Failed to allocate ALSA hardware parameters!");
119 fprintf(stderr, "Aplay:cannot set hw params\n");
129 fprintf (stderr,"period_cnt = %d\n", pcm->period_cnt);
130 fprintf (stderr,"period_size = %d\n", pcm->period_size);
131 fprintf (stderr,"buffer_size = %d\n", pcm->buffer_size);
135 fprintf(stderr, "Aplay:Failed to allocate ALSA software parameters!\n");
151 fprintf(stderr, "Aplay:cannot set sw params");
155 fprintf (stderr,"sparams->avail_min= %lu\n", sparams->avail_min);
156 fprintf (stderr," sparams->start_threshold= %lu\n", sparams->start_threshold);
157 fprintf (stderr," sparams->stop_threshold= %lu\n", sparams->stop_threshold)
    [all...]
  /external/dropbear/libtomcrypt/testprof/
der_tests.c 10 fprintf(stderr, "NOP");
35 fprintf(stderr, "error encoding set: %s\n", error_to_string(err));
46 fprintf(stderr, "error decoding set using der_decode_set: %s\n", error_to_string(err));
52 fprintf(stderr, "error decoding set using der_decode_set (oct_str is wrong):\n");
57 fprintf(stderr, "error decoding set using der_decode_set (bin_str is wrong):\n");
62 fprintf(stderr, "error decoding set using der_decode_set (int_val is wrong):\n");
83 fprintf(stderr, "error encoding SET OF: %s\n", error_to_string(err));
93 fprintf(stderr, "error decoding SET OF: %s\n", error_to_string(err));
100 fprintf(stderr, "error SET OF order at %lu is wrong\n", x);
173 fprintf(stderr, "Encoding static_list: %s\n", error_to_string(err))
    [all...]
  /art/dalvikvm/
dalvikvm.cc 35 fprintf(stderr, "Failed to get reflected method\n");
42 fprintf(stderr, "Failed to find class java.lang.reflect.Method\n");
47 fprintf(stderr, "Failed to find java.lang.reflect.Method.getModifiers\n");
76 fprintf(stderr, "Unable to locate class '%s'\n", class_name.c_str());
83 fprintf(stderr, "Unable to find static main(String[]) in '%s'\n", class_name.c_str());
91 fprintf(stderr, "Sorry, main() is not public in '%s'\n", class_name.c_str());
150 fprintf(stderr, "%s must be followed by an additional argument giving a value\n", what);
156 fprintf(stderr, "Class name required\n");
163 fprintf(stderr, "curr_opt(%d) >= option_count(%d)\n", curr_opt, option_count);
171 fprintf(stderr, "Failed to initialize JNI invocation API from %s\n", lib)
    [all...]
  /device/generic/goldfish/libqemu/
test_guest_2.c 79 fprintf(stderr, "-pipe option needs an argument! See --help for details.\n");
87 fprintf(stderr, "-tcp option needs an argument! See --help for details.\n");
95 fprintf(stderr, "-tcp option needs an argument! See --help for details.\n");
102 fprintf(stderr, "UNKNOWN OPTION: %s\n\n", arg);
111 fprintf(stderr, "You can't use both -pipe and -tcp at the same time\n");
118 fprintf(stderr, "Invalid port number: %s\n", tcpPort);
129 fprintf(stderr, "Invalid byte size: %s\n", packetSize);
138 fprintf(stderr, "Could not open tcp socket!\n");
145 fprintf(stderr, "Could not open '%s' pipe: %s\n", pipeName, strerror(errno));
167 fprintf(stderr,"%d: Sending %d bytes failed: %s\n", count, bufferSize, strerror(errno))
    [all...]
  /external/chromium_org/third_party/icu/source/tools/icuinfo/
testplug.c 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);
180 fprintf(stderr, "MEM: realloc(%p, %d) = %p\n", mem, (int32_t)size, retPtr)
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
opus_custom_demo.c 64 fprintf (stderr, "Usage: test_opus_custom <rate> <channels> <frame size> "
76 fprintf(stderr, "failed to create a mode\n");
83 fprintf (stderr, "bytes per packet must be between 0 and %d\n",
92 fprintf (stderr, "Could not open input file %s\n", argv[argc-2]);
99 fprintf (stderr, "Could not open output file %s\n", argv[argc-1]);
107 fprintf(stderr, "Failed to create the encoder: %s\n", opus_strerror(err));
115 fprintf(stderr, "Failed to create the decoder: %s\n", opus_strerror(err));
139 fprintf (stderr, "opus_custom_encode() failed: %s\n", opus_strerror(len));
172 fprintf(stderr, "opus_custom_decode() failed: %s\n", opus_strerror(ret));
188 PRINT_MIPS(stderr);
    [all...]

Completed in 1052 milliseconds

<<11121314151617181920>>