Home
last modified time | relevance | path

Searched refs:is_ok (Results 126 - 147 of 147) sorted by relevance

123456

/third_party/node/src/
H A Dinspector_io.cc49 CHECK(crypto::CSPRNG(buffer, sizeof(buffer)).is_ok()); in GenerateID()
H A Djs_native_api_v8_inspector.cc463 CHECK(crypto::CSPRNG(buffer, sizeof(buffer)).is_ok()); in GenerateID()
/third_party/node/src/quic/
H A Dpacket.cc331 CHECK(crypto::CSPRNG(random, kRandlen).is_ok()); in CreateStatelessResetPacket()
/third_party/rust/crates/regex/regex-syntax/src/
H A Dunicode.rs147 .is_ok()) in contains_simple_case_mapping()
425 .is_ok()) in is_word_character()
/third_party/rust/crates/which-rs/tests/
H A Dbasic.rs107 assert!(result.is_ok()); in _which_all()
/third_party/rust/crates/once_cell/src/
H A Dlib.rs215 //! assert!(self.cell.set(value).is_ok())
604 assert!(self.set(val).is_ok(), "reentrant init"); in get_or_try_init()
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs590 Some(b'x') => backslash_x_byte(&mut bytes).is_ok(), in byte()
612 Some('x') => backslash_x_char(&mut chars).is_ok(), in character()
613 Some('u') => backslash_u(&mut chars).is_ok(), in character()
/third_party/libabigail/tools/
H A Dfedabipkgdiff1205 is_ok = proc.returncode == ABIDIFF_OK
1211 elif is_ok or has_abi_change:
/third_party/rust/crates/nix/test/
H A Dtest_unistd.rs1359 .is_ok()); in test_faccessat_none_file_exists()
1377 .is_ok()); in test_faccessat_file_exists()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs1463 .is_ok()); in client_hello()
1500 assert!(ssl.add_chain_cert(cert).is_ok()); in add_chain_cert()
1510 assert!(ssl.set_method(SslMethod::tls()).is_ok()); in set_ssl_certificate_key_related_api()
/third_party/rust/crates/syn/src/
H A Dtoken.rs185 <$name as Parse>::parse(input).is_ok() in peek()
H A Ditem.rs1452 fork.parse::<Option<Token![const]>>().is_ok() in peek_signature()
1453 && fork.parse::<Option<Token![async]>>().is_ok() in peek_signature()
1454 && fork.parse::<Option<Token![unsafe]>>().is_ok() in peek_signature()
1455 && fork.parse::<Option<Abi>>().is_ok() in peek_signature()
H A Dexpr.rs1749 if content.parse::<Expr>().is_ok() && content.is_empty() { in atom_expr()
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc544 Label is_smi, is_ok; in VerifyFrame() local
547 scratch, &is_ok); in VerifyFrame()
550 __ Bind(&is_ok); in VerifyFrame()
/third_party/node/src/crypto/
H A Dcrypto_util.h117 MUST_USE_RESULT bool is_ok() const { return ok; } in is_ok() function
/third_party/rust/crates/termcolor/src/
H A Dlib.rs634 .map(|con| con.set_virtual_terminal_processing(true).is_ok()) in create()
951 .map(|con| con.set_virtual_terminal_processing(true).is_ok()) in create()
2103 let is_console = wincon::Console::stdout().is_ok() in new()
2104 || wincon::Console::stderr().is_ok(); in new()
/third_party/node/deps/ada/
H A Dada.cpp9610 bool is_ok = ada::idna::punycode_to_utf32(puny_segment_ascii, tmp_buffer);
9611 if (!is_ok) {
9682 bool is_ok = ada::idna::punycode_to_utf32(puny_segment_ascii, tmp_buffer);
9683 if (!is_ok) {
9716 bool is_ok = ada::idna::utf32_to_punycode(label_view, out);
9717 if (!is_ok) {
/third_party/rust/crates/bindgen/bindgen/ir/
H A Ditem.rs1292 if result.is_ok() { in visit_child()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs4369 assert!(from_utf8(&[0xC2, 0x80]).is_ok()); in test_is_utf8()
4370 assert!(from_utf8(&[0xDF, 0xBF]).is_ok()); in test_is_utf8()
4371 assert!(from_utf8(&[0xE0, 0xA0, 0x80]).is_ok()); in test_is_utf8()
4372 assert!(from_utf8(&[0xED, 0x9F, 0xBF]).is_ok()); in test_is_utf8()
4373 assert!(from_utf8(&[0xEE, 0x80, 0x80]).is_ok()); in test_is_utf8()
4374 assert!(from_utf8(&[0xEF, 0xBF, 0xBF]).is_ok()); in test_is_utf8()
4375 assert!(from_utf8(&[0xF0, 0x90, 0x80, 0x80]).is_ok()); in test_is_utf8()
4376 assert!(from_utf8(&[0xF4, 0x8F, 0xBF, 0xBF]).is_ok()); in test_is_utf8()
5580 assert!((from_utf8(s.as_bytes()).is_ok())); in utf8_chars()
5582 assert!((!from_utf8(&[0x80]).is_ok())); in utf8_chars()
[all...]
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc11875 bool is_ok = result != p.end();
11877 if (is_ok)
11880 return is_ok;
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c421 inline bool is_ok() const;
521 wuffs_base__status::is_ok() const { in is_ok() function in wuffs_base__status
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c412 inline bool is_ok() const;
512 wuffs_base__status::is_ok() const { in is_ok() function in wuffs_base__status
[all...]

Completed in 193 milliseconds

123456