Home
last modified time | relevance | path

Searched refs:expect (Results 876 - 900 of 946) sorted by relevance

1...<<3132333435363738

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Dintel_uncore.c888 unsigned int expect = 1; in assert_forcewakes_active() local
891 expect++; /* pending automatic release */ in assert_forcewakes_active()
893 if (drm_WARN(&uncore->i915->drm, actual < expect, in assert_forcewakes_active()
2863 * wish to wait without holding forcewake for the duration (i.e. you expect
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dpthreadndk.cpp61 int expect; in intInput() local
62 napi_get_value_int32(env, args[0], &expect); in intInput()
63 return expect; in intInput()
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_main.c1280 if (!expect(device->bitmap)) in _drbd_send_bitmap()
2300 expect(atomic_read(&req->completion_ref) == 0) && in do_retry()
2301 expect(req->rq_state & RQ_POSTPONED) && in do_retry()
2302 expect((req->rq_state & RQ_LOCAL_PENDING) == 0 || in do_retry()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_main.c1269 if (!expect(device, device->bitmap)) in _drbd_send_bitmap()
2265 expect(device, atomic_read(&req->completion_ref) == 0) && in do_retry()
2266 expect(device, req->rq_state & RQ_POSTPONED) && in do_retry()
2267 expect(device, (req->rq_state & RQ_LOCAL_PENDING) == 0 || in do_retry()
/third_party/icu/icu4c/source/test/cintltst/
H A Dccapitst.c1117 log_data_err("Flush Cache failed [line %d], expect 0 got %d \n", __LINE__, flushCount); in TestFlushCache()
1126 log_data_err("Flush Cache failed [line %d], expect 0 got %d \n", __LINE__, flushCount); in TestFlushCache()
1157 /* Predetermined aliases that we expect to map back to ISO_2022 in TestAlias()
1193 " has no aliases; expect at least one\n", in TestAlias()
1271 /* Check a list of predetermined aliases that we expect to map in TestAlias()
1280 log_err("FAIL: \"%s\" -> \"%s\", expect \"ISO_2022,locale=ja,version=2\"\n", in TestAlias()
1293 log_err("FAIL: \"%s\" -> \"%s\", expect UTF-8\n", in TestAlias()
1299 * Check a list of predetermined aliases that we expect to map in TestAlias()
1310 log_err("FAIL: \"%s\" -> \"%s\", expect %s\n", in TestAlias()
2273 /* expect in bug3()
2742 char utf8[600], expect[600]; testFromBadUTF8() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dusettest.cpp598 errln((UnicodeString)"FAIL: c.set(a).add(b) = " + c + ", expect " + exp); in TestAPI()
606 errln((UnicodeString)"FAIL: c.complement() = " + c + ", expect " + exp); in TestAPI()
613 errln((UnicodeString)"FAIL: c.complement() = " + c + ", expect " + exp); in TestAPI()
622 errln((UnicodeString)"FAIL: c.set(a).exclusiveOr(b) = " + c + ", expect " + exp); in TestAPI()
630 errln((UnicodeString)"FAIL: bitsToSet(setToBits(c)) = " + c + ", expect " + exp); in TestAPI()
1433 // this fails -- which is what we expect. in TestEscapePattern()
3019 // if we expect an even number of spans. in getSpans()
3321 int32_t i, j, expect; in testSpanBothUTFs() local
3323 expect=expectLimits[i]; in testSpanBothUTFs()
3324 if(expect in testSpanBothUTFs()
[all...]
H A Dloctest.cpp4537 // N.B.: now expect valid==actual==req in TestGetLocale()
4574 checkRegisteredCollators(NULL); // Don't expect any extras in TestGetLocale()
4605 // N.B.: now expect valid==actual==req in TestGetLocale()
4728 expectCount2 ++; // if an extra item registered, bump the expect count in checkRegisteredCollators()
5528 std::string expect(to); in TestLocaleCanonicalizationFromFile()
5530 std::transform(expect.begin(), expect.end(), expect.begin(), in TestLocaleCanonicalizationFromFile()
5543 assertEquals(msg.c_str(), expect.c_str(), tag); in TestLocaleCanonicalizationFromFile()
H A Ddcfmapts.cpp650 #define ASSERT_EQUAL(expect, actual) UPRV_BLOCK_MACRO_BEGIN { \
653 auto lhs = (expect); \
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_nat_sip.c671 .expect = nf_nat_sip_expect,
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_nat_sip.c659 .expect = nf_nat_sip_expect,
/third_party/qrcodegen/rust/src/
H A Dlib.rs1020 .expect("String contains unencodable characters in alphanumeric mode"); in make_alphanumeric()
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dargs.rs491 .expect("`#[arg(flatten)]`ed field type implements `Args::group_id`"); in gen_constructor()
/third_party/rust/crates/bindgen/bindgen-cli/
H A Doptions.rs921 .expect("Invalid ABI override: Missing `=`"); in builder_from_flags()
984 .expect("Invalid custom derive argument: Missing `=`"); in builder_from_flags()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dtokenizer_test.cc343 std::string expect = "_\"\\_a\aa_b\bb_t\tt_n\nn_v\vv_f\ff_r\rr_"; in TEST_F()
344 EXPECT_EQ(expect, next->AsString()); in TEST_F()
/test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/
H A DExecutorTest.cpp38 void ExecuteModel(OH_NNExecutor *executor, const OHNNGraphArgs &graphArgs, float* expect) in ExecuteModel() argument
40 ASSERT_EQ(OH_NN_SUCCESS, ExecuteGraphMock(executor, graphArgs, expect)); in ExecuteModel()
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/
H A DExecutorTest.cpp38 void ExecuteModel(OH_NNExecutor *executor, const OHNNGraphArgs &graphArgs, float* expect) in ExecuteModel() argument
40 ASSERT_EQ(OH_NN_SUCCESS, ExecuteGraphMock(executor, graphArgs, expect)); in ExecuteModel()
/third_party/nghttp2/integration-tests/
H A Dnghttpx_http1_test.go894 // without Host header field, we expect 400 response
1599 const expect = "HTTP/1.1 200 OK\r\nTransfer-Encoding: foo\r\nConnection: close\r\nServer: nghttpx\r\nVia: 1.1 nghttpx\r\n\r\n"
1601 if got, want := string(resp), expect; got != want {
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs3492 .map(|id| self.find(id).expect(INTERNAL_ERROR_MSG)), in get_arg_conflicts_with()
3524 .expect( in get_global_arg_conflicts_with()
4492 .expect(INTERNAL_ERROR_MSG)
4673 self.find(key).expect(INTERNAL_ERROR_MSG) in index()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_handle_test.cc3698 auto* expect = R"(var var_1 : vec4<f32>; in TEST_F() local
3704 ASSERT_EQ(expect, got); in TEST_F()
/third_party/python/Lib/test/test_import/
H A D__init__.py318 # But we still expect the module to be in sys.modules.
1112 expect = TESTFN + '.py'
1113 self.assertEqual(_get_sourcefile(path), expect)
/third_party/python/Lib/test/
H A Dtest_long.py1184 expect = 10**k + 325000
1185 self.assertEqual(got, expect)
H A Dtest_smtplib.py1170 expect = r"^Server AUTH mechanism infinite loop.*"
1171 with self.assertRaisesRegex(smtplib.SMTPException, expect) as cm:
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs374 .expect("extract"); in test_connect_with_srtp_ctx()
443 .expect("extract"); in test_connect_with_srtp_ssl()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dnet2280.c1096 int expect; in net2280_queue() local
1101 expect = likely(req->req.zero || in net2280_queue()
1103 if (expect != ep->in_fifo_validate) in net2280_queue()
2604 * we expect (N <= maxpacket) bytes; host wrote M. in handle_ep_small()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dnet2280.c1088 int expect; in net2280_queue() local
1093 expect = likely(req->req.zero || in net2280_queue()
1095 if (expect != ep->in_fifo_validate) in net2280_queue()
2609 * we expect (N <= maxpacket) bytes; host wrote M. in handle_ep_small()

Completed in 80 milliseconds

1...<<3132333435363738