Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/test/affinity/format/
Dcheck.py7 class CheckError(Exception): class in Checks
41 … raise Checks.CheckError('{}: Output was found when expecting none.'.format(self.prefix))
56 raise Checks.CheckError('{}: Did not find: {}'.format(self.prefix, c))
60 raise Checks.CheckError('{}: Extra output: {}'.format(self.prefix, self.lines))
/external/protobuf/python/google/protobuf/internal/
Djson_format_test.py105 def CheckError(self, text, error_message): member in JsonFormatBase
189 self.CheckError('{"[extensionField]": {}}',
413 self.CheckError(
418 self.CheckError(
801 self.CheckError('{"repeatedMessageValue":[null]}',
822 self.CheckError('',
831 self.CheckError(
847 self.CheckError('{int32Value: 1}',
850 self.CheckError('{"unknownName": 1}',
868 self.CheckError('{"int32Value": 1,\n"int32Value":2}',
[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.hpp4564 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);
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.h81 angle::Result CheckError(const gl::Context *context,
89 ANGLE_TRY(CheckError(context, #call, __FILE__, __FUNCTION__, __LINE__))
Drenderergl_utils.cpp2468 angle::Result CheckError(const gl::Context *context, in CheckError() function
/external/tensorflow/tensorflow/stream_executor/
Dstream.cc319 CheckError(parent_->AllocateTimer(timer)); in InitTimer()
359 CheckError(dnn->DoBatchNormalizationForward( in ThenBatchNormalizationForward()
383 CheckError(dnn->DoBatchNormalizationBackward( in ThenBatchNormalizationBackward()
410 CheckError(dnn->DoBatchNormalizationForward( in ThenBatchNormalizationForward()
435 CheckError(dnn->DoBatchNormalizationBackward( in ThenBatchNormalizationBackward()
611 CheckError(ConvolveWithAlgorithm( in ThenConvolve()
636 CheckError(dnn->DoConvolveQuantized( in ThenConvolveQuantized()
663 CheckError(dnn->DoConvolveQuantized( in ThenConvolveQuantized()
690 CheckError(dnn->DoSeparableConvolve( in ThenSeparableConvolve()
710 CheckError(dnn->DoConvolveBackwardBias(this, input_descriptor, input_data, in ThenConvolveBackwardBiasImpl()
[all …]
Dstream.h2033 void CheckError(bool operation_retcode) TF_LOCKS_EXCLUDED(mu_) { in CheckError() function
2044 void SetError() { CheckError(false /* = operation_retcode */); } in SetError()
/external/llvm-project/flang/lib/Semantics/
Dsemantics.cpp234 CheckError(symbol); in SetError()
238 void SemanticsContext::CheckError(const Symbol &symbol) { in CheckError() function in Fortran::semantics::SemanticsContext
/external/llvm-project/flang/include/flang/Semantics/
Dsemantics.h178 void CheckError(const Symbol &);
/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/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp5164 auto CheckError = [&Importer](Decl *FromD) { in TEST_P() local
5169 CheckError(FromFooA); in TEST_P()
5171 CheckError(FromFooB); in TEST_P()
5173 CheckError(FromFooC); in TEST_P()