Home
last modified time | relevance | path

Searched refs:is_ok (Results 76 - 100 of 146) sorted by relevance

123456

/third_party/libabigail/src/
H A Dabg-ini.cc1114 for (bool is_ok = read_next_char(c); in skip_line()
1115 is_ok; in skip_line()
1116 is_ok = read_next_char(c)) in skip_line()
1734 bool is_ok = read_sections(in, sections); in read_sections()
1737 return is_ok; in read_sections()
1911 bool is_ok = write_sections(sections, f); in write_sections()
1915 return is_ok; in write_sections()
/third_party/libabigail/tests/
H A Dtest-read-dwarf.cc649 if (!(is_ok = run_abidw())) in perform()
652 if (!(is_ok = run_diff())) in perform()
H A Dtest-read-common.h49 bool is_ok; member
/third_party/rust/crates/clap/tests/derive/
H A Dvalue_enum.rs420 assert!(ArgChoice::from_str("foo", true).is_ok()); in skip_variant()
421 assert!(ArgChoice::from_str("bar", true).is_ok()); in skip_variant()
451 assert!(ArgChoice::from_str("foo", true).is_ok()); in skip_non_unit_variant()
452 assert!(ArgChoice::from_str("bar", true).is_ok()); in skip_non_unit_variant()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cIncompleteTextureAccessTests.cpp97 bool is_ok = true; in iterate() local
118 is_ok = false; in iterate()
126 is_ok = false; in iterate()
135 if (is_ok) in iterate()
/third_party/rust/crates/clap/tests/builder/
H A Dposix_compatible.rs13 assert!(res.is_ok(), "{}", res.unwrap_err()); in flag_overrides_itself()
27 assert!(res.is_ok(), "{}", res.unwrap_err()); in option_overrides_itself()
222 assert!(result.is_ok(), "{}", result.unwrap_err()); in conflict_overridden_2()
268 assert!(result.is_ok(), "{:?}", result.unwrap_err()); in pos_required_overridden_by_flag()
H A Dborrowed.rs16 assert!(result.is_ok(), "{}", result.unwrap_err()); in borrowed_args()
H A Dunicode.rs16 assert!(m.is_ok(), "{}", m.unwrap_err()); in possible_values_ignore_case()
H A Dflags.rs48 assert!(r.is_ok(), "{:?}", r.unwrap_err().kind()); in lots_o_flags_sep()
67 assert!(r.is_ok(), "{:?}", r.unwrap_err().kind()); in lots_o_flags_combined()
H A Dsubcommands.rs253 assert!(res.is_ok(), "{:?}", res.unwrap_err().kind()); in issue_1031_args_with_same_name()
268 assert!(res.is_ok(), "{:?}", res.unwrap_err().kind()); in issue_1031_args_with_same_name_no_more_vals()
302 assert!(res.is_ok(), "{:?}", res.unwrap_err().kind()); in issue_1161_multiple_hyphen_hyphen()
/third_party/rust/crates/clap/clap_lex/src/
H A Dlib.rs307 .map(|s| s.parse::<f64>().is_ok()) in is_number()
437 self.invalid_suffix.is_none() && self.utf8_prefix.as_str().parse::<f64>().is_ok() in display()
/third_party/rust/crates/once_cell/src/
H A Dimp_std.rs414 assert!(t1.join().is_ok()); in wait_for_force_to_finish()
415 assert!(t2.join().is_ok()); in wait_for_force_to_finish()
/third_party/rust/crates/env_logger/tests/
H A Dinit-twice-retains-filter.rs9 if env::var("YOU_ARE_TESTING_NOW").is_ok() { in main()
H A Dlog-in-log.rs21 if env::var("YOU_ARE_TESTING_NOW").is_ok() { in main()
H A Dlog_tls_dtors.rs47 if env::var("YOU_ARE_TESTING_NOW").is_ok() { in main()
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
H A Dstring.rs26 .take_while(Result::is_ok)
/third_party/rust/crates/syn/src/
H A Ddata.rs186 if discriminant.is_ok() { in parse()
188 } else if scan_lenient_discriminant(input).is_ok() { in parse()
261 } else if input.parse::<BinOp>().is_ok() || (consume![..] | consume![=]) {
/third_party/rust/crates/clap/examples/
H A Dfind.rs37 if matches.try_get_many::<clap::Id>(id.as_str()).is_ok() { in from_matches()
/third_party/rust/crates/io-lifetimes/tests/
H A Dffi.rs78 assert!(handle.is_ok()); in test_file_found()
/third_party/rust/crates/nom/examples/
H A Djson.rs329 assert!(root::<(&str, ErrorKind)>("null").is_ok());
/third_party/jerryscript/jerry-ext/arg/
H A Darg-transform-functions.c460 bool is_ok = jerry_get_object_native_pointer (js_arg, ptr_p, expected_info_p); in jerryx_arg_transform_native_pointer() local
462 if (!is_ok) in jerryx_arg_transform_native_pointer()
/third_party/node/src/crypto/
H A Dcrypto_random.cc63 return CSPRNG(params.buffer, params.size).is_ok(); in DeriveBits()
157 CHECK(CSPRNG(nullptr, 0).is_ok()); in DeriveBits()
/third_party/rust/crates/env_logger/src/
H A Dlib.rs798 if r.is_ok() { in try_init()
959 .is_ok(); in log()
/third_party/rust/crates/nix/test/sys/
H A Dtest_ptrace.rs121 while ptrace::cont(child, Some(Signal::SIGKILL)).is_ok() { in test_ptrace_cont()
169 while ptrace::cont(child, Some(Signal::SIGKILL)).is_ok() { in test_ptrace_interrupt()
/third_party/rust/crates/clap/tests/
H A Dmacros.rs285 assert!(r.is_ok(), "{}", r.unwrap_err()); in optional_value()
291 assert!(r.is_ok(), "{}", r.unwrap_err()); in optional_value()
297 assert!(r.is_ok(), "{}", r.unwrap_err()); in optional_value()

Completed in 15 milliseconds

123456