/third_party/ffmpeg/doc/examples/ |
H A D | hw_decode.c | 55 fprintf(stderr, "Failed to create specified HW device.\n"); in hw_decoder_init() 73 fprintf(stderr, "Failed to get HW surface format.\n"); in get_hw_format() 87 fprintf(stderr, "Error during decoding\n"); in decode_write() 93 fprintf(stderr, "Can not alloc frame\n"); in decode_write() 104 fprintf(stderr, "Error while decoding\n"); in decode_write() 111 fprintf(stderr, "Error transferring the data to system memory\n"); in decode_write() 122 fprintf(stderr, "Can not alloc buffer\n"); in decode_write() 131 fprintf(stderr, "Can not copy image to buffer\n"); in decode_write() 136 fprintf(stderr, "Failed to dump raw data.\n"); in decode_write() 161 fprintf(stderr, "Usag in main() [all...] |
/third_party/libuv/test/ |
H A D | test-loop-handles.c | 116 fprintf(stderr, "%s", "IDLE_2_CLOSE_CB\n"); in idle_2_close_cb() 117 fflush(stderr); in idle_2_close_cb() 129 fprintf(stderr, "%s", "IDLE_2_CB\n"); in idle_2_cb() 130 fflush(stderr); in idle_2_cb() 143 fprintf(stderr, "%s", "IDLE_1_CB\n"); in idle_1_cb() 144 fflush(stderr); in idle_1_cb() 170 fprintf(stderr, "%s", "IDLE_1_CLOSE_CB\n"); in idle_1_close_cb() 171 fflush(stderr); in idle_1_close_cb() 180 fprintf(stderr, "%s", "PREPARE_1_CLOSE_CB"); in prepare_1_close_cb() 181 fflush(stderr); in prepare_1_close_cb() [all...] |
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | tarith.c | 38 fprintf(stderr, "validation: %s\n", msg); in png_warning() 45 fprintf(stderr, "overflow in: %s\n", msg); in png_fixed_warning() 105 fprintf(stderr, "unknown argument %s\n", *argv); in validation_ascii_to_fp() 121 fprintf(stderr, "%.*g %d\n", DBL_DIG, test, precision); in validation_ascii_to_fp() 133 fprintf(stderr, "%g[%d] -> '%s'[%lu] buffer overflow\n", test, in validation_ascii_to_fp() 149 fprintf(stderr, "%g[%d] -> '%s' but expected 'inf'\n", test, in validation_ascii_to_fp() 157 fprintf(stderr, "%g[%d] -> '%s' but has bad format ('%c')\n", test, in validation_ascii_to_fp() 163 fprintf(stderr, "%g[%d] -> '%s' but negative value not so reported\n", in validation_ascii_to_fp() 171 fprintf(stderr, "%g[%d] -> '%s' but zero value not so reported\n", in validation_ascii_to_fp() 179 fprintf(stderr, " in validation_ascii_to_fp() [all...] |
H A D | timepng.c | 78 fprintf(stderr, "temporary file PNG write failed\n"); in PNG_CALLBACK() 189 fprintf(stderr, "timepng: could not get the time\n"); in mytime() 210 fprintf(stderr, "file %d: error reading PNG data\n", i); in perform_one_test() 218 fprintf(stderr, "file %d: error from libpng\n", i); in perform_one_test() 242 fprintf(stderr, "timepng: bad clock from kernel\n"); in perform_one_test() 251 fprintf(stderr, "timepng: error writing output\n"); in perform_one_test() 279 fprintf(stderr, "temporary file fgetpos error\n"); in add_one_file() 288 fprintf(stderr, "%s: read error\n", name); in add_one_file() 296 fprintf(stderr, "%s: file not added\n", name); in add_one_file() 304 fprintf(stderr, "temporar in add_one_file() [all...] |
/third_party/libinput/tools/ |
H A D | test_tool_option_parsing.py | 35 print("Failed to import pytest. Skipping.", file=sys.stderr) 57 stderr=subprocess.PIPE, 63 stdout, stderr = p.communicate(timeout=5) 66 return p.returncode, stdout.decode("UTF-8"), stderr.decode("UTF-8") 85 rc, stdout, stderr = self.run_command(args) 88 assert rc in [0, 1], (stdout, stderr) 89 return stdout, stderr 92 rc, stdout, stderr = self.run_command(args) 93 assert rc == 2, (rc, stdout, stderr) 94 return rc, stdout, stderr [all...] |
/third_party/node/test/parallel/ |
H A D | test-tracing-no-crash.js | 16 let stderr; 17 child.stderr.setEncoding('utf8'); 18 child.stderr.on('data', (chunk) => stderr += chunk); 19 child.stderr.on('end', common.mustCall(() => { 20 assert(stderr.includes('throw new Error()'), stderr); 21 assert(!stderr.includes('Could not open trace file'), stderr);
|
H A D | test-child-process-exec-encoding.js | 18 cp.exec(cmd, options, common.mustSucceed((stdout, stderr) => { 19 callback(stdout, stderr); 24 run({}, (stdout, stderr) => { 26 assert.strictEqual(typeof stderr, 'string'); 28 assert.strictEqual(stderr, expectedStderr); 32 run({ encoding: 'utf8' }, (stdout, stderr) => { 34 assert.strictEqual(typeof stderr, 'string'); 36 assert.strictEqual(stderr, expectedStderr); 41 run({ encoding }, (stdout, stderr) => { 45 assert.strictEqual(stderr [all...] |
H A D | test-inspector-port-zero.js | 13 proc.stderr.setEncoding('utf8'); 15 let stderr = ''; 17 proc.stderr.on('data', (data) => stderr += data); 19 proc.stderr.on('close', (hadErr) => assert(!hadErr)); 20 proc.stderr.on('data', () => { 21 if (!stderr.includes('\n')) return; 22 assert.match(stderr, /Debugger listening on (.+)/); 27 proc.stderr.on('data', () => { 28 if (stderr [all...] |
/third_party/backends/lib/ |
H A D | getopt.c | 703 if (_IO_fwide (stderr, 0) > 0) 704 __fwprintf (stderr, L"%s", buf); 706 fputs (buf, stderr); 711 fprintf (stderr, _("%s: option `%s' is ambiguous\n"), 748 fprintf (stderr, _("\ 762 fprintf (stderr, _("\ 771 if (_IO_fwide (stderr, 0) > 0) 772 __fwprintf (stderr, L"%s", buf); 774 fputs (buf, stderr); 802 if (_IO_fwide (stderr, [all...] |
/third_party/cups-filters/filter/ |
H A D | texttotext.c | 171 setbuf(stderr, NULL); in main() 185 fprintf(stderr, "Usage: %s job user title copies options [file]\n", in main() 218 fprintf(stderr, "ERROR: Unable to copy input text file"); in main() 222 fprintf(stderr, "DEBUG: sys5ippprinter - copying to temp print file \"%s\"\n", in main() 280 fprintf(stderr, "DEBUG: PageSize: %s\n", val); in main() 300 fprintf(stderr, "DEBUG: Invalid number of lines %d, using default: 66\n", in main() 305 fprintf(stderr, "DEBUG: Invalid number of columns %d, using default: 80\n", in main() 318 fprintf(stderr, "DEBUG: Invalid number of lines %d, using default value: %d\n", in main() 326 fprintf(stderr, "DEBUG: Invalid number of columns %d, using default value: %d\n", in main() 330 fprintf(stderr, "DEBU in main() [all...] |
/third_party/curl/tests/libtest/ |
H A D | lib2301.c | 35 fprintf(stderr, 50 fprintf(stderr, "ws: got PONG back\n"); 53 fprintf(stderr, "ws: got the same payload back\n"); 58 fprintf(stderr, "ws: did NOT get the same payload back\n"); 61 fprintf(stderr, "recv_pong: got %u bytes rflags %x\n", (int)rlen, rflags); 63 fprintf(stderr, "ws: curl_ws_recv returned %u, received %u\n", (int)result, 74 fprintf(stderr, 81 fprintf(stderr, "ws: websocket() starts\n"); 104 fprintf(stderr, "Called CURLOPT_WRITEFUNCTION with %u bytes: ", in writecb() 107 fprintf(stderr, " in writecb() [all...] |
/third_party/openssl/demos/mac/ |
H A D | poly1305.c | 99 fprintf(stderr, "OSSL_LIB_CTX_new() returned NULL\n"); in main() 106 fprintf(stderr, "EVP_MAC_fetch() returned NULL\n"); in main() 113 fprintf(stderr, "EVP_MAC_CTX_new() returned NULL\n"); in main() 120 fprintf(stderr, "EVP_CIPHER_fetch() returned NULL\n"); in main() 127 fprintf(stderr, "EVP_CIPHER_CTX_new() returned NULL\n"); in main() 133 fprintf(stderr, "EVP_EncryptInit_ex() failed\n"); in main() 145 fprintf(stderr, "EVP_CIPHER_CTX_set_padding() failed\n"); in main() 155 fprintf(stderr, "EVP_EncryptUpdate() failed\n"); in main() 169 fprintf(stderr, "EVP_MAC_init() failed\n"); in main() 175 fprintf(stderr, "EVP_MAC_updat in main() [all...] |
/third_party/ffmpeg/libavutil/tests/ |
H A D | hwdevice.c | 44 fprintf(stderr, "Unable to derive %s -> %s: %d.\n", in test_derivation() 51 fprintf(stderr, "Device derived as type %d has type %d.\n", in test_derivation() 58 fprintf(stderr, "Derivation of %s from itself succeeded " in test_derivation() 69 fprintf(stderr, "Derivation %s to %s succeeded, but derivation " in test_derivation() 76 fprintf(stderr, "Derivation %s to %s succeeded, but derivation " in test_derivation() 82 fprintf(stderr, "Successfully tested derivation %s -> %s.\n", in test_derivation() 106 fprintf(stderr, "Failed to create %s device: %d.\n", name, err); in test_device() 112 fprintf(stderr, "Device created as type %d has type %d.\n", in test_device() 118 fprintf(stderr, "Device type %s successfully created.\n", name); in test_device() 154 fprintf(stderr, "N in test_device_type() [all...] |
/third_party/elfutils/src/ |
H A D | elfclassify.c | 84 fprintf (stderr, "debug: processing file: %s\n", current_path); in open_file() 235 fprintf (stderr, "info: %s: ELF kind: %s (0x%x)\n", current_path, in run_classify() 319 fprintf (stderr, "debug: section header %s (type %d) found\n", in run_classify() 324 fputs ("debug: symtab section found\n", stderr); in run_classify() 335 stderr); in run_classify() 342 fputs ("debug: .debug_* section found\n", stderr); in run_classify() 348 fputs ("debug: .modinfo section found\n", stderr); in run_classify() 355 stderr); in run_classify() 375 fprintf (stderr, "debug: dynamic entry %d" in run_classify() 391 fprintf (stderr, "inf in run_classify() [all...] |
/third_party/openssl/test/ |
H A D | shlibloadtest.c | 86 fprintf(stderr, "Failed to load libcrypto\n"); in test_lib() 95 fprintf(stderr, "Failed to load libssl\n"); in test_lib() 101 fprintf(stderr, "Failed to load libcrypto\n"); in test_lib() 111 fprintf(stderr, "Failed to load OPENSSL_init_crypto symbol\n"); in test_lib() 116 fprintf(stderr, "Failed to initialise libcrypto\n"); in test_lib() 127 fprintf(stderr, "Failed to load libssl symbols\n"); in test_lib() 135 fprintf(stderr, "Failed to create SSL_CTX\n"); in test_lib() 146 fprintf(stderr, "Failed to load libcrypto symbols\n"); in test_lib() 151 fprintf(stderr, "Unexpected ERR_get_error() response\n"); in test_lib() 162 fprintf(stderr, "Invali in test_lib() [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
H A D | 4-1.c | 38 fprintf(stderr, "Thread1 failed to acquire the mutex\n"); in t1_func() 41 fprintf(stderr, "Thread1 started\n"); in t1_func() 44 fprintf(stderr, "Fail to get current time\n"); in t1_func() 50 fprintf(stderr, "Thread1 is waiting for the cond for %d seconds\n", in t1_func() 54 fprintf(stderr, "Thread1 stops waiting when time is out\n"); in t1_func() 58 fprintf(stderr, in t1_func() 72 fprintf(stderr, "Fail to initialize mutex\n"); in main() 76 fprintf(stderr, "Fail to initialize cond\n"); in main() 81 fprintf(stderr, "Fail to create thread 1\n"); in main() 85 fprintf(stderr, "Mai in main() [all...] |
/third_party/rust/crates/syn/tests/ |
H A D | zzz_stable.rs | 23 let mut stderr = StandardStream::stderr(ColorChoice::Auto); in notice() variables 24 stderr.set_color(ColorSpec::new().set_fg(Some(Color::Yellow)))?; in notice() 25 write!(&mut stderr, "{}", before)?; in notice() 26 stderr.set_color(ColorSpec::new().set_bold(true).set_fg(Some(Color::Yellow)))?; in notice() 27 write!(&mut stderr, "{}", header)?; in notice() 28 stderr.set_color(ColorSpec::new().set_fg(Some(Color::Yellow)))?; in notice() 29 write!(&mut stderr, "{}", after)?; in notice() 30 stderr.reset()?; in notice()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | MSVSSettings_test.py | 17 self.stderr = StringIO() 21 self.stderr.seek(0) 22 actual = self.stderr.read().split("\n") 39 self.stderr, 274 self.stderr, 574 self.stderr, 594 msvs_settings, self.stderr 626 msvs_settings, self.stderr 667 msvs_settings, self.stderr 1138 msvs_settings, self.stderr [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | MSVSSettings_test.py | 17 self.stderr = StringIO() 21 self.stderr.seek(0) 22 actual = self.stderr.read().split("\n") 39 self.stderr, 274 self.stderr, 574 self.stderr, 594 msvs_settings, self.stderr 626 msvs_settings, self.stderr 667 msvs_settings, self.stderr 1138 msvs_settings, self.stderr [all...] |
/third_party/skia/third_party/externals/brotli/c/tools/ |
H A D | brotli.c | 210 fprintf(stderr, "too many options passed\n"); in ParseParams() 237 fprintf(stderr, "quality already set\n"); in ParseParams() 245 fprintf(stderr, "write to standard output already set\n"); in ParseParams() 253 fprintf(stderr, "command already set when parsing -d\n"); in ParseParams() 261 fprintf(stderr, "force output overwrite already set\n"); in ParseParams() 271 fprintf(stderr, "argument --rm / -j or --keep / -k already set\n"); in ParseParams() 279 fprintf(stderr, "argument --no-copy-stat / -n already set\n"); in ParseParams() 286 fprintf(stderr, "command already set when parsing -t\n"); in ParseParams() 294 fprintf(stderr, "argument --verbose / -v already set\n"); in ParseParams() 304 fprintf(stderr, "qualit in ParseParams() [all...] |
/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
H A D | png2pnm.c | 67 fprintf (stderr, "PNM2PNG\n"); in main() 68 fprintf (stderr, "Error: cannot create alpha-channel file %s\n", in main() 79 fprintf (stderr, "PNG2PNM\n"); in main() 80 fprintf (stderr, "Error: unknown option %s\n", argv[argi]); in main() 90 fprintf (stderr, "PNG2PNM\n"); in main() 91 fprintf (stderr, "Error: file %s does not exist\n", argv[argi]); in main() 99 fprintf (stderr, "PNG2PNM\n"); in main() 100 fprintf (stderr, "Error: cannot create file %s\n", argv[argi]); in main() 106 fprintf (stderr, "PNG2PNM\n"); in main() 107 fprintf (stderr, "Erro in main() [all...] |
/third_party/node/lib/internal/bootstrap/switches/ |
H A D | is_main_thread.js | 32 defineStream('stderr', getStderr); 129 let stderr; 139 stderr._refreshSize(); 171 if (stderr) return stderr; 172 stderr = createWritableStdioStream(2); 173 stderr.destroySoon = stderr.destroy; 174 stderrDestroy = stderr._destroy; 176 stderr [all...] |
/third_party/curl/docs/examples/ |
H A D | synctime.c | 147 fprintf(stderr, "%s", (char *)(ptr)); in SyncTime_CURL_WriteHeader() 151 fprintf(stderr, "HTTP Server. %s", (char *)(ptr)); in SyncTime_CURL_WriteHeader() 184 fprintf(stderr, "ERROR: HTTP Server data is cached." in SyncTime_CURL_WriteHeader() 230 fprintf(stderr, "SYNCTIME: Synchronising computer clock with time server" in showUsage() 232 fprintf(stderr, "Usage : SYNCTIME [Option]\n"); in showUsage() 233 fprintf(stderr, "Options :\n"); in showUsage() 234 fprintf(stderr, " --server=WEBSERVER Use this time server instead" in showUsage() 236 fprintf(stderr, " --showall Show all HTTP header.\n"); in showUsage() 237 fprintf(stderr, " --synctime Synchronising computer clock" in showUsage() 239 fprintf(stderr, " in showUsage() [all...] |
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay_params.c | 59 fprintf(stderr, "ERROR: Couldn't create socket pipe at '%s'\n", str); in parse_control() 60 fprintf(stderr, "ERROR: '%s'\n", strerror(errno)); in parse_control() 93 fprintf(stderr, "Layer params using VK_LAYER_MESA_OVERLAY_CONFIG=\n"); in parse_help() 95 fprintf(stderr, "\t%s=0|1\n", #name); in parse_help() 100 fprintf(stderr, "\tposition=top-left|top-right|bottom-left|bottom-right\n"); in parse_help() 101 fprintf(stderr, "\tfps_sampling_period=number-of-milliseconds\n"); in parse_help() 102 fprintf(stderr, "\tno_display=0|1\n"); in parse_help() 103 fprintf(stderr, "\toutput_file=/path/to/output.txt\n"); in parse_help() 104 fprintf(stderr, "\twidth=width-in-pixels\n"); in parse_help() 105 fprintf(stderr, "\theigh in parse_help() [all...] |
/third_party/ltp/testcases/lib/ |
H A D | tst_rod.c | 24 fprintf(stderr, "%s: Takes at least one agrument!\n", argv[0]); in main() 35 fprintf(stderr, in main() 50 fprintf(stderr, in main() 65 fprintf(stderr, in main() 82 fprintf(stderr, "\"%s %s\" has no effect on parent shell\n", in main() 89 fprintf(stderr, "%s: Failed to close stdin: %s\n", in main() 94 fprintf(stderr, in main() 103 fprintf(stderr, "%s: Failed to close stdout: %s\n", in main() 108 fprintf(stderr, in main() 120 fprintf(stderr, " in main() [all...] |