Home
last modified time | relevance | path

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

/external/llvm/utils/unittest/googletest/src/
Dgtest-typed-test.cc96 const String& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local
97 if (errors_str != "") { in VerifyRegisteredTestNames()
99 errors_str.c_str()); in VerifyRegisteredTestNames()
/external/cronet/tot/third_party/googletest/src/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()
/external/mesa3d/src/gtest/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()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-typed-test.cc97 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local
98 if (errors_str != "") { in VerifyRegisteredTestNames()
100 errors_str.c_str()); in VerifyRegisteredTestNames()
/external/cronet/stable/third_party/googletest/src/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()
/external/intel-media-driver/media_driver/linux/ult/ult_app/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()
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/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()
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/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()
/external/libva-utils/test/gtest/src/
Dgtest-typed-test.cc95 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local
96 if (errors_str != "") { in VerifyRegisteredTestNames()
98 errors_str.c_str()); in VerifyRegisteredTestNames()
/external/libaom/third_party/googletest/src/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()
/external/libvpx/third_party/googletest/src/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()
/external/googletest/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()
/external/cronet/tot/net/tools/cert_verify_tool/
Dverify_using_path_builder.cc110 std::string errors_str = in PrintResultPath() local
112 if (!errors_str.empty()) { in PrintResultPath()
114 std::cout << errors_str << "\n"; in PrintResultPath()
/external/cronet/stable/net/tools/cert_verify_tool/
Dverify_using_path_builder.cc110 std::string errors_str = in PrintResultPath() local
112 if (!errors_str.empty()) { in PrintResultPath()
114 std::cout << errors_str << "\n"; in PrintResultPath()
/external/python/cpython3/Python/
Dpylifecycle.c2684 PyObject *errors_str = PyUnicode_FromWideChar(errors, -1); in create_stdio() local
2685 if (errors_str == NULL) { in create_stdio()
2692 buf, encoding_str, errors_str, in create_stdio()
2696 Py_CLEAR(errors_str); in create_stdio()
/external/python/cpython3/Modules/_io/
Dtextio.c1127 const char *errors_str = _PyUnicode_AsUTF8NoNUL(errors); in _io_TextIOWrapper___init___impl() local
1128 if (errors_str == NULL) { in _io_TextIOWrapper___init___impl()
1203 if (_textiowrapper_set_decoder(self, codec_info, errors_str) != 0) in _io_TextIOWrapper___init___impl()
1207 if (_textiowrapper_set_encoder(self, codec_info, errors_str) != 0) in _io_TextIOWrapper___init___impl()
/external/f2fs-tools/fsck/
Dmount.c722 static char *errors_str[] = { variable
754 MSG(0, "%s ", errors_str[i]); in print_sb_errors()
781 printf("%-30s %s(%s)\n", "", "errors", errors_str[i]); in print_sb_debug_info()
783 printf("%-30s\t\t[%-20s]\n", "", errors_str[i]); in print_sb_debug_info()
/external/gmmlib/Source/GmmLib/ULT/googletest/src/
Dgtest-all.cc9701 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local
9702 if (errors_str != "") { in VerifyRegisteredTestNames()
9704 errors_str.c_str()); in VerifyRegisteredTestNames()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.11.0/
Dgmock-gtest-all.cc12489 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local
12490 if (errors_str != "") { in VerifyRegisteredTestNames()
12492 errors_str.c_str()); in VerifyRegisteredTestNames()
/external/fmtlib/test/gtest/
Dgmock-gtest-all.cc12460 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames() local
12461 if (errors_str != "") { in VerifyRegisteredTestNames()
12463 errors_str.c_str()); in VerifyRegisteredTestNames()