/external/autotest/client/deps/glbench/src/ |
D | egl_stuff.cc | 24 CheckError(); in Init() 27 CheckError(); in Init() 30 CheckError(); in Init() 60 CheckError(); in GetXVisual() 63 CheckError(); in GetXVisual() 67 CheckError(); in GetXVisual() 70 CheckError(); in GetXVisual() 79 CheckError(); in GetXVisual() 114 void EGLInterface::CheckError() { in CheckError() function in EGLInterface
|
D | glx_stuff.h | 24 virtual void CheckError();
|
D | glinterface.h | 55 virtual void CheckError() = 0;
|
D | egl_stuff.h | 28 virtual void CheckError();
|
D | waffle_stuff.h | 24 virtual void CheckError();
|
D | glx_stuff.cc | 118 void GLXInterface::CheckError() { in CheckError() function in GLXInterface
|
D | waffle_stuff.cc | 186 void WaffleInterface::CheckError() {} in CheckError() function in WaffleInterface
|
/external/protobuf/python/google/protobuf/internal/ |
D | json_format_test.py | 101 def CheckError(self, text, error_message): member in JsonFormatBase 588 self.CheckError('', 592 self.CheckError( 596 self.CheckError( 602 self.CheckError('{int32Value: 1}', 605 self.CheckError('{"unknownName": 1}', 613 self.CheckError('{"int32Value": 1,\n"int32Value":2}', 617 self.CheckError('{"boolValue": 1}', 620 self.CheckError('{"boolValue": "true"}', 629 self.CheckError('{"int32Value": 012345}', [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
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 EnableVertexArra… in iterate() 4271 …is_ok &= CheckError(GL_INVALID_OPERATION, "INVALID_OPERATION was not generated by DisableVertexArr… 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* lo… in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::EnableDisableAttributeErrorsTest 4420 …CheckError(GL_INVALID_OPERATION, "INVALID_OPERATION error was not generated by VertexArrayElementB… in iterate() [all …]
|
D | gl4cDirectStateAccessTests.hpp | 4535 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4561 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4586 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4632 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4679 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4708 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4734 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4759 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4801 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message);
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream.cc | 313 CheckError(parent_->AllocateTimer(timer)); in InitTimer() 355 CheckError(dnn->DoBatchNormalizationForward( in ThenBatchNormalizationForward() 379 CheckError(dnn->DoBatchNormalizationBackward( in ThenBatchNormalizationBackward() 405 CheckError(dnn->DoBatchNormalizationForward( in ThenBatchNormalizationForward() 430 CheckError(dnn->DoBatchNormalizationBackward( in ThenBatchNormalizationBackward() 750 CheckError(dnn->DoConvolveQuantized( in ThenConvolveQuantized() 780 CheckError(dnn->DoConvolveQuantized( in ThenConvolveQuantized() 810 CheckError(dnn->DoSeparableConvolve( in ThenSeparableConvolve() 1102 CheckError(dnn->DoConvolveBackwardBias(this, input_descriptor, input_data, in ThenConvolveBackwardBiasImpl() 1149 CheckError(dnn->DoMatMul(this, input_data, weights, input_dimensions, in ThenMatMul() [all …]
|
D | stream.h | 1973 void CheckError(bool operation_retcode) LOCKS_EXCLUDED(mu_) { in CheckError() function 1984 void SetError() { CheckError(false /* = operation_retcode */); } in SetError()
|
/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
|