HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 751 - 775 of 6144) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucmstate.c 190 fprintf(stderr, "ucm error: too many states (maximum %u)\n", MBCS_MAX_STATE_COUNT);
197 fprintf(stderr, "ucm error: parse error in state definition at '%s'\n", error);
237 fprintf(stderr, "ucm error: no header field <key> in line \"%s\"\n", line);
243 fprintf(stderr, "ucm error: incomplete header field <key> in line \"%s\"\n", line);
273 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue);
283 fprintf(stderr, "ucm error: illegal <mb_cur_max> %s\n", *pValue);
292 fprintf(stderr, "ucm error: illegal <mb_cur_min> %s\n", *pValue);
307 fprintf(stderr, "ucm error: <icu:state> entry for non-MBCS table or before the <uconv_class> line\n");
312 fprintf(stderr, "ucm error: <icu:state> before the <mb_cur_max> line\n");
319 fprintf(stderr, "ucm error: <icu:base> without a base table name\n")
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 234 fprintf(stderr,
239 fprintf(stderr,
285 fprintf(stderr, "gencnval: unable to open input file %s\n", path);
295 fprintf(stderr, "gencnval: unable to open output file - error %s\n", u_errorName(errorCode));
305 fprintf(stderr, "gencnval: error finishing output file - %s\n", u_errorName(errorCode));
355 fprintf(stderr, "%s:%d: error: cannot start an alias with a space\n", path, lineNum-1);
359 fprintf(stderr, "%s:%d: error: alias needs to start with a converter name\n", path, lineNum);
369 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
510 fprintf(stderr, "%s:%d: Unterminated tag list\n", path, lineNum);
526 fprintf(stderr, "%s:%d: too many tags\n", path, lineNum)
    [all...]
  /external/icu4c/tools/icuinfo/
icuinfo.cpp 80 fprintf(stderr, " error: U_IS_BIG_ENDIAN=%d != %d=actual 'is big endian'\n",
88 fprintf(stderr, " error: U_SIZEOF_WCHAR_T=%d != %d=sizeof(wchar_t)\n",
104 fprintf(stderr, " error: U_CHARSET_FAMILY=%d != %d=actual charset family\n",
116 fprintf(stderr, "Dynamic Loading: is disabled. No plugins will be loaded at start-up.\n");
219 fprintf(stderr,
224 fprintf(stderr, "%s: Output information about the current ICU\n", argv[0]);
225 fprintf(stderr, "Options:\n"
235 fprintf(stderr, "International Components for Unicode %s\n%s\n", U_ICU_VERSION, U_COPYRIGHT_STRING );
260 fprintf(stderr,"ERR: can't write to XML file %s\n", options[7].value);
  /external/icu4c/tools/toolutil/
ucmstate.c 190 fprintf(stderr, "ucm error: too many states (maximum %u)\n", MBCS_MAX_STATE_COUNT);
197 fprintf(stderr, "ucm error: parse error in state definition at '%s'\n", error);
237 fprintf(stderr, "ucm error: no header field <key> in line \"%s\"\n", line);
243 fprintf(stderr, "ucm error: incomplete header field <key> in line \"%s\"\n", line);
273 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue);
283 fprintf(stderr, "ucm error: illegal <mb_cur_max> %s\n", *pValue);
292 fprintf(stderr, "ucm error: illegal <mb_cur_min> %s\n", *pValue);
307 fprintf(stderr, "ucm error: <icu:state> entry for non-MBCS table or before the <uconv_class> line\n");
312 fprintf(stderr, "ucm error: <icu:state> before the <mb_cur_max> line\n");
319 fprintf(stderr, "ucm error: <icu:base> without a base table name\n")
    [all...]
  /external/iproute2/ip/
ipaddress.c 65 fprintf(stderr, "Usage: ip addr {add|change|replace} IFADDR dev STRING [ LIFETIME ]\n");
66 fprintf(stderr, " [ CONFFLAG-LIST ]\n");
67 fprintf(stderr, " ip addr del IFADDR dev STRING\n");
68 fprintf(stderr, " ip addr {show|flush} [ dev STRING ] [ scope SCOPE-ID ]\n");
69 fprintf(stderr, " [ to PREFIX ] [ FLAG-LIST ] [ label PATTERN ]\n");
70 fprintf(stderr, "IFADDR := PREFIX | ADDR peer PREFIX\n");
71 fprintf(stderr, " [ broadcast ADDR ] [ anycast ADDR ]\n");
72 fprintf(stderr, " [ label STRING ] [ scope SCOPE-ID ]\n");
73 fprintf(stderr, "SCOPE-ID := [ host | link | global | NUMBER ]\n");
74 fprintf(stderr, "FLAG-LIST := [ FLAG-LIST ] FLAG\n")
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 39 #define STDERR_FILE TEXT("stderr.txt")
143 fprintf(stderr, "%s: %s\n", title, message);
168 fclose(stderr);
198 /* Redirect the output (stdout and stderr) to a file */
247 newfp = freopen(stderrPath, TEXT("w"), stderr);
250 #if !defined(stderr)
251 stderr = fopen(stderrPath, TEXT("w"));
255 *stderr = *newfp;
262 setbuf(stderr, NULL); /* No buffering */
  /external/tinyalsa/
tinyplay.c 88 fprintf(stderr, "Usage: %s file.wav [-D card] [-d device] [-p period_size]"
96 fprintf(stderr, "Unable to open file '%s'\n", filename);
103 fprintf(stderr, "Error: '%s' is not a riff/wave file\n", filename);
172 fprintf(stderr, "%s is %u%s, device only supports >= %u%s\n", param_name, value,
179 fprintf(stderr, "%s is %u%s, device only supports <= %u%s\n", param_name, value,
196 fprintf(stderr, "Unable to open PCM device %u.\n", device);
239 fprintf(stderr, "Unable to open PCM device %u (%s)\n",
247 fprintf(stderr, "Unable to allocate %d bytes\n", size);
262 fprintf(stderr, "Error playing sample\n");
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_pcap.c 209 fprintf(stderr, "pcap_open_live: %s\n", pcap_err);
210 fprintf(stderr, "ifname='%s'\n", ifname);
214 fprintf(stderr, "pcap_setnonblock: %s\n",
220 fprintf(stderr, "pcap_open_live: %s\n", pcap_err);
221 fprintf(stderr, "ifname='%s'\n", l2->ifname);
226 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
239 fprintf(stderr, "pcap_compile: %s\n", pcap_geterr(l2->pcap));
244 fprintf(stderr, "pcap_setfilter: %s\n", pcap_geterr(l2->pcap));
258 fprintf(stderr, "%s: cannot enable immediate mode on "
  /system/core/cpio/
mkbootfs.c 31 fprintf(stderr,"error: ");
32 vfprintf(stderr, why, ap);
33 fprintf(stderr,"\n");
99 // fprintf(stderr, "_eject %s: mode=0%o\n", out, s->st_mode);
161 fprintf(stderr,"_archive_dir('%s','%s',%d,%d)\n",
172 fprintf(stderr, "failed to allocate dir names array (size %d)\n", size);
187 fprintf(stderr, "failed to reallocate dir names array (size %d)\n",
194 fprintf(stderr, "failed to strdup name \"%s\"\n",
230 fprintf(stderr,"_archive('%s','%s',%d,%d)\n",
  /system/extras/tests/framebuffer/
fb_test.c 120 fprintf(stderr,"active fb swap failed!\n");
127 fprintf(stderr,"vi.xres = %d\n", vi->xres);
128 fprintf(stderr,"vi.yres = %d\n", vi->yres);
129 fprintf(stderr,"vi.xresv = %d\n", vi->xres_virtual);
130 fprintf(stderr,"vi.yresv = %d\n", vi->yres_virtual);
131 fprintf(stderr,"vi.xoff = %d\n", vi->xoffset);
132 fprintf(stderr,"vi.yoff = %d\n", vi->yoffset);
133 fprintf(stderr, "vi.bits_per_pixel = %d\n", vi->bits_per_pixel);
135 fprintf(stderr, "fi.line_length = %d\n", fi->line_length);
  /external/openssh/
ssh-keygen.c 165 fprintf(stderr, "unknown key type %s\n", key_type_name);
179 fprintf(stderr, "key bits exceeds maximum %d\n", maxbits);
221 fprintf(stderr, "bad key type\n");
227 fprintf(stderr, "%s (%s): ", prompt, identity_file);
269 fprintf(stderr, "key_to_blob failed\n");
344 fprintf(stderr, "load failed\n");
349 fprintf(stderr, "version 1 keys are not supported\n");
485 fprintf(stderr, "input line too long.\n");
492 fprintf(stderr, "unget: %s\n", strerror(errno));
530 /* fprintf(stderr, "ignore: %s", line); *
    [all...]
  /bionic/libc/tools/
check-symbols.py 13 sys.stderr.write('Checking symbols for arch "%s"...\n' % arch)
53 sys.stderr.write('%d missing %s in %s for %s:\n' % (len(missing), functions_or_variables, library, arch))
55 sys.stderr.write(' %s\n' % miss)
  /external/chromium_org/third_party/libpng/
pngerror.c 267 fprintf(stderr, "libpng error no. %s: %s",
269 fprintf(stderr, PNG_STRING_NEWLINE);
273 fprintf(stderr, "libpng error: %s, offset=%d",
275 fprintf(stderr, PNG_STRING_NEWLINE);
281 fprintf(stderr, "libpng error: %s", error_message);
282 fprintf(stderr, PNG_STRING_NEWLINE);
331 fprintf(stderr, "libpng warning no. %s: %s",
333 fprintf(stderr, PNG_STRING_NEWLINE);
337 fprintf(stderr, "libpng warning: %s",
339 fprintf(stderr, PNG_STRING_NEWLINE)
    [all...]
  /external/chromium_org/third_party/libxml/src/
testThreadsWin32.c 52 xmlGenericErrorContext = stderr;
75 if (xmlGenericErrorContext != stderr) {
147 fprintf(stderr, "libxml was not compiled with thread or catalog support\n");
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 21 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
49 fprintf(stderr, "Failed to compile regex: %s\n", err_buf);
61 fprintf(stderr, "Failed to match regex: %s\n", err_buf);
101 fprintf(stderr, "Failed to execute regex for src register.\n");
142 fprintf(stderr, "Could not convert src register index.\n");
153 fprintf(stderr, "First char of swizzle is not valid.\n");
187 fprintf(stderr, "Unknown src register swizzle.\n");
227 fprintf(stderr, "Failed to execute regex for dst register.\n");
245 fprintf(stderr, "Unknown dst register file type.\n");
254 fprintf(stderr, "Could not convert dst register index\n")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp.c 57 fprintf (stderr, "Out of memory\n");
85 fprintf (stderr, "Failed to open file %s: %s\n",
117 fprintf(stderr, "%s", info_log);
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
merger.cc 49 fprintf(stderr, "Could not create merged font info\n");
68 fprintf(stderr, "Couldn't create font info. "
80 fprintf(stderr, "Counts: chars_to_glyph_ids: %d; resoved_glyph_ids: %d\n",
subsetter_main.cc 48 fprintf(stderr, "Could not load font %s.\n", input_font_path);
55 fprintf(stderr, "Start character %c invalid.\n", start_char[0]);
59 fprintf(stderr, "Start character %c invalid.\n", end_char[0]);
  /external/chromium_org/third_party/sfntly/cpp/src/test/
verify_name.cc 50 fprintf(stderr, "checking name entry: ");
52 fprintf(stderr, "%d ", i);
58 fprintf(stderr, "\n");
  /external/chromium_org/third_party/yasm/source/patched-yasm/
genstring.c 44 fprintf(stderr, "Usage: %s <string> <outfile> <file> [<file> ...]\n",
52 fprintf(stderr, "Could not open `%s'.\n", argv[2]);
65 fprintf(stderr, "Could not open `%s'.\n", argv[i]);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
genversion.c 42 fprintf(stderr, "Usage: %s <outfile>\n", argv[0]);
52 fprintf(stderr, "Version tokenizing error\n");
59 fprintf(stderr, "Could not open `%s'.\n", argv[1]);
  /external/clang/test/Index/
preamble.c 11 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 local -I %S/Inputs -include %t %s 2> %t.stderr.txt | FileCheck %s
12 // RUN: FileCheck -check-prefix CHECK-DIAG %s < %t.stderr.txt
22 // RUN: env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:8:1 -I %S/Inputs -include %t %s 2> %t.stderr.txt | FileCheck -check-prefix CHECK-CC %s
  /external/elfutils/tests/
newscn.c 46 fprintf (stderr, "library fd of date\n");
54 fprintf (stderr, "Failed to open fdput file: %s\n", name);
62 fprintf (stderr, "Failed to elf_begin fdput file: %s\n", name);
  /external/expat/examples/
outline.c 77 fprintf(stderr, "Couldn't allocate memory for parser\n");
89 fprintf(stderr, "Read error\n");
95 fprintf(stderr, "Parse error at line %" XML_FMT_INT_MOD "u:\n%s\n",
  /external/icu4c/samples/udata/
writer.c 83 fprintf(stderr, "Error: unable to create data memory, error %d\n", errorCode);
97 fprintf(stderr, "Error: error %d writing the output file\n", errorCode);
104 fprintf(stderr, "Error: data length %ld != calculated size %lu\n", dataLength, size);

Completed in 593 milliseconds

<<31323334353637383940>>