/external/tensorflow/tensorflow/core/platform/ |
D | macros.h | 30 #define TF_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 31 __attribute__((__format__(__printf__, string_index, first_to_check))) 32 #define TF_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument 33 __attribute__((__format__(__scanf__, string_index, first_to_check))) 44 #define TF_PRINTF_ATTRIBUTE(string_index, first_to_check) argument 45 #define TF_SCANF_ATTRIBUTE(string_index, first_to_check) argument 56 #define TF_PRINTF_ATTRIBUTE(string_index, first_to_check) argument 57 #define TF_SCANF_ATTRIBUTE(string_index, first_to_check) argument
|
/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
D | debug.h | 86 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 87 __attribute__((__format__(gnu_printf, string_index, first_to_check))) 89 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 90 __attribute__((format(printf, string_index, first_to_check))) 93 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) argument 96 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
|
/external/mbedtls/include/mbedtls/ |
D | debug.h | 86 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 87 __attribute__((__format__(gnu_printf, string_index, first_to_check))) 89 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 90 __attribute__((format(printf, string_index, first_to_check))) 93 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) argument 96 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
|
/external/openscreen/third_party/abseil/src/absl/base/ |
D | attributes.h | 89 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 90 __attribute__((__format__(__printf__, string_index, first_to_check))) 91 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument 92 __attribute__((__format__(__scanf__, string_index, first_to_check))) 94 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) argument 95 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) argument
|
/external/libgav1/src/utils/ |
D | compiler_attributes.h | 147 #define LIBGAV1_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 148 __attribute__((__format__(__printf__, string_index, first_to_check))) 150 #define LIBGAV1_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/ |
D | attributes.h | 87 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 88 __attribute__((__format__(__printf__, string_index, first_to_check))) 89 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument 90 __attribute__((__format__(__scanf__, string_index, first_to_check))) 92 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) argument 93 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) argument
|
/external/cronet/stable/third_party/abseil-cpp/absl/base/ |
D | attributes.h | 89 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 90 __attribute__((__format__(__printf__, string_index, first_to_check))) 91 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument 92 __attribute__((__format__(__scanf__, string_index, first_to_check))) 94 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) argument 95 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) argument
|
/external/cronet/tot/third_party/abseil-cpp/absl/base/ |
D | attributes.h | 89 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 90 __attribute__((__format__(__printf__, string_index, first_to_check))) 91 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument 92 __attribute__((__format__(__scanf__, string_index, first_to_check))) 94 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) argument 95 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) argument
|
/external/abseil-cpp/absl/base/ |
D | attributes.h | 87 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 88 __attribute__((__format__(__printf__, string_index, first_to_check))) 89 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument 90 __attribute__((__format__(__scanf__, string_index, first_to_check))) 92 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) argument 93 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) argument
|
/external/pdfium/third_party/abseil-cpp/absl/base/ |
D | attributes.h | 87 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 88 __attribute__((__format__(__printf__, string_index, first_to_check))) 89 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument 90 __attribute__((__format__(__scanf__, string_index, first_to_check))) 92 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) argument 93 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) argument
|
/external/angle/third_party/abseil-cpp/absl/base/ |
D | attributes.h | 89 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 90 __attribute__((__format__(__printf__, string_index, first_to_check))) 91 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument 92 __attribute__((__format__(__scanf__, string_index, first_to_check))) 94 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) argument 95 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) argument
|
/external/boringssl/src/include/openssl/ |
D | base.h | 130 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument 132 __format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check))) 134 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ 135 __attribute__((__format__(__printf__, string_index, first_to_check))) 138 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check)
|
/external/cronet/tot/third_party/boringssl/src/include/openssl/ |
D | base.h | 173 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument 175 __format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check))) 177 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ 178 __attribute__((__format__(__printf__, string_index, first_to_check))) 181 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check)
|
/external/cronet/stable/third_party/boringssl/src/include/openssl/ |
D | base.h | 173 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument 175 __format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check))) 177 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ 178 __attribute__((__format__(__printf__, string_index, first_to_check))) 181 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check)
|
/external/libaom/common/ |
D | tools_common.h | 138 #define AOM_TOOLS_FORMAT_PRINTF(string_index, first_to_check) argument 142 #define AOM_TOOLS_FORMAT_PRINTF(string_index, first_to_check) \ argument 143 __attribute__((__format__(__printf__, string_index, first_to_check)))
|
/external/libvpx/ |
D | tools_common.h | 126 #define VPX_TOOLS_FORMAT_PRINTF(string_index, first_to_check) argument 130 #define VPX_TOOLS_FORMAT_PRINTF(string_index, first_to_check) \ argument 131 __attribute__((__format__(__printf__, string_index, first_to_check)))
|
/external/libaom/aom/internal/ |
D | aom_codec_internal.h | 389 #define LIBAOM_FORMAT_PRINTF(string_index, first_to_check) argument 393 #define LIBAOM_FORMAT_PRINTF(string_index, first_to_check) \ argument 394 __attribute__((__format__(__printf__, string_index, first_to_check)))
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/include/openssl/ |
D | base.h | 232 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument 234 (__format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check))) 236 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ 237 __attribute__((__format__(__printf__, string_index, first_to_check))) 240 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check)
|
/external/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 463 #define LIBVPX_FORMAT_PRINTF(string_index, first_to_check) argument 467 #define LIBVPX_FORMAT_PRINTF(string_index, first_to_check) \ argument 468 __attribute__((__format__(__printf__, string_index, first_to_check)))
|
/external/dynamic_depth/internal/base/ |
D | port.h | 396 #define PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 397 __attribute__((__format__(__printf__, string_index, first_to_check))) 398 #define SCANF_ATTRIBUTE(string_index, first_to_check) \ argument 399 __attribute__((__format__(__scanf__, string_index, first_to_check))) 727 #define PRINTF_ATTRIBUTE(string_index, first_to_check) argument 728 #define SCANF_ATTRIBUTE(string_index, first_to_check) argument
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-port.h | 674 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 676 first_to_check))) 678 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 679 __attribute__((__format__(__printf__, string_index, first_to_check))) 682 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
|
/external/libva-utils/test/gtest/include/gtest/internal/ |
D | gtest-port.h | 678 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 680 first_to_check))) 682 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 683 __attribute__((__format__(__printf__, string_index, first_to_check))) 686 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
|
/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-port.h | 670 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 672 __format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check))) 674 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 675 __attribute__((__format__(__printf__, string_index, first_to_check))) 678 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
|
/external/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-port.h | 670 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 672 __format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check))) 674 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 675 __attribute__((__format__(__printf__, string_index, first_to_check))) 678 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 801 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 802 __attribute__((format(__MINGW_PRINTF_FORMAT, string_index, first_to_check))) 804 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 805 __attribute__((format(printf, string_index, first_to_check))) 807 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
|