HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 26 - 50 of 7674) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/mips32/
Makefile.am 7 block_size.stdout.exp block_size.stderr.exp block_size.vgtest \
8 branches.stdout.exp branches.stderr.exp branches.vgtest \
10 FPUarithmetic.stderr.exp FPUarithmetic.vgtest \
11 LoadStore.stdout.exp LoadStore.stdout.exp-BE LoadStore.stderr.exp \
13 LoadStore1.stdout.exp LoadStore1.stdout.exp-LE LoadStore1.stderr.exp \
15 MemCpyTest.stdout.exp MemCpyTest.stderr.exp MemCpyTest.vgtest \
18 MIPS32int.stderr.exp MIPS32int.vgtest \
19 MoveIns.stdout.exp MoveIns.stdout.exp-BE MoveIns.stderr.exp MoveIns.vgtest \
20 round.stdout.exp round.stderr.exp round.vgtest \
22 vfp.stdout.exp-mips32-LE vfp.stdout.exp-mips32r2-LE vfp.stderr.exp
    [all...]
  /external/valgrind/memcheck/tests/solaris/
Makefile.am 15 brk.stderr.exp brk.stdout.exp brk.vgtest \
16 context_stack_die.stderr.exp context_stack_die.stdout.exp context_stack_die.vgtest \
17 door_data.stderr.exp door_data.stdout.exp door_data.vgtest \
18 door_kill.stderr.exp door_kill.stdout.exp door_kill.vgtest \
19 execx.stderr.exp execx.stdout.exp execx.vgtest \
20 getzoneoffset.stderr.exp getzoneoffset.vgtest \
21 gethrtime.stderr.exp gethrtime.stdout.exp gethrtime.vgtest \
22 gethrusec.stderr.exp gethrusec.stdout.exp gethrusec.vgtest \
23 ioctl.stderr.exp ioctl.stdout.exp ioctl.vgtest \
24 ldynsym.stderr.exp ldynsym.stdout.exp ldynsym.vgtest
    [all...]
  /external/vboot_reference/tests/
test_common.c 23 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname);
26 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname);
27 fprintf(stderr, " Expected: 0x%x (%d), got: 0x%x (%d)\n",
36 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname);
39 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname);
40 fprintf(stderr, " Didn't expect 0x%x (%d), but got it.\n",
50 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname);
53 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname);
54 fprintf(stderr, " Expected: 0x%lx, got: 0x%lx\n", (long)expected_result,
64 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname)
    [all...]
  /external/valgrind/gdbserver_tests/
mcleak.stdinB.gdb 14 # fprintf(stderr, "expecting details 10 bytes reachable\n"); fflush(stderr); breakme();
20 # fprintf(stderr, "expecting to have NO details\n"); fflush(stderr);
28 # fprintf(stderr, "expecting details +10 bytes lost, +21 bytes reachable\n"); fflush(stderr); breakme();
36 # fprintf(stderr, "expecting details +65 bytes reachable\n"); fflush(stderr); breakme();
42 # fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme()
    [all...]
  /external/valgrind/memcheck/tests/
sigprocmask.c 37 fprintf(stderr, "before\n");
39 fprintf(stderr, "%x ", x[i]);
41 fprintf(stderr, "\n");
45 fprintf(stderr, "after1\n");
47 fprintf(stderr, "%x ", x[i]);
49 fprintf(stderr, "\n");
53 fprintf(stderr, "after2\n");
55 fprintf(stderr, "%x ", x[i]);
57 fprintf(stderr, "\n");
61 fprintf(stderr, "__NR_sigprocmask not supported on this platform\n")
    [all...]
stpncpy.c 14 fprintf (stderr, "strlen: %zd\n", l); // strlen: 53
22 fprintf (stderr, "equal: %d\n", strcmp (a, b)); // equal: 0
23 fprintf (stderr, "retlen: %zd\n", c - b); // retlen: 53
24 fprintf (stderr, "last: '%c'\n", *(c - 1)); // last: '.'
25 fprintf (stderr, "zero0: %d\n", *c); // zero0: 0
26 fprintf (stderr, "zero1: %d\n", *(c + 1)); // zero1: 0
27 fprintf (stderr, "zero2: %d\n", *(c + 2)); // zero2: 0
32 fprintf (stderr, "equal: %d\n", strncmp (b, d, l - 1)); // equal: 0
33 fprintf (stderr, "retlen: %zd\n", e - d); // retlen: 52
34 fprintf (stderr, "last: '%c'\n", *(e - 1)); // last: 'r
    [all...]
  /external/valgrind/none/tests/
Makefile.am 87 allexec32.stdout.exp allexec32.stderr.exp allexec32.vgtest\
88 allexec64.stdout.exp allexec64.stderr.exp allexec64.vgtest\
89 ansi.stderr.exp ansi.vgtest \
90 args.stderr.exp args.stdout.exp args.vgtest \
91 async-sigs.stderr.exp async-sigs.stderr.exp-mips32 \
93 bigcode.vgtest bigcode.stderr.exp bigcode.stdout.exp \
94 bitfield1.stderr.exp bitfield1.vgtest \
95 bug129866.vgtest bug129866.stderr.exp bug129866.stdout.exp \
96 bug234814.vgtest bug234814.stderr.exp bug234814.stdout.exp
    [all...]
  /external/valgrind/drd/tests/
pth_cleanup_handler.c 19 fprintf(stderr, "Cleanup handler has been called.\n");
27 fprintf(stderr, "pthread_mutex_lock()\n");
46 fprintf(stderr, "pthread_mutex_init()\n");
51 fprintf(stderr, "pthread_create()\n");
56 fprintf(stderr, "pthread_create()\n");
63 fprintf(stderr, "Test succeeded.\n");
pth_uninitialized_cond.c 16 fprintf(stderr, "Statically initialized condition variable.\n");
20 fprintf(stderr, "Uninitialized condition variable.\n");
25 fprintf(stderr, "Done.\n");
recursive_mutex.c 16 fprintf(stderr, "first lock call failed !\n");
18 fprintf(stderr, "second lock call failed !\n");
20 fprintf(stderr, "first unlock call failed !\n");
22 fprintf(stderr, "second unlock call failed !\n");
31 fprintf(stderr, "Recursive mutex (statically initialized).\n");
41 fprintf(stderr, "\nRecursive mutex (initialized via mutex attributes).\n");
55 fprintf(stderr, "\nError checking mutex.\n");
68 fprintf(stderr, "\nNon-recursive mutex.\n");
72 fprintf(stderr, "\nDone.\n");
  /external/valgrind/memcheck/tests/amd64-solaris/
Makefile.am 7 context_fpu.stderr.exp context_fpu.stdout.exp context_fpu.vgtest \
8 context_gpr.stderr.exp context_gpr.stdout.exp context_gpr.vgtest \
9 context_rflags.stderr.exp context_rflags.stdout.exp context_rflags.vgtest \
10 context_rflags2.stderr.exp context_rflags2.stdout.exp context_rflags2.vgtest \
11 context_sse.stderr.exp context_sse.stdout.exp context_sse.vgtest \
12 ldsoexec.stderr.exp ldsoexec.vgtest
  /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");
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_fatalf.c 17 fprintf(stderr, "runtime/cgo: ");
19 vfprintf(stderr, format, ap);
21 fprintf(stderr, "\n");
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_fatalf.c 17 fprintf(stderr, "runtime/cgo: ");
19 vfprintf(stderr, format, ap);
21 fprintf(stderr, "\n");
  /development/ndk/platforms/android-23/arch-arm/symbols/
libc.so.variables.txt 21 stderr
  /development/ndk/platforms/android-23/arch-arm64/symbols/
libc.so.variables.txt 18 stderr
  /development/ndk/platforms/android-23/arch-mips/symbols/
libc.so.variables.txt 21 stderr
  /development/ndk/platforms/android-23/arch-mips64/symbols/
libc.so.variables.txt 18 stderr
  /development/ndk/platforms/android-23/arch-x86/symbols/
libc.so.variables.txt 21 stderr
  /development/ndk/platforms/android-23/arch-x86_64/symbols/
libc.so.variables.txt 18 stderr
  /external/autotest/client/bin/self-test/tests/
087-test-output 2 job.run_test('selftest', 'warn', "stderr hello\n", tag='test2')
087-test-output-out 4 stderr hello
  /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);
  /external/iproute2/tc/
f_bpf.c 32 fprintf(stderr, "Usage: ... bpf ...\n");
33 fprintf(stderr, "\n");
34 fprintf(stderr, "BPF use case:\n");
35 fprintf(stderr, " bytecode BPF_BYTECODE\n");
36 fprintf(stderr, " bytecode-file FILE\n");
37 fprintf(stderr, "\n");
38 fprintf(stderr, "eBPF use case:\n");
39 fprintf(stderr, " object-file FILE [ section CLS_NAME ] [ export UDS_FILE ]");
40 fprintf(stderr, " [ verbose ] [ direct-action ]\n");
41 fprintf(stderr, " object-pinned FILE [ direct-action ]\n")
    [all...]
  /external/valgrind/exp-bbv/tests/x86/
Makefile.am 9 complex_rep.stderr.exp \
11 fldcw_check.stderr.exp \
13 million.stderr.exp \
16 rep_prefix.stderr.exp \

Completed in 753 milliseconds

12 3 4 5 6 7 8 91011>>