Home
last modified time | relevance | path

Searched refs:test_context (Results 1 - 14 of 14) sorted by relevance

/third_party/openssl/test/
H A 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/
H A Dgl4cPipelineStatisticsQueryTests.cpp296 * @param test_context tcu::TestContext& to be used by the method.
309 tcu::TestContext& test_context, in executeQuery()
328 test_context.getLog() << tcu::TestLog::Message in executeQuery()
338 test_context.getLog() << tcu::TestLog::Message << "Skipping " in executeQuery()
356 test_context.getLog() << tcu::TestLog::Message in executeQuery()
373 test_context.getLog() << tcu::TestLog::Message in executeQuery()
405 test_context.getLog() << tcu::TestLog::Message << "glEndQuery() call failed with error code" in executeQuery()
472 test_context.getLog() << tcu::TestLog::Message in executeQuery()
490 test_context.getLog() << tcu::TestLog::Message << "glGetQueryObjecti64v() call failed with error " in executeQuery()
509 test_context in executeQuery()
306 executeQuery(glw::GLenum query_type, glw::GLuint qo_id, glw::GLuint qo_bo_id, PFNQUERYDRAWHANDLERPROC pfn_draw, void* draw_user_arg, const glu::RenderContext& render_context, tcu::TestContext& test_context, const glu::ContextInfo& context_info, _test_execution_result* out_result, bool& skipped) executeQuery() argument
1208 verifyResultValues( const _test_execution_result& run_result, unsigned int n_expected_values, const glw::GLuint64* expected_values, bool should_check_qo_bo_values, const glw::GLenum query_type, const _draw_call_type* draw_call_type_ptr, const _primitive_type* primitive_type_ptr, bool is_primitive_restart_enabled, tcu::TestContext& test_context, _verification_type verification_type) verifyResultValues() argument
[all...]
H A Dgl4cContextFlushControlTests.hpp154 DrawSetup(deqp::Context& test_context, bool shall_flush_on_release);
H A Dgl4cPipelineStatisticsQueryTests.hpp265 const glu::RenderContext& render_context, tcu::TestContext& test_context,
291 tcu::TestContext& test_context, _verification_type verification_type);
H A Dgl4cContextFlushControlTests.cpp380 * @param [in] test_context Test context for platform, logging and switching to default context on destruction.
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/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredFBO.hpp36 static bool checkFBOCompleteness(tcu::TestContext& test_context, const glw::Functions& gl, glw::GLenum fbo_id,
H A DesextcGeometryShaderLayeredFBO.cpp43 * @param test_context Test context used by the conformance test.
51 bool GeometryShaderLayeredFBOShared::checkFBOCompleteness(tcu::TestContext& test_context, const glw::Functions& gl, in checkFBOCompleteness() argument
67 test_context.getLog() << tcu::TestLog::Message << "Test iteration [" << fbo_id << "] failed. " in checkFBOCompleteness()
/third_party/selinux/libsepol/cil/test/unit/
H A 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()
11961 struct cil_context *test_context; test_cil_fill_context_norole_neg() local
11983 struct cil_context *test_context; test_cil_fill_context_notype_neg() local
12005 struct cil_context *test_context; test_cil_fill_context_nolowlvl_neg() local
12027 struct cil_context *test_context; test_cil_fill_context_nohighlvl_neg() local
12049 struct cil_context *test_context; test_cil_fill_context_unnamedlvl_nocontextlow_neg() local
12071 struct cil_context *test_context; test_cil_fill_context_unnamedlvl_nocontexthigh_neg() local
[all...]
H A Dtest_cil_resolve_ast.c1687 struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->next->next->next->next->next->next->data; in test_cil_resolve_context() local
1689 int rc = cil_resolve_context(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->next->next->next->next->next->cl_head->data; in test_cil_resolve_context_macro() local
1732 int rc = cil_resolve_context(test_db->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->next->next->next->next->next->cl_head->data; in test_cil_resolve_context_macro_neg() local
1777 int rc = cil_resolve_context(test_db->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->next->next->next->next->next->next->next->data; in test_cil_resolve_context_namedrange() local
1809 int rc = cil_resolve_context(test_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->next->next->next->next->next->next->next->data; in test_cil_resolve_context_namedrange_neg() local
1839 int rc = cil_resolve_context(test_db->ast->root->cl_head->next->next->next->next->next->next->next->next->next, test_context, arg in test_cil_resolve_context_namedrange_neg()
1865 struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->next->next->next->next->next->data; test_cil_resolve_context_user_neg() local
1893 struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->next->next->next->next->next->data; test_cil_resolve_context_role_neg() local
1921 struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->next->next->next->next->next->data; test_cil_resolve_context_type_neg() local
1954 struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->next->next->next->next->next->next->data; test_cil_resolve_context_anon_level_neg() local
[all...]
/third_party/python/Lib/test/
H A Dtest_poplib.py424 def test_context(self): member in TestPOP3_SSLClass
H A Dtest_traceback.py1322 def test_context(self): member in BaseExceptionReportingTests
2425 def test_context(self): member in TestTracebackException
H A D_test_multiprocessing.py2643 def test_context(self): member in _TestPool
3351 def test_context(self): member in _TestConnection
3378 def test_context(self): member in _TestListener
5229 def test_context(self): member in TestStartMethod
H A Dtest_ftplib.py982 def test_context(self): member in TestTLS_FTPClass
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_configdialog.py1296 def test_context(self): member in ShedPageTest

Completed in 63 milliseconds