Home
last modified time | relevance | path

Searched refs:first_to_check (Results 1 – 25 of 35) sorted by relevance

12

/external/tensorflow/tensorflow/core/platform/
Dmacros.h30 #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/
Ddebug.h86 #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/
Ddebug.h86 #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/
Dattributes.h89 #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/
Dcompiler_attributes.h147 #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/
Dattributes.h87 #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/
Dattributes.h89 #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/
Dattributes.h89 #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/
Dattributes.h87 #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/
Dattributes.h87 #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/
Dattributes.h89 #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/
Dbase.h130 #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/
Dbase.h173 #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/
Dbase.h173 #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/
Dtools_common.h138 #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/
Dtools_common.h126 #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/
Daom_codec_internal.h389 #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/
Dbase.h232 #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/
Dvpx_codec_internal.h463 #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/
Dport.h396 #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/
Dgtest-port.h674 # 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/
Dgtest-port.h678 # 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/
Dgtest-port.h670 #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/
Dgtest-port.h670 #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/
Dgtest-port.h801 #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

12