Home
last modified time | relevance | path

Searched refs:expected_ (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dstatus_test_support.cc17 explicit StatusIsMatcher(Status status) : expected_(status) {} in StatusIsMatcher()
21 return status.error == expected_.error && status.pos == expected_.pos;
26 PrintTo(expected_, os);
30 Status expected_; member in v8_crdtp::__anon15271::StatusIsMatcher
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dpoisson_distribution_test.cc365 std::vector<double> expected_; member in __anon19313::PoissonDistributionChiSquaredTest
375 if (!cutoffs_.empty() && !expected_.empty()) { in InitChiSquaredTest()
393 expected_.push_back(d); in InitChiSquaredTest()
397 expected_.push_back(std::max(0.0, 1.0 - last_cdf)); in InitChiSquaredTest()
421 std::vector<int32_t> e(expected_.size(), 0); in ChiSquaredTestImpl()
423 e[i] = kSamples * expected_[i]; in ChiSquaredTestImpl()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1653 : expected_(expected), nan_eq_nan_(nan_eq_nan), max_abs_error_(-1) {} in FloatingEqMatcher()
1660 : expected_(expected), in FloatingEqMatcher()
1672 : expected_(expected), in Impl()
1678 const FloatingPoint<FloatType> actual(value), expected(expected_);
1690 // of error bounds. If the result of value - expected_ would result in
1693 if (value == expected_) {
1697 const FloatType diff = value - expected_;
1703 *listener << "which is " << diff << " from " << expected_; variable
1717 if (FloatingPoint<FloatType>(expected_).is_nan()) {
1724 *os << "is approximately " << expected_; variable
1743 *os << "isn't approximately " << expected_; global() variable
1755 const FloatType expected_; global() member in testing::internal::FloatingEqMatcher::Impl
1780 const FloatType expected_; global() member in testing::internal::FloatingEqMatcher
2481 const StlContainer expected_; global() member in testing::internal::ContainerEqMatcher
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-api-aarch64.cc1271 expected_(GetGuardListFor(CPURegister::kRegister)), in ScratchScopeHelper()
1275 masm->GetScratchRegisterList()->SetList(expected_); in ScratchScopeHelper()
1297 VIXL_CHECK(masm_->GetScratchRegisterList()->GetList() == expected_); in RecordActionsAndCheck()
1333 return &expected_; in GetExpectedFor()
1348 RegList expected_; member in vixl::aarch64::ScratchScopeHelper
/third_party/littlefs/scripts/
H A Dbench.py1048 (expected_,
1063 expected += expected_
H A Dtest.py1052 (expected_,
1065 expected += expected_
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_test.cc1752 expected_ = expected;
1757 EXPECT_EQ(*cord_, expected_);
1761 absl::string_view expected_;

Completed in 15 milliseconds