/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)))
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/ |
log.h | 101 __attribute__ ((format(printf, 3, 4))) 120 __attribute__ ((format(printf, 3, 4)))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist.py | 16 """Print list of available formats (arguments to "--format" option). 20 for format in bdist.format_commands: 21 formats.append(("formats=" + format, None, 22 bdist.format_command[format][1])) 58 # The following commands do not take a format option from bdist 101 # 'bdist_base' -- parent of per-built-distribution-format 124 for format in self.formats: 126 commands.append(self.format_command[format][0]) 128 raise DistutilsOptionError, "invalid format '%s'" % format [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist.py | 16 """Print list of available formats (arguments to "--format" option). 20 for format in bdist.format_commands: 21 formats.append(("formats=" + format, None, 22 bdist.format_command[format][1])) 58 # The following commands do not take a format option from bdist 101 # 'bdist_base' -- parent of per-built-distribution-format 124 for format in self.formats: 126 commands.append(self.format_command[format][0]) 128 raise DistutilsOptionError, "invalid format '%s'" % format [all...] |
/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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_complex.py | 61 self.fail(msg.format(x, y)) 544 # empty format string is same as str() 545 self.assertEqual(format(1+3j, ''), str(1+3j)) 546 self.assertEqual(format(1.5+3.5j, ''), str(1.5+3.5j)) 547 self.assertEqual(format(3j, ''), str(3j)) 548 self.assertEqual(format(3.2j, ''), str(3.2j)) 549 self.assertEqual(format(3+0j, ''), str(3+0j)) 550 self.assertEqual(format(3.2+0j, ''), str(3.2+0j)) 553 # even when format string is nonempty (issue #5920). 554 self.assertEqual(format(3.2+0j, '-'), str(3.2+0j) [all...] |