HomeSort by relevance Sort by last modified time
    Searched refs:printf (Results 126 - 150 of 5137) sorted by null

1 2 3 4 56 7 8 91011>>

  /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...]
  /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...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
rethrow6.cpp 12 A () { i = c++; printf ("A() %d\n", i); }
13 A (const A&) { i = c++; printf ("A(const A&) %d\n", i); }
14 ~A() { printf ("~A() %d\n", i); ++d; }
22 printf ("Rethrowing III...\n");
27 printf ("Caught III %d...\n", a.i);
30 printf ("** rethrew uncaught exception **\n");
34 printf ("continuing to unwind II...\n");
48 printf ("Throwing I...\n");
53 printf ("Caught I %d...\n", a.i);
57 printf ("Throwing II...\n")
    [all...]
label3.cpp 9 extern "C" int printf (const char *, ...);
23 printf ("one!\n");
29 printf ("two!\n");
33 printf ("done!\n");
37 printf ("caught!\n");
  /ndk/tests/device/test-stlport_static-exception/jni/
rethrow6.cpp 12 A () { i = c++; printf ("A() %d\n", i); }
13 A (const A&) { i = c++; printf ("A(const A&) %d\n", i); }
14 ~A() { printf ("~A() %d\n", i); ++d; }
22 printf ("Rethrowing III...\n");
27 printf ("Caught III %d...\n", a.i);
30 printf ("** rethrew uncaught exception **\n");
34 printf ("continuing to unwind II...\n");
48 printf ("Throwing I...\n");
53 printf ("Caught I %d...\n", a.i);
57 printf ("Throwing II...\n")
    [all...]
label3.cpp 9 extern "C" int printf (const char *, ...);
23 printf ("one!\n");
29 printf ("two!\n");
33 printf ("done!\n");
37 printf ("caught!\n");
  /external/valgrind/main/none/tests/s390x/
mvst.c 40 printf("CC:%d\n", mvst(target, buffer));
41 printf("%s\n", target);
42 printf("CC:%d\n",mvst_full(target, bigbuf));
43 printf("%s\n", target);
46 printf("%s\n", (char *) &t);
47 printf("CC:%d\n",mvst(&t,&s));
48 printf("%s\n", (char *) &t);
  /external/compiler-rt/BlocksRuntime/tests/
recursive-test.c 22 if (verbose) printf("recursive_local_block is a local recursive block\n");
24 if (verbose) printf("%d\n", i);
30 if (verbose) printf("recursive_local_block's address is %p, running it:\n", (void*)recursive_local_block);
33 if (verbose) printf("Creating other_local_block: a local block that calls recursive_local_block\n");
36 if (verbose) printf("other_local_block running\n");
40 if (verbose) printf("other_local_block's address is %p, running it:\n", (void*)other_local_block);
45 if (verbose) printf("Creating other_copied_block: a Block_copy of a block that will call recursive_local_block\n");
48 if (verbose) printf("other_copied_block running\n");
52 if (verbose) printf("other_copied_block's address is %p, running it:\n", (void*)other_copied_block);
59 if (verbose) printf("Creating recursive_copy_block: a Block_copy of a block that will call recursive_copy_block recurs (…)
    [all...]
hasdescriptor.c 16 void (^inner)(void) = ^ { printf("argc was %d\n", argc); };
21 //printf("size of inner is %ld\n", Block_size(inner));
22 //printf("size of outer is %ld\n", Block_size(outer));
24 printf("not the same size, using old compiler??\n");
27 printf("%s: Success\n", argv[0]);
  /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/chromium_org/tools/traceline/traceline/
logging.h 13 printf("FAILED CHECK: %s\n %s:%d\n", #exp, __FILE__, __LINE__); \
14 printf("\naborted.\n"); \
21 printf("NOTREACHED:\n %s:%d\n", __FILE__, __LINE__); \
22 printf(__VA_ARGS__); \
23 printf("\naborted.\n"); \
  /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");
  /external/compiler-rt/lib/tsan/lit_tests/
malloc_overflow.cc 8 printf("FAIL malloc(-1) = %p\n", p);
11 printf("FAIL malloc(-1/2) = %p\n", p);
14 printf("FAIL calloc(-1, -1) = %p\n", p);
17 printf("FAIL calloc(-1/2, -1/2) = %p\n", p);
18 printf("OK\n");
  /frameworks/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...]
  /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...]
  /external/chromium_org/tools/gyp/test/generator-output/rules/subdir1/
program.c 12 printf("Hello from program.c\n");
15 printf("%s", STRING3);
16 printf("%s", STRING4);
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Helpers/
echo-env.cc 9 printf("Usage: %s ENVNAME\n", argv[0]);
14 printf("%s = %s\n", argv[1], value);
16 printf("%s not set.\n", argv[1]);
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
malloc_fill.cc 12 printf("-");
14 printf("%02x", x[i]);
16 printf("-\n");
  /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");

Completed in 292 milliseconds

1 2 3 4 56 7 8 91011>>