Searched refs:first_to_check (Results 1 – 5 of 5) sorted by relevance
/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/boringssl/src/include/openssl/ |
D | base.h | 216 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument 218 (__format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check))) 220 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ 221 __attribute__((__format__(__printf__, string_index, first_to_check))) 224 #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/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 684 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 686 first_to_check))) 688 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 689 __attribute__((__format__(__printf__, string_index, first_to_check))) 692 # 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
|