Searched defs:CheckError (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/openmp/runtime/test/affinity/format/ |
D | check.py | 7 class CheckError(Exception): class in Checks
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessVertexArraysTests.cpp | 4190 bool CreationErrorTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::CreationErrorTest 4342 bool EnableDisableAttributeErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* lo… in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::EnableDisableAttributeErrorsTest 4477 bool ElementBufferErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::ElementBufferErrorsTest 4689 bool VertexBuffersErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::VertexBuffersErrorsTest 5002 bool AttributeFormatErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_messa… in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::AttributeFormatErrorsTest 5149 bool AttributeBindingErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_mess… in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::AttributeBindingErrorsTest 5283 bool AttributeBindingDivisorErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* l… in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::AttributeBindingDivisorErrorsTest 5408 bool GetVertexArrayErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_messag… in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::GetVertexArrayErrorsTest 5575 bool GetVertexArrayIndexedErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log… in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::GetVertexArrayIndexedErrorsTest
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream.h | 2033 void CheckError(bool operation_retcode) TF_LOCKS_EXCLUDED(mu_) { in CheckError() function
|
/external/protobuf/python/google/protobuf/internal/ |
D | json_format_test.py | 105 def CheckError(self, text, error_message): member in JsonFormatBase
|
/external/llvm-project/flang/lib/Semantics/ |
D | semantics.cpp | 238 void SemanticsContext::CheckError(const Symbol &symbol) { in CheckError() function in Fortran::semantics::SemanticsContext
|
/external/python/cpython2/Lib/sqlite3/test/ |
D | dbapi.py | 51 def CheckError(self): member in ModuleTests
|
/external/python/cpython3/Lib/sqlite3/test/ |
D | dbapi.py | 49 def CheckError(self): member in ModuleTests
|
/external/angle/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 2468 angle::Result CheckError(const gl::Context *context, in CheckError() function
|
/external/llvm-project/clang/unittests/AST/ |
D | ASTImporterTest.cpp | 5164 auto CheckError = [&Importer](Decl *FromD) { in TEST_P() local
|