/third_party/node/deps/zlib/ |
H A D | inflate.c | 126 Tracev((stderr, "inflate: reset\n")); in inflateResetKeep() 205 Tracev((stderr, "inflate: allocated\n")); in inflateInit2_() 666 Tracev((stderr, "inflate: zlib header ok\n")); in inflate() 839 Tracev((stderr, "inflate: stored block%s\n", in inflate() 845 Tracev((stderr, "inflate: fixed codes block%s\n", in inflate() 854 Tracev((stderr, "inflate: dynamic codes block%s\n", in inflate() 873 Tracev((stderr, "inflate: stored length %u\n", in inflate() 896 Tracev((stderr, "inflate: stored end\n")); in inflate() 914 Tracev((stderr, "inflate: table sizes ok\n")); in inflate() 936 Tracev((stderr, "inflat in inflate() [all...] |
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | inflate.c | 127 Tracev((stderr, "inflate: reset\n")); in inflateResetKeep() 206 Tracev((stderr, "inflate: allocated\n")); in inflateInit2_() 677 Tracev((stderr, "inflate: zlib header ok\n")); in inflate() 850 Tracev((stderr, "inflate: stored block%s\n", in inflate() 856 Tracev((stderr, "inflate: fixed codes block%s\n", in inflate() 865 Tracev((stderr, "inflate: dynamic codes block%s\n", in inflate() 884 Tracev((stderr, "inflate: stored length %u\n", in inflate() 907 Tracev((stderr, "inflate: stored end\n")); in inflate() 925 Tracev((stderr, "inflate: table sizes ok\n")); in inflate() 947 Tracev((stderr, "inflat in inflate() [all...] |
/third_party/libinput/tools/ |
H A D | libinput-record.c | 1809 fprintf(stderr, in print_device_quirks() 1912 fprintf(stderr, "%sAvailable devices:\n", prefix); in select_device() 1934 fprintf(stderr, "%s%s: %s\n", prefix, path, libevdev_get_name(device)); in select_device() 1944 fprintf(stderr, in select_device() 1950 fprintf(stderr, "%sSelect the device event number: ", prefix); in select_device() 2063 fprintf(stderr, "\rReceiving events: [%*s%*s]", foo, "*", 21 - foo, " "); in print_progress_bar() 2279 fprintf(stderr, in mainloop() 2284 fprintf(stderr, "%sRecording to '%s'.\n", in mainloop() 2315 fprintf(stderr, "Error: %s\n", strerror(-rc)); in mainloop() 2325 fprintf(stderr, in mainloop() [all...] |
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | inflate.c | 141 Tracev((stderr, "inflate: reset\n")); 227 Tracev((stderr, "inflate: allocated\n")); 712 Tracev((stderr, "inflate: zlib header ok\n")); 875 Tracev((stderr, "inflate: stored block%s\n", 881 Tracev((stderr, "inflate: fixed codes block%s\n", 890 Tracev((stderr, "inflate: dynamic codes block%s\n", 909 Tracev((stderr, "inflate: stored length %u\n", 930 Tracev((stderr, "inflate: stored end\n")); 948 Tracev((stderr, "inflate: table sizes ok\n")); 969 Tracev((stderr, "inflat [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | inflate.c | 140 Tracev((stderr, "inflate: reset\n")); 226 Tracev((stderr, "inflate: allocated\n")); 701 Tracev((stderr, "inflate: zlib header ok\n")); 864 Tracev((stderr, "inflate: stored block%s\n", 870 Tracev((stderr, "inflate: fixed codes block%s\n", 879 Tracev((stderr, "inflate: dynamic codes block%s\n", 898 Tracev((stderr, "inflate: stored length %u\n", 919 Tracev((stderr, "inflate: stored end\n")); 937 Tracev((stderr, "inflate: table sizes ok\n")); 958 Tracev((stderr, "inflat [all...] |
/third_party/zlib/ |
H A D | inflate.c | 127 Tracev((stderr, "inflate: reset\n")); in inflateResetKeep() 206 Tracev((stderr, "inflate: allocated\n")); in inflateInit2_() 688 Tracev((stderr, "inflate: zlib header ok\n")); in inflate() 907 Tracev((stderr, "inflate: stored block%s\n", in inflate() 913 Tracev((stderr, "inflate: fixed codes block%s\n", in inflate() 922 Tracev((stderr, "inflate: dynamic codes block%s\n", in inflate() 941 Tracev((stderr, "inflate: stored length %u\n", in inflate() 967 Tracev((stderr, "inflate: stored end\n")); in inflate() 985 Tracev((stderr, "inflate: table sizes ok\n")); in inflate() 1007 Tracev((stderr, "inflat in inflate() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/ |
H A D | sparsebit.c | 1682 * s. On error, diagnostic information is printed to stderr and 1714 fprintf(stderr, "Node mask of zero, " in sparsebit_validate_internal() 1734 fprintf(stderr, "num_after too large, " in sparsebit_validate_internal() 1743 fprintf(stderr, "Node index not divisible by " in sparsebit_validate_internal() 1757 fprintf(stderr, "Bits described by node wrap " in sparsebit_validate_internal() 1769 fprintf(stderr, "Left child parent pointer " in sparsebit_validate_internal() 1782 fprintf(stderr, "Right child parent pointer " in sparsebit_validate_internal() 1795 fprintf(stderr, "Unexpected root node, " in sparsebit_validate_internal() 1809 fprintf(stderr, "Previous node index " in sparsebit_validate_internal() 1824 fprintf(stderr, "Previou in sparsebit_validate_internal() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
H A D | sparsebit.c | 1681 * s. On error, diagnostic information is printed to stderr and 1713 fprintf(stderr, "Node mask of zero, " in sparsebit_validate_internal() 1733 fprintf(stderr, "num_after too large, " in sparsebit_validate_internal() 1742 fprintf(stderr, "Node index not divisible by " in sparsebit_validate_internal() 1756 fprintf(stderr, "Bits described by node wrap " in sparsebit_validate_internal() 1768 fprintf(stderr, "Left child parent pointer " in sparsebit_validate_internal() 1781 fprintf(stderr, "Right child parent pointer " in sparsebit_validate_internal() 1794 fprintf(stderr, "Unexpected root node, " in sparsebit_validate_internal() 1808 fprintf(stderr, "Previous node index " in sparsebit_validate_internal() 1823 fprintf(stderr, "Previou in sparsebit_validate_internal() [all...] |
/third_party/googletest/googletest/scripts/ |
H A D | upload.py | 125 """Print an error message to stderr and exit.""" 126 print >>sys.stderr, msg 275 print >>sys.stderr, "Invalid username or password." 278 print >>sys.stderr, ( 284 print >>sys.stderr, "Account not verified." 287 print >>sys.stderr, "User has not agreed to TOS." 290 print >>sys.stderr, "The user account has been deleted." 293 print >>sys.stderr, "The user account has been disabled." 296 print >>sys.stderr, ("The user's access to the service has been " 300 print >>sys.stderr, "Th [all...] |
/third_party/littlefs/scripts/ |
H A D | bench.py | 141 file=sys.stderr) 221 file=sys.stderr) 254 file=sys.stderr) 268 file=sys.stderr) 583 stderr=sp.PIPE if not args.get('verbose') else None, 603 for line in proc.stderr: 613 stderr=sp.PIPE if not args.get('verbose') else None, 633 for line in proc.stderr: 657 stderr=sp.PIPE if not args.get('verbose') else None, 674 for line in proc.stderr [all...] |
/third_party/sqlite/src/ |
H A D | shell.c | 500 if( stdout_is_console && (out==stdout || out==stderr) ){ in utf8_printf() 525 raw_printf(stderr,"Error: out of memory\n"); in shell_out_of_memory() 15768 raw_printf(stderr, "line %d: ", p->lineno); in failIfSafeMode() 15769 utf8_printf(stderr, "%s\n", zMsg); in failIfSafeMode() 17004 utf8_printf(stderr, "SELFTEST initialization failure: %s\n", zErrMsg); in createSelftestTable() 18233 raw_printf(stderr, "option requires an argument: %s\n", z); in expertDotCommand() 18238 raw_printf(stderr, "value out of range: %s\n", azArg[i]); in expertDotCommand() 18244 raw_printf(stderr, "unknown option: %s\n", z); in expertDotCommand() 18252 raw_printf(stderr, "sqlite3_expert_new: %s\n", zErr ? zErr : "out of memory"); in expertDotCommand() 18840 ".log FILE|off Turn logging on or off. FILE can be stderr/stdou [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | ucol_sit.cpp | 155 fprintf(stderr, "%s:%d: unknown letter %c: %s\n", __FILE__, __LINE__, letter, u_errorName(*status)); in ucol_sit_letterToAttributeValue() 211 fprintf(stderr, "%s:%d: unknown collator option at '%s': %s\n", __FILE__, __LINE__, string, u_errorName(*status)); in _processCollatorOption() 237 fprintf(stderr, "%s:%d: Bad hex char at '%s': %s\n", __FILE__, __LINE__, *string, u_errorName(*status)); in readHexCodeUnit() 249 fprintf(stderr, "%s:%d: Short (only %d digits, wanted 4) at '%s': %s\n", __FILE__, __LINE__, noDigits,*string, u_errorName(*status)); in readHexCodeUnit() 319 fprintf(stderr, "***Set %d to %s...\n", i, start); in ucol_sit_readOption() 328 fprintf(stderr, "%s:%d: Unknown option at '%s': %s\n", __FILE__, __LINE__, start, u_errorName(*status)); in ucol_sit_readOption() 526 fprintf(stderr, "DEF %s, DATA %s, ERR %s\n", definition, s.locale.data(), u_errorName(*status)); in ucol_openFromShortString()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qpu_emit.c | 34 fprintf(stderr, "%s prog %d/%d QPU:\n", in vc4_dump_program() 39 fprintf(stderr, "0x%016"PRIx64" ", c->qpu_insts[i]); in vc4_dump_program() 41 fprintf(stderr, "\n"); in vc4_dump_program() 43 fprintf(stderr, "\n"); in vc4_dump_program() 248 fprintf(stderr, "translating qinst to qpu: "); in vc4_generate_code_block() 250 fprintf(stderr, "\n"); in vc4_generate_code_block() 683 fprintf(stderr, "SHADER-DB: %s prog %d/%d: %d estimated cycles\n", in vc4_generate_code()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucol_sit.cpp | 156 fprintf(stderr, "%s:%d: unknown letter %c: %s\n", __FILE__, __LINE__, letter, u_errorName(*status)); in ucol_sit_letterToAttributeValue() 212 fprintf(stderr, "%s:%d: unknown collator option at '%s': %s\n", __FILE__, __LINE__, string, u_errorName(*status)); in _processCollatorOption() 238 fprintf(stderr, "%s:%d: Bad hex char at '%s': %s\n", __FILE__, __LINE__, *string, u_errorName(*status)); in readHexCodeUnit() 250 fprintf(stderr, "%s:%d: Short (only %d digits, wanted 4) at '%s': %s\n", __FILE__, __LINE__, noDigits,*string, u_errorName(*status)); in readHexCodeUnit() 320 fprintf(stderr, "***Set %d to %s...\n", i, start); in ucol_sit_readOption() 329 fprintf(stderr, "%s:%d: Unknown option at '%s': %s\n", __FILE__, __LINE__, start, u_errorName(*status)); in ucol_sit_readOption() 524 fprintf(stderr, "DEF %s, DATA %s, ERR %s\n", definition, s.locale.data(), u_errorName(*status)); in ucol_openFromShortString()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ucbuf.cpp | 238 fprintf(stderr,"\n###WARNING: Encountered abnormal bytes while" in ucbuf_fillucbuf() 268 fprintf(stderr,"\tPre-context: %s\n",preContext); in ucbuf_fillucbuf() 269 fprintf(stderr,"\tContext: %s\n",context); in ucbuf_fillucbuf() 270 fprintf(stderr,"\tPost-context: %s\n", postContext); in ucbuf_fillucbuf() 429 fprintf(stderr,"Bad escape: [%c%s]...\n", (int)c1, context); in ucbuf_getcx32() 499 fprintf(stderr,"###WARNING: No converter defined. Using codepage of system.\n"); in ucbuf_open() 516 fprintf(stderr, "Could not open codepage [%s]: %s\n", *cp, u_errorName(*error)); in ucbuf_open()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_error_decode.c | 438 fprintf(stderr, "ASCII85 decode failed.\n"); in read_data_file() 797 fprintf(stderr, "Failed to find i915_error_state beneath %s\n", in open_error_state_file() 804 fprintf(stderr, "Failed to open %s: %s\n", path, strerror(errno)); in open_error_state_file() 840 fprintf(stderr, "invalid value for --color: %s", optarg); in main() 848 print_help(argv[0], stderr); in main() 856 print_help(argv[0], stderr); in main() 884 fprintf(stderr, "Error opening %s: %s\n", path, strerror(errno)); in main()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ucbuf.cpp | 238 fprintf(stderr,"\n###WARNING: Encountered abnormal bytes while" in ucbuf_fillucbuf() 268 fprintf(stderr,"\tPre-context: %s\n",preContext); in ucbuf_fillucbuf() 269 fprintf(stderr,"\tContext: %s\n",context); in ucbuf_fillucbuf() 270 fprintf(stderr,"\tPost-context: %s\n", postContext); in ucbuf_fillucbuf() 429 fprintf(stderr,"Bad escape: [%c%s]...\n", (int)c1, context); in ucbuf_getcx32() 499 fprintf(stderr,"###WARNING: No converter defined. Using codepage of system.\n"); in ucbuf_open() 516 fprintf(stderr, "Could not open codepage [%s]: %s\n", *cp, u_errorName(*error)); in ucbuf_open()
|
/third_party/lz4/programs/ |
H A D | util.h | 224 fprintf(stderr, "ERROR: QueryPerformanceFrequency() failure\n"); in UTIL_getSpanTimeMicro() 235 fprintf(stderr, "ERROR: QueryPerformanceFrequency() failure\n"); in UTIL_getSpanTimeNano() 275 fprintf(stderr, "ERROR: Failed to get time\n"); /* we could also exit() */ in UTIL_getTime() 508 fprintf(stderr, "Cannot open directory '%s'\n", dirName); in UTIL_prepareFileList() 564 fprintf(stderr, "Cannot open directory '%s': %s\n", dirName, strerror(errno)); 605 fprintf(stderr, "readdir(%s) error: %s\n", dirName, strerror(errno)); 618 fprintf(stderr, "Directory %s ignored (compiled without _WIN32 or _POSIX_C_SOURCE)\n", dirName); in UTIL_prepareFileList()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucol_sit.cpp | 155 fprintf(stderr, "%s:%d: unknown letter %c: %s\n", __FILE__, __LINE__, letter, u_errorName(*status)); in ucol_sit_letterToAttributeValue() 211 fprintf(stderr, "%s:%d: unknown collator option at '%s': %s\n", __FILE__, __LINE__, string, u_errorName(*status)); in _processCollatorOption() 237 fprintf(stderr, "%s:%d: Bad hex char at '%s': %s\n", __FILE__, __LINE__, *string, u_errorName(*status)); in readHexCodeUnit() 249 fprintf(stderr, "%s:%d: Short (only %d digits, wanted 4) at '%s': %s\n", __FILE__, __LINE__, noDigits,*string, u_errorName(*status)); in readHexCodeUnit() 319 fprintf(stderr, "***Set %d to %s...\n", i, start); in ucol_sit_readOption() 328 fprintf(stderr, "%s:%d: Unknown option at '%s': %s\n", __FILE__, __LINE__, start, u_errorName(*status)); in ucol_sit_readOption() 526 fprintf(stderr, "DEF %s, DATA %s, ERR %s\n", definition, s.locale.data(), u_errorName(*status)); in ucol_openFromShortString()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ucbuf.cpp | 238 fprintf(stderr,"\n###WARNING: Encountered abnormal bytes while" in ucbuf_fillucbuf() 268 fprintf(stderr,"\tPre-context: %s\n",preContext); in ucbuf_fillucbuf() 269 fprintf(stderr,"\tContext: %s\n",context); in ucbuf_fillucbuf() 270 fprintf(stderr,"\tPost-context: %s\n", postContext); in ucbuf_fillucbuf() 429 fprintf(stderr,"Bad escape: [%c%s]...\n", (int)c1, context); in ucbuf_getcx32() 499 fprintf(stderr,"###WARNING: No converter defined. Using codepage of system.\n"); in ucbuf_open() 516 fprintf(stderr, "Could not open codepage [%s]: %s\n", *cp, u_errorName(*error)); in ucbuf_open()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 99 optionally return stderr as well as third value. 102 stderr=subprocess.PIPE) 112 stdout, stderr = proc.communicate() 114 stderr = stderr.decode("utf-8") 116 proc.stderr.close() 118 stderr = "\n" + stderr 119 if stderr[-1] == "\n": 120 stderr [all...] |
/kernel/linux/linux-5.10/scripts/mod/ |
H A D | modpost.c | 61 fprintf(stderr, "WARNING: "); in modpost_log() 64 fprintf(stderr, "ERROR: "); in modpost_log() 67 fprintf(stderr, "FATAL: "); in modpost_log() 73 fprintf(stderr, "modpost: "); in modpost_log() 76 vfprintf(stderr, fmt, arglist); in modpost_log() 486 fprintf(stderr, "%s: %s (ignored)\n", filename, in parse_elf() 1422 fprintf(stderr, "%s", *s); in print_section_list() 1425 fprintf(stderr, ", "); in print_section_list() 1427 fprintf(stderr, "\n"); in print_section_list() 1472 fprintf(stderr, in report_sec_mismatch() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 99 optionally return stderr as well as third value. 102 stderr=subprocess.PIPE) 112 stdout, stderr = proc.communicate() 114 stderr = stderr.decode("utf-8") 116 proc.stderr.close() 118 stderr = "\n" + stderr 119 if stderr[-1] == "\n": 120 stderr [all...] |
/third_party/node/tools/ |
H A D | test.py | 124 if failure.output.stderr: 125 output += ["--- stderr ---" ] 126 output += [failure.output.stderr.strip()] 208 'ECONNREFUSED' in output.output.stderr): 320 traceback = output.stdout + output.stderr 369 self.traceback = output.output.stdout + output.output.stderr 407 self.traceback = 'timeout\n' + output.output.stdout + output.output.stderr 471 stderr = output.output.stderr.strip() 472 if len(stderr) [all...] |
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_lowlevel.c | 178 fprintf(stderr, "fuse: bad error value: %i\n", error); in send_reply_iov() 189 fprintf(stderr, " unique: %llu, error: %i (%s), outsize: %i\n", in send_reply_iov() 997 fprintf(stderr, "INTERRUPT: %llu\n", (unsigned long long) arg->unique); in do_interrupt() 1082 fprintf(stderr, "INIT: %u.%u\n", arg->major, arg->minor); in do_init() 1084 fprintf(stderr, "flags=0x%08x\n", arg->flags); in do_init() 1085 fprintf(stderr, "max_readahead=0x%08x\n", arg->max_readahead); in do_init() 1092 fprintf(stderr, "fuse: unsupported protocol version: %u.%u\n", in do_init() 1119 fprintf(stderr, "fuse: warning: buffer size too small: %zu\n", in do_init() 1179 fprintf(stderr, " INIT: %u.%u\n", outarg.major, outarg.minor); in do_init() 1180 fprintf(stderr, " flag in do_init() [all...] |