Home
last modified time | relevance | path

Searched refs:errors_str (Results 1 – 5 of 5) sorted by relevance

/third_party/googletest/googletest/src/
Dgtest-typed-test.cc92 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local
93 if (errors_str != "") { in VerifyRegisteredTestNames()
95 errors_str.c_str()); in VerifyRegisteredTestNames()
/third_party/node/deps/googletest/src/
Dgtest-typed-test.cc96 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local
97 if (!errors_str.empty()) { in VerifyRegisteredTestNames()
99 errors_str.c_str()); in VerifyRegisteredTestNames()
/third_party/mesa3d/src/gtest/src/
Dgtest-typed-test.cc104 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local
105 if (errors_str != "") { in VerifyRegisteredTestNames()
107 errors_str.c_str()); in VerifyRegisteredTestNames()
/third_party/python/Python/
Dpylifecycle.c2233 PyObject *errors_str = PyUnicode_FromWideChar(errors, -1); in create_stdio() local
2234 if (errors_str == NULL) { in create_stdio()
2241 buf, encoding_str, errors_str, in create_stdio()
2245 Py_CLEAR(errors_str); in create_stdio()
/third_party/f2fs-tools/fsck/
Dmount.c615 static char *errors_str[] = { variable
645 MSG(0, "%s ", errors_str[i]); in print_sb_errors()