Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/openssl/src/ssl/test/
Dserver.rs51 should_error: bool, field
73 pub fn should_error(&mut self) { in should_error() method
83 let should_error = self.should_error; in build() localVariable
/aosp_15_r20/external/bazelbuild-rules_rust/test/process_wrapper/
H A Dfake_rustc.rs4 let should_error = std::env::args().any(|arg| arg == "error"); in main() localVariable
/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_pooling.py731 self, device, module_name, module_size, output_size, test_index, should_error argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_torch.py1943 def test_func_expect_error(call_type, should_error): argument
5235 def run(num_threads, num_parallel, skip_first, should_error): argument
H A Dtest_linalg.py1806 def run_test_case(input, ord, dim, keepdim, should_error): argument