Home
last modified time | relevance | path

Searched +refs:doctest +refs:temp +refs:name (Results 1 – 25 of 126) sorted by relevance

123456

/dports/science/py-scikit-fuzzy/scikit-fuzzy-0.4.2/docs/
H A DMakefile15 .PHONY: all api help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
39 -find . -type f -name "*.pyc" | xargs rm -f
42 cd logo; python skfuzzy_logo.py; rm -f ./logo/temp.py
43 cd logo; python skfuzzy_icon.py; rm -f ./logo/temp.py
121 doctest: target
122 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(DEST)/doctest
134 --repo-name=scikit-fuzzy \
/dports/devel/taskflow/taskflow-3.2.0/unittests/cuda/
H A Dcuda_algorithms.cu36 }).name("allocate_x"); in add2()
42 }).name("allocate_y"); in add2()
56 }).name("saxpy"); in add2()
66 }).succeed(cudaflow).name("verify"); in add2()
71 }).name("deallocate_x"); in add2()
75 }).name("deallocate_y"); in add2()
724 tf::cudaScopedDeviceMemory<std::byte> temp( in scan() local
729 data1, data1+N, scan1, tf::cuda_plus<T>{}, temp.data() in scan()
823 tf::cudaScopedDeviceMemory<std::byte> temp( in transform_scan() local
831 temp.data() in transform_scan()
[all …]
/dports/math/e-antic/cereal-51cbda5/unittests/
H A Ddoctest.h1146 doctest::detail::regTest(f, __LINE__, __FILE__, name);
1152 doctest::detail::regTest(f, __LINE__, __FILE__, name); \
1157 doctest::detail::regTest(f, __LINE__, __FILE__, name);
1192 doctest::detail::Subcase(name, __FILE__, __LINE__))
1196 doctest::detail::Subcase(name, __FILE__, __LINE__))
1203 doctest::detail::setTestSuiteName(name); \
1764 while(temp && *temp)
1765 ++temp;
1766 return temp - in;
2812 if(temp && my_strlen(temp) == my_strlen(pattern)) {
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/cereal/unittests/
H A Ddoctest.h1146 doctest::detail::regTest(f, __LINE__, __FILE__, name);
1152 doctest::detail::regTest(f, __LINE__, __FILE__, name); \
1157 doctest::detail::regTest(f, __LINE__, __FILE__, name);
1192 doctest::detail::Subcase(name, __FILE__, __LINE__))
1196 doctest::detail::Subcase(name, __FILE__, __LINE__))
1203 doctest::detail::setTestSuiteName(name); \
1764 while(temp && *temp)
1765 ++temp;
1766 return temp - in;
2812 if(temp && my_strlen(temp) == my_strlen(pattern)) {
[all …]
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/cereal/unittests/
H A Ddoctest.h1146 doctest::detail::regTest(f, __LINE__, __FILE__, name);
1152 doctest::detail::regTest(f, __LINE__, __FILE__, name); \
1157 doctest::detail::regTest(f, __LINE__, __FILE__, name);
1192 doctest::detail::Subcase(name, __FILE__, __LINE__))
1196 doctest::detail::Subcase(name, __FILE__, __LINE__))
1203 doctest::detail::setTestSuiteName(name); \
1764 while(temp && *temp)
1765 ++temp;
1766 return temp - in;
2812 if(temp && my_strlen(temp) == my_strlen(pattern)) {
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/unittests/
H A Ddoctest.h1586 Capture<T> temp(&in);
1953 doctest::detail::Subcase(name, __FILE__, __LINE__) \
2008 doctest::registerReporter(name, priority, reporter); \
2944 data.ptr = temp;
2966 data.ptr = temp;
3854 : contextBuilder(temp) {
3974 name = def.name;
4621 if(temp && strlen(temp) == strlen(pattern)) {
4624 while(temp != argv[i]) {
4654 while(curr != temp) {
[all …]
/dports/science/py-obspy/obspy-1.2.2/obspy/io/ascii/
H A Dcore.py80 temp = f.readline()
85 if 'SLIST' not in temp:
111 if 'TSPAIR' not in temp:
170 if temp[4]:
238 if temp[4]:
328 if trace.data.dtype.name.startswith('int'):
331 elif trace.data.dtype.name.startswith('float'):
446 if trace.data.dtype.name.startswith('int'):
449 elif trace.data.dtype.name.startswith('float'):
522 import doctest
[all …]
/dports/devel/cquery/cquery-20180718/third_party/doctest/doctest/
H A Ddoctest.h1918 Capture<T> temp(&in);
2287 doctest::detail::Subcase(name, __FILE__, __LINE__))
3037 #define DOCTEST_GIVEN(name) SUBCASE(" Given: " name)
3038 #define DOCTEST_WHEN(name) SUBCASE(" When: " name)
3354 const char* temp = in;
3355 while(temp && *temp)
3356 ++temp;
3541 data.ptr = temp;
3563 data.ptr = temp;
4489 name = def.name;
[all …]
/dports/astro/py-astropy/astropy-5.0/docs/timeseries/
H A Ddata_access.rst28 As for |Table|, columns can be accessed by name::
30 >>> ts['flux'] # doctest: +FLOAT_CMP
41 time flux temp
50 >>> ts[0]['flux'] # doctest: +FLOAT_CMP
53 >>> ts['temp'][2] # doctest: +FLOAT_CMP
97 >>> bts.time_bin_size # doctest: +SKIP
129 ``temp`` columns::
131 >>> ts['flux', 'temp']
133 flux temp
155 time flux temp
[all …]
/dports/x11-wm/wayfire/wayfire-0.7.0/subprojects/wf-touch/test/
H A Ddoctest.h1819 Capture<T> temp(&in);
2195 doctest::detail::Subcase(name, __FILE__, __LINE__))
2199 doctest::detail::Subcase(name, __FILE__, __LINE__))
3279 const char* temp = in;
3280 while(temp && *temp)
3281 ++temp;
3282 return unsigned(temp - in);
3466 data.ptr = temp;
3488 data.ptr = temp;
4410 name = def.name;
[all …]
/dports/www/elixir-phoenix/phoenix-1.3.3/test/mix/
H A Dphoenix_test.exs4 doctest Mix.Phoenix, import: true
22 "temp:float",
26 "name:text",
35 temp: :float,
39 name: :text,
57 temp: :float,
61 name: :text,
71 temp: 120.5,
75 name: "some name",
/dports/misc/box2d/box2d-2.4.1/unit-test/
H A Ddoctest.h1871 doctest::detail::Subcase(name, __FILE__, __LINE__))
1925 doctest::registerReporter<reporter>(name, priority, true); \
1931 doctest::registerReporter<reporter>(name, priority, false); \
3085 data.ptr = temp;
3107 data.ptr = temp;
5387 … if(temp && (value || strlen(temp) == strlen(pattern))) { //!OCLINT prefer early exits and continue
5391 while(curr != temp) {
5400 temp += strlen(pattern);
5403 *value = temp;
5757 const auto temp = first[i];
[all …]
/dports/audio/giada/giada-0.17.1/src/deps/json/test/thirdparty/doctest/
H A Ddoctest.h1871 doctest::detail::Subcase(name, __FILE__, __LINE__))
1925 doctest::registerReporter<reporter>(name, priority, true); \
1931 doctest::registerReporter<reporter>(name, priority, false); \
3085 data.ptr = temp;
3107 data.ptr = temp;
5387 … if(temp && (value || strlen(temp) == strlen(pattern))) { //!OCLINT prefer early exits and continue
5391 while(curr != temp) {
5400 temp += strlen(pattern);
5403 *value = temp;
5757 const auto temp = first[i];
[all …]
/dports/math/highs/HiGHS-cfe064e/external/
H A Ddoctest.h1870 doctest::detail::Subcase(name, __FILE__, __LINE__))
1924 doctest::registerReporter<reporter>(name, priority, true); \
1930 doctest::registerReporter<reporter>(name, priority, false); \
3094 data.ptr = temp;
3116 data.ptr = temp;
5635 … if(temp && (value || strlen(temp) == strlen(pattern))) { //!OCLINT prefer early exits and continue
5639 while(curr != temp) {
5648 temp += strlen(pattern);
5651 *value = temp;
6006 const auto temp = first[i];
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/external/robin-hood-hashing/src/test/thirdparty/doctest/
H A Ddoctest.h1870 doctest::detail::Subcase(name, __FILE__, __LINE__))
1924 doctest::registerReporter<reporter>(name, priority, true); \
1930 doctest::registerReporter<reporter>(name, priority, false); \
3094 data.ptr = temp;
3116 data.ptr = temp;
5635 … if(temp && (value || strlen(temp) == strlen(pattern))) { //!OCLINT prefer early exits and continue
5639 while(curr != temp) {
5648 temp += strlen(pattern);
5651 *value = temp;
6006 const auto temp = first[i];
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/doctest/
H A Ddoctest.h1870 doctest::detail::Subcase(name, __FILE__, __LINE__))
1924 doctest::registerReporter<reporter>(name, priority, true); \
1930 doctest::registerReporter<reporter>(name, priority, false); \
3094 data.ptr = temp;
3116 data.ptr = temp;
5635 … if(temp && (value || strlen(temp) == strlen(pattern))) { //!OCLINT prefer early exits and continue
5639 while(curr != temp) {
5648 temp += strlen(pattern);
5651 *value = temp;
6006 const auto temp = first[i];
[all …]
/dports/games/liblcf/liblcf-0.7.0/tests/
H A Ddoctest.h1973 doctest::detail::Subcase(name, __FILE__, __LINE__))
2029 doctest::registerReporter<reporter>(name, priority, true); \
2035 doctest::registerReporter<reporter>(name, priority, false); \
3295 data.ptr = temp;
3317 data.ptr = temp;
5998 … if(temp && (value || strlen(temp) == strlen(pattern))) { //!OCLINT prefer early exits and continue
6002 while(curr != temp) {
6011 temp += strlen(pattern);
6014 *value = temp;
6375 const auto temp = first[i];
[all …]
/dports/mail/rspamd/rspamd-3.1/contrib/doctest/doctest/
H A Ddoctest.h1973 doctest::detail::Subcase(name, __FILE__, __LINE__))
2029 doctest::registerReporter<reporter>(name, priority, true); \
2035 doctest::registerReporter<reporter>(name, priority, false); \
3295 data.ptr = temp;
3317 data.ptr = temp;
5998 … if(temp && (value || strlen(temp) == strlen(pattern))) { //!OCLINT prefer early exits and continue
6002 while(curr != temp) {
6011 temp += strlen(pattern);
6014 *value = temp;
6375 const auto temp = first[i];
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/doctest/doctest/
H A Ddoctest.h1973 doctest::detail::Subcase(name, __FILE__, __LINE__))
2029 doctest::registerReporter<reporter>(name, priority, true); \
2035 doctest::registerReporter<reporter>(name, priority, false); \
3295 data.ptr = temp;
3317 data.ptr = temp;
5998 … if(temp && (value || strlen(temp) == strlen(pattern))) { //!OCLINT prefer early exits and continue
6002 while(curr != temp) {
6011 temp += strlen(pattern);
6014 *value = temp;
6375 const auto temp = first[i];
[all …]
/dports/math/py-libpoly/libpoly-0.1.11/test/polyxx/
H A Ddoctest.h1973 doctest::detail::Subcase(name, __FILE__, __LINE__))
2029 doctest::registerReporter<reporter>(name, priority, true); \
2035 doctest::registerReporter<reporter>(name, priority, false); \
3295 data.ptr = temp;
3317 data.ptr = temp;
5998 … if(temp && (value || strlen(temp) == strlen(pattern))) { //!OCLINT prefer early exits and continue
6002 while(curr != temp) {
6011 temp += strlen(pattern);
6014 *value = temp;
6375 const auto temp = first[i];
[all …]
/dports/games/easyrpg-player/Player-0.7.0/tests/
H A Ddoctest.h1973 doctest::detail::Subcase(name, __FILE__, __LINE__))
2029 doctest::registerReporter<reporter>(name, priority, true); \
2035 doctest::registerReporter<reporter>(name, priority, false); \
3295 data.ptr = temp;
3317 data.ptr = temp;
5998 … if(temp && (value || strlen(temp) == strlen(pattern))) { //!OCLINT prefer early exits and continue
6002 while(curr != temp) {
6011 temp += strlen(pattern);
6014 *value = temp;
6375 const auto temp = first[i];
[all …]
/dports/math/libpoly/libpoly-0.1.11/test/polyxx/
H A Ddoctest.h1973 doctest::detail::Subcase(name, __FILE__, __LINE__))
2029 doctest::registerReporter<reporter>(name, priority, true); \
2035 doctest::registerReporter<reporter>(name, priority, false); \
3295 data.ptr = temp;
3317 data.ptr = temp;
5998 … if(temp && (value || strlen(temp) == strlen(pattern))) { //!OCLINT prefer early exits and continue
6002 while(curr != temp) {
6011 temp += strlen(pattern);
6014 *value = temp;
6375 const auto temp = first[i];
[all …]
/dports/sysutils/lnav/lnav-0.10.1/src/third-party/doctest-root/doctest/
H A Ddoctest.h1973 doctest::detail::Subcase(name, __FILE__, __LINE__))
2029 doctest::registerReporter<reporter>(name, priority, true); \
2035 doctest::registerReporter<reporter>(name, priority, false); \
3295 data.ptr = temp;
3317 data.ptr = temp;
5998 … if(temp && (value || strlen(temp) == strlen(pattern))) { //!OCLINT prefer early exits and continue
6002 while(curr != temp) {
6011 temp += strlen(pattern);
6014 *value = temp;
6375 const auto temp = first[i];
[all …]
/dports/devel/nlohmann-json/json-3.10.4/test/thirdparty/doctest/
H A Ddoctest.h1973 doctest::detail::Subcase(name, __FILE__, __LINE__))
2029 doctest::registerReporter<reporter>(name, priority, true); \
2035 doctest::registerReporter<reporter>(name, priority, false); \
3295 data.ptr = temp;
3317 data.ptr = temp;
5998 … if(temp && (value || strlen(temp) == strlen(pattern))) { //!OCLINT prefer early exits and continue
6002 while(curr != temp) {
6011 temp += strlen(pattern);
6014 *value = temp;
6375 const auto temp = first[i];
[all …]
/dports/cad/opentimer/OpenTimer-18d28ff/unittest/
H A Ddoctest.h1871 doctest::detail::Subcase(name, __FILE__, __LINE__))
1925 doctest::registerReporter<reporter>(name, priority, true); \
1931 doctest::registerReporter<reporter>(name, priority, false); \
3071 data.ptr = temp;
3093 data.ptr = temp;
5373 … if(temp && (value || strlen(temp) == strlen(pattern))) { //!OCLINT prefer early exits and continue
5377 while(curr != temp) {
5386 temp += strlen(pattern);
5389 *value = temp;
5743 const auto temp = first[i];
[all …]

123456