/external/clang/test/CodeGen/ |
2009-02-13-zerosize-union-field.c | 2 // Every printf has 'i32 0' for the GEP of the string; no point counting those. 6 extern int printf(const char*, ...); 9 printf("%ld\n", sizeof(a)); 11 printf("%ld\n", __alignof__(a)); 13 printf("%ld\n", sizeof(b)); 15 printf("%ld\n", __alignof__(b));
|
mips-inline-asm-modifiers.c | 6 int printf(const char*, ...); 23 printf("%d\n",i); 32 printf("%d\n",i);
|
/external/compiler-rt/BlocksRuntime/tests/ |
constassign.c | 18 void foo(void) { printf("I'm in foo\n"); } 19 void bar(void) { printf("I'm in bar\n"); } 23 void (^const blockA)(void) = ^ { printf("hello\n"); }; 24 blockA = ^ { printf("world\n"); } ; 26 printf("%s: success\n", argv[0]);
|
sizeof.c | 21 void (^aBlock)(void) = ^{ printf("hellow world\n"); }; 23 printf("the size of a block is %ld\n", sizeof(*aBlock)); 24 printf("%s: success\n", argv[0]);
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
rpw.c | 67 printf("read passwd\n"); 70 printf("password = "); 72 printf("%02x ",k[i]); 75 printf("error %d\n",i); 76 printf("\n"); 77 printf("read 2passwds and verify\n"); 81 printf("password1 = "); 83 printf("%02x ",k[i]); 84 printf("\n"); 85 printf("password2 = ") [all...] |
/external/openssl/crypto/des/ |
rpw.c | 67 printf("read passwd\n"); 70 printf("password = "); 72 printf("%02x ",k[i]); 75 printf("error %d\n",i); 76 printf("\n"); 77 printf("read 2passwds and verify\n"); 81 printf("password1 = "); 83 printf("%02x ",k[i]); 84 printf("\n"); 85 printf("password2 = ") [all...] |
/external/chromium_org/third_party/libxml/src/ |
dbgen.pl | 31 printf " <row>\n"; 32 printf " <id>%04d</id>\n", $i; 33 printf " <firstname>$first</firstname>\n", $i; 34 printf " <lastname>$last</lastname>\n", $i; 35 printf " <street>%d Any St.</street>\n", ($i % 100) + 1; 36 printf " <city>Anytown</city>\n"; 37 printf " <state>$state</state>\n"; 38 printf " <zip>%d</zip>\n", $zip; 39 printf " </row>\n";
|
dbgenattr.pl | 31 printf " <row\n"; 32 printf " id='%04d'\n", $i; 33 printf " firstname='$first'\n", $i; 34 printf " lastname='$last'\n", $i; 35 printf " street='%d Any St.'\n", ($i % 100) + 1; 36 printf " city='Anytown'\n"; 37 printf " state='$state'\n"; 38 printf " zip='%d'/>\n", $zip;
|
/external/oprofile/daemon/liblegacy/ |
opd_24_stats.c | 26 printf("\n%s\n", op_get_time()); 27 printf("Nr. proc struct: %d\n", opd_get_nr_procs()); 28 printf("Nr. image struct: %d\n", opd_get_nr_images()); 29 printf("Nr. kernel samples: %lu\n", opd_24_stats[OPD_KERNEL]); 30 printf("Nr. modules samples: %lu\n", opd_24_stats[OPD_MODULE]); 31 printf("Nr. modules samples lost: %lu\n", opd_24_stats[OPD_LOST_MODULE]); 32 printf("Nr. samples lost due to no process information: %lu\n", 34 printf("Nr. samples lost due to sample file open failure: %lu\n", 36 printf("Nr. process samples in user-space: %lu\n", opd_24_stats[OPD_PROCESS]); 37 printf("Nr. samples lost due to no map information: %lu\n" [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/ |
cofftest.c | 19 printf("Testing lrotate: should get 0x00400000, 0x00000001\n"); 20 printf("lrotate(0x00040000, 4) = 0x%08lx\n", lrotate(0x40000,4)); 21 printf("lrotate(0x00040000, 14) = 0x%08lx\n", lrotate(0x40000,14)); 23 printf("This string should read `hello, world': `%s'\n", asmstr); 25 printf("The integers here should be 1234, 1235 and 4321:\n"); 30 printf("These pointers should be equal: %p and %p\n", 33 printf("So should these: %p and %p\n", selfptr, &selfptr);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
elftest.c | 20 printf("Testing lrotate: should get 0x00400000, 0x00000001\n"); 21 printf("lrotate(0x00040000, 4) = 0x%08lx\n", lrotate(0x40000,4)); 22 printf("lrotate(0x00040000, 14) = 0x%08lx\n", lrotate(0x40000,14)); 24 printf("This string should read `hello, world': `%s'\n", asmstr); 26 printf("The integers here should be 1234, 1235 and 4321:\n"); 31 printf("These pointers should be equal: %p and %p\n", 34 printf("So should these: %p and %p\n", selfptr, &selfptr);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/ |
win32test.c | 19 printf("Testing lrotate: should get 0x00400000, 0x00000001\n"); 20 printf("lrotate(0x00040000, 4) = 0x%08lx\n", lrotate(0x40000,4)); 21 printf("lrotate(0x00040000, 14) = 0x%08lx\n", lrotate(0x40000,14)); 23 printf("This string should read `hello, world': `%s'\n", asmstr); 25 printf("The integers here should be 1234, 1235 and 4321:\n"); 30 printf("These pointers should be equal: %p and %p\n", 33 printf("So should these: %p and %p\n", selfptr, &selfptr);
|
/hardware/ti/omap4xxx/security/smc_pa_ctrl/ |
smc_pa_ctrl.c | 47 printf("usage : smc_boot_pa_ctrl <options> [command]\n"); 48 printf(" Options:\n"); 49 printf(" -h, --help: Print this help\n"); 50 printf(" Commands:\n"); 51 printf(" -c <conf> : Configuration file path\n"); 52 printf(" start <pa_file_path>: load and start the SMC PA\n"); 53 printf("\n"); 55 printf("usage : smc_pa_ctrl <options> [command]\n"); 56 printf(" Options:\n"); 57 printf(" -h, --help: Print this help\n") [all...] |
/external/clang/test/Sema/ |
format-strings.c | 10 int printf(const char *restrict, ...); // expected-note{{passing argument to parameter here}} 30 printf(s); // expected-warning {{format string is not a string literal}} 49 printf("abc" 51 printf("abc\ 58 printf("%*d", (unsigned) 1, 1); // no-warning 70 printf(s); // expected-warning {{format string is not a string literal}} 84 printf(i == 1 ? "yes" : "no"); // no-warning 85 printf(i == 0 ? (i == 1 ? "yes" : "no") : "dont know"); // no-warning 86 printf(i == 0 ? (i == 1 ? s : "no") : "dont know"); // expected-warning{{format string is not a string literal}} 87 printf("yes" ?: "no %d", 1); // expected-warning{{data argument not used by format string} 524 printf(kFormat17, (int[]){0}); \/\/ expected-warning{{format specifies type 'unsigned short' but the argument}} function [all...] |
format-strings-gnu.c | 9 int printf(const char *restrict, ...); 16 printf("%Ld", notLongEnough); // expected-warning {{format specifies type 'long long' but the argument has type 'long'}} 17 printf("%Ld", quiteLong); 30 printf("%Lc", 'a'); // expected-warning {{length modifier 'L' results in undefined behavior or no effect with 'c' conversion specifier}} 31 printf("%Ls", "a"); // expected-warning {{length modifier 'L' results in undefined behavior or no effect with 's' conversion specifier}} 37 printf("%Ld", y); // no-warning 38 printf("%Lu", y); // no-warning 39 printf("%Lx", y); // no-warning 40 printf("%Ld", x); // no-warning 41 printf("%Lu", x); // no-warnin [all...] |
format-strings-darwin.c | 10 int printf(const char *restrict, ...); 17 printf("%D", justRight); 18 printf("%D", tooLong); 19 printf("%U", justRight); 20 printf("%U", tooLong); 21 printf("%O", justRight); 22 printf("%O", tooLong); 43 printf("%hD", x); // expected-warning{{conversion specifier is not supported by ISO C}} expected-note {{did you mean to use 'd'?}} 44 printf("%lD", y); // expected-warning{{conversion specifier is not supported by ISO C}} expected-note {{did you mean to use 'd'?}} 45 printf("%hU", x); // expected-warning{{conversion specifier is not supported by ISO C}} expected-note {{d (…) [all...] |
/external/chromium_org/tools/gyp/test/configurations/basics/ |
configurations.c | 6 printf("Foo configuration\n"); 9 printf("Debug configuration\n"); 12 printf("Release configuration\n");
|
/external/valgrind/main/gdbserver_tests/ |
main_pic.c | 5 printf ("another func called msg %s\n", msg); 10 printf("address of main %p\n", &main); 11 printf("address of another_func %p\n", &another_func);
|
/external/chromium_org/third_party/sqlite/src/tool/ |
opcodeDoc.awk | 11 printf "<tr><td>%s %s %s %s</td>\n<td>\n", $3, $4, $5, $6 13 printf "</td></tr>\n"
|
/external/chromium_org/tools/gyp/test/actions/generated-header/ |
main.cc | 6 printf("%s\n", kFoo);
|
/external/chromium_org/tools/gyp/test/actions-multiple/src/ |
foo.c | 10 printf("foo\n");
|
/external/chromium_org/tools/gyp/test/builddir/src/ |
func1.c | 5 printf("Hello from func1.c\n");
|
func2.c | 5 printf("Hello from func2.c\n");
|
func3.c | 5 printf("Hello from func3.c\n");
|
func4.c | 5 printf("Hello from func4.c\n");
|