/third_party/protobuf/python/google/protobuf/internal/ |
H A D | json_format_test.py | 107 def CheckError(self, text, error_message): member in JsonFormatBase 191 self.CheckError('{"[extensionField]": {}}', 430 self.CheckError( 435 self.CheckError( 818 self.CheckError('{"repeatedMessageValue":[null]}', 838 self.CheckError(text, 881 self.CheckError('', 890 self.CheckError( 923 self.CheckError('{int32Value: 1}', 926 self.CheckError('{"unknownNam [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessVertexArraysTests.cpp | 4151 is_ok = CheckError(GL_INVALID_VALUE, "INVALID_VALUE was not generated if n is negative."); in iterate() 4190 bool CreationErrorTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::CreationErrorTest 4266 is_ok &= CheckError(GL_INVALID_OPERATION, "INVALID_OPERATION was not generated by EnableVertexArrayAttrib if " in iterate() 4271 is_ok &= CheckError(GL_INVALID_OPERATION, "INVALID_OPERATION was not generated by DisableVertexArrayAttrib if " in iterate() 4277 is_ok &= CheckError( in iterate() 4283 is_ok &= CheckError( in iterate() 4289 is_ok &= CheckError( in iterate() 4295 is_ok &= CheckError( in iterate() 4342 bool EnableDisableAttributeErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::EnableDisableAttributeErrorsTest 4420 CheckError(GL_INVALID_OPERATIO in iterate() 4477 bool ElementBufferErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) CheckError() function in gl4cts::DirectStateAccess::VertexArrays::ElementBufferErrorsTest 4689 bool VertexBuffersErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) CheckError() function in gl4cts::DirectStateAccess::VertexArrays::VertexBuffersErrorsTest 5002 bool AttributeFormatErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) CheckError() function in gl4cts::DirectStateAccess::VertexArrays::AttributeFormatErrorsTest 5149 bool AttributeBindingErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) CheckError() function in gl4cts::DirectStateAccess::VertexArrays::AttributeBindingErrorsTest 5283 bool AttributeBindingDivisorErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) CheckError() function in gl4cts::DirectStateAccess::VertexArrays::AttributeBindingDivisorErrorsTest 5408 bool GetVertexArrayErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) CheckError() function in gl4cts::DirectStateAccess::VertexArrays::GetVertexArrayErrorsTest 5575 bool GetVertexArrayIndexedErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) CheckError() function in gl4cts::DirectStateAccess::VertexArrays::GetVertexArrayIndexedErrorsTest [all...] |
H A D | gl4cDirectStateAccessTests.hpp | 4564 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4590 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4615 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4661 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4708 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4737 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4763 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4788 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4830 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.h | 81 angle::Result CheckError(const gl::Context *context, 89 ANGLE_TRY(CheckError(context, #call, __FILE__, __FUNCTION__, __LINE__))
|
H A D | renderergl_utils.cpp | 2492 angle::Result CheckError(const gl::Context *context, in CheckError() function
|
/third_party/node/src/ |
H A D | node_zlib.cc | 368 if (CheckError()) { in Write() 393 bool CheckError() { in CheckError() function in node::__anon15438::CompressionStream 420 if (!CheckError())
|