Home
last modified time | relevance | path

Searched defs:check_string (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/test/example/
Dunit_test_example_11.cpp24 void check_string( std::string const& s ) in check_string() function
/third_party/boost/libs/python/test/
Dextract.cpp89 bool check_string(object x) { return extract<std::string>(x).check(); } in check_string() function
/third_party/boost/libs/range/test/
Dstring.cpp214 void check_string() in check_string() function
/third_party/flutter/skia/tests/
DJSONTest.cpp179 static void check_string(skiatest::Reporter* reporter, const Value& v, const char* s) { in check_string() function
/third_party/skia/tests/
DJSONTest.cpp179 static void check_string(skiatest::Reporter* reporter, const Value& v, const char* s) { in check_string() function
/third_party/python/Lib/test/
Dtest_cmd_line.py854 def check_string(self, code): member in SyntaxErrorTests
Dtest_xml_etree.py204 def check_string(string): function
/third_party/glib/glib/tests/
Dfileutils.c63 check_string (gchar *str, const gchar *expected) in check_string() function
/third_party/mindspore/mindspore/
D_checkparam.py431 def check_string(arg_value, valid_values, arg_name=None, prim_name=None): member in Validator