Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/system/security/keystore2/src/permission/
H A Dtests.rs97 fn check_context() -> Result<(selinux::Context, i32, bool)> { in check_context() function
/aosp_15_r20/system/security/keystore2/selinux/src/
H A Dlib.rs655 fn check_context() -> Result<(Context, &'static str, bool)> { in check_context() function
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dleaf_node_validator.rs64 fn check_context( in check_context() method
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_reset_stats.c114 static void check_context(const struct intel_execution_engine *e) in check_context() function
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dhwcrypto_device_key.rs99 fn check_context(&self, connection: ConnectionInformation) -> Result<(), HwCryptoError> { in check_context() method
/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant_test.cc72 bool check_context = false) { in VerifyOptimizationStatus()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_tarfile.py3293 def check_context(self, tar, filter): member in TestExtractionFilters
D_test_multiprocessing.py5219 def check_context(self, ctx): member in TestStartMethod