Home
last modified time | relevance | path

Searched refs:GetErrorString (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/
Dval_type_unique_test.cpp96 string GetErrorString(SpvOp opcode) { in GetErrorString() function
113 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeVoid))); in TEST_F()
122 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeBool))); in TEST_F()
131 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeInt))); in TEST_F()
140 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeFloat))); in TEST_F()
150 HasSubstr(GetErrorString(SpvOpTypeVector))); in TEST_F()
160 HasSubstr(GetErrorString(SpvOpTypeMatrix))); in TEST_F()
170 HasSubstr(GetErrorString(SpvOpTypeFunction))); in TEST_F()
187 HasSubstr(GetErrorString(SpvOpTypePipeStorage))); in TEST_F()
203 HasSubstr(GetErrorString(SpvOpTypeNamedBarrier))); in TEST_F()
[all …]
Dval_extensions_test.cpp41 string GetErrorString(const std::string& extension) { in GetErrorString() function
79 EXPECT_THAT(getDiagnosticString(), Not(HasSubstr(GetErrorString(extension)))); in TEST_P()
89 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(extension))); in TEST_P()
/third_party/spirv-tools/test/val/
Dval_type_unique_test.cpp93 std::string GetErrorString(SpvOp opcode) { in GetErrorString() function
110 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeVoid))); in TEST_F()
119 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeBool))); in TEST_F()
128 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeInt))); in TEST_F()
137 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeFloat))); in TEST_F()
147 HasSubstr(GetErrorString(SpvOpTypeVector))); in TEST_F()
157 HasSubstr(GetErrorString(SpvOpTypeMatrix))); in TEST_F()
167 HasSubstr(GetErrorString(SpvOpTypeFunction))); in TEST_F()
184 HasSubstr(GetErrorString(SpvOpTypePipeStorage))); in TEST_F()
200 HasSubstr(GetErrorString(SpvOpTypeNamedBarrier))); in TEST_F()
[all …]
Dval_extensions_test.cpp42 std::string GetErrorString(const std::string& extension) { in GetErrorString() function
79 EXPECT_THAT(getDiagnosticString(), Not(HasSubstr(GetErrorString(extension)))); in TEST_P()
89 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(extension))); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_type_unique_test.cpp93 std::string GetErrorString(SpvOp opcode) { in GetErrorString() function
110 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeVoid))); in TEST_F()
119 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeBool))); in TEST_F()
128 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeInt))); in TEST_F()
137 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeFloat))); in TEST_F()
147 HasSubstr(GetErrorString(SpvOpTypeVector))); in TEST_F()
157 HasSubstr(GetErrorString(SpvOpTypeMatrix))); in TEST_F()
167 HasSubstr(GetErrorString(SpvOpTypeFunction))); in TEST_F()
184 HasSubstr(GetErrorString(SpvOpTypePipeStorage))); in TEST_F()
200 HasSubstr(GetErrorString(SpvOpTypeNamedBarrier))); in TEST_F()
[all …]
Dval_extensions_test.cpp42 std::string GetErrorString(const std::string& extension) { in GetErrorString() function
79 EXPECT_THAT(getDiagnosticString(), Not(HasSubstr(GetErrorString(extension)))); in TEST_P()
89 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(extension))); in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_type_unique_test.cpp93 std::string GetErrorString(SpvOp opcode) { in GetErrorString() function
110 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeVoid))); in TEST_F()
119 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeBool))); in TEST_F()
128 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeInt))); in TEST_F()
137 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(SpvOpTypeFloat))); in TEST_F()
147 HasSubstr(GetErrorString(SpvOpTypeVector))); in TEST_F()
157 HasSubstr(GetErrorString(SpvOpTypeMatrix))); in TEST_F()
167 HasSubstr(GetErrorString(SpvOpTypeFunction))); in TEST_F()
184 HasSubstr(GetErrorString(SpvOpTypePipeStorage))); in TEST_F()
200 HasSubstr(GetErrorString(SpvOpTypeNamedBarrier))); in TEST_F()
[all …]
Dval_extensions_test.cpp42 std::string GetErrorString(const std::string& extension) { in GetErrorString() function
79 EXPECT_THAT(getDiagnosticString(), Not(HasSubstr(GetErrorString(extension)))); in TEST_P()
89 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(extension))); in TEST_P()
/third_party/cef/tests/cefclient/browser/
Durlrequest_test.cc154 callback_->Failure(ERR_ABORTED, test_runner::GetErrorString(ERR_ABORTED)); in CancelPendingRequest()
166 callback_->Failure(error_code, test_runner::GetErrorString(error_code)); in OnRequestComplete()
Dtest_runner.h36 std::string GetErrorString(cef_errorcode_t code);
Dtest_runner.cc738 std::string GetErrorString(cef_errorcode_t code) { in GetErrorString() function
Dclient_handler.cc161 << "</a><br/>Error: " << test_runner::GetErrorString(error_code) << " (" in LoadErrorPage()
/third_party/mesa3d/include/android_stub/backtrace/
DBacktrace.h184 std::string GetErrorString(BacktraceUnwindError error);