Home
last modified time | relevance | path

Searched defs:CheckError (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/openmp/runtime/test/affinity/format/
Dcheck.py7 class CheckError(Exception): class in Checks
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessVertexArraysTests.cpp4190 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/
Dstream.h2033 void CheckError(bool operation_retcode) TF_LOCKS_EXCLUDED(mu_) { in CheckError() function
/external/protobuf/python/google/protobuf/internal/
Djson_format_test.py105 def CheckError(self, text, error_message): member in JsonFormatBase
/external/llvm-project/flang/lib/Semantics/
Dsemantics.cpp238 void SemanticsContext::CheckError(const Symbol &symbol) { in CheckError() function in Fortran::semantics::SemanticsContext
/external/python/cpython2/Lib/sqlite3/test/
Ddbapi.py51 def CheckError(self): member in ModuleTests
/external/python/cpython3/Lib/sqlite3/test/
Ddbapi.py49 def CheckError(self): member in ModuleTests
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2468 angle::Result CheckError(const gl::Context *context, in CheckError() function
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp5164 auto CheckError = [&Importer](Decl *FromD) { in TEST_P() local