/third_party/openssl/test/ |
D | context_internal_test.c | 52 static int test_context(OSSL_LIB_CTX *ctx) in test_context() function 66 && test_context(ctx); in test_app_context() 74 return test_context(NULL); in test_def_context()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cPipelineStatisticsQueryTests.cpp | 308 tcu::TestContext& test_context, in executeQuery() argument 326 test_context.getLog() << tcu::TestLog::Message in executeQuery() 336 test_context.getLog() << tcu::TestLog::Message << "Skipping " in executeQuery() 352 test_context.getLog() << tcu::TestLog::Message in executeQuery() 369 test_context.getLog() << tcu::TestLog::Message in executeQuery() 401 test_context.getLog() << tcu::TestLog::Message << "glEndQuery() call failed with error code" in executeQuery() 468 test_context.getLog() << tcu::TestLog::Message in executeQuery() 486 … test_context.getLog() << tcu::TestLog::Message << "glGetQueryObjecti64v() call failed with error " in executeQuery() 505 test_context.getLog() << tcu::TestLog::Message << "glGetQueryObjectiv() call failed with error " in executeQuery() 519 …test_context.getLog() << tcu::TestLog::Message << "glGetQueryObjectui64v() call failed with error " in executeQuery() [all …]
|
D | gl4cContextFlushControlTests.hpp | 154 DrawSetup(deqp::Context& test_context, bool shall_flush_on_release);
|
D | gl4cPipelineStatisticsQueryTests.hpp | 265 const glu::RenderContext& render_context, tcu::TestContext& test_context, 290 tcu::TestContext& test_context, _verification_type verification_type);
|
D | gl4cContextFlushControlTests.cpp | 383 gl4cts::ContextFlushControl::FunctionalTest::DrawSetup::DrawSetup(deqp::Context& test_context, in DrawSetup() argument 385 : m_test_context(test_context), m_fbo(0), m_rbo(0), m_vao(0), m_po(0) in DrawSetup()
|
/third_party/ltp/ |
D | execltp.in | 204 test_context = context[test] 207 test_context = ('Could not determine context for %s; please see ' 210 test_set_context['%s : %s' % (testsuite, test)] = test_context
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLayeredFBO.hpp | 36 …static bool checkFBOCompleteness(tcu::TestContext& test_context, const glw::Functions& gl, glw::GL…
|
D | esextcGeometryShaderLayeredFBO.cpp | 51 bool GeometryShaderLayeredFBOShared::checkFBOCompleteness(tcu::TestContext& test_context, const glw… in checkFBOCompleteness() argument 67 test_context.getLog() << tcu::TestLog::Message << "Test iteration [" << fbo_id << "] failed. " in checkFBOCompleteness()
|
/third_party/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 11874 struct cil_context *test_context; in test_cil_fill_context() local 11875 cil_context_init(&test_context); in test_cil_fill_context() 11877 … int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context() 11896 struct cil_context *test_context; in test_cil_fill_context_unnamedlvl() local 11897 cil_context_init(&test_context); in test_cil_fill_context_unnamedlvl() 11899 … int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_unnamedlvl() 11918 struct cil_context *test_context = NULL; in test_cil_fill_context_nocontext_neg() local 11920 … int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_nocontext_neg() 11939 struct cil_context *test_context; in test_cil_fill_context_nouser_neg() local 11940 cil_context_init(&test_context); in test_cil_fill_context_nouser_neg() [all …]
|
D | test_cil_resolve_ast.c | 1687 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context() local 1689 …t(test_db->ast->root->cl_head->next->next->next->next->next->next->next->next, test_context, args); in test_cil_resolve_context() 1717 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_macro() local 1732 …>ast->root->cl_head->next->next->next->next->next->next->next->next->cl_head, test_context, args); in test_cil_resolve_context_macro() 1762 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_macro_neg() local 1777 …->ast->root->cl_head->next->next->next->next->next->next->next->next->cl_head, test_context, args); in test_cil_resolve_context_macro_neg() 1807 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_namedrange() local 1809 …_db->ast->root->cl_head->next->next->next->next->next->next->next->next->next, test_context, args); in test_cil_resolve_context_namedrange() 1837 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_namedrange_neg() local 1839 …_db->ast->root->cl_head->next->next->next->next->next->next->next->next->next, test_context, args); in test_cil_resolve_context_namedrange_neg() [all …]
|
/third_party/python/Lib/test/ |
D | test_poplib.py | 422 def test_context(self): member in TestPOP3_SSLClass
|
D | test_traceback.py | 669 def test_context(self): member in BaseExceptionReportingTests 1221 def test_context(self): member in TestTracebackException
|
D | test_ftplib.py | 975 def test_context(self): member in TestTLS_FTPClass
|
D | _test_multiprocessing.py | 2580 def test_context(self): member in _TestPool 3278 def test_context(self): member in _TestConnection 3305 def test_context(self): member in _TestListener 5156 def test_context(self): member in TestStartMethod
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_configdialog.py | 1296 def test_context(self): member in ShedPageTest
|