HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 1 - 25 of 7862) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/gdbserver_tests/
watchpoints.c 7 fprintf(stderr, "breakme function called from line %d\n", line);
8 fflush(stderr);
22 fprintf(stderr, "before reading 0/4/8\n");
24 fprintf(stderr, "u: Expected value at 0\n");
26 fprintf(stderr, "u: Unexpected value at 0\n");
29 fprintf(stderr, "f: Expected value at 4\n");
31 fprintf(stderr, "f: Unexpected value at 4\n");
34 fprintf(stderr, "d: Expected value at 8\n");
36 fprintf(stderr, "d: Unexpected value at 8\n");
40 fprintf(stderr, "before writing 0\n")
    [all...]
  /external/compiler-rt/test/cfi/cross-dso/icall/
icall.cpp 17 fprintf(stderr, "=1=\n");
21 fprintf(stderr, "=2=\n");
27 fprintf(stderr, "=3=\n");
icall-from-dso.cpp 14 fprintf(stderr, "=1=\n");
18 fprintf(stderr, "=2=\n");
24 fprintf(stderr, "=3=\n");
  /external/compiler-rt/test/sanitizer_common/TestCases/
options-include.cc 41 fprintf(stderr, "done\n");
options-invalid.cc 8 fprintf(stderr, "done\n");
  /system/extras/mmap-perf/
unsupported.cpp 4 fprintf(stderr, "mmap-perf is unsupported for 32-bit architectures\n");
  /external/compiler-rt/test/cfi/icall/
bad-signature.c 18 fprintf(stderr, "1\n");
26 fprintf(stderr, "2\n");
  /external/valgrind/memcheck/tests/
err_disable_arange1.c 18 fprintf(stderr, "\nDoing invalid access. Expect complaint.\n\n");
22 fprintf(stderr, "\nDisabling address error reporting for the range.\n\n");
26 fprintf(stderr, "\nDoing invalid another access. Expect no complaint.\n\n");
30 fprintf(stderr, "\nPartially reenabling address error reporting.\n\n");
34 fprintf(stderr, "\nDoing a third access. Expect complaint.\n\n");
38 fprintf(stderr, "\nExiting. Expect warnings of 2 remaining ranges.\n\n");
error_counts.c 20 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
28 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
34 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
38 PRINT_LEAK_COUNTS(stderr);
39 fprintf(stderr, "\n");
41 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
52 PRINT_LEAK_COUNTS(stderr);
53 fprintf(stderr, "\n");
55 fprintf(stderr, "errors: %d\n", VALGRIND_COUNT_ERRORS);
leak-delta.c 16 fprintf(stderr, "expecting details 10 bytes reachable\n"); fflush(stderr); breakme();
19 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme();
24 fprintf(stderr, "expecting details +10 bytes lost, +21 bytes reachable\n"); fflush(stderr); breakme();
29 fprintf(stderr, "expecting details +65 bytes reachable\n"); fflush(stderr); breakme();
32 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme()
    [all...]
resvn_stack.c 13 fprintf(stderr, "Accessing fresh %s\n", "stack");
15 fprintf(stderr, "Accessing %s stack\n", "fresh");
  /external/llvm/tools/llvm-c-test/
main.c 21 fprintf(stderr, "llvm-c-test command\n\n");
22 fprintf(stderr, " Commands:\n");
23 fprintf(stderr, " * --module-dump\n");
24 fprintf(stderr, " Read bitcode from stdin - print disassembly\n\n");
25 fprintf(stderr, " * --lazy-module-dump\n");
26 fprintf(stderr,
28 fprintf(stderr, " * --new-module-dump\n");
29 fprintf(stderr, " Read bitcode from stdin - print disassembly\n\n");
30 fprintf(stderr, " * --lazy-new-module-dump\n");
31 fprintf(stderr,
    [all...]
diagnostic.c 24 fprintf(stderr, "Executing diagnostic handler\n");
26 fprintf(stderr, "Diagnostic severity is of type ");
29 fprintf(stderr, "error");
32 fprintf(stderr, "warning");
35 fprintf(stderr, "remark");
38 fprintf(stderr, "note");
41 fprintf(stderr, "\n");
53 fprintf(stderr, "LLVMContext{Set,Get}DiagnosticHandler failed\n");
59 fprintf(stderr, "LLVMContextGetDiagnosticContext failed\n");
66 fprintf(stderr, "Error reading file: %s\n", msg)
    [all...]
  /frameworks/av/media/libeffects/factory/test/
DumpConfig.cpp 28 fprintf(stderr, "Dumping legacy effect config file\n");
32 fprintf(stderr, "Dumping XML effect config file: %s\n", path);
34 fprintf(stderr, "Dumping default XML effect config file.\n");
37 fprintf(stderr, "Invalid arguments.\n"
45 fprintf(stderr, "loadXmlEffectConfig failed, see logcat for detail.\n");
49 fprintf(stderr, "Partially failed to load config. Skipped %zu elements, "
57 fprintf(stderr, "loadEffectConfig failed, see logcat for detail.\n");
60 fprintf(stderr, "legacy loadEffectConfig has probably succeed, see logcat to make sure.\n");
64 fprintf(stderr, "Effect dump failed, see logcat for detail.\n");
  /external/compiler-rt/test/tsan/
atexit.cc 9 fprintf(stderr, "Logger ctor\n");
13 fprintf(stderr, "Logger dtor\n");
20 fprintf(stderr, "In log_from_atexit\n");
  /external/compiler-rt/test/ubsan/TestCases/Misc/
deduplication.cpp 13 fprintf(stderr, "Start\n");
14 fflush(stderr);
24 fprintf(stderr, "End\n");
  /tools/metalava/src/main/java/com/android/tools/metalava/
DriverException.kt 20 val stderr: String = "",
22 val exitCode: Int = if (stderr.isBlank()) 0 else -1
23 ) : RuntimeException(stdout + stderr
  /external/clang/test/CodeGen/
2002-06-25-FWriteInterfaceFailure.c 4 extern FILE *stderr;
8 fprintf(stderr, "testing\n");
  /external/compiler-rt/test/lsan/TestCases/
use_after_return.cc 14 fprintf(stderr, "Test alloc: %p.\n", stack_var);
16 fprintf(stderr, "Stack var at: %p.\n", &stack_var);
  /external/libopus/celt/tests/
test_unit_types.c 41 fprintf(stderr, "opus_int16 isn't 16 bits\n");
46 fprintf(stderr, "16*2 != 32\n");
  /external/ltp/lib/tests/
tst_strerrno.c 32 fprintf(stderr, "0 = %s\n", tst_strerrno(0));
33 fprintf(stderr, "EINVAL = %s\n", tst_strerrno(EINVAL));
tst_strsig.c 32 fprintf(stderr, "SIGKILL = %s\n", tst_strsig(SIGKILL));
33 fprintf(stderr, "SIGALRM = %s\n", tst_strsig(SIGALRM));
  /external/mesa3d/src/gallium/drivers/r300/
r300_debug.c 76 fprintf(stderr, "RS Block: %d texcoords (linear), %d colors (perspective)\n",
78 fprintf(stderr, "%d instructions\n", count);
83 fprintf(stderr, "texture: ip %d to psf %d\n",
87 fprintf(stderr, " : ");
92 fprintf(stderr, "1.0");
94 fprintf(stderr, "0.0");
96 fprintf(stderr, "[%d]", tex_ptr & 0x3f);
98 } while (j-- && fprintf(stderr, "/"));
99 fprintf(stderr, "\n");
104 fprintf(stderr, "color: ip %d to psf %d\n"
    [all...]
  /build/make/tools/ziptime/
ZipTime.cpp 29 fprintf(stderr, "Zip timestamp utility\n");
30 fprintf(stderr, "Copyright (C) 2015 The Android Open Source Project\n\n");
31 fprintf(stderr, "Usage: ziptime file.zip\n");
43 fprintf(stderr, "Unable to rewrite '%s' as zip archive\n", argv[1]);
  /external/compiler-rt/lib/asan/tests/
asan_exceptions_test.cc 9 fprintf(stderr, "%s\n", msg.c_str());
19 fprintf(stderr, "&a before = %p\n", &a);
23 fprintf(stderr, "&a in catch = %p\n", &a);
25 fprintf(stderr, "&a final = %p\n", &a);

Completed in 276 milliseconds

1 2 3 4 5 6 7 8 91011>>