Home
last modified time | relevance | path

Searched defs:Utils (Results 1 – 25 of 1990) sorted by relevance

12345678910>>...80

/dports/science/lammps/lammps-stable_29Sep2021/unittest/utils/
H A Dtest_utils.cpp36 TEST(Utils, strdup) in TEST() argument
51 TEST(Utils, trim) in TEST() argument
75 TEST(Utils, has_utf8) in TEST() argument
83 TEST(Utils, utf8_subst) in TEST() argument
92 TEST(Utils, count_words) in TEST() argument
340 TEST(Utils, valid_id1) in TEST() argument
345 TEST(Utils, valid_id2) in TEST() argument
350 TEST(Utils, valid_id3) in TEST() argument
355 TEST(Utils, valid_id4) in TEST() argument
360 TEST(Utils, valid_id5) in TEST() argument
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/midi_io/ump/
H A Djuce_UMPUtils.h33 struct Utils struct
36 static constexpr uint32_t bytesToWord (uint8_t a, uint8_t b, uint8_t c, uint8_t d) in bytesToWord()
53 struct U4
72 struct U8
91 struct U16
106 static constexpr uint8_t getMessageType (uint32_t w) noexcept { return U4<0>::get (w); } in getMessageType()
107 static constexpr uint8_t getGroup (uint32_t w) noexcept { return U4<1>::get (w); } in getGroup()
108 static constexpr uint8_t getStatus (uint32_t w) noexcept { return U4<2>::get (w); } in getStatus()
109 static constexpr uint8_t getChannel (uint32_t w) noexcept { return U4<3>::get (w); } in getChannel()
/dports/audio/chromaprint/chromaprint-v1.5.0/tests/
H A Dtest_utils.cpp9 TEST(Utils, PrepareHammingWindow) { in TEST() argument
18 TEST(Utils, ApplyWindow) { in TEST() argument
35 TEST(Utils, Sum) { in TEST() argument
40 TEST(Utils, EuclideanNorm) { in TEST() argument
45 TEST(Utils, NormalizeVector) { in TEST() argument
54 TEST(Utils, NormalizeVectorNearZero) { in TEST() argument
62 TEST(Utils, NormalizeVectorZero) { in TEST() argument
70 TEST(Utils, IsNaN) { in TEST() argument
75 TEST(Utils, CountSetBits32) { in TEST() argument
84 TEST(Utils, CountSetBits64) { in TEST() argument
[all …]
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/t/50_auth/
H A D08.t242 ## initialize the ACL
46 ## start the real ACL tests
48 my $items = 10000;
49 my $begin = [ Time::HiRes::gettimeofday() ];
50 for (my $i=0; $i<$items; $i++)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/LabelMap/test/
H A DitkShapeLabelMapFilterGTest.cxx95 using Utils = FixtureUtilities<3>; typedef
137 using Utils = FixtureUtilities<3>; typedef
184 using Utils = FixtureUtilities<3>; typedef
239 using Utils = FixtureUtilities<3>; typedef
292 using Utils = FixtureUtilities<3>; typedef
352 using Utils = FixtureUtilities<2>; typedef
374 using Utils = FixtureUtilities<2>; typedef
398 using Utils = FixtureUtilities<2>; typedef
432 using Utils = FixtureUtilities<2>; typedef
/dports/net/rdesktop/rdesktop-1.9.0/tests/
H A Dutils_test.c7 BeforeEach(Utils) {}; in BeforeEach() argument
8 AfterEach(Utils) {}; in AfterEach() argument
78 Ensure(Utils, CalculateDpiScaleFactorsWhenDpiIsZero) { in Ensure() argument
91 Ensure(Utils, CalculateDpiScaleFactorsWhenDpiLessThan96) { in Ensure() argument
104 Ensure(Utils, CalculateDpiScaleFactorsWhenDpiLessThan134) { in Ensure() argument
117 Ensure(Utils, CalculateDpiScaleFactorsWhenDpiLessThan173) { in Ensure() argument
130 Ensure(Utils, CalculateDpiScaleFactorsWhenDpiGreaterThanOrEqualTo173) { in Ensure() argument
144 Ensure(Utils, ApplySessionSizeLimitationLimitsWidthAndHeightToMax8192) in Ensure() argument
157 Ensure(Utils, ApplySessionSizeLimitationLimitsWidthAndHeightToMin200) in Ensure() argument
169 Ensure(Utils, ApplySessionSizeLimitationRoundsWidthToClosestSmallerEvenNumber) in Ensure() argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DWeakMapPtr.cpp41 struct Utils struct
43 typedef typename DataType<K>::BarrieredType KeyType;
44 typedef typename DataType<K>::HasherType HasherType;
45 typedef typename DataType<V>::BarrieredType ValueType;
46 typedef WeakMap<KeyType, ValueType, HasherType> Type;
47 typedef Type* PtrType;
48 static PtrType cast(void* ptr) { return static_cast<PtrType>(ptr); } in cast()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DWeakMapPtr.cpp37 struct Utils { struct
51 js_delete(WeakMapDetails::Utils<K, V>::cast(ptr)); in destroy()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DWeakMapPtr.cpp37 struct Utils { struct
50 js_delete(WeakMapDetails::Utils<K, V>::cast(ptr)); in destroy()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DWeakMapPtr.cpp37 struct Utils { struct
50 js_delete(WeakMapDetails::Utils<K, V>::cast(ptr)); in destroy()
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DWeakMapPtr.cpp37 struct Utils { struct
50 js_delete(WeakMapDetails::Utils<K, V>::cast(ptr)); in destroy()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DWeakMapPtr.cpp37 struct Utils { struct
50 js_delete(WeakMapDetails::Utils<K, V>::cast(ptr)); in destroy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/istanbul/node_modules/async/
H A DREADME.md220 ### Utils subsection
1646 ## Utils section in Async.js
1649 ### memoize(fn, [hasher])
1683 ### unmemoize(fn)
1695 ### ensureAsync(fn)
1728 ### constant(values...)
1767 ### asyncify(func)
1815 ### log(function, arguments)
1844 ### dir(function, arguments)
1874 ### noConflict()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/polymer2/bower_components/async/
H A DREADME.md220 ### Utils subsection
1646 ## Utils section in Async.js
1649 ### memoize(fn, [hasher])
1683 ### unmemoize(fn)
1695 ### ensureAsync(fn)
1728 ### constant(values...)
1767 ### asyncify(func)
1815 ### log(function, arguments)
1844 ### dir(function, arguments)
1874 ### noConflict()
/dports/textproc/write-good/write-good-1.0.8/node_modules/async/
H A DREADME.md220 ### Utils subsection
1646 ## Utils section in Async.js
1649 ### memoize(fn, [hasher])
1683 ### unmemoize(fn)
1695 ### ensureAsync(fn)
1728 ### constant(values...)
1767 ### asyncify(func)
1815 ### log(function, arguments)
1844 ### dir(function, arguments)
1874 ### noConflict()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/marionette/puppeteer/firefox/docs/api/
H A Dutils.rst3 Utils chapter
8 Utils section in Utils
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/marionette/puppeteer/firefox/docs/api/
H A Dutils.rst3 Utils chapter
8 Utils section in Utils
/dports/devel/hadoop/hadoop-1.2.1/src/c++/librecordio/
H A Dutils.hh32 class Utils { class
36 Utils() {}; in Utils() function in hadoop::Utils
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DUtils.java46 final class Utils { class
92 private Utils() { in Utils() method in Utils
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/spi/db/
H A DUtils.java46 final class Utils { class
92 private Utils() { in Utils() method in Utils
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/nav/
H A DUtils.java46 final class Utils { class
92 private Utils() { in Utils() method in Utils
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DUtils.java46 final class Utils { class
92 private Utils() { in Utils() method in Utils
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DUtils.java46 final class Utils { class
92 private Utils() { in Utils() method in Utils
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DUtils.java46 final class Utils { class
92 private Utils() { in Utils() method in Utils
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DUtils.java46 final class Utils { class
92 private Utils() { in Utils() method in Utils

12345678910>>...80