/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
output.h | 121 #define ATTRIBUTE_ASM_FPRINTF(m, n) __attribute__ ((__format__ (__asm_fprintf__, m, n))) ATTRIBUTE_NONNULL(m)
|
/system/core/include/log/ |
log.h | 621 __attribute__((__format__(printf, 4, 5)))
|
/external/clang/docs/ |
AttributeReference.rst | 366 __attribute__((__format__ (__scanf__, 1, 3))) 384 __attribute__((__format__ (__printf__, 1, 3))) [all...] |
/external/clang/include/clang/Basic/ |
AttrDocs.td | [all...] |
/external/libmtp/src/ |
ptp.h | [all...] |
/external/lldb/www/python_reference/ |
lldb.SBBroadcaster-class.html | 444 <code>__format__</code>,
|
lldb.SBFileSpecList-class.html | 339 <code>__format__</code>,
|
lldb.SBHostOS-class.html | 209 <code>__format__</code>,
|
lldb.SBInputReader-class.html | 333 <code>__format__</code>,
|
lldb.SBModule.symbols_access.re_compile_type-class.html | 282 <code>__format__</code>,
|
lldb.SBModuleSpecList-class.html | 342 <code>__format__</code>,
|
lldb.SBStringList-class.html | 369 <code>__format__</code>,
|
lldb.SBTypeList-class.html | 360 <code>__format__</code>,
|
lldb.SBValueList-class.html | 460 <code>__format__</code>,
|
/prebuilts/python/linux-x86/2.7.5/bin/ |
python | |
python2 | |
python2.7 | |
/art/runtime/interpreter/ |
unstarted_runtime.cc | 48 __attribute__((__format__(__printf__, 2, 3))) [all...] |
/bionic/libc/dns/net/ |
gethnamaddr.c | 136 __attribute__((__format__(__printf__, 1, 3))); [all...] |
/bootable/recovery/updater/ |
install.c | 66 __attribute__((__format__(printf, 2, 3))) __nonnull((2)) [all...] |
/external/bison/darwin-lib/ |
stdio.h | 72 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) [all...] |
/external/bison/lib/ |
stdio.in.h | 71 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) [all...] |
/external/bison/linux-lib/ |
stdio.h | 72 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) [all...] |
/external/boringssl/src/include/openssl/ |
bio.h | 323 __bio_h__attr__((__format__(__printf__, 2, 3))); [all...] |
/external/libpng/contrib/libtests/ |
pngimage.c | 618 # define VGATTR __attribute__((__format__ (__printf__,3,4))) [all...] |