Home
last modified time | relevance | path

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

/external/deqp-deps/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
78 EXPECT_THAT(getDiagnosticString(), Not(HasSubstr(GetErrorString(extension)))); in TEST_P()
88 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(extension))); in TEST_P()
/external/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
78 EXPECT_THAT(getDiagnosticString(), Not(HasSubstr(GetErrorString(extension)))); in TEST_P()
88 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(extension))); in TEST_P()
/external/tensorflow/tensorflow/lite/tools/
Dverifier_test.cc124 string GetErrorString() { return mock_reporter_.GetAsString(); } in GetErrorString() function in tflite::TfLiteFlatbufferModelBuilder
176 EXPECT_EQ("", builder.GetErrorString()); in TEST()
222 EXPECT_THAT(builder.GetErrorString(), in TEST()
232 EXPECT_THAT(builder.GetErrorString(), in TEST()
243 EXPECT_THAT(builder.GetErrorString(), in TEST()
284 builder.GetErrorString(), in TEST()
297 EXPECT_THAT(builder.GetErrorString(), in TEST()
309 EXPECT_THAT(builder.GetErrorString(), in TEST()
322 EXPECT_THAT(builder.GetErrorString(), in TEST()
337 EXPECT_EQ("", builder.GetErrorString()); in TEST()
[all …]
/external/python/cpython2/Lib/plat-mac/
Daetools.py138 err_a2 = MacOS.GetErrorString(errn)
/external/python/cpython2/Doc/library/
Dmacos.rst49 .. function:: GetErrorString(errno)