/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_datetime.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_datetime.py | [all...] |
/external/bison/src/ |
system.h | 95 # define __format__ format macro
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
Assertions.h | 85 #define WTF_ATTRIBUTE_PRINTF(formatStringArgument, extraArguments) __attribute__((__format__(printf, formatStringArgument, extraArguments)))
|
/external/clang/test/Sema/ |
format-strings-scanf.c | 14 int my_scanf(const char * restrict, ...) __attribute__((__format__(__scanf__, 1, 2)));
|
/external/fio/profiles/ |
act.c | 75 static int act_add_opt(const char *format, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/ |
cdefs.h | 257 __attribute__ ((__format__ (__strfmon__, a, b)))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
cdefs.h | 257 __attribute__ ((__format__ (__strfmon__, a, b)))
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
pretty-print.h | 326 #define ATTRIBUTE_GCC_PPDIAG(m, n) __attribute__ ((__format__ (GCC_PPDIAG_STYLE, m ,n))) ATTRIBUTE_NONNULL(m)
|
/development/ndk/platforms/android-L/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-arm/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-arm64/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-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 | |
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/ |
object.pxd | 291 # obj.__format__(format_spec).
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
env.h | 258 __attribute__((__format__ (__printf__, 2, 3)))
|
/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>,
|