Searched
refs:printf (Results
326 -
350 of
5137) sorted by null
<<11121314151617181920>>
/external/clang/test/CodeGen/ |
stack-protector.c | 10 int printf(const char * _Format, ...); 17 printf("%s\n", a);
|
/external/clang/test/Index/ |
fix-its.c | 20 int printf(const char *restrict, ...); 26 MACRO(printf("%d", index));
|
/external/clang/test/Parser/ |
block-block-storageclass.c | 3 int printf(const char *, ...); 14 printf ("%s(%d)\n", message, X);
|
/external/clang/test/Sema/ |
block-storageclass.c | 4 int printf(const char *, ...); 15 printf ("%s(%d)\n", message, X);
|
/external/compiler-rt/BlocksRuntime/tests/ |
byrefaccess.c | 29 printf("*** %s didn't update i\n", argv[0]); 32 printf("%s: success\n", argv[0]);
|
goto.c | 29 printf("%s: Success!\n", argv[0]); 32 printf("%s: val not updated!\n", argv[0]);
|
rdar6396238.c | 25 printf("%s: failure, 2 != %d\n", argv[0], count); 28 printf("%s: success\n", argv[0]);
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/SharedLibs/ |
dlclose-test-so.cc | 28 printf("%s: I am being dlopened\n", __FILE__); 32 printf("%s: I am being dlclosed\n", __FILE__);
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/ |
dlclose-test.cc | 46 printf("opening %s ... \n", path.c_str()); 49 printf("error in dlopen(): %s\n", dlerror()); 54 printf("failed dlsym\n"); 59 printf("addr: %p\n", addr); 63 printf("attempting to dlclose\n"); 65 printf("failed to dlclose\n"); 74 printf("failed to mmap\n"); 78 printf("PASS\n");
|
/external/compiler-rt/lib/tsan/lit_tests/ |
longjmp.cc | 13 printf("JUMPED\n"); 17 printf("FAILED\n");
|
/external/dropbear/libtomcrypt/notes/etc/ |
whirltest.c | 10 printf("0x%c%c, ", buf[x], buf[x+1]); 11 if (!((x += 2) & 31)) printf("\n");
|
/external/libmtp/examples/ |
newfolder.c | 40 printf("Usage: newfolder name <parent> <storage>\n"); 41 printf(" parent = parent folder or 0 to create the new folder in the root dir\n"); 42 printf(" storage = storage id or 0 to create the new folder on the primary storage\n"); 48 printf("Folder creation failed.\n"); 50 printf("New folder created with ID: %d\n", newid); 57 printf("Creating new folder %s\n",path); 63 printf("Folder creation failed.\n"); 67 printf("New folder created with ID: %d\n", newid);
|
/external/tcpdump/ |
print-beep.c | 56 printf(" BEEP MSG"); 58 printf(" BEEP RPY"); 60 printf(" BEEP ERR"); 62 printf(" BEEP ANS"); 64 printf(" BEEP NUL"); 66 printf(" BEEP SEQ"); 68 printf(" BEEP END"); 70 printf(" BEEP (payload or undecoded)");
|
/external/valgrind/main/VEX/test/ |
x87fxam.c | 32 d = 0.0; do_fxam(); printf("0x%4x: %f\n", i, d ); 33 d = -0.0; do_fxam(); printf("0x%4x: %f\n", i, d ); 35 d = inf(); do_fxam(); printf("0x%4x: %f\n", i, d ); 36 d = -inf(); do_fxam(); printf("0x%4x: %f\n", i, d ); 38 d = nAn(); do_fxam(); printf("0x%4x: %f\n", i, d ); 39 d = -nAn(); do_fxam(); printf("0x%4x: %f\n", i, d ); 41 d = den(); do_fxam(); printf("0x%4x: %f\n", i, d ); 42 d = -den(); do_fxam(); printf("0x%4x: %f\n", i, d );
|
/external/valgrind/main/none/tests/ |
nestedfns.c | 21 printf( "Inside test1\n" ); 30 printf( "Inside test2\n" );
|
/external/valgrind/main/none/tests/x86/ |
incdec_alt.c | 60 printf("0x%08x\n",r1); 61 printf("0x%08x\n",r2); 62 printf("0x%08x\n",r3); 63 printf("0x%08x\n",r4); 64 printf("0x%08x\n",r5); 65 printf("0x%08x\n",r6); 66 printf("0x%08x\n",r7); 67 printf("0x%08x\n",r8);
|
shift_ndep.c | 38 printf("Passed (%d).\n", r); 40 printf("Failed (%d).\n", r);
|
/ndk/tests/device/bitfield/jni/ |
main.c | 9 printf("u.i = %08x\n", u.i); 11 printf("u.i = %08x (expecting fedcba99)\n", u.i);
|
/ndk/tests/device/issue46718-iostream-crash-gnustl/jni/ |
issue46718-iostream-crash.cpp | 12 printf ("Doing the read\n"); 14 printf ("Here it is %f\n", f);
|
/ndk/tests/device/issue46718-iostream-crash-stlport/jni/ |
issue46718-iostream-crash.cpp | 12 printf ("Doing the read\n"); 14 printf ("Here it is %f\n", f);
|
/ndk/tests/device/test-gnustl-1/jni/ |
hello.cpp | 25 std::printf("KO: Exception was not thrown!\n"); 30 std::printf("%s\n", ex.what());
|
/ndk/tests/device/test-gnustl_shared-exception/jni/ |
test0_foo.cpp | 24 std::printf("KO: Exception was not thrown!\n"); 29 std::printf("%s\n", ex.what());
|
test1_main.cpp | 26 std::printf("KO: Exception was not thrown!\n"); 31 std::printf("%s\n", ex.what());
|
test2_foo.cpp | 26 std::printf("KO: Exception was not thrown!\n"); 31 std::printf("%s\n", ex.what());
|
test3_main.cpp | 26 std::printf("KO: Exception was not thrown!\n"); 31 std::printf("%s\n", ex.what());
|
Completed in 4444 milliseconds
<<11121314151617181920>>