/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/webrtc/third_party/abseil-cpp/absl/base/ |
D | attributes.h | 111 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 112 __attribute__((__format__(__printf__, string_index, first_to_check))) 113 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument 114 __attribute__((__format__(__scanf__, string_index, first_to_check))) 116 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) argument 117 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) argument
|
/external/abseil-cpp/absl/base/ |
D | attributes.h | 111 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 112 __attribute__((__format__(__printf__, string_index, first_to_check))) 113 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument 114 __attribute__((__format__(__scanf__, string_index, first_to_check))) 116 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) argument 117 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) argument
|
/external/rust/crates/grpcio-sys/grpc/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/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/libtextclassifier/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/libgav1/libgav1/src/utils/ |
D | compiler_attributes.h | 142 #define LIBGAV1_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 143 __attribute__((__format__(__printf__, string_index, first_to_check))) 145 #define LIBGAV1_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
|
/external/angle/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/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | base.h | 221 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument 223 (__format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check))) 225 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ 226 __attribute__((__format__(__printf__, string_index, first_to_check))) 229 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check)
|
/external/boringssl/src/include/openssl/ |
D | base.h | 228 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument 230 (__format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check))) 232 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ 233 __attribute__((__format__(__printf__, string_index, first_to_check))) 236 #define OPENSSL_PRINTF_FORMAT_FUNC(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/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 667 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 669 first_to_check))) 671 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 672 __attribute__((__format__(__printf__, string_index, first_to_check))) 675 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-port.h | 667 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 669 first_to_check))) 671 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 672 __attribute__((__format__(__printf__, string_index, first_to_check))) 675 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-port.h | 659 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 661 (__format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check))) 663 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 664 __attribute__((__format__(__printf__, string_index, first_to_check))) 667 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-port.h | 913 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 915 first_to_check))) 917 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 918 __attribute__((__format__(__printf__, string_index, first_to_check))) 921 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
|
/external/googletest/googletest/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
|