/third_party/icu/icu4c/source/test/depstest/ |
H A D | depstest.py | 161 sys.stderr.write("Info: ignoring %s imports %s\n\n" % (file_name, symbol)) 169 sys.stderr.write("Error: in %s %s: %s imports %s %s\n" % 196 sys.stderr.write("Error: files missing from dependencies.txt:\n%s\n" % 200 sys.stderr.write("Error: files in dependencies.txt but not built:\n%s\n" % 209 sys.stderr.write("Error: Some classes have virtual methods, and "
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | cffdump.c | 68 fprintf(stderr, "Usage:\n\n" in print_usage() 221 fprintf(stderr, "error reading: %s\n", argv[optind]); in main() 222 fprintf(stderr, "continuing..\n"); in main() 231 fprintf(stderr, "query options only valid in query mode!\n"); in main() 279 fprintf(stderr, "could not open: %s\n", filename); in handle_file()
|
/third_party/mesa3d/src/freedreno/drm-shim/ |
H A D | freedreno_noop.c | 96 fprintf(stderr, "Unknown DRM_IOCTL_MSM_GEM_INFO %d\n", args->info); in msm_ioctl_gem_info() 145 fprintf(stderr, "Unknown DRM_IOCTL_MSM_GET_PARAM %d\n", gp->param); in msm_ioctl_get_param() 280 fprintf(stderr, "FD_GPU_ID unrecognized, shim supports %d", in msm_driver_get_device_info() 283 fprintf(stderr, ", %d", device_infos[i].gpu_id); in msm_driver_get_device_info() 284 fprintf(stderr, "\n"); in msm_driver_get_device_info()
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_util.c | 98 fprintf(stderr, "Cannot find target for triple %s ", triple); in ac_get_llvm_target() 100 fprintf(stderr, "%s\n", err_message); in ac_get_llvm_target() 209 fprintf(stderr, "amd: LLVM doesn't support %s, bailing out...\n", name); in ac_create_target_machine() 273 fprintf(stderr, "Unhandled function attribute: %x\n", attr); in attr_to_str() 305 fprintf(stderr, "%s", str); in ac_dump_module()
|
/third_party/ninja/src/ |
H A D | getopt.c | 268 fprintf (stderr, "%s: option `%s' is ambiguous " in getopt_internal() 290 fprintf (stderr, in getopt_internal() 333 fprintf (stderr, "%s: argument required for option `", argv[0]); in getopt_internal() 335 fprintf (stderr, "--%s'\n", longopts[longopt_match].name); in getopt_internal() 337 fprintf (stderr, "-%c'\n", *cp); in getopt_internal()
|
/third_party/libdrm/tests/modetest/ |
H A D | buffers.c | 66 fprintf(stderr, "failed to allocate buffer object\n"); in bo_create_dumb() 77 fprintf(stderr, "failed to create dumb buffer: %s\n", in bo_create_dumb() 205 fprintf(stderr, "unsupported format 0x%08x\n", format); in bo_create() 233 fprintf(stderr, "failed to map buffer: %s\n", in bo_create() 351 fprintf(stderr, "failed to destroy dumb buffer: %s\n", in bo_destroy()
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
H A D | diotest2.c | 128 fprintf(stderr, in prg_usage() 149 fprintf(stderr, "bufsize must be > 0\n"); in main() 153 fprintf(stderr, in main() 160 fprintf(stderr, "offset must be > 0\n"); in main() 166 fprintf(stderr, "iterations must be > 0\n"); in main()
|
/third_party/ltp/testcases/kernel/fs/proc/ |
H A D | proc01.c | 314 fprintf(stderr, "%s\n", in readproc() 342 fprintf(stderr, "%s", obj); in readproc() 414 fprintf(stderr, "%ld", nread); in readproc() 416 fprintf(stderr, "."); in readproc() 428 fprintf(stderr, "\n"); in readproc()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_vs.c | 85 fprintf(stderr, "r300 VP: cannot handle edgeflag output.\n"); in r300_shader_read_vs_outputs() 92 fprintf(stderr, "r300 VP: cannot handle clip vertex output.\n"); in r300_shader_read_vs_outputs() 97 fprintf(stderr, "r300 VP: unknown vertex output semantic: %i.\n", in r300_shader_read_vs_outputs() 222 fprintf(stderr, "r300 VP: Cannot translate a shader. " in r300_translate_vertex_shader() 242 fprintf(stderr, "r300 VP: Compiler error:\n%sCorresponding draws will be" in r300_translate_vertex_shader()
|
/third_party/python/Lib/test/libregrtest/ |
H A D | refleak.py | 82 print("beginning", repcount, "repetitions", file=sys.stderr) 83 print(("1234567890"*(repcount//10 + 1))[:repcount], file=sys.stderr, 101 print('.', end='', file=sys.stderr, flush=True) 112 print(file=sys.stderr) 144 print(msg, file=sys.stderr, flush=True)
|
/third_party/skia/third_party/externals/libpng/contrib/examples/ |
H A D | pngpixel.c | 64 fprintf(stderr, "pngpixel: invalid bit depth %u\n", bit_depth); in component() 163 * writes error messages to stderr. Creating the png_struct is a in main() 352 fprintf(stderr, "pngpixel: out of memory allocating png_info\n"); in main() 358 fprintf(stderr, "pngpixel: out of memory allocating png_struct\n"); in main() 362 fprintf(stderr, "pngpixel: %s: could not open file\n", argv[3]); in main() 367 fprintf(stderr, "pngpixel: usage: pngpixel x y png-file\n"); in main()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftdebug.c | 106 vfprintf( stderr, fmt, ap ); in FT_Message() 121 vfprintf( stderr, fmt, ap ); in FT_Panic() 137 fprintf( stderr, in FT_Throw() 431 ft_fileptr = stderr; in ft_logging_init() 443 if ( ft_fileptr != stderr ) in ft_logging_deinit()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
H A D | font_info.cc | 146 fprintf(stderr, "Error creating character map.\n"); in GetFontInfo() 156 fprintf(stderr, "Error resolving composite glyphs.\n"); in GetFontInfo() 216 fprintf(stderr, "%d larger than %d or smaller than 0\n", glyph_id, in ResolveCompositeGlyphs() 224 fprintf(stderr, "Zero length glyph %d\n", glyph_id); in ResolveCompositeGlyphs() 233 fprintf(stderr, "GetGlyph returned NULL for %d\n", glyph_id); in ResolveCompositeGlyphs()
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
H A D | xmlfile.c | 97 ftprintf(stderr, T("%s: (unknown message %d)\n"), filename, code); in reportError() 171 ftprintf(stderr, in externalEntityRefFilemap() 201 ftprintf(stderr, T("%s: out of memory\n"), in processStream() 250 ftprintf(stderr, T("%s: out of memory"), filename); in XML_ProcessFile() 269 ftprintf(stderr, in XML_ProcessFile()
|
/third_party/python/Lib/test/ |
H A D | test_getpass.py | 65 with mock.patch('sys.stderr') as stderr: 67 stderr.write.assert_called_once_with(prompt) 94 # on the screen, unless we are falling back to stderr/stdin. 157 with support.captured_stderr() as stderr: 161 self.assertIn('Warning', stderr.getvalue()) 162 self.assertIn('Password:', stderr.getvalue())
|
/third_party/python/Lib/unittest/ |
H A D | result.py | 52 self._original_stderr = sys.stderr 70 sys.stderr = self._stderr_buffer 87 error = sys.stderr.getvalue() 98 sys.stderr = self._original_stderr 184 error = sys.stderr.getvalue()
|
/third_party/elfutils/tests/ |
H A D | backtrace.c | 48 fprintf (stderr, "%s: Unwinding not supported for this architecture\n", in main() 120 fprintf (stderr, in callback_verify() 129 fprintf (stderr, in callback_verify() 143 fprintf (stderr, in callback_verify() 152 fprintf (stderr, in callback_verify() 170 fprintf (stderr, in callback_verify() 179 fprintf (stderr, in callback_verify() 196 fprintf (stderr, in callback_verify() 513 __fsetlocking (stderr, FSETLOCKING_BYCALLER); in main()
|
/third_party/backends/backend/ |
H A D | pieusb_usb.c | 181 fprintf (stderr, "%s\t%08lx:", msg?msg:"", start); in _hexdump() 184 fprintf (stderr, " %02x", *ptr++); in _hexdump() 191 fprintf (stderr, " "); in _hexdump() 197 fprintf (stderr, " "); in _hexdump() 201 fprintf (stderr, "%c", ((c < 0x20)||(c == 0x7f)) ? '.' : c); in _hexdump() 204 fprintf (stderr, "\n"); in _hexdump() 208 fprintf (stderr, "\n"); in _hexdump() 210 fprintf (stderr, "\t%08lx bytes clipped\n", clipped); in _hexdump() 212 fflush(stderr); in _hexdump()
|
/third_party/cups-filters/filter/ |
H A D | textcommon.c | 507 setbuf(stderr, NULL); in TextMain() 515 fprintf(stderr, "Usage: %s job-id user title copies options [file]\n", in TextMain() 612 fprintf(stderr, "ERROR: Bad columns value %d.\n", PageColumns); in TextMain() 625 fprintf(stderr, "ERROR: Bad cpi value %f.\n", CharsPerInch); in TextMain() 638 fprintf(stderr, "ERROR: Bad lpi value %f.", LinesPerInch); in TextMain() 663 fprintf(stderr, "ERROR: bad page size\n"); in TextMain() 670 fprintf(stderr, "ERROR: cannot allocate memory for page\n"); in TextMain() 678 fprintf(stderr, "ERROR: cannot allocate memory for page\n"); in TextMain() 1171 fprintf(stderr, "DEBUG: Input is empty, outputting empty file.\n"); in TextMain()
|
/third_party/libsnd/src/ |
H A D | ogg_speex.c | 367 { fprintf (stderr, "Invalid/corrupted comments\n") ; in spx_print_comments() 374 { fprintf (stderr, "Invalid/corrupted comments\n") ; in spx_print_comments() 377 (void) fwrite (c, 1, len, stderr) ; in spx_print_comments() 379 fprintf (stderr, "\n") ; in spx_print_comments() 381 { fprintf (stderr, "Invalid/corrupted comments\n") ; in spx_print_comments() 388 { fprintf (stderr, "Invalid/corrupted comments\n") ; in spx_print_comments() 394 { fprintf (stderr, "Invalid/corrupted comments\n") ; in spx_print_comments() 397 (void) fwrite (c, 1, len, stderr) ; in spx_print_comments() 399 fprintf (stderr, "\n") ; in spx_print_comments()
|
/third_party/jerryscript/tools/ |
H A D | run-tests.py | 247 sys.stderr.write('%s%s%s\n' % (TERM_BLUE, cmd_type, TERM_NORMAL)) 249 sys.stderr.write(''.join('%s%s=%r \\%s\n' % (TERM_BLUE, var, val, TERM_NORMAL) 251 sys.stderr.write('%s%s%s\n' % (TERM_BLUE, (' \\%s\n\t%s' % (TERM_NORMAL, TERM_BLUE)).join(cmd), TERM_NORMAL)) 254 sys.stderr.write('%sSkipping: %s' % (TERM_YELLOW, job.name)) 256 sys.stderr.write(' (%s)' % job.skip) 257 sys.stderr.write('%s\n' % TERM_NORMAL) 289 sys.stderr.write('(skipping: already built at %s with returncode %d)\n' % (build_dir_path, ret)) 326 sys.stderr.write('(skipping: already tested with %s)\n' % build_dir_path) 335 sys.stderr.write('(skipping: already tested with equivalent %s)\n' % tested_hashes[bin_hash])
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_aux_map.c | 227 fprintf(stderr, "AUX-MAP L3: 0x%"PRIx64", map=%p\n", in intel_aux_map_init() 320 fprintf(stderr, "AUX-MAP entry %s, bpp_enc=%d\n", in intel_aux_map_format_bits() 357 fprintf(stderr, "AUX-MAP L3[0x%x]: 0x%"PRIx64", map=%p\n", in get_aux_entry() 374 fprintf(stderr, "AUX-MAP L2[0x%x]: 0x%"PRIx64", map=%p\n", in get_aux_entry() 399 fprintf(stderr, "AUX-MAP 0x%"PRIx64" => 0x%"PRIx64"\n", address, in add_mapping() 415 fprintf(stderr, "AUX-MAP L1[0x%x] 0x%"PRIx64" -> 0x%"PRIx64"\n", in add_mapping() 429 fprintf(stderr, "AUX-MAP L1[0x%x] is already marked valid!\n", in add_mapping() 509 fprintf(stderr, "AUX-MAP [0x%x][0x%x][0x%x] L1 entry removed!\n", in remove_mapping() 529 fprintf(stderr, "AUX-MAP remove 0x%"PRIx64"-0x%"PRIx64"\n", address, in intel_aux_map_unmap_range()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfstruncate.c | 109 fprintf(stderr, "ERROR: "); in err_exit() 111 vfprintf(stderr, fmt, ap); in err_exit() 113 fprintf(stderr, "Aborting...\n"); in err_exit() 122 fprintf(stderr, "Copyright (c) 2002-2005 Anton Altaparmakov\n" in copyright() 133 fprintf(stderr, "%s", ntfs_gpl); in license() 143 fprintf(stderr, "Usage: %s [options] device inode [attr-type " in usage() 157 fprintf(stderr, "%s%s", ntfs_bugs, ntfs_home); in usage() 172 fprintf(stderr, "%s v%s (libntfs-3g)\n", EXEC_NAME, VERSION); in parse_options() 736 fprintf(stderr, "ntfstruncate forced anyway. Hope /etc/mtab " in main()
|
/third_party/libdrm/tests/tegra/ |
H A D | vic41.c | 57 fprintf(stderr, "failed to map configuration structure: %s\n", in vic41_fill() 99 fprintf(stderr, "failed to map configuration structure: %s\n", in vic41_blit() 168 fprintf(stderr, "failed to map configuration structure: %s\n", in vic41_flip() 295 fprintf(stderr, "failed to allocate syncpoint: %s\n", strerror(-err)); in vic41_new() 301 fprintf(stderr, "failed to allocate configuration structurer: %s\n", in vic41_new() 309 fprintf(stderr, "failed to map configuration structure: %s\n", in vic41_new() 316 fprintf(stderr, "failed to allocate filter buffer: %s\n", in vic41_new() 323 fprintf(stderr, "failed to map filter buffer: %s\n", strerror(-err)); in vic41_new() 333 fprintf(stderr, "failed to map filter buffer: %s\n", in vic41_new()
|
H A D | vic42.c | 57 fprintf(stderr, "failed to map configuration structure: %s\n", in vic42_fill() 99 fprintf(stderr, "failed to map configuration structure: %s\n", in vic42_blit() 168 fprintf(stderr, "failed to map configuration structure: %s\n", in vic42_flip() 295 fprintf(stderr, "failed to allocate syncpoint: %s\n", strerror(-err)); in vic42_new() 301 fprintf(stderr, "failed to allocate configuration structurer: %s\n", in vic42_new() 309 fprintf(stderr, "failed to map configuration structure: %s\n", in vic42_new() 316 fprintf(stderr, "failed to allocate filter buffer: %s\n", in vic42_new() 323 fprintf(stderr, "failed to map filter buffer: %s\n", strerror(-err)); in vic42_new() 333 fprintf(stderr, "failed to map filter buffer: %s\n", in vic42_new()
|