Searched defs:check_context (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/python/mako/mako/testing/ |
D | assertions.py | 103 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 D | tests.rs | 97 fn check_context() -> Result<(selinux::Context, i32, bool)> { in check_context() function
|
/aosp_15_r20/system/security/keystore2/selinux/src/ |
H A D | lib.rs | 655 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/ |
D | leaf_node_validator.rs | 64 fn check_context( in check_context() method
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_reset_stats.c | 114 static void check_context(const struct intel_execution_engine *e) in check_context() function
|
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/ |
D | hwcrypto_device_key.rs | 99 fn check_context(&self, connection: ConnectionInformation) -> Result<(), HwCryptoError> { in check_context() method
|
/aosp_15_r20/art/runtime/oat/ |
H A D | oat_file_assistant_test.cc | 72 bool check_context = false) { in VerifyOptimizationStatus()
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_tarfile.py | 3293 def check_context(self, tar, filter): member in TestExtractionFilters
|
D | _test_multiprocessing.py | 5219 def check_context(self, ctx): member in TestStartMethod
|