/external/clang/test/CodeGen/ |
global-blocks-lines.c | 15 int printf(const char*, ...); 24 printf("Hello there, %s!\n", name); 29 printf("Hello there, %s!\n", name); 43 printf ("X = %d\n", X);
|
/external/compiler-rt/lib/tsan/lit_tests/ |
longjmp2.cc | 7 printf("env=%p\n", env); 13 printf("env=%p\n", env); 15 printf("JUMPED\n"); 19 printf("FAILED\n");
|
/external/valgrind/main/memcheck/tests/ |
manuel1.c | 7 printf ("x = %d\n", x==0xCAFEBABE ? 99 : 88);
|
signal2.c | 8 printf ( "caught sig segv\n" ); exit(1); 13 printf ( "installing sig handler\n" ); 15 printf ( "doing bad thing\n" ); 18 printf ( "exited normally ?!\n" );
|
wrap7so.c | 8 printf("in actual-so\n");
|
/external/valgrind/main/none/tests/ppc32/ |
lsw.c | 13 printf("------ %s ------\n", str); 31 printf("%s\n", a2); 33 printf("%d = 0x%2x\n", i, a2[i]); 34 printf("\n"); 44 printf("%s\n", a2); 46 printf("%d = 0x%2x\n", i, a2[i]); 47 printf("\n"); 61 printf("%s\n", a2); 63 printf("%d = 0x%2x\n", i, a2[i]); 64 printf("\n") [all...] |
/external/valgrind/main/none/tests/ppc64/ |
lsw.c | 13 printf("------ %s ------\n", str); 31 printf("%s\n", a2); 33 printf("%d = 0x%2x\n", i, a2[i]); 34 printf("\n"); 44 printf("%s\n", a2); 46 printf("%d = 0x%2x\n", i, a2[i]); 47 printf("\n"); 61 printf("%s\n", a2); 63 printf("%d = 0x%2x\n", i, a2[i]); 64 printf("\n") [all...] |
/external/valgrind/main/none/tests/ |
rcrl.c | 8 printf ("x = %f\n", U);
|
/ndk/tests/build/warn-bad-modules/ |
build.sh | 7 printf "%s\n" "$BUILD_OUTPUT" | grep -q -e "WARNING: No modules to build.*your APP_MODULES definition is probably incorrect!" 10 printf "%s\n" "$BUILD_OUTPUT"
|
/ndk/tests/build/warn-no-modules/ |
build.sh | 7 printf "%s\n" "$BUILD_OUTPUT" | grep -q -e "WARNING: There are no modules to build in this project" 10 printf "%s\n" "$BUILD_OUTPUT"
|
/ndk/tests/build/warn-non-system-libs-in-linker-flags/ |
build.sh | 7 printf "%s\n" "$BUILD_OUTPUT" | grep -q -e "WARNING:.*non-system libraries in linker flags: -lfoo" 10 printf "%s\n" "$BUILD_OUTPUT"
|
/ndk/tests/build/warn-non-system-libs-in-linker-flags/jni/ |
main.c | 6 printf("foo=%d\n", foo());
|
/ndk/tests/build/warn-thin-archive-is-for-static-libraries/ |
build.sh | 7 printf "%s\n" "$BUILD_OUTPUT" | grep -q -e "WARNING:.*: LOCAL_THIN_ARCHIVE is for building static libraries" 10 printf "%s\n" "$BUILD_OUTPUT"
|
/ndk/tests/device/gnustl-shared-1/jni/ |
foo.cpp | 7 ::printf("Hello ");
|
main.cpp | 15 ::printf(" World!\n");
|
/ndk/tests/device/issue28598-linker-global-ref/jni/ |
liba.cpp | 6 printf("global = 0x%x (%p)\n", global, &global);
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
eh8.cpp | 4 extern "C" int printf(const char *, ...);
|
ptr1.cpp | 4 extern "C" int printf (const char *, ...); 19 printf ("address of e is 0x%lx\n", (__SIZE_TYPE__)e); 20 printf ("(__SIZE_TYPE__)e: %d ( != 5 ?)\n", (__SIZE_TYPE__)e); 21 printf (" e->x: %d ( == 5 ?)\n", e->x);
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
eh8.cpp | 4 extern "C" int printf(const char *, ...);
|
ptr1.cpp | 4 extern "C" int printf (const char *, ...); 19 printf ("address of e is 0x%lx\n", (__SIZE_TYPE__)e); 20 printf ("(__SIZE_TYPE__)e: %d ( != 5 ?)\n", (__SIZE_TYPE__)e); 21 printf (" e->x: %d ( == 5 ?)\n", e->x);
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
err.h | 51 __attribute__((__format__ (printf, 2, 3))); 53 __attribute__((__format__ (printf, 2, 0))); 55 __attribute__((__format__ (printf, 2, 3))); 57 __attribute__((__format__ (printf, 2, 0))); 59 __attribute__((__format__ (printf, 1, 2))); 61 __attribute__((__format__ (printf, 1, 0))); 63 __attribute__((__format__ (printf, 1, 2))); 65 __attribute__((__format__ (printf, 1, 0))); 72 __attribute__((__format__ (printf, 2, 3))); 74 __attribute__((__format__ (printf, 2, 0))) [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
err.h | 51 __attribute__((__format__ (printf, 2, 3))); 53 __attribute__((__format__ (printf, 2, 0))); 55 __attribute__((__format__ (printf, 2, 3))); 57 __attribute__((__format__ (printf, 2, 0))); 59 __attribute__((__format__ (printf, 1, 2))); 61 __attribute__((__format__ (printf, 1, 0))); 63 __attribute__((__format__ (printf, 1, 2))); 65 __attribute__((__format__ (printf, 1, 0))); 72 __attribute__((__format__ (printf, 2, 3))); 74 __attribute__((__format__ (printf, 2, 0))) [all...] |
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/ |
err.h | 51 __attribute__((__format__ (printf, 2, 3))); 53 __attribute__((__format__ (printf, 2, 0))); 55 __attribute__((__format__ (printf, 2, 3))); 57 __attribute__((__format__ (printf, 2, 0))); 59 __attribute__((__format__ (printf, 1, 2))); 61 __attribute__((__format__ (printf, 1, 0))); 63 __attribute__((__format__ (printf, 1, 2))); 65 __attribute__((__format__ (printf, 1, 0))); 72 __attribute__((__format__ (printf, 2, 3))); 74 __attribute__((__format__ (printf, 2, 0))) [all...] |
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/ |
err.h | 51 __attribute__((__format__ (printf, 2, 3))); 53 __attribute__((__format__ (printf, 2, 0))); 55 __attribute__((__format__ (printf, 2, 3))); 57 __attribute__((__format__ (printf, 2, 0))); 59 __attribute__((__format__ (printf, 1, 2))); 61 __attribute__((__format__ (printf, 1, 0))); 63 __attribute__((__format__ (printf, 1, 2))); 65 __attribute__((__format__ (printf, 1, 0))); 72 __attribute__((__format__ (printf, 2, 3))); 74 __attribute__((__format__ (printf, 2, 0))) [all...] |
/prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/ |
err.h | 51 __attribute__((__format__ (printf, 2, 3))); 53 __attribute__((__format__ (printf, 2, 0))); 55 __attribute__((__format__ (printf, 2, 3))); 57 __attribute__((__format__ (printf, 2, 0))); 59 __attribute__((__format__ (printf, 1, 2))); 61 __attribute__((__format__ (printf, 1, 0))); 63 __attribute__((__format__ (printf, 1, 2))); 65 __attribute__((__format__ (printf, 1, 0))); 72 __attribute__((__format__ (printf, 2, 3))); 74 __attribute__((__format__ (printf, 2, 0))) [all...] |