Home
last modified time | relevance | path

Searched refs:check_str (Results 1 – 9 of 9) sorted by relevance

/third_party/PyYAML/tests/lib/
Dtest_schema.py39 def check_str(value, expected): function
55 'str': [str, check_str],
/third_party/spirv-tools/source/val/
Dvalidate.cpp240 const char* check_str = reinterpret_cast<const char*>( in ValidateBinaryUsingContextAndValidationState() local
242 const std::string check_name(check_str); in ValidateBinaryUsingContextAndValidationState()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate.cpp240 const char* check_str = reinterpret_cast<const char*>( in ValidateBinaryUsingContextAndValidationState() local
242 const std::string check_name(check_str); in ValidateBinaryUsingContextAndValidationState()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate.cpp240 const char* check_str = reinterpret_cast<const char*>( in ValidateBinaryUsingContextAndValidationState() local
242 const std::string check_name(check_str); in ValidateBinaryUsingContextAndValidationState()
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dmeson.build10 'check_str.c',
/third_party/python/Lib/
Dos.py740 def check_str(value): function
744 encode = check_str
/third_party/quickjs/
Dunicode_gen.c2860 void check_str(const char *msg, int num, const int *in_buf, int in_len, in check_str() function
2937 check_str("nfd", pos, in_str, in_len, buf, buf_len, nfd_str, nfd_len); in normalization_test()
2941 check_str("nfkd", pos, in_str, in_len, buf, buf_len, nfkd_str, nfkd_len); in normalization_test()
2945 check_str("nfc", pos, in_str, in_len, buf, buf_len, nfc_str, nfc_len); in normalization_test()
2949 check_str("nfkc", pos, in_str, in_len, buf, buf_len, nfkc_str, nfkc_len); in normalization_test()
/third_party/boost/boost/test/impl/
Dtest_tools.ipp143 static char const* check_str [] = { " == ", " != ", " < " , " <= ", " > " , " >= " };
197 os << prefix << arg1_descr << check_str[ct-CHECK_EQUAL] << arg2_descr << suffix;
/third_party/gstreamer/gstreamer/
DChangeLog7220 …../subprojects/gstreamer/libs/gst/check/libcheck/check_str.c:92:29: warning: format string is not …
19125 * libs/gst/check/libcheck/check_str.c:
19126 * libs/gst/check/libcheck/check_str.h:
32611 * libs/gst/check/libcheck/check_str.c:
32738 * libs/gst/check/libcheck/check_str.c:
32784 * libs/gst/check/libcheck/check_str.c:
32785 * libs/gst/check/libcheck/check_str.h:
44594 * libs/gst/check/libcheck/check_str.c:
44595 * libs/gst/check/libcheck/check_str.h:
81009 * libs/gst/check/libcheck/check_str.c:
[all …]