Home
last modified time | relevance | path

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

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