Home
last modified time | relevance | path

Searched refs:GetErrorString (Results 1 – 13 of 13) 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
79 EXPECT_THAT(getDiagnosticString(), Not(HasSubstr(GetErrorString(extension)))); in TEST_P()
89 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
79 EXPECT_THAT(getDiagnosticString(), Not(HasSubstr(GetErrorString(extension)))); in TEST_P()
89 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetErrorString(extension))); in TEST_P()
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
/external/tensorflow/tensorflow/lite/tools/
Dverifier_test.cc138 string GetErrorString() { return mock_reporter_.GetAsString(); } in GetErrorString() function in tflite::TfLiteFlatbufferModelBuilder
199 EXPECT_EQ("", builder.GetErrorString()); in TEST()
208 EXPECT_EQ(builder.GetErrorString(), in TEST()
218 builder.GetErrorString(), in TEST()
234 EXPECT_EQ("", builder.GetErrorString()); in TEST()
280 EXPECT_THAT(builder.GetErrorString(), in TEST()
290 EXPECT_THAT(builder.GetErrorString(), in TEST()
301 EXPECT_THAT(builder.GetErrorString(), in TEST()
338 EXPECT_EQ(builder.GetErrorString(), "String tensor input is invalid (empty)"); in TEST()
350 builder.GetErrorString(), in TEST()
[all …]
/external/libgav1/libgav1/src/gav1/
Dstatus_code.h111 inline const char* GetErrorString(StatusCode status) { in GetErrorString() function
/external/libgav1/libgav1/examples/
Dgav1_decode.cc301 libgav1::GetErrorString(status)); in main()
366 libgav1::GetErrorString(status)); in main()
379 libgav1::GetErrorString(status)); in main()
/external/mesa3d/include/android_stub/backtrace/
DBacktrace.h184 std::string GetErrorString(BacktraceUnwindError error);
/external/python/cpython2/Lib/plat-mac/
Daetools.py138 err_a2 = MacOS.GetErrorString(errn)
/external/python/cpython2/Doc/library/
Dmacos.rst49 .. function:: GetErrorString(errno)
/external/exoplayer/tree/extensions/av1/src/main/jni/
Dgav1_jni.cc759 libgav1::GetErrorString(context->libgav1_status_code)); in DECODER_FUNC()