Home
last modified time | relevance | path

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

/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.py946 def check_string(self, code): member in SyntaxErrorTests
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/
D_checkparam.py536 def check_string(arg_value, valid_values, arg_name=None, prim_name=None): function