/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
MacNative.h | 37 void* nsCreateContext(void* format,void* share); 43 void* nsCreatePBuffer(GLenum target,GLenum format,int maxMip,int width,int height);
|
/system/core/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/external/valgrind/main/coregrind/ |
m_libcprint.c | 113 const HChar *format, va_list vargs ) 118 ( add_to__printf_buf, b, format, vargs ); 124 const HChar *format, va_list vargs ) 129 = vprintf_to_buf(&myprintf_buf, format, vargs); 139 UInt VG_(vprintf) ( const HChar *format, va_list vargs ) 141 return vprintf_WRK( &VG_(log_output_sink), format, vargs ); 144 UInt VG_(printf) ( const HChar *format, ... ) 148 va_start(vargs, format); 149 ret = VG_(vprintf)(format, vargs); 154 UInt VG_(vprintf_xml) ( const HChar *format, va_list vargs [all...] |
/external/llvm/lib/DebugInfo/ |
DWARFFormValue.cpp | 15 #include "llvm/Support/Format.h" 322 case DW_FORM_addr: OS << format("0x%016" PRIx64, uvalue); break; 325 OS << format(" indexed (%8.8x) address = ", (uint32_t)uvalue); 328 OS << format("0x%016" PRIx64, getIndirectAddress(&DA, cu)); 335 case DW_FORM_data1: OS << format("0x%02x", (uint8_t)uvalue); break; 336 case DW_FORM_data2: OS << format("0x%04x", (uint16_t)uvalue); break; 337 case DW_FORM_data4: OS << format("0x%08x", (uint32_t)uvalue); break; 339 case DW_FORM_data8: OS << format("0x%016" PRIx64, uvalue); break; 353 case DW_FORM_block: OS << format("<0x%" PRIx64 "> ", uvalue); break; 354 case DW_FORM_block1: OS << format("<0x%2.2x> ", (uint8_t)uvalue); break [all...] |