Home
last modified time | relevance | path

Searched refs:CheckError (Results 1 – 14 of 14) sorted by relevance

/external/autotest/client/deps/glbench/src/
Degl_stuff.cc24 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
Dglx_stuff.h24 virtual void CheckError();
Dglinterface.h55 virtual void CheckError() = 0;
Degl_stuff.h28 virtual void CheckError();
Dwaffle_stuff.h24 virtual void CheckError();
Dglx_stuff.cc118 void GLXInterface::CheckError() { in CheckError() function in GLXInterface
Dwaffle_stuff.cc186 void WaffleInterface::CheckError() {} in CheckError() function in WaffleInterface
/external/protobuf/python/google/protobuf/internal/
Djson_format_test.py101 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/
Dgl4cDirectStateAccessVertexArraysTests.cpp4151 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
4420CheckError(GL_INVALID_OPERATION, "INVALID_OPERATION error was not generated by VertexArrayElementB… in iterate()
[all …]
Dgl4cDirectStateAccessTests.hpp4535 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/
Dstream.cc313 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 …]
Dstream.h1973 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/
Ddbapi.py51 def CheckError(self): member in ModuleTests
/external/python/cpython3/Lib/sqlite3/test/
Ddbapi.py49 def CheckError(self): member in ModuleTests