Searched refs:printf (Results 126 - 150 of 4786) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/win/precompiled/
H A Dhello.c11 printf("Hello, world!\n");
/external/clang/bindings/python/tests/cindex/INPUTS/
H A Dhello.cpp4 printf("hello world\n");
/external/clang/test/CodeGen/
H A Dshared-string-literals.c8 printf("123");
H A Dwritable-strings.c6 printf("%s", str);
/external/clang/test/CodeGenCXX/
H A Ddebug-info-scope.cpp8 int printf(const char*, ...);
22 printf ("%s", ptr);
27 printf ("%s", ptr);
29 else printf ("%s", ptr);
H A Dfuncsig.cpp6 extern "C" int printf(const char *, ...);
9 printf("__FUNCSIG__ %s\n\n", __FUNCSIG__);
17 printf("__FUNCSIG__ %s\n\n", __FUNCSIG__);
26 printf("__FUNCSIG__ %s\n\n", __FUNCSIG__);
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dhello_world.cc7 printf("Hello, world!\n");
/external/lldb/test/functionalities/breakpoint/breakpoint_command/
H A Da.c7 printf ("a is about to return 10.\n");
H A Db.c7 printf ("b is about to return 20.\n");
/external/lldb/test/functionalities/fat_archives/
H A Dmain.c5 printf ("%d\n", foo());
/external/lldb/utils/test/
H A Dmain.c7 printf("Hello, fault!\n");
9 printf("val=%u\n", val);
11 printf("Now segfault %d\n", *null_ptr);
13 printf("Better luck next time!\n");
/external/valgrind/main/memcheck/tests/
H A Dinits.c14 if (gs == 0xCAFEBABE) printf("1!\n");
15 if (g == 0xCAFEBABE) printf("2!\n");
16 if (ls == 0xCAFEBABE) printf("3!\n");
17 if (l == 0xCAFEBABE) printf("4!\n"); // complains
H A Dwrap1.c12 printf("in actual\n");
22 printf("wrapper-pre\n");
24 printf("wrapper-post\n");
31 printf("starting\n");
/external/valgrind/main/none/tests/
H A Dselfrun.c6 printf("RUNNING_ON_VALGRIND=%d\n", RUNNING_ON_VALGRIND);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
H A Dmachotest64.c23 printf("Testing lrotate: should get 0x0000000000400000, 0x0000000000000001\n");
24 printf("lrotate(0x00040000, 4 ) = 0x%016lx\n", lrotate(0x40000,4));
25 printf("lrotate(0x00040000, 46) = 0x%016lx\n", lrotate(0x40000,46));
27 printf("This string should read `hello, world': `%s'\n", asmstr);
32 printf("The pointers %lx and %lx should be equal\n",a,b);
34 printf("This string should read `hello, world': `%s'\n", getstr());
36 printf("The integers here should be 1234, 1235 and 4321:\n");
40 printf("The absolute addressing to the asm-local integer should yield in 1235:\n%ld\n",readgreet());
42 printf("These pointers should be equal: %p and %p\n",
45 printf("S
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
H A Dmachotest.c20 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);
39 mach-o module. Therefore put "printf" statement here and redirect
44 printf(string,a,b,c);
/external/chromium_org/tools/gyp/test/toolsets/
H A Dmain.cc11 printf("%s\n", GetToolset());
12 printf("Shared: %s\n", GetToolsetShared());
/external/clang/test/PCH/
H A Dformat-strings.c9 extern int printf(const char *restrict, ...);
10 #define LOG printf(FOOBAR "%f", __LINE__)
/external/clang/test/Sema/
H A Dcheck-increment.c4 int printf(const char *, ...);
10 printf("%d\n", *p);
H A Dformat-strings-fixit.c11 int printf(char const *, ...);
21 printf("%s", (int) 123);
22 printf("abc%0f", "testing testing 123");
23 printf("%u", (long) -12);
24 printf("%p", 123);
25 printf("%c\n", "x");
26 printf("%c\n", 1.23);
29 printf("%+.2d", (unsigned long long) 123456);
30 printf("%1d", (long double) 1.23);
33 printf("
[all...]
H A Dformat-strings-c90.c5 int printf(const char *restrict, ...);
14 printf("%a", 1.0);
15 printf("%as", 1.0);
16 printf("%aS", 1.0);
17 printf("%a[", 1.0);
18 printf("%afoo", 1.0);
/external/lldb/test/functionalities/inferior-changed/
H A Dmain.c14 printf("Hello, segfault!\n");
15 printf("Now crash %d\n", *null_ptr); // Crash here.
/external/lldb/test/functionalities/target_command/
H A Da.c14 printf("Hello, segfault!\n");
15 printf("Now crash %d\n", *null_ptr); // Crash here.
/external/ltrace/testsuite/ltrace.minor/
H A Dprint-instruction-pointer.c6 printf("%d\n",i);
8 printf("%d\n",i);
/external/valgrind/main/none/tests/x86/
H A Dcse_fail.c31 printf("V128 cse:\n");
43 printf("F64i cse:\n");

Completed in 594 milliseconds

1234567891011>>