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

<<11121314151617181920>>

  /external/clang/test/CodeGen/
global-blocks-lines.c 15 int printf(const char*, ...);
24 printf("Hello there, %s!\n", name);
29 printf("Hello there, %s!\n", name);
43 printf ("X = %d\n", X);
  /external/clang/test/Layout/
ms-x86-vfvb-sharing.cpp 6 extern "C" int printf(const char *fmt, ...);
8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } };
9 struct B1 { int a; B1() : a(0xf00000B1) { printf("B1 = %p\n", this); } };
10 struct B2 { B2() { printf("B2 = %p\n", this); } virtual void g() { printf("B2"); } };
11 struct B3 : virtual B1 { B3() { printf("B3 = %p\n", this); } };
12 struct B4 : virtual B1 { B4() { printf("B4 = %p\n", this); } virtual void g() { printf("B4"); } };
16 A() : a(0xf000000A) { printf(" A = %p\n\n", this); }
17 virtual void f() { printf("A");
    [all...]
  /external/compiler-rt/test/asan/TestCases/Windows/
global_const_string.cc 9 printf("Global string is `%s`\n", foo);
global_const_string_oob.cc 11 printf("Boo\n");
shadow_mapping_failure.cc 9 printf("Hello, world!\n");
stack_array_sanity.cc 10 printf("OK\n");
  /external/compiler-rt/test/asan/TestCases/
asan_and_llvm_coverage_test.cc 10 printf("PASS\n");
  /external/compiler-rt/test/msan/
times.cc 14 if (t.tms_utime) printf("1\n");
15 if (t.tms_stime) printf("2\n");
16 if (t.tms_cutime) printf("3\n");
17 if (t.tms_cstime) printf("4\n");
  /external/libxml2/
testdso.c 10 printf("Success!\n");
  /external/linux-kselftest/tools/testing/selftests/x86/
trivial_32bit_program.c 15 printf("\n");
trivial_64bit_program.c 15 printf("\n");
  /external/llvm/test/tools/llvm-symbolizer/
print_context.c 12 printf("%p\n", inc);
  /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");

Completed in 377 milliseconds

<<11121314151617181920>>