/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/ |
cdefs.h | 234 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x)) 235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x))
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/ |
cdefs.h | 234 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x)) 235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x))
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/ |
cdefs.h | 234 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x)) 235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x))
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/ |
cdefs.h | 234 #define __printflike(x, y) __attribute__((__format__(printf, x, y))) __nonnull((x)) 235 #define __scanflike(x, y) __attribute__((__format__(scanf, x, y))) __nonnull((x))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
datetime.so | |
/art/runtime/interpreter/ |
interpreter_common.h | 84 __attribute__((__format__(__printf__, 2, 3)))
|
/external/elfutils/src/tests/ |
run-dwarf-getmacros.sh | 614 __attribute_format_strfmon__(a,b) __attribute__ ((__format__ (__strfmon__, a, b)))
|
/external/lldb/www/python_reference/ |
lldb.SBBlock.ranges_access-class.html | 148 <code>__format__</code>,
|
lldb.SBModule.compile_units_access-class.html | 174 <code>__format__</code>,
|
lldb.SBModule.sections_access-class.html | 173 <code>__format__</code>,
|
lldb.SBModule.symbols_access-class.html | 173 <code>__format__</code>,
|
lldb.SBProcess.threads_access-class.html | 148 <code>__format__</code>,
|
lldb.SBTarget.modules_access-class.html | 148 <code>__format__</code>,
|
lldb.SBThread.frames_access-class.html | 148 <code>__format__</code>,
|
lldb.SBTypeCategory.formatters_access_class-class.html | 151 <code>__format__</code>,
|
lldb.declaration-class.html | 114 <code>__format__</code>,
|
lldb.value_iter-class.html | 143 <code>__format__</code>,
|
lldb.SBSourceManager-class.html | 254 <code>__format__</code>,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
cdefs.h | 282 __attribute__ ((__format__ (__strfmon__, a, b)))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
cdefs.h | 282 __attribute__ ((__format__ (__strfmon__, a, b)))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_descrtut.py | 186 '__format__',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_descrtut.py | 186 '__format__',
|
/system/extras/tests/iptables/qtaguid/ |
socketTag.cpp | 60 __attribute__((__format__(__printf__, 1, 2)));
|
/external/harfbuzz_ng/src/ |
hb-private.hh | 77 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_idx)))
|
/external/strace/ |
defs.h | 85 # define ATTRIBUTE_FORMAT(args) __attribute__((__format__ args))
|