Home
last modified time | relevance | path

Searched refs:expect_empty (Results 1 – 25 of 38) sorted by relevance

12

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/quality/test/
H A Dtest_precomp.hpp62 inline void check_quality_map( const TMat& mat, const bool expect_empty = false ) in check_quality_map() argument
64 EXPECT_EQ( mat.empty(), expect_empty ); in check_quality_map()
65 if ( !expect_empty ) in check_quality_map()
/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Dtest-mlstring.c168 #define TRY_NEW(str, numl, expect_empty) \ argument
173 if (SUCCESS == mlstring_expect((str), (numl), mlstr, (expect_empty))) \
179 #define TRY_WRAP(str, minl, expect_empty) \ argument
187 if (SUCCESS == mlstring_expect_lines(mltest, (minl), -1, (expect_empty))) \
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A DbufferingOopClosure.cpp185 …static void testIsBufferEmptyOrFull(int num_narrow, int num_full, bool expect_empty, bool expect_f… in testIsBufferEmptyOrFull() argument
197 BOOL_TO_STR(expect_empty), BOOL_TO_STR(expect_full))) in testIsBufferEmptyOrFull()
199 assert_testIsBufferEmptyOrFull(expect_empty, boc.is_buffer_empty()); in testIsBufferEmptyOrFull()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A DbufferingOopClosure.cpp185 …static void testIsBufferEmptyOrFull(int num_narrow, int num_full, bool expect_empty, bool expect_f… in testIsBufferEmptyOrFull() argument
197 BOOL_TO_STR(expect_empty), BOOL_TO_STR(expect_full))) in testIsBufferEmptyOrFull()
199 assert_testIsBufferEmptyOrFull(expect_empty, boc.is_buffer_empty()); in testIsBufferEmptyOrFull()
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/algorithms/set_operations/union/
H A Dunion_aa_geo.cpp64 enum test_mode { expect_valid, expect_empty, expect_exception }; in test_geographic_one() enumerator
72 test_mode mode = expected_area >= 0 ? expect_valid : expect_empty; in test_geographic_one()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/algorithms/set_operations/union/
H A Dunion_aa_geo.cpp64 enum test_mode { expect_valid, expect_empty, expect_exception }; in test_geographic_one() enumerator
72 test_mode mode = expected_area >= 0 ? expect_valid : expect_empty; in test_geographic_one()
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/algorithms/set_operations/union/
H A Dunion_aa_geo.cpp64 enum test_mode { expect_valid, expect_empty, expect_exception }; in test_geographic_one() enumerator
72 test_mode mode = expected_area >= 0 ? expect_valid : expect_empty; in test_geographic_one()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/algorithms/set_operations/union/
H A Dunion_aa_geo.cpp64 enum test_mode { expect_valid, expect_empty, expect_exception }; in test_geographic_one() enumerator
72 test_mode mode = expected_area >= 0 ? expect_valid : expect_empty; in test_geographic_one()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/services/paint_preview_compositor/
H A Dpaint_preview_compositor_collection_impl_unittest.cc73 auto expect_empty = in TEST() local
77 collection.ListCompositors(std::move(expect_empty)); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/services/paint_preview_compositor/
H A Dpaint_preview_compositor_collection_impl_unittest.cc73 auto expect_empty = in TEST() local
77 collection.ListCompositors(std::move(expect_empty)); in TEST()
/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Dnetworklink_test.cc116 const string expect_empty("<NetworkLink/>"); in TEST_F() local
117 ASSERT_EQ(expect_empty, SerializeRaw(networklink_)); in TEST_F()
/dports/sysutils/lizardfs/lizardfs-3.12.0/tests/test_suites/SanityChecks/
H A Dtest_cgi_using_pylint.sh7 expect_empty "$(pylint -E $files || true)"
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/tinytemplate-1.2.1/src/
H A Dcompiler.rs85 self.expect_empty(rest)?; in compile()
93 self.expect_empty(rest)?; in compile()
104 self.expect_empty(rest)?; in compile()
123 self.expect_empty(rest)?; in compile()
211 fn expect_empty(&self, text: &str) -> Result<()> { in expect_empty() method
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/tinytemplate-1.2.1/src/
H A Dcompiler.rs85 self.expect_empty(rest)?; in compile()
93 self.expect_empty(rest)?; in compile()
104 self.expect_empty(rest)?; in compile()
123 self.expect_empty(rest)?; in compile()
211 fn expect_empty(&self, text: &str) -> Result<()> { in expect_empty() method
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/tinytemplate-1.2.1/src/
H A Dcompiler.rs85 self.expect_empty(rest)?; in compile()
93 self.expect_empty(rest)?; in compile()
104 self.expect_empty(rest)?; in compile()
123 self.expect_empty(rest)?; in compile()
211 fn expect_empty(&self, text: &str) -> Result<()> { in expect_empty() method
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/tinytemplate-1.2.1/src/
H A Dcompiler.rs85 self.expect_empty(rest)?; in compile()
93 self.expect_empty(rest)?; in compile()
104 self.expect_empty(rest)?; in compile()
123 self.expect_empty(rest)?; in compile()
211 fn expect_empty(&self, text: &str) -> Result<()> { in expect_empty() method
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/tinytemplate-1.2.0/src/
H A Dcompiler.rs85 self.expect_empty(rest)?; in compile()
93 self.expect_empty(rest)?; in compile()
104 self.expect_empty(rest)?; in compile()
123 self.expect_empty(rest)?; in compile()
211 fn expect_empty(&self, text: &str) -> Result<()> { in expect_empty() method
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/tinytemplate/src/
H A Dcompiler.rs85 self.expect_empty(rest)?; in compile()
93 self.expect_empty(rest)?; in compile()
104 self.expect_empty(rest)?; in compile()
123 self.expect_empty(rest)?; in compile()
211 fn expect_empty(&self, text: &str) -> Result<()> { in expect_empty() method
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tinytemplate-1.0.3/src/
H A Dcompiler.rs85 self.expect_empty(rest)?; in compile()
93 self.expect_empty(rest)?; in compile()
104 self.expect_empty(rest)?; in compile()
123 self.expect_empty(rest)?; in compile()
205 fn expect_empty(&self, text: &str) -> Result<()> { in expect_empty() method
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/tinytemplate-1.0.2/src/
H A Dcompiler.rs85 self.expect_empty(rest)?; in compile()
93 self.expect_empty(rest)?; in compile()
104 self.expect_empty(rest)?; in compile()
123 self.expect_empty(rest)?; in compile()
205 fn expect_empty(&self, text: &str) -> Result<()> { in expect_empty() method
/dports/misc/xplr/xplr-0.17.0/cargo-crates/tinytemplate-1.2.1/src/
H A Dcompiler.rs85 self.expect_empty(rest)?; in compile()
93 self.expect_empty(rest)?; in compile()
104 self.expect_empty(rest)?; in compile()
123 self.expect_empty(rest)?; in compile()
211 fn expect_empty(&self, text: &str) -> Result<()> { in expect_empty() method
/dports/security/acmed/acmed-0.18.0/cargo-crates/tinytemplate-1.2.1/src/
H A Dcompiler.rs85 self.expect_empty(rest)?; in compile()
93 self.expect_empty(rest)?; in compile()
104 self.expect_empty(rest)?; in compile()
123 self.expect_empty(rest)?; in compile()
211 fn expect_empty(&self, text: &str) -> Result<()> { in expect_empty() method
/dports/textproc/jql/jql-3.0.6/cargo-crates/tinytemplate-1.2.1/src/
H A Dcompiler.rs85 self.expect_empty(rest)?; in compile()
93 self.expect_empty(rest)?; in compile()
104 self.expect_empty(rest)?; in compile()
123 self.expect_empty(rest)?; in compile()
211 fn expect_empty(&self, text: &str) -> Result<()> { in expect_empty() method
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/tinytemplate-1.2.1/src/
H A Dcompiler.rs85 self.expect_empty(rest)?; in compile()
93 self.expect_empty(rest)?; in compile()
104 self.expect_empty(rest)?; in compile()
123 self.expect_empty(rest)?; in compile()
211 fn expect_empty(&self, text: &str) -> Result<()> { in expect_empty() method
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/tinytemplate-1.2.1/src/
H A Dcompiler.rs85 self.expect_empty(rest)?; in compile()
93 self.expect_empty(rest)?; in compile()
104 self.expect_empty(rest)?; in compile()
123 self.expect_empty(rest)?; in compile()
211 fn expect_empty(&self, text: &str) -> Result<()> { in expect_empty() method

12