Home
last modified time | relevance | path

Searched defs:string_index (Results 1 – 15 of 15) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Ddebug.h86 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument
89 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument
93 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
96 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dattributes.h87 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument
89 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument
92 #define ABSL_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
93 #define ABSL_SCANF_ATTRIBUTE(string_index, first_to_check) argument
/third_party/protobuf/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h674 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
678 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
682 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
/third_party/protobuf/third_party/googletest/googlemock/fused-src/gtest/
Dgtest.h908 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
912 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
916 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
/third_party/protobuf/third_party/googletest/googletest/fused-src/gtest/
Dgtest.h908 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
912 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
916 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h667 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
671 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
675 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h712 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
715 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
718 #define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
/third_party/libwebsockets/include/
Dlibwebsockets.h103 #define LWS_FORMAT(string_index) argument
205 #define LWS_FORMAT(string_index) __attribute__ ((format(printf, string_index, string_index+1))) argument
211 #define LWS_FORMAT(string_index) argument
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp1966 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local
2180 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local
2676 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local
3258 …for (size_t string_index = 0; string_index < sizeof(variable_initializations) / sizeof(variable_in… in test_shader_compilation() local
3374 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local
4351 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local
4488 for (size_t string_index = 0; in test_shader_compilation() local
/third_party/FreeBSD/sys/dev/usb/
Dusb_request.c1064 uint16_t len, uint8_t string_index) in usbd_req_get_string_any()
1167 uint8_t string_index) in usbd_req_get_string_desc()
Dusbhid.h230 int32_t string_index; member
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp623 int string_index = needed_chars - 1; in ToHexString() local
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.cpp622 int string_index = needed_chars - 1; in ToHexString() local
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dbignum.cc609 int string_index = needed_chars - 1; in ToHexString() local
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffload.c2208 CFF_IndexRec string_index; in cff_font_load() local