HomeSort by relevance Sort by last modified time
    Searched refs:printf (Results 276 - 300 of 10163) sorted by null

<<11121314151617181920>>

  /external/llvm/test/tools/sancov/Inputs/
foo.cpp 5 void foo() { printf("foo\n"); }
  /external/ltp/testcases/kernel/syscalls/execve/
execve_child.c 30 printf("Hello World\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
8-1.c 23 printf("Test PASSED\n");
26 printf("errno not set to EINVAL\n");
27 printf("Test FAILED\n");
32 printf("clock_gettime() did not return failure\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
17-1.c 31 printf("This test must be run as superuser\n");
36 printf("Test PASSED\n");
39 printf("errno != EINVAL\n");
44 printf("clock_settime() did not return -1\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/
6-1.c 27 printf("Could not get process group number\n");
32 printf
38 printf
43 printf("Test PASSED\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/
4-1.c 47 printf("thread: barrier wait\n");
50 printf("Error: thread: pthread_barrier_wait() got unexpected "
54 printf("thread: got PTHREAD_BARRIER_SERIAL_THREAD\n");
64 printf("Interrupted by SIGALRM\n");
65 printf("Test PASSED: main blocked on barrier init\n");
82 printf("main: Initialize barrier with count = 2\n");
84 printf("main: Error at pthread_barrier_init()\n");
88 printf("main: create child thread\n");
91 printf("main: Error at pthread_create()\n");
103 printf("Test FAILED: child thread did not block on
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getspecific/
3-1.c 32 printf("Error: pthread_key_create() failed\n");
38 printf
45 printf("Error: pthread_key_delete() failed\n");
49 printf("Test PASSED\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
1-1.c 48 printf("pthread_once failed\n");
55 printf("pthread_once failed\n");
60 printf("Test FAILED\n");
64 printf("Test PASSED\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
4-1.c 36 printf("Unlocking uninitialized rwlock is undefined on Linux\n");
43 printf("Test PASSED\n");
47 printf
53 printf
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_destroy/
1-1.c 31 printf("Error at pthread_rwlockattr_init(), error code: %d\n",
39 printf
42 printf("Test FAILED\n");
46 printf("Test PASSED\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_trylock/
4-1.c 36 printf("Correctly got EINVAL at pthread_spin_trylock()\n");
37 printf("Test PASSED\n");
39 printf("Expected EINVAL, but get return code: %d,%s\n", rc,
41 printf
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
6-1.c 28 printf("fcn returned -1 and errno=EINVAL\n");
31 printf("fcn returned -1, but errno!=EINVAL\n");
32 printf("Test FAILED\n");
37 printf("fcn did not return -1\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/
6-1.c 28 printf("fcn returned -1 and errno==EINVAL\n");
31 printf("fcn returned -1 but errno!=EINVAL\n");
32 printf("Test FAILED\n");
36 printf("fcn did not return -1\n");
  /external/swiftshader/third_party/subzero/wasm-tests/
hello-printf.c 4 printf("Hello, World!\n");
  /external/syslinux/gpxe/src/hci/mucurses/
alert.c 16 printf("\a");
  /external/syslinux/win/
hello.c 11 printf("Hello, World!\n");
  /external/tcpdump/tests/
lmp-v.sh 13 printf ' %-35s: TEST SKIPPED (no Makefile)\n' 'lmp-v'
18 printf ' %-35s: TEST SKIPPED (compiler is not GCC)\n' 'lmp-v'
  /external/valgrind/memcheck/tests/
manuel1.c 7 printf ("x = %d\n", x==0xCAFEBABE ? 99 : 88);
signal2.c 8 printf ( "caught sig segv\n" ); exit(1);
13 printf ( "installing sig handler\n" );
15 printf ( "doing bad thing\n" );
18 printf ( "exited normally ?!\n" );
wrap7so.c 8 printf("in actual-so\n");
  /external/valgrind/memcheck/tests/s390x/
ltgjhe.c 27 printf("Error\n");
42 printf("Error\n");
57 printf("Error\n");
72 printf("Error\n");
  /external/valgrind/none/tests/amd64/
getseg.c 19 printf("cs(w)=%u\n", csw);
20 printf("cs(l)=%u\n", csl);
21 printf("cs(q)=%lu\n", csq);
22 printf("cs(w_mem)=%u\n", csw_mem);
  /external/valgrind/none/tests/mips32/
block_size.c 61 printf("test1 - PASS\n");
63 printf("test1 - FAIL\n");
67 printf("test2 - PASS\n");
69 printf("test2 - FAIL\n");
  /external/valgrind/none/tests/mips64/
test_block_size.c 61 printf("test1 - PASS\n");
63 printf("test1 - FAIL\n");
67 printf("test2 - PASS\n");
69 printf("test2 - FAIL\n");
  /external/valgrind/none/tests/ppc32/
lsw.c 13 printf("------ %s ------\n", str);
31 printf("%s\n", a2);
33 printf("%d = 0x%2x\n", i, a2[i]);
34 printf("\n");
44 printf("%s\n", a2);
46 printf("%d = 0x%2x\n", i, a2[i]);
47 printf("\n");
61 printf("%s\n", a2);
63 printf("%d = 0x%2x\n", i, a2[i]);
64 printf("\n")
    [all...]

Completed in 1696 milliseconds

<<11121314151617181920>>