HomeSort by relevance Sort by last modified time
    Searched refs:printf (Results 51 - 75 of 3312) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/tests/build/multi-module-path/jni/
test.c 6 printf("The answer is %d\n", bar());
  /external/clang/test/Sema/
check-increment.c 3 int printf(const char *, ...);
9 printf("%d\n", *p);
  /external/llvm/test/LLVMC/ObjC/
hello.m 10 printf("hello\n");
  /external/valgrind/main/none/tests/x86/
cse_fail.c 31 printf("V128 cse:\n");
43 printf("F64i cse:\n");
pushpopseg.c 26 printf("sp change after push = %ld\n", sp2 - sp1);
27 printf("sp change after pop = %ld\n", sp3 - sp2);
28 printf("fs after push and pop = %04x\n", fs1);
42 printf("sp change after push = %ld\n", sp2 - sp1);
43 printf("sp change after pop = %ld\n", sp3 - sp2);
44 printf("fs after push and pop = %04x\n", fs1);
  /ndk/tests/device/test-cpufeatures/jni/
test_cpufeatures.c 24 printf("CPU family is ARM\n");
27 printf("CPU family is x86\n");
36 printf( "Supported ARM features:\n");
38 printf( " ARMv7\n" );
41 printf( " VFPv3\n" );
44 printf( " NEON\n" );
  /bootable/recovery/minui/
mkfont.c 16 printf("struct {\n");
17 printf(" unsigned width;\n");
18 printf(" unsigned height;\n");
19 printf(" unsigned cwidth;\n");
20 printf(" unsigned cheight;\n");
21 printf(" unsigned char rundata[];\n");
22 printf("} font = {\n");
23 printf(" .width = %d,\n .height = %d,\n .cwidth = %d,\n .cheight = %d,\n", gimp_image.width, gimp_image.height,
25 printf(" .rundata = {\n");
39 printf("0x%02x,",run_count | (run_val ? 0x80 : 0x00))
    [all...]
  /frameworks/compile/libbcc/tests/data/src/
assignmentop.c 6 printf("2 *= 5 %d\n", a);
9 printf("20 /= 5 %d\n", a);
12 printf("17 %%= 5 %d\n", a);
15 printf("17 += 5 %d\n", a);
18 printf("17 -= 5 %d\n", a);
21 printf("17<<= 1 %d\n", a);
24 printf("17>>= 1 %d\n", a);
27 printf("17&= 1 %d\n", a);
30 printf("17^= 1 %d\n", a);
33 printf("16|= 1 %d\n", a)
    [all...]
comma.c 12 printf("statement: %d\n", a);
15 printf("if: a = %d\n", a);
20 printf("while: b = %d\n", b);
23 printf("for: b = %d\n", b);
25 printf("return: %d\n", b);
27 printf("arg: %d\n", b);
  /external/qemu-pc-bios/vgabios/
vbetables-gen.c 99 printf("/* THIS FILE IS AUTOMATICALLY GENERATED - DO NOT EDIT */\n\n");
100 printf("#define VBE_DISPI_TOTAL_VIDEO_MEMORY_MB %d\n\n", VBE_DISPI_TOTAL_VIDEO_MEMORY_MB);
101 printf("static ModeInfoListItem mode_info_list[]=\n");
102 printf("{\n");
110 printf("{ 0x%04x, /* %dx%dx%d */\n",
113 printf("{ /*Bit16u ModeAttributes*/ %s,\n",
120 printf("{ /*Bit16u ModeAttributes*/ %s,\n",
126 printf("/*Bit8u WinAAttributes*/ %s,\n",
131 printf("/*Bit8u WinBAttributes*/ %d,\n", 0);
133 printf("/*Bit16u WinGranularity*/ %s,\n", "VBE_DISPI_BANK_SIZE_KB")
    [all...]
  /external/dropbear/libtomcrypt/demos/
test.c 19 printf("build == \n%s\n", crypt_build_settings);
20 printf("\nstore_test...."); fflush(stdout); x = store_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
21 printf("\ncipher_test..."); fflush(stdout); x = cipher_hash_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
22 printf("\nmodes_test...."); fflush(stdout); x = modes_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
23 printf("\nder_test......"); fflush(stdout); x = der_tests(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
24 printf("\nmac_test......"); fflush(stdout); x = mac_test(); printf(x ? "failed" : "passed");if (x (…)
    [all...]
  /external/e2fsprogs/lib/blkid/
tst_types.c 21 printf("Sizeof(__u8) is %d should be 1\n",
26 printf("Sizeof(_s8) is %d should be 1\n",
31 printf("Sizeof(__u16) is %d should be 2\n",
36 printf("Sizeof(__s16) is %d should be 2\n",
41 printf("Sizeof(__u32) is %d should be 4\n",
46 printf("Sizeof(__s32) is %d should be 4\n",
51 printf("Sizeof(__u64) is %d should be 8\n",
56 printf("Sizeof(__s64) is %d should be 8\n",
60 printf("The blkid_types.h types are correct.\n");
  /external/e2fsprogs/lib/ext2fs/
tst_types.c 21 printf("Sizeof(__u8) is %d should be 1\n",
26 printf("Sizeof(_s8) is %d should be 1\n",
31 printf("Sizeof(__u16) is %d should be 2\n",
36 printf("Sizeof(__s16) is %d should be 2\n",
41 printf("Sizeof(__u32) is %d should be 4\n",
46 printf("Sizeof(__s32) is %d should be 4\n",
51 printf("Sizeof(__u64) is %d should be 8\n",
56 printf("Sizeof(__s64) is %d should be 8\n",
60 printf("The ext2_types.h types are correct.\n");
  /external/stlport/test/compiler/StTerm-order/
stterm-test.cc 75 printf( "Init::Init()\n" );
77 printf( "Init ctor done\n" );
82 printf( "Init dtor done\n" );
87 printf( "Init::use_it\n" );
91 printf( "Init::use_it done\n" );
96 printf( "Init2 ctor done\n" );
101 printf( "Init2 dtor done\n" );
106 printf( "It ctor done\n" );
111 printf( "It dtor done\n" );
  /external/tcpdump/
print-vjc.c 92 printf("(vjc type=IP) ");
96 printf("(vjc type=raw TCP) ");
100 printf("(vjc type=compressed TCP) ");
103 printf("%c", "?CI?SAWU"[i]);
106 printf(" ");
107 printf("C=0x%02x ", bp[2]);
108 printf("sum=0x%04x ", *(u_short *)&bp[3]);
112 printf("(vjc type=error) ");
116 printf("(vjc type=0x%02x) ", bp[0] & 0xf0);
  /external/clang/test/CodeGen/
constructor-attribute.c 7 int printf(const char *, ...);
13 printf("A\n");
17 printf("B\n");
29 printf("A: %d\n", foo());
33 printf("B\n");
  /system/extras/tests/bionic/libc/common/
test_semaphore.c 52 printf( "thread 1: waiting for semaphore\n" );
54 printf( "thread 1: could not wait for semaphore: %s\n", strerror(errno) );
57 printf( "thread 1: got the semaphore ! sleeping for 2 seconds\n" );
59 printf( "thread 1: awake !! posting semaphore\n" );
61 printf( "thread 2: could not post semaphore: %s\n", strerror(errno) );
63 printf( "thread 1: quitting\n" );
70 printf( "thread 2: sleeping for 1 second\n" );
72 printf( "thread 2: awake !! waiting for semaphore\n" );
74 printf( "thread 2: could not wait for semaphore: %s\n", strerror(errno) );
77 printf( "thread 2: got the semaphore ! sleeping for 2 seconds\n" )
    [all...]
  /system/media/wilhelm/tests/sandbox/
dual.c 33 printf("xaCreateEngine\n");
35 printf("xaResult = %d\n", xaResult);
37 printf("xaEngineObject = %p\n", xaEngineObject);
39 printf("realize xaEngineObject\n");
41 printf("xaResult = %d\n", xaResult);
43 printf("GetInterface for XA_IID_ENGINE\n");
46 printf("xaResult = %d\n", xaResult);
47 printf("xaEngineEngine = %p\n", xaEngineEngine);
50 printf("slCreateEngine\n");
52 printf("slResult = %d\n", slResult)
    [all...]
  /external/clang/test/CodeGenCXX/
trivial-constructor-init.cpp 4 extern "C" int printf(...);
7 S() { printf("S::S\n"); }
12 A() : x(), y(), s() { printf("x = %f y = %x \n", x, y); }
  /external/icu4c/samples/msgfmt/answers/
main_0.cpp 19 printf("Message: ");
21 printf("\n");
24 printf("Exiting successfully\n");
main_1.cpp 18 printf("Message: ");
20 printf("\n");
22 printf("Exiting successfully\n");
  /external/valgrind/main/memcheck/tests/
wrap7.c 18 printf("wrapper-pre\n");
20 printf("wrapper-post\n");
27 printf("starting\n");
  /frameworks/compile/linkloader/tests/images/
rodata-test.c 30 printf("test_str: %p\n", &test_str);
32 printf("%p\n", test_str[i]);
33 printf("%s\n", test_str[i]);
  /system/extras/tests/bionic/libc/other/
test_atomics.c 11 printf("old_x=%d\n", __atomic_dec(&x));
12 printf("x=%d\n", x);
15 printf ("OK\n");
  /external/e2fsprogs/lib/uuid/
tst_uuid.c 54 printf("%s is %s", uuid, validStr[isValid]);
56 printf(" but uuid_parse says %s\n", validStr[parsedOk]);
59 printf(", OK\n");
83 printf("UUID generate = %s\n", str);
84 printf("UUID: ");
86 printf("%02x", *cp++);
88 printf("\n");
90 printf("UUID type = %d, UUID variant = %d\n", type, variant);
92 printf("Incorrect UUID Variant; was expecting DCE!\n");
95 printf("\n")
    [all...]

Completed in 588 milliseconds

1 23 4 5 6 7 8 91011>>