Home
last modified time | relevance | path

Searched defs:check_context (Results 1 – 5 of 5) sorted by relevance

/external/python/mako/mako/testing/
Dassertions.py103 check_context=False, argument
116 def _expect_raises(except_cls, msg=None, check_context=False, cause_cls=None): argument
151 def expect_raises(except_cls, check_context=False): argument
155 def expect_raises_message(except_cls, msg, check_context=False): argument
159 def expect_raises_with_proper_context(except_cls, check_context=True): argument
164 except_cls, msg, check_context=True argument
/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dleaf_node_validator.rs64 fn check_context( in check_context() method
/external/igt-gpu-tools/tests/i915/
Dgem_reset_stats.c114 static void check_context(const struct intel_execution_engine *e) in check_context() function
/external/python/cpython3/Lib/test/
Dtest_tarfile.py3523 def check_context(self, tar, filter): member in TestExtractionFilters
D_test_multiprocessing.py5632 def check_context(self, ctx): member in TestStartMethod