Home
last modified time | relevance | path

Searched refs:moved2 (Results 1 – 25 of 26) sorted by relevance

12

/dports/security/yapet/yapet-2.3/tests/passwordrecord/
H A Dpasswordlistitem.cc96 auto moved2 = std::move(passwordListItem); in moveCtor() local
97 CPPUNIT_ASSERT(std::memcmp(moved2.name(), NAME_CHAR, NAME_LEN) == 0); in moveCtor()
98 CPPUNIT_ASSERT(passwordListItem.name() != moved2.name()); in moveCtor()
101 moved2.encryptedRecord()); in moveCtor()
102 CPPUNIT_ASSERT(moved2.encryptedRecord() == encrypted); in moveCtor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/util/
H A Dweak_ptr_unittest.cc139 WeakPtr<SomeClass> moved2 = std::move(weak_ptr); in TEST() local
141 EXPECT_TRUE(moved2); in TEST()
142 EXPECT_EQ(&foo, moved2.get()); in TEST()
143 EXPECT_EQ(999, (*moved2).GetValue()); // Result from subclass's GetValue(). in TEST()
144 EXPECT_EQ(999, moved2->GetValue()); // Result from subclass's GetValue(). in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/util/
H A Dweak_ptr_unittest.cc139 WeakPtr<SomeClass> moved2 = std::move(weak_ptr); in TEST() local
141 EXPECT_TRUE(moved2); in TEST()
142 EXPECT_EQ(&foo, moved2.get()); in TEST()
143 EXPECT_EQ(999, (*moved2).GetValue()); // Result from subclass's GetValue(). in TEST()
144 EXPECT_EQ(999, moved2->GetValue()); // Result from subclass's GetValue(). in TEST()
/dports/benchmarks/lmbench/lmbench-3.0-a9/src/
H A Dlmdd.c474 int moved2; in main() local
507 moved2 = bds_adone(out, m1); in main()
514 moved2 = write(out, buf, moved); in main()
517 moved2 = write(out, buf, moved); in main()
520 if (moved2 == -1) { in main()
523 if (moved2 != moved) { in main()
525 moved, moved2); in main()
559 if (moved2 == -1) { in main()
562 if (moved2 != moved) { in main()
/dports/devel/toml11/toml11-3.7.0/tests/
H A Dtest_find_or.cpp385 const auto moved2 = toml::find_or(std::move(v2), "key", 2.71f); in BOOST_AUTO_TEST_CASE() local
388 BOOST_TEST(static_cast<float>(ref) == moved2); in BOOST_AUTO_TEST_CASE()
424 const auto moved2 = toml::find_or(std::move(v2), "key", s1); in BOOST_AUTO_TEST_CASE() local
427 BOOST_TEST("bazqux" == moved2); in BOOST_AUTO_TEST_CASE()
437 const auto moved2 = toml::find_or(std::move(v2), "key", std::move(s2)); in BOOST_AUTO_TEST_CASE() local
440 BOOST_TEST("bazqux" == moved2); in BOOST_AUTO_TEST_CASE()
460 const auto moved2 = toml::find_or(std::move(v2), "key", "bazqux"); in BOOST_AUTO_TEST_CASE() local
463 BOOST_TEST("bazqux" == moved2); in BOOST_AUTO_TEST_CASE()
471 const auto moved2 = toml::find_or(std::move(v2), "key", lit); in BOOST_AUTO_TEST_CASE() local
474 BOOST_TEST("bazqux" == moved2); in BOOST_AUTO_TEST_CASE()
/dports/security/yapet/yapet-2.3/tests/pwgen/
H A Drng_engine.cc59 yapet::pwgen::RngEngine moved2 = std::move(moved); in rngEngineMove() local
60 for (int i = 0; i < 10; i++) moved2(); in rngEngineMove()
H A Drng.cc61 yapet::pwgen::Rng moved2 = std::move(moved); in rngMove() local
62 for (int i = 0; i < 10; i++) moved2.getNextInt(); in rngMove()
/dports/devel/onetbb/oneTBB-2021.4.0/test/conformance/
H A Dconformance_combinable.cpp236 oneapi::tbb::combinable<T> moved2; in RunParallelScalarTests() local
237 moved2=std::move(finit_combinable); in RunParallelScalarTests()
238 move_assign_sum += moved2.combine(my_combine<T>); in RunParallelScalarTests()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_combinable.cpp230 tbb::combinable<T> moved2; in RunParallelScalarTests() local
231 moved2=std::move(finit_combinable); in RunParallelScalarTests()
232 move_assign_sum += moved2.combine(my_combine<T>); in RunParallelScalarTests()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_combinable.cpp230 tbb::combinable<T> moved2; in RunParallelScalarTests() local
231 moved2=std::move(finit_combinable); in RunParallelScalarTests()
232 move_assign_sum += moved2.combine(my_combine<T>); in RunParallelScalarTests()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_combinable.cpp230 tbb::combinable<T> moved2; in RunParallelScalarTests() local
231 moved2=std::move(finit_combinable); in RunParallelScalarTests()
232 move_assign_sum += moved2.combine(my_combine<T>); in RunParallelScalarTests()
/dports/science/py-dipy/dipy-1.4.1/dipy/align/tests/
H A Dtest_streamlinear.py173 moved2 = transform_streamlines(moving, srm.matrix)
176 assert_array_almost_equal(moved[0], moved2[0], decimal=3)
177 assert_array_almost_equal(moved2[0], moved3[0], decimal=3)
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-convert-svn-move.t23 10 moved2
57 o | 3 moved2 files: d2/d
/dports/devel/mercurial/mercurial-6.0/tests/svn/
H A Dsvndump-move.sh40 svn mv $svnurl/subproject/d2 $svnurl/subproject/trunk/d2 -m moved2
H A Dmove.svndump273 moved2
/dports/devel/boost-docs/boost_1_72_0/libs/beast/doc/qbk/
H A Dmain.qbk200 [section:moved2 Reference (Moved)]
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/doc/qbk/
H A Dmain.qbk200 [section:moved2 Reference (Moved)]
/dports/devel/boost-libs/boost_1_72_0/libs/beast/doc/qbk/
H A Dmain.qbk200 [section:moved2 Reference (Moved)]
/dports/devel/hyperscan/boost_1_75_0/libs/beast/doc/qbk/
H A Dmain.qbk200 [section:moved2 Reference (Moved)]
/dports/devel/folly/folly-2021.12.27.00/folly/gen/test/
H A DBaseTest.cpp1392 auto moved2 = std::move(oup) | unwrapOr(std::make_unique<int>(7)); in TEST() local
1394 EXPECT_FALSE(moved2); in TEST()
/dports/misc/amanda-client/amanda-3.3.9/installcheck/
H A DAmanda_Changer_robot.pl1182 step moved2 => sub {
/dports/misc/amanda-server/amanda-3.3.9/installcheck/
H A DAmanda_Changer_robot.pl1182 step moved2 => sub {
/dports/devel/hyperscan/boost_1_75_0/libs/beast/doc/html/
H A Dbeast_HTML.manifest1541 beast/moved2.html
/dports/devel/boost-docs/boost_1_72_0/libs/beast/doc/html/
H A Dbeast_HTML.manifest1608 beast/moved2.html
/dports/devel/boost-libs/boost_1_72_0/libs/beast/doc/html/
H A Dbeast_HTML.manifest1608 beast/moved2.html

12