Home
last modified time | relevance | path

Searched defs:test_context (Results 1 – 11 of 11) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cContextFlushControlTests.cpp383 gl4cts::ContextFlushControl::FunctionalTest::DrawSetup::DrawSetup(deqp::Context& test_context, in DrawSetup()
Dgl4cPipelineStatisticsQueryTests.cpp295 tcu::TestContext& test_context, in executeQuery()
1194 …mitive_type* primitive_type_ptr, bool is_primitive_restart_enabled, tcu::TestContext& test_context, in verifyResultValues()
/external/python/cpython3/Lib/test/
Dtest_traceback.py503 def test_context(self): member in BaseExceptionReportingTests
976 def test_context(self): member in TestTracebackException
Dtest_poplib.py392 def test_context(self): member in TestPOP3_SSLClass
D_test_multiprocessing.py1935 def test_context(self): member in _TestPool
2543 def test_context(self): member in _TestConnection
2570 def test_context(self): member in _TestListener
3779 def test_context(self): member in TestStartMethod
Dtest_ftplib.py900 def test_context(self): member in TestTLS_FTPClass
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredFBO.cpp51 bool GeometryShaderLayeredFBOShared::checkFBOCompleteness(tcu::TestContext& test_context, const glw… in checkFBOCompleteness()
/external/python/cpython2/Lib/test/
Dtest_ftplib.py706 def test_context(self): member in TestTLS_FTPClass
/external/selinux/libsepol/cil/test/unit/
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
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
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
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
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
1865 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_user_neg() local
1893 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_role_neg() local
1921 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_type_neg() local
1954 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_anon_level_neg() local
Dtest_cil_build_ast.c11874 struct cil_context *test_context; in test_cil_fill_context() local
11896 struct cil_context *test_context; in test_cil_fill_context_unnamedlvl() local
11918 struct cil_context *test_context = NULL; in test_cil_fill_context_nocontext_neg() local
11939 struct cil_context *test_context; in test_cil_fill_context_nouser_neg() local
11961 struct cil_context *test_context; in test_cil_fill_context_norole_neg() local
11983 struct cil_context *test_context; in test_cil_fill_context_notype_neg() local
12005 struct cil_context *test_context; in test_cil_fill_context_nolowlvl_neg() local
12027 struct cil_context *test_context; in test_cil_fill_context_nohighlvl_neg() local
12049 struct cil_context *test_context; in test_cil_fill_context_unnamedlvl_nocontextlow_neg() local
12071 struct cil_context *test_context; in test_cil_fill_context_unnamedlvl_nocontexthigh_neg() local
/external/v8/src/crankshaft/
Dhydrogen.h893 TestContext* test_context() { return test_context_; } in test_context() function