Home
last modified time | relevance | path

Searched refs:expect (Results 651 - 675 of 762) sorted by relevance

1...<<2122232425262728293031

/third_party/rust/crates/clap/src/
H A Dderive.rs384 .expect("ValueEnum::value_variants contains only values with a corresponding ValueEnum::to_possible_value") in from_str()
/third_party/rust/crates/glob/tests/
H A Dglob-std.rs39 let root = root.ok().expect("Should have created a temp directory"); in main()
/third_party/openssl/util/perl/OpenSSL/
H A DUtil.pm185 expect that it treats the first LIST element specially on VMS.
/third_party/rust/crates/nix/src/sys/
H A Dresource.rs435 .expect("Failed to call getrusage for SELF"); in test_self_cpu_time()
/third_party/nghttp2/src/
H A Dshrpx_downstream.cc869 auto expect = req_.fs.header(http2::HD_EXPECT); in inspect_http1_request() local
871 expect && in inspect_http1_request()
872 util::strieq(expect->value, StringRef::from_lit("100-continue")); in inspect_http1_request()
H A DHttpServer.cc484 nghttp2_rcbuf_decref(rcbuf.expect); in ~Stream()
1472 header.expect = StringRef{valuebuf.base, valuebuf.len}; in on_header_callback2()
1473 header.rcbuf.expect = value; in on_header_callback2()
1537 auto expect100 = stream->header.expect; in hd_on_frame_recv_callback()
/third_party/rust/crates/clap/tests/builder/
H A Dapp_settings.rs452 *m.get_one::<bool>("other").expect("defaulted by clap"), in leading_hyphen_short()
472 *m.get_one::<bool>("other").expect("defaulted by clap"), in leading_hyphen_long()
497 *m.get_one::<bool>("other").expect("defaulted by clap"), in leading_hyphen_opt()
H A Dhelp.rs1536 assert!(*m.get_one::<bool>("help1").expect("defaulted by clap")); in prefer_user_help_long_1112()
1545 assert!(*m.get_one::<bool>("help1").expect("defaulted by clap")); in prefer_user_help_short_1112()
1558 .expect("defaulted by clap")); in prefer_user_subcmd_help_long_1112()
1571 .expect("defaulted by clap")); in prefer_user_subcmd_help_short_1112()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc430 // don't expect agreement on unsigned formatted as signed, in TYPED_TEST_P()
432 // cases, we do expect agreement with printf with a "%u" in TYPED_TEST_P()
1166 std::vector<Expectation> expect = { in TEST_F() local
1174 expect.push_back(ex); in TEST_F()
1176 for (const Expectation &e : expect) { in TEST_F()
/third_party/node/lib/
H A D_http_outgoing.js423 expect: false,
543 if (state.expect) this._send('');
606 case 'expect':
H A D_http_server.js1109 } else if (req.headers.expect !== undefined) {
1112 if (RegExpPrototypeExec(continueExpression, req.headers.expect) !== null) {
/third_party/node/test/parallel/
H A Dtest-fs-error-messages.js199 `expect ${err.dest} to end with 'foo'`);
290 `expect ${err.dest} to end with 'foo'`);
/third_party/node/deps/npm/test/lib/commands/
H A Downer.js620 const testComp = async (argv, expect) => {
622 t.strictSame(res, expect, argv.join(' '))
/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_lib.c300 && ctx->loader->expect != NULL) { in OSSL_STORE_expect()
301 ret = ctx->loader->expect(ctx->loader_ctx, expected_type); in OSSL_STORE_expect()
/third_party/rust/crates/log/src/
H A Dlib.rs1936 .expect("missing key") in test_record_key_values_get_coerce()
1938 .expect("invalid value") in test_record_key_values_get_coerce()
/third_party/rust/crates/clap/src/output/
H A Dhelp_template.rs626 .expect("Only called with possible value"); in help()
631 .expect("Only called with possible value with help"); in help()
/third_party/python/Lib/http/
H A Dserver.py369 expect = self.headers.get('Expect', "")
370 if (expect.lower() == "100-continue" and
/third_party/openssl/crypto/store/
H A Dstore_lib.c300 && ctx->loader->expect != NULL) { in OSSL_STORE_expect()
301 ret = ctx->loader->expect(ctx->loader_ctx, expected_type); in OSSL_STORE_expect()
/third_party/python/Lib/tomllib/
H A D_parser.py244 expect: str,
250 new_pos = src.index(expect, pos)
254 raise suffixed_err(src, new_pos, f"Expected {expect!r}") from None
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_config.py469 expect = {'<<z-in>>': ['<Control-Shift-KeyRelease-Insert>'],
471 eq(iGEB('ZzDummy'), expect)
/third_party/rust/crates/proc-macro2/src/
H A Dfallback.rs228 .expect("compiler token stream parse failed") in from()
238 .expect("failed to parse to compiler tokens") in from()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c1107 static const UChar expect[]={ in TestUnescape() local
1113 static const int32_t explength = UPRV_LENGTHOF(expect)-1; in TestUnescape()
1118 if(length!=explength || u_strcmp(buffer, expect)!=0) { in TestUnescape()
1125 if(length!=explength || u_strcmp(buffer, expect)!=0) { in TestUnescape()
/third_party/python/Lib/test/
H A Dtest_csv.py137 def _write_test(self, fields, expect, **kwargs):
143 expect + writer.dialect.lineterminator)
292 def _read_test(self, input, expect, **kwargs):
295 self.assertEqual(result, expect)
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_intrinsic_test.cc1563 auto* expect = R"(OpCapability Shader in TEST_F() local
1588 EXPECT_EQ(expect, got); in TEST_F()
1602 auto* expect = R"(OpCapability Shader in TEST_F() local
1629 EXPECT_EQ(expect, got); in TEST_F()
/third_party/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp585 static const char expect[]={ in TestExtract() local
624 uprv_memcmp(buffer, expect, 13)!=0 || in TestExtract()
633 uprv_memcmp(buffer, expect, 13)!=0 || in TestExtract()
642 UnicodeString t(expect, sizeof(expect), cnv, errorCode); in TestExtract()

Completed in 39 milliseconds

1...<<2122232425262728293031