Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/CFStreamTests/
H A DCFStreamClientTests.mm59 static void must_fail(void* arg, grpc_error_handle error) { function
/aosp_15_r20/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/
H A DCFStreamClientTests.mm58 static void must_fail(void* arg, grpc_error_handle error) { function
/aosp_15_r20/external/wayland/tests/
H A Dtest-runner.h37 int must_fail; member
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h23 bool must_fail; member
H A Dnetwork_helpers.c235 socklen_t addrlen, const bool must_fail) in connect_fd_to_addr()
/aosp_15_r20/external/grpc-grpc/test/core/iomgr/
H A Dtcp_client_posix_test.cc84 static void must_fail(void* /*arg*/, grpc_error_handle error) { in must_fail() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/wycheproof-0.4.0/src/
H A Dlib.rs319 pub fn must_fail(&self) -> bool { in must_fail() method
/aosp_15_r20/external/rust/android-crates-io/crates/quickcheck/src/
Dtester.rs243 pub fn must_fail<T, F>(f: F) -> TestResult in must_fail() method
/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier.cc4109 bool must_fail = false; in ResolveMethodAndCheckAccess() local