Home
last modified time | relevance | path

Searched defs:TestUtils (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/audio/ardour6/Ardour-6.8.0/libs/audiographer/tests/
H A Dutils.h22 struct TestUtils struct
25 static bool array_equals (T const * a, T const * b, samplecnt_t samples) in array_equals()
36 static bool array_filled (T const * array, samplecnt_t samples) in array_filled()
49 unsigned int const granularity = 4096;
50 float * data = new float[samples];
53 for (samplecnt_t i = 0; i < samples; ++i) {
55 int biased_int = (rand() % granularity) - (granularity / 2);
/dports/graphics/opencv/opencv-4.5.3/modules/ts/include/opencv2/ts/
H A Docl_test.hpp214 struct TestUtils struct
216 cv::RNG rng;
218 TestUtils() in TestUtils() argument
223 int randomInt(int minVal, int maxVal) in randomInt()
228 double randomDouble(double minVal, double maxVal) in randomDouble()
233 double randomDoubleLog(double minVal, double maxVal) in randomDoubleLog()
243 Size randomSize(int minVal, int maxVal) in randomSize()
252 Size randomSize(int minValX, int maxValX, int minValY, int maxValY) in randomSize()
261 Scalar randomScalar(double minVal, double maxVal) in randomScalar()
272 struct Border
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/util/
H A Dtest_utils_unittest.cpp54 TEST(TestUtils, Sleep) in TEST() argument
77 TEST(TestUtils, MAYBE_CreateAndDeleteTemporaryFile) in TEST() argument
102 TEST(TestUtils, MAYBE_CreateAndDeleteFileInTempDir) in TEST() argument
143 TEST(TestUtils, MAYBE_RunApp) in TEST() argument
185 TEST(TestUtils, MAYBE_RunAppAsync) in TEST() argument
217 TEST(TestUtils, NumberOfProcessors) in TEST() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/util/
H A Dtest_utils_unittest.cpp54 TEST(TestUtils, Sleep) in TEST() argument
77 TEST(TestUtils, MAYBE_CreateAndDeleteTemporaryFile) in TEST() argument
102 TEST(TestUtils, MAYBE_CreateAndDeleteFileInTempDir) in TEST() argument
143 TEST(TestUtils, MAYBE_RunApp) in TEST() argument
185 TEST(TestUtils, MAYBE_RunAppAsync) in TEST() argument
217 TEST(TestUtils, NumberOfProcessors) in TEST() argument
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/
H A Dtestutils.cpp25 class TestUtils : public TestFixture { class
27 TestUtils() : TestFixture("TestUtils") {} in TestUtils() function in TestUtils
/dports/devel/cppcheck/cppcheck-2.6.3/test/
H A Dtestutils.cpp25 class TestUtils : public TestFixture { class
27 TestUtils() : TestFixture("TestUtils") {} in TestUtils() function in TestUtils
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DTestUtils.java57 public class TestUtils { class
66 private TestUtils() { in TestUtils() method in TestUtils
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DTestUtils.java57 public class TestUtils { class
66 private TestUtils() { in TestUtils() method in TestUtils
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/java/org/tanukisoftware/wrapper/test/
H A DTestUtils.java32 public class TestUtils class
37 private TestUtils() in TestUtils() method in TestUtils
/dports/mail/py-afew/afew-3.0.1/afew/tests/
H A Dtest_utils.py7 class TestUtils(unittest.TestCase): class
/dports/deskutils/maliit-keyboard/keyboard-2.1.0/tests/unittests/common/
H A Dutils-gui.cpp39 namespace TestUtils { namespace
/dports/lang/ghc/ghc-8.10.7/libraries/pretty/tests/
H A DTestUtils.hs2 module TestUtils ( module
/dports/devel/p5-Class-Tiny/Class-Tiny-1.008/t/lib/
H A DTestUtils.pm4 package TestUtils; package
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/
H A Dutils.cpp7 class TestUtils : public QObject class
/dports/math/vampire/vampire-4.5.1/Test/
H A DTestUtils.hpp34 class TestUtils { class
/dports/www/p5-HTML-Element-Replacer/HTML-Element-Replacer-0.08/t/m/
H A DTestUtils.pm1 package TestUtils; package
/dports/www/p5-HTML-Seamstress/HTML-Seamstress-6.112830/t/
H A DTestUtils.pm1 package TestUtils; package
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/utils/tests/
H A Dtest_utils.py6 class TestUtils(unittest.TestCase): class
/dports/multimedia/navidrome/navidrome-0.40.0/utils/
H A Dutils_suite_test.go10 func TestUtils(t *testing.T) { func
/dports/devel/spark/spark-2.1.1/common/network-common/src/test/java/org/apache/spark/network/
H A DTestUtils.java22 public class TestUtils { class
/dports/devel/py-glance-store/glance_store-2.7.0/glance_store/tests/unit/common/
H A Dtest_utils.py23 class TestUtils(base.BaseTestCase): class
/dports/devel/py-num2words/num2words-0.5.9/tests/
H A Dtest_utils.py23 class TestUtils(TestCase): class
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Messaging.RabbitMQ/Test/Mono.Messaging.RabbitMQ/
H A DTestUtils.cs38 public class TestUtils { class
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/jobjc/src/tests/java/com/apple/jobjc/
H A DTestUtils.java28 public class TestUtils { class
/dports/audio/musescore/MuseScore-3.6.1/mtest/libmscore/utils/
H A Dtst_utils.cpp26 class TestUtils : public QObject, public MTest class

12345678910