/third_party/rust/crates/clap/src/ |
H A D | derive.rs | 384 .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 D | glob-std.rs | 39 let root = root.ok().expect("Should have created a temp directory"); in main()
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 185 expect that it treats the first LIST element specially on VMS.
|
/third_party/rust/crates/nix/src/sys/ |
H A D | resource.rs | 435 .expect("Failed to call getrusage for SELF"); in test_self_cpu_time()
|
/third_party/nghttp2/src/ |
H A D | shrpx_downstream.cc | 869 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 D | HttpServer.cc | 484 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 D | app_settings.rs | 452 *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 D | help.rs | 1536 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 D | convert_test.cc | 430 // 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.js | 423 expect: false, 543 if (state.expect) this._send(''); 606 case 'expect':
|
H A D | _http_server.js | 1109 } else if (req.headers.expect !== undefined) { 1112 if (RegExpPrototypeExec(continueExpression, req.headers.expect) !== null) {
|
/third_party/node/test/parallel/ |
H A D | test-fs-error-messages.js | 199 `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 D | owner.js | 620 const testComp = async (argv, expect) => { 622 t.strictSame(res, expect, argv.join(' '))
|
/third_party/node/deps/openssl/openssl/crypto/store/ |
H A D | store_lib.c | 300 && 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 D | lib.rs | 1936 .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 D | help_template.rs | 626 .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 D | server.py | 369 expect = self.headers.get('Expect', "") 370 if (expect.lower() == "100-continue" and
|
/third_party/openssl/crypto/store/ |
H A D | store_lib.c | 300 && 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.py | 244 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 D | test_config.py | 469 expect = {'<<z-in>>': ['<Control-Shift-KeyRelease-Insert>'], 471 eq(iGEB('ZzDummy'), expect)
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | fallback.rs | 228 .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 D | custrtst.c | 1107 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 D | test_csv.py | 137 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 D | builder_intrinsic_test.cc | 1563 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 D | ustrtest.cpp | 585 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()
|