/external/deqp-deps/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()
|
/external/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()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
|
/external/tensorflow/tensorflow/lite/tools/ |
D | verifier_test.cc | 138 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/ |
D | status_code.h | 111 inline const char* GetErrorString(StatusCode status) { in GetErrorString() function
|
/external/libgav1/libgav1/examples/ |
D | gav1_decode.cc | 301 libgav1::GetErrorString(status)); in main() 366 libgav1::GetErrorString(status)); in main() 379 libgav1::GetErrorString(status)); in main()
|
/external/mesa3d/include/android_stub/backtrace/ |
D | Backtrace.h | 184 std::string GetErrorString(BacktraceUnwindError error);
|
/external/python/cpython2/Lib/plat-mac/ |
D | aetools.py | 138 err_a2 = MacOS.GetErrorString(errn)
|
/external/python/cpython2/Doc/library/ |
D | macos.rst | 49 .. function:: GetErrorString(errno)
|
/external/exoplayer/tree/extensions/av1/src/main/jni/ |
D | gav1_jni.cc | 759 libgav1::GetErrorString(context->libgav1_status_code)); in DECODER_FUNC()
|