Searched refs:printf (Results 151 - 175 of 4786) sorted by relevance

1234567891011>>

/external/compiler-rt/test/BlocksRuntime/
H A Dlocalisglobal.c19 void (^global)(void) = ^{ printf("hello world\n"); };
28 void (^local)(void) = ^ { printf("hi %d\n", i); };
29 void (^localisglobal)(void) = ^ { printf("hi\n"); };
32 printf("local block could be global, but isn't\n");
36 printf("local block is not global, not stack, what is it??\n");
39 printf("%s: success\n", argv[0]);
H A Drecursive-test.c22 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("Creatin
[all...]
/external/lldb/test/functionalities/breakpoint/breakpoint_locations/
H A Dmain.c8 printf ("Called func_not_inlined.\n");
16 printf ("Called func_inlined.\n");
18 printf ("Returning func_inlined call count: %d.\n", func_inline_call_count);
27 printf ("Starting...\n");
33 printf("First call to func_inlined() returns: %d.\n", a);
39 printf("Last call to func_inlined() returns: %d.\n", func_inlined ());
/external/lldb/test/functionalities/watchpoint/hello_watchpoint/
H A Dmain.c18 printf("&global=%p\n", &global);
19 printf("about to write to 'global'...\n"); // Set break point at this line.
26 printf("local: %d\n", local);
27 printf("global=%d\n", global);
28 printf("gchar1='%c'\n", gchar1);
29 printf("gchar2='%c'\n", gchar2);
/external/qemu-pc-bios/vgabios/
H A Dvbetables-gen.c99 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("/*Bit16
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dsrnmb.c33 printf("initial rounding mode = %u\n", get_rounding_mode());
37 printf("rounding mode = %u\n", get_rounding_mode());
40 printf("rounding mode = %u\n", get_rounding_mode());
43 printf("rounding mode = %u\n", get_rounding_mode());
46 printf("rounding mode = %u\n", get_rounding_mode());
51 printf("rounding mode = %u\n", get_rounding_mode());
54 printf("rounding mode = %u\n", get_rounding_mode());
57 printf("rounding mode = %u\n", get_rounding_mode());
61 printf("rounding mode = %u\n", get_rounding_mode());
64 printf("roundin
[all...]
H A Dstfle.c18 printf("the value of cc is %d and #double words is %llu\n", cc, __nr + 1);
24 printf("code needs to be updated\n");
36 printf("The z/Architecture architectural mode is installed and active\n");
38 printf("The z/Architecture architectural mode is not installed\n");
42 printf("STFLE facility is installed\n");
44 printf("STFLE facility is not installed\n");
51 printf("The z/Architecture architectural mode is installed and active\n");
53 printf("The z/Architecture architectural mode is not installed\n");
57 printf("MSA facility is present\n");
59 printf("N
[all...]
H A Dmvst.c40 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);
H A Dsrnmt.c33 printf("initial rounding mode = %u\n", get_dfp_rounding_mode());
37 printf("rounding mode = %u\n", get_dfp_rounding_mode());
40 printf("rounding mode = %u\n", get_dfp_rounding_mode());
43 printf("rounding mode = %u\n", get_dfp_rounding_mode());
46 printf("rounding mode = %u\n", get_dfp_rounding_mode());
49 printf("rounding mode = %u\n", get_dfp_rounding_mode());
52 printf("rounding mode = %u\n", get_dfp_rounding_mode());
55 printf("rounding mode = %u\n", get_dfp_rounding_mode());
58 printf("rounding mode = %u\n", get_dfp_rounding_mode());
H A Ddfptest.c62 printf("%d", TEST_128(".insn rxe, 0xed0000000058", +0.0DF, 1UL<<i));
63 printf("%d", TEST_128(".insn rxe, 0xed0000000058", -0.0DF, 1UL<<i));
64 printf("%d", TEST_128(".insn rxe, 0xed0000000058", +2.2DF, 1UL<<i));
65 printf("%d", TEST_128(".insn rxe, 0xed0000000058", -2.2DF, 1UL<<i));
66 printf("%d", TEST_128(".insn rxe, 0xed0000000058",+DEC_INFINITY,1UL<<i));
67 printf("%d", TEST_128(".insn rxe, 0xed0000000058",-DEC_INFINITY,1UL<<i));
68 printf("%d", TEST_128(".insn rxe, 0xed0000000058", +DEC_NAN, 1UL<<i));
69 printf("%d", TEST_128(".insn rxe, 0xed0000000058", -DEC_NAN, 1UL<<i));
72 printf("%d", TEST_128(".insn rxe, 0xed0000000059", +0.0DF, 1UL<<i));
73 printf("
[all...]
/external/valgrind/main/none/tests/mips64/
H A Dround.c14 printf("%s %d %f\n", flt_dir_op_names[op], fd_w, fs_f[i]);
15 printf("fcsr: 0x%x\n", fcsr);
19 printf("%s %d %lf\n", flt_dir_op_names[op], fd_w, fs_d[i]);
20 printf("fcsr: 0x%x\n", fcsr);
24 printf("%s %d %f\n", flt_dir_op_names[op], fd_w, fs_f[i]);
25 printf("fcsr: 0x%x\n", fcsr);
29 printf("%s %d %lf\n", flt_dir_op_names[op], fd_w, fs_d[i]);
30 printf("fcsr: 0x%x\n", fcsr);
34 printf("%s %d %f\n", flt_dir_op_names[op], fd_w, fs_f[i]);
35 printf("fcs
[all...]
/external/lldb/test/lang/c/set_values/
H A Dmain.c14 printf("before (char) i = %c\n", i);
15 printf("after (char) i = %c\n", i); // Set break point #1. //// break $source:$line
21 printf("before (unsigned char) i = %c\n", i);
22 printf("after (unsigned char) i = %c\n", i); //// break $source:$line
28 printf("before (short) i = %i\n", i);
29 printf("after (short) i = %i\n", i); //// break $source:$line
35 printf("before (unsigned short) i = %i\n", i);
36 printf("after (unsigned short) i = %i\n", i); // Set break point #2. //// break $source:$line
42 printf("before (int) i = %i\n", i);
43 printf("afte
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfUtils.cpp16 printf("SkMatrix %s ", sz);
18 printf("%f ", SkScalarToDouble(matrix.get(i)));
20 printf("\n");
24 printf("SkRect %s ", sz);
25 printf("x = %f ", SkScalarToDouble(rect.x()));
26 printf("y = %f ", SkScalarToDouble(rect.y()));
27 printf("w = %f ", SkScalarToDouble(rect.width()));
28 printf("h = %f ", SkScalarToDouble(rect.height()));
29 printf("\n");
/external/e2fsprogs/lib/blkid/
H A Dtst_types.c21 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/
H A Dtst_types.c21 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/lldb/test/expression_command/test/
H A Dmain.cpp14 printf ("Hello world!\n");
31 expression printf("\t\x68\n") // Test constant strings that contain the \xXX (TAB, 'h', '\n' should be printed) (this is broken: <rdar://problem/8686536>)
32 expression printf("\"\n") // Test constant strings that contains an escaped double quote char (this is broken: <rdar://problem/8686536>)
33 expression printf("\'\n") // Test constant strings that contains an escaped single quote char (this is broken: <rdar://problem/8686536>)
34 expression printf ("one: %i\n", 1)
35 expression printf ("1.234 as float: %f\n", 1.234f)
36 expression printf ("1.234 as double: %g\n", 1.234)
37 expression printf ("one: %i, two: %llu\n", 1, 2ull)
38 expression printf ("two: %llu, one: %i\n", 2ull, 1)
/external/skia/experimental/PdfViewer/
H A DSkPdfUtils.cpp16 printf("SkMatrix %s ", sz);
18 printf("%f ", SkScalarToDouble(matrix.get(i)));
20 printf("\n");
24 printf("SkRect %s ", sz);
25 printf("x = %f ", SkScalarToDouble(rect.x()));
26 printf("y = %f ", SkScalarToDouble(rect.y()));
27 printf("w = %f ", SkScalarToDouble(rect.width()));
28 printf("h = %f ", SkScalarToDouble(rect.height()));
29 printf("\n");
/external/stlport/test/compiler/StTerm-order/
H A Dstterm-test.cc75 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/
H A Dprint-vjc.c92 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/
H A Dlogging.h13 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/
H A Dconstructor-attribute.c7 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/test/tsan/
H A Dmalloc_overflow.cc9 printf("FAIL malloc(-1) = %p\n", p);
12 printf("FAIL malloc(-1/2) = %p\n", p);
15 printf("FAIL calloc(-1, -1) = %p\n", p);
18 printf("FAIL calloc(-1/2, -1/2) = %p\n", p);
19 printf("OK\n");
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dbar.cpp11 printf("%s: Entering\n", __FUNCTION__);
15 printf("%s: Calling Foo()\n", __FUNCTION__);
18 printf("%s: Exiting\n", __FUNCTION__);
/external/chromium_org/third_party/icu/source/samples/msgfmt/answers/
H A Dmain_0.cpp19 printf("Message: ");
21 printf("\n");
24 printf("Exiting successfully\n");
H A Dmain_1.cpp18 printf("Message: ");
20 printf("\n");
22 printf("Exiting successfully\n");

Completed in 536 milliseconds

1234567891011>>