/external/llvm-project/openmp/runtime/test/affinity/format/ |
D | check.py | 7 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/ |
D | json_format_test.py | 105 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/ |
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 | 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);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | renderergl_utils.h | 81 angle::Result CheckError(const gl::Context *context, 89 ANGLE_TRY(CheckError(context, #call, __FILE__, __FUNCTION__, __LINE__))
|
D | renderergl_utils.cpp | 2468 angle::Result CheckError(const gl::Context *context, in CheckError() function
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream.cc | 319 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 …]
|
D | stream.h | 2033 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/ |
D | semantics.cpp | 234 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/ |
D | semantics.h | 178 void CheckError(const Symbol &);
|
/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
|
/external/llvm-project/clang/unittests/AST/ |
D | ASTImporterTest.cpp | 5164 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()
|