/external/lldb/www/python_reference/ |
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>,
|
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>,
|
/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/core/include/log/ |
log.h | 566 __attribute__((__format__(printf, 4, 5)))
|
/system/extras/tests/iptables/qtaguid/ |
socketTag.cpp | 60 __attribute__((__format__(__printf__, 1, 2)));
|
/external/chromium_org/tools/symsrc/ |
pefile.py | 673 self.__format__ = '<' 688 return self.__format__ 708 self.__format__ += elm_type 723 self.__format_length__ = struct.calcsize(self.__format__) 749 self.__unpacked_data_elms__ = struct.unpack(self.__format__, data) 773 return struct.pack(self.__format__, *new_values) [all...] |
/external/clang/include/clang/Basic/ |
AttrDocs.td | [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-private.hh | 77 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_idx)))
|
/external/harfbuzz_ng/src/ |
hb-private.hh | 77 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_idx)))
|
/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)
|
/external/clang/docs/ |
AttributeReference.rst | 361 __attribute__((__format__ (__scanf__, 1, 3))) 379 __attribute__((__format__ (__printf__, 1, 3))) [all...] |
/external/libmtp/src/ |
ptp.h | [all...] |
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
bio.h | 319 __bio_h__attr__((__format__(__printf__, 2, 3))); [all...] |