/external/compiler-rt/BlocksRuntime/tests/ |
nullblockisa.c | 27 //printf("block is at %p, size is %lx, inner is %p\n", (void *)b, Block_size(b), innerp); 29 printf("not a NULL __block isa\n"); 39 check(^{ printf("%d\n", ++i); }); 40 printf("%s: success\n", argv[0]);
|
recursiveassign.c | 26 __block void (^recursive_copy_block)(int) = ^(int arg) { printf("got wrong Block\n"); exit(1); }; 34 printf("done!\n"); 41 printf("%s: Success\n", argv[0]);
|
/external/libmtp/examples/ |
files.c | 28 printf("File ID: %u\n", file->item_id); 30 printf(" Filename: %s\n", file->filename); 34 printf(" None. (abstract file, size = -1)\n"); 37 printf(" File size %llu (0x%016I64X) bytes\n", file->filesize, file->filesize); 39 printf(" File size %llu (0x%016llX) bytes\n", 44 printf(" Parent ID: %u\n", file->parent_id); 45 printf(" Storage ID: 0x%08X\n", file->storage_id); 46 printf(" Filetype: %s\n", LIBMTP_Get_Filetype_Description(file->filetype)); 92 printf("Listing File Information on Device with name: (NULL)\n"); 94 printf("Listing File Information on Device with name: %s\n", friendlyname) [all...] |
/external/libyuv/files/unit_test/ |
version_test.cc | 25 printf("LIBYUV_VERSION %d\n", LIBYUV_VERSION); 34 printf("LIBYUV_SVNREVISION %d\n", svn_revision); 37 printf("WARNING - Versions do not match.\n");
|
/external/oprofile/daemon/ |
opd_stats.c | 32 printf(fmt, value); 43 printf("\n%s\n", op_get_time()); 44 printf("\n-- OProfile Statistics --\n"); 45 printf("Nr. sample dumps: %lu\n", opd_stats[OPD_DUMP_COUNT]); 46 printf("Nr. non-backtrace samples: %lu\n", opd_stats[OPD_SAMPLES]); 47 printf("Nr. kernel samples: %lu\n", opd_stats[OPD_KERNEL]); 48 printf("Nr. lost samples (no kernel/user): %lu\n", opd_stats[OPD_NO_CTX]); 49 printf("Nr. lost kernel samples: %lu\n", opd_stats[OPD_LOST_KERNEL]); 50 printf("Nr. incomplete code structs: %lu\n", opd_stats[OPD_DANGLING_CODE]); 51 printf("Nr. samples lost due to sample file open failure: %lu\n" [all...] |
/external/valgrind/main/VEX/test/ |
fstenv.c | 16 printf("%08x ", buf[i]); 18 printf("\n"); 20 printf("\n");
|
x87tst.c | 23 d = -1.23; do_tst(); printf("%f -> 0x%x\n", d, i ); 24 d = 0.0; do_tst(); printf("%f -> 0x%x\n", d, i ); 25 d = 9.87; do_tst(); printf("%f -> 0x%x\n", d, i );
|
/external/valgrind/main/memcheck/tests/ |
null_socket.c | 12 printf("accept succeeded?\n"); 15 printf("recvfrom succeeded?\n"); 18 printf("getsockopt succeeded?\n");
|
/external/valgrind/main/memcheck/tests/x86/ |
fprem.c | 53 printf("fprem %f\n", do_fprem()); 54 printf("fprem1 %f\n", do_fprem1()); 55 printf("fsincos %f\n", do_fsincos());
|
/external/valgrind/main/none/tests/amd64/ |
slahf-amd64.c | 43 printf("0x%llx\n", lahf_0()); 44 printf("0x%llx\n", lahf_1()); 47 printf("%llx -> %llx\n", i, x);
|
/external/valgrind/main/none/tests/ppc64/ |
power6_mf_gpr.c | 37 printf("%lx %f\n", i, f); 42 printf("%lx %f\n", i, f); 46 printf("%lx %f\n", i, f);
|
/external/valgrind/main/none/tests/x86/ |
movx.c | 164 printf("%8s 0x%08x\n", "movzbw_1", movzbw_1()); 165 printf("%8s 0x%08x\n", "movzbw_2", movzbw_2()); 166 printf("%8s 0x%08x\n", "movzbl_1", movzbl_1()); 167 printf("%8s 0x%08x\n", "movzbl_2", movzbl_2()); 168 printf("%8s 0x%08x\n", "movzwl_1", movzwl_1()); 169 printf("%8s 0x%08x\n", "movzwl_2", movzwl_2()); 170 printf("%8s 0x%08x\n", "movsbw_1", movsbw_1()); 171 printf("%8s 0x%08x\n", "movsbw_2", movsbw_2()); 172 printf("%8s 0x%08x\n", "movsbl_1", movsbl_1()); 173 printf("%8s 0x%08x\n", "movsbl_2", movsbl_2()) [all...] |
/hardware/qcom/media/mm-core/omxcore/inc/ |
qc_omx_msg.h | 47 #define DEBUG_PRINT_ERROR printf 48 #define DEBUG_PRINT printf 49 #define DEBUG_DETAIL printf
|
/ndk/tests/device/test-basic-rtti/jni/ |
test_basic_rtti.cpp | 24 std::printf("in Foo!\n"); 33 std::printf("in Bar!\n"); 44 printf("OK: 'foo' is pointing to a Bar class instance.\n");
|
/ndk/tests/device/test-cpufeatures/jni/ |
test_android_setCpu_2.c | 18 printf("Retrieved cpu_count=%d, features=%08llx\n", 24 printf("Trying to set cpu_count=%d, features=%08llx\n", 31 printf("android_setCpu() call fail as expected.\n");
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
array5.cpp | 9 extern "C" int printf(const char *, ...); 22 printf("ctor %p\n", static_cast<void *>(this)); 30 printf("dtor %p\n", static_cast<void *>(this));
|
operators27.cpp | 14 extern "C" int printf( const char *, ...); 31 { printf ("FAIL\n"); return 1; } 33 printf ("PASS\n");
|
rethrow3.cpp | 9 printf ("CALLING TERMINATE\n"); 22 printf ("%d: Throwing\n", level); 28 printf ("%d: Got level %d\n",
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
array5.cpp | 9 extern "C" int printf(const char *, ...); 22 printf("ctor %p\n", static_cast<void *>(this)); 30 printf("dtor %p\n", static_cast<void *>(this));
|
operators27.cpp | 14 extern "C" int printf( const char *, ...); 31 { printf ("FAIL\n"); return 1; } 33 printf ("PASS\n");
|
rethrow3.cpp | 9 printf ("CALLING TERMINATE\n"); 22 printf ("%d: Throwing\n", level); 28 printf ("%d: Got level %d\n",
|
/system/core/toolbox/ |
getenforce.c | 13 printf("Disabled\n"); 25 printf("Enforcing\n"); 27 printf("Permissive\n");
|
/system/extras/tests/bionic/libc/bionic/ |
test_cond.c | 41 printf("1: obtaining mutex\n"); 43 printf("1: waiting on condition variable\n"); 45 printf("1: releasing mutex\n"); 47 printf("1: exiting\n"); 55 printf("2: obtaining mutex\n"); 57 printf("2: signaling\n"); 59 printf("2: releasing mutex\n"); 63 printf("2: exiting\n"); 81 printf("main: creating thread %d\n", nn+1); 83 printf("main: could not create thread %d: %s\n", nn+1, strerror(errno)) [all...] |
test_pthread_create.c | 8 printf("Thread 1 (arg=%d tid=%d) entered.\n", (unsigned)arg, gettid()); 15 printf("thread 2 (arg=%d tid=%d) entered.\n", (unsigned)arg, gettid()); 28 printf("OK\n");
|
test_static_init.cpp | 15 printf("KO (counter(shared) == %d, expected 1)\n", c); 24 printf("KO (counter(executable) == %d, expected 2)\n", c); 28 printf("OK\n");
|