| /third_party/flutter/skia/third_party/externals/spirv-tools/test/val/ |
| D | val_type_unique_test.cpp | 96 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 …]
|
| D | val_extensions_test.cpp | 41 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/ |
| D | val_type_unique_test.cpp | 93 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 …]
|
| D | val_extensions_test.cpp | 42 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/ |
| D | val_type_unique_test.cpp | 93 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 …]
|
| D | val_extensions_test.cpp | 42 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/ |
| D | val_type_unique_test.cpp | 93 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 …]
|
| D | val_extensions_test.cpp | 42 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/ |
| D | urlrequest_test.cc | 154 callback_->Failure(ERR_ABORTED, test_runner::GetErrorString(ERR_ABORTED)); in CancelPendingRequest() 166 callback_->Failure(error_code, test_runner::GetErrorString(error_code)); in OnRequestComplete()
|
| D | test_runner.h | 36 std::string GetErrorString(cef_errorcode_t code);
|
| D | test_runner.cc | 738 std::string GetErrorString(cef_errorcode_t code) { in GetErrorString() function
|
| D | client_handler.cc | 161 << "</a><br/>Error: " << test_runner::GetErrorString(error_code) << " (" in LoadErrorPage()
|
| /third_party/mesa3d/include/android_stub/backtrace/ |
| D | Backtrace.h | 184 std::string GetErrorString(BacktraceUnwindError error);
|