Home
last modified time | relevance | path

Searched refs:test_context (Results 1 – 15 of 15) sorted by relevance

/third_party/openssl/test/
Dcontext_internal_test.c52 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/
Dgl4cPipelineStatisticsQueryTests.cpp308 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()
486test_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()
519test_context.getLog() << tcu::TestLog::Message << "glGetQueryObjectui64v() call failed with error " in executeQuery()
[all …]
Dgl4cContextFlushControlTests.hpp154 DrawSetup(deqp::Context& test_context, bool shall_flush_on_release);
Dgl4cPipelineStatisticsQueryTests.hpp265 const glu::RenderContext& render_context, tcu::TestContext& test_context,
290 tcu::TestContext& test_context, _verification_type verification_type);
Dgl4cContextFlushControlTests.cpp383 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/
Dexecltp.in204 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/
DesextcGeometryShaderLayeredFBO.hpp36 …static bool checkFBOCompleteness(tcu::TestContext& test_context, const glw::Functions& gl, glw::GL…
DesextcGeometryShaderLayeredFBO.cpp51 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/
Dtest_cil_build_ast.c11874 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 …]
Dtest_cil_resolve_ast.c1687 …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/
Dtest_poplib.py422 def test_context(self): member in TestPOP3_SSLClass
Dtest_traceback.py669 def test_context(self): member in BaseExceptionReportingTests
1221 def test_context(self): member in TestTracebackException
Dtest_ftplib.py975 def test_context(self): member in TestTLS_FTPClass
D_test_multiprocessing.py2580 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/
Dtest_configdialog.py1296 def test_context(self): member in ShedPageTest