Searched refs:stderr (Results 176 - 200 of 3668) sorted by relevance

1234567891011>>

/external/compiler-rt/test/lsan/TestCases/
H A Dignore_object_errors.cc13 fprintf(stderr, "Test alloc: %p.\n", p);
H A Dleak_check_at_exit.cc14 fprintf(stderr, "Test alloc: %p.\n", malloc(1337));
H A Dprint_suppressions.cc22 fprintf(stderr, "Test alloc: %p.\n", p);
H A Duse_poisoned_asan.cc18 fprintf(stderr, "Test alloc: %p.\n", *p);
H A Duse_unaligned.cc15 fprintf(stderr, "Test alloc: %p.\n", p);
/external/compiler-rt/test/msan/
H A Dkeep-going-dso.cc29 fprintf(stderr, "Done\n");
/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-dlopen-main.c17 fprintf(stderr, "unable to open '" DLOPEN_FUNC_DIR "/func.shared': %s\n",
24 fprintf(stderr, "unable to lookup symbol 'func': %s\n", dlerror());
30 fprintf(stderr, "unable to open '" DLOPEN_FUNC_DIR "/func2.shared': %s\n",
37 fprintf(stderr, "unable to lookup symbol 'func2': %s\n", dlerror());
/external/libopus/src/
H A Drepacketizer_demo.c41 fprintf(stderr, "usage: %s [options] input_file output_file\n", argv0);
81 fprintf(stderr, "-merge parameter must be at least 1.\n");
86 fprintf(stderr, "-merge parameter must be less than 48.\n");
94 fprintf(stderr, "Unknown option: %s\n", argv[i]);
102 fprintf(stderr, "Error opening input file: %s\n", argv[argc-2]);
108 fprintf(stderr, "Error opening output file: %s\n", argv[argc-1]);
124 /*fprintf(stderr, "in len = %d\n", len[i]);*/
131 fprintf(stderr, "Invalid payload length\n");
149 fprintf(stderr, "opus_repacketizer_cat() failed: %s\n", opus_strerror(err));
165 fprintf(stderr, "Erro
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dutil.c10 fprintf(stderr, "Error:\n");
11 vfprintf(stderr, format, args);
17 fprintf(stderr, "Warning:\n");
18 vfprintf(stderr, format, args);
/external/lldb/test/functionalities/process_launch/
H A Dprint_cwd.cpp10 fprintf(stderr, "stderr: %s\n", getcwd(buffer, 1024));
/external/lldb/test/python_api/process/io/
H A Dmain.c8 fprintf(stderr, "input line=>%d\n", count++);
/external/lzma/C/
H A D7zAlloc.c27 fprintf(stderr, "\nAlloc %10d bytes; count = %10d", size, g_allocCount);
40 fprintf(stderr, "\nFree; count = %10d", g_allocCount);
52 fprintf(stderr, "\nAlloc_temp %10d bytes; count = %10d", size, g_allocCountTemp);
68 fprintf(stderr, "\nFree_temp; count = %10d", g_allocCountTemp);
/external/mesa3d/src/mapi/mapi/
H A Dtable.c43 fprintf(stderr, "%s is no-op\n", name);
/external/qemu/
H A Dlog-rotate-android.c46 fprintf(stderr, "Failed to setup SIGUSR1 handler to clear Qemu logs\n");
59 fprintf(stderr, "Cannot close old_log fd\n");
65 fprintf(stderr, "The log filename to be rotated is not provided");
71 fprintf(stderr, "Cannot open the log file: %s for write.\n",
/external/skia/src/ports/
H A DSkDebug_stdio.cpp18 vfprintf(stderr, format, args);
/external/valgrind/main/coregrind/
H A Dvgdb-invoker-none.c36 fprintf(stderr,
/external/valgrind/main/drd/tests/
H A Dconcurrent_close.cpp24 fprintf(stderr, "Failed to open /dev/null\n");
39 fprintf(stderr, "Failed to create thread %d\n", i);
47 fprintf(stderr, "Failed to join thread %d\n", i);
51 fprintf(stderr, "Done.\n");
H A Dnew_delete.cpp16 fprintf(stderr, "Success.\n");
H A Domp_printf.c11 fprintf(stderr,
58 fprintf(stderr,
64 fprintf(stderr, "%s", "");
68 fprintf(stderr, "Finished.\n");
/external/valgrind/main/memcheck/tests/
H A Dbug287260.c14 fprintf (stderr, "%d\n", r.rotation);
H A Dcalloc-overflow.c18 fprintf(stderr, "x = %#lx\n", (long)x);
H A Dclo_redzone.c8 fprintf (stderr, "b1 %p b2 %p\n", b1, b2);
H A Dholey_buffer_too_small.c18 fprintf(stderr, "\n---- part defined, address error at end ----\n\n");
24 fprintf(stderr, "\n---- part defined, address error at start ----\n\n");
30 fprintf(stderr, "\n---- fully defined, address error at end ----\n\n");
36 fprintf(stderr, "\n---- fully defined, address error at start ----\n\n");
H A Dleak-0.c20 PRINT_LEAK_COUNTS(stderr);
/external/valgrind/main/memcheck/tests/linux/
H A Dsyslog-syscall.c21 fprintf(stderr, "Done.\n");

Completed in 1841 milliseconds

1234567891011>>