Home
last modified time | relevance | path

Searched refs:type_name (Results 201 – 225 of 17163) sorted by relevance

12345678910>>...687

/dports/science/netcdf/netcdf-c-4.7.4/nc_perf/
H A Drun_par_bm_test.sh.in10 for type_name in floats ints shorts
12 echo "*** Running bm_file for parallel access on simple ${type_name} test files, 1D to 6D..."
21 …file -p -d ${header} -s ${numproc} -f 4 -o p_${type_name}2_${i}D_3.nc -c 0:-1:0:${chunksizes} ${ty…
22 ${NCDUMP} -n tst_${type_name}2_${i}D p_${type_name}2_${i}D_3.nc > p_${type_name}2_${i}D.cdl
23 diff tst_${type_name}2_${i}D.cdl p_${type_name}2_${i}D.cdl &> /dev/null
/dports/devel/hpx/hpx-1.2.1/src/performance_counters/
H A Dregistry.cpp80 std::string type_name; in add_counter_type() local
99 type_name); in add_counter_type()
105 type_name); in add_counter_type()
119 std::string type_name; in discover_counter_type() local
266 std::string type_name; in get_counter_create_function() local
311 std::string type_name; in get_counter_discovery_function() local
345 std::string type_name; in remove_counter_type() local
358 type_name); in remove_counter_type()
413 std::string type_name; in create_raw_counter() local
477 std::string type_name; in create_raw_counter() local
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/file/tests/src/Functional/
H A DFileFieldWidgetTest.php81 $type_name = 'article';
83 $this->createFileField($field_name, 'node', $type_name);
122 $type_name = 'article';
142 $this->drupalGet("node/add/$type_name");
250 $type_name = 'article';
252 $this->createFileField($field_name, 'node', $type_name);
362 $type_name = 'article';
364 $this->createFileField($field_name, 'node', $type_name);
481 $type_name = 'article';
508 $type_name = 'article';
[all …]
/dports/devel/pecl-swoole/swoole-4.8.5/tools/templates/
H A Dclass.c24 struct {{type_name}} {
30 …return (({{type_name}} *) ((char *) object - swoole_{{module_name}}_handlers.offset))->{{var_name}…
33 static zend_always_inline {{type_name}} *swoole_{{module_name}}_get_object(zend_object *object) {
34 return ({{type_name}} *) ((char *) object - swoole_{{module_name}}_handlers.offset);
38 …return (({{type_name}} *) ((char *) Z_OBJ_P(zobject) - swoole_{{module_name}}_handlers.offset))->{…
41 static zend_always_inline {{type_name}} *swoole_{{module_name}}_get_object(zval *zobject) {
42 return ({{type_name}} *) ((char *) Z_OBJ_P(zobject) - swoole_{{module_name}}_handlers.offset);
45 static zend_always_inline {{type_name}} *swoole_{{module_name}}_get_object_safe(zval *zobject) {
53 static zend_always_inline {{type_name}} *swoole_{{module_name}}_get_object_safe(zend_object *object…
62 …{{type_name}} *{{php_var_name}} = ({{type_name}} *) zend_object_alloc(sizeof(*{{php_var_name}}), c…
[all …]
/dports/games/openage/openage-0.3.0-1262-ga554ab49/openage/convert/gamedata/
H A Dunit.py25 type_name = "command_ability",
96 type_name = "selection_type",
180 type_name = "damage_draw_type",
198 type_name = "hit_class",
241 type_name = "resource_types",
477 type_name = "unit_classes",
635 type_name = "blast_types",
645 type_name = "combat_levels",
671 type_name = "minimap_modes",
832 type_name = "attack_modes",
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/apps/
H A Dcs_io_dump.c985 else if (type_name[0] == 'i' && type_name[1] == '4') { in _echo_values()
993 else if (type_name[0] == 'i' && type_name[1] == '8') { in _echo_values()
1001 else if (type_name[0] == 'u' && type_name[1] == '4') { in _echo_values()
1009 else if (type_name[0] == 'u' && type_name[1] == '8') { in _echo_values()
1019 else if (type_name[0] == 'i' && type_name[1] == '4') { in _echo_values()
1039 else if (type_name[0] == 'i' && type_name[1] == '8') { in _echo_values()
1059 else if (type_name[0] == 'u' && type_name[1] == '4') { in _echo_values()
1160 if (type_name[0] == 'c' && type_name[1] == ' ') in _type_size_from_name()
1418 const char *type_name = inp->type_name; in _extract_section_values() local
2073 if (strcmp(inp1->type_name, inp2->type_name)) in _echo_diff_headers()
[all …]
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/pgsqltypes/
H A Dstoragetype.cpp42 StorageType::StorageType(const QString &type_name) in StorageType() argument
44 setType(type_name); in StorageType()
47 bool StorageType::operator == (const char *type_name) in operator ==() argument
49 return ((*this)==QString(type_name)); in operator ==()
52 bool StorageType::operator == (const QString &type_name) in operator ==() argument
54 return (type_idx == static_cast<unsigned>(type_names.indexOf(type_name))); in operator ==()
57 bool StorageType::operator != (const QString &type_name) in operator !=() argument
59 return (!((*this)==type_name)); in operator !=()
H A Dencodingtype.cpp42 EncodingType::EncodingType(const QString &type_name) in EncodingType() argument
44 setType(type_name); in EncodingType()
52 bool EncodingType::operator == (const char *type_name) in operator ==() argument
54 return ((*this) == QString(type_name)); in operator ==()
57 bool EncodingType::operator == (const QString &type_name) in operator ==() argument
59 return (type_idx == static_cast<unsigned>(type_names.indexOf(type_name))); in operator ==()
62 bool EncodingType::operator != (const QString &type_name) in operator !=() argument
64 return !((*this) == type_name); in operator !=()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/allocator/partition_allocator/
H A Dpartition_alloc_unittest.cc142 const char* type_name = nullptr; variable
237 num_allocations * sizeof(void*), type_name)); in DoReturnNullTest()
253 alloc_size, type_name); in DoReturnNullTest()
285 type_name); in DoReturnNullTest()
631 ptr = generic_allocator.root()->Alloc(1, type_name); in TEST_F()
917 type_name); in TEST_F()
981 ptr = allocator.root()->Alloc(big_size, type_name); in TEST_F()
1256 ptr = allocator.root()->Alloc(big_size, type_name); in TEST_F()
1920 requested_size - kExtraAllocSize, type_name); in TEST_F()
1922 requested_size - kExtraAllocSize, type_name); in TEST_F()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bsta/tests/
H A Dtest_parzen_sphere.cxx14 void test_parzen_sphere_type(T epsilon, const std::string& type_name) in test_parzen_sphere_type() argument
18 TEST(("dimension <"+type_name+">").c_str(),good, true); in test_parzen_sphere_type()
28 TEST(("n_samples <"+type_name+">").c_str(), parzen.size(), 2); in test_parzen_sphere_type()
31 TEST(("mean <"+type_name+">").c_str(), parzen.mean(), mean); in test_parzen_sphere_type()
38 TEST_NEAR(("covariance matrix <"+type_name+">").c_str(), in test_parzen_sphere_type()
42 TEST_NEAR(("probability density <"+type_name+">").c_str(), in test_parzen_sphere_type()
46 TEST_NEAR(("probability <"+type_name+">").c_str(), in test_parzen_sphere_type()
54 TEST(("n_samples_scalar <"+type_name+">").c_str(), sparzen.size(), 3); in test_parzen_sphere_type()
56 TEST(("mean_scalar <"+type_name+">").c_str(), sparzen.mean(), smean); in test_parzen_sphere_type()
63 TEST_NEAR(("sprobability <"+type_name+">").c_str(), in test_parzen_sphere_type()
[all …]
H A Dtest_gaussian_sphere.cxx16 TEST(("dimension <"+type_name+">").c_str(), in test_gaussian_sphere_type()
18 TEST(("det(null covar) <"+type_name+">").c_str(), in test_gaussian_sphere_type()
26 TEST(("mean <"+type_name+">").c_str(), gauss.mean(), mean); in test_gaussian_sphere_type()
27 TEST(("var <"+type_name+">").c_str(), gauss.var(), var); in test_gaussian_sphere_type()
28 TEST(("det(covar) <"+type_name+">").c_str(), in test_gaussian_sphere_type()
37 TEST(("mahalanobis dist <"+type_name+">").c_str(), in test_gaussian_sphere_type()
43 TEST_NEAR(("probability density <"+type_name+">").c_str(), in test_gaussian_sphere_type()
47 TEST(("zero var mahalanobis dist <"+type_name+">").c_str(), in test_gaussian_sphere_type()
51 TEST(("zero var probability density<"+type_name+">").c_str(), in test_gaussian_sphere_type()
56 TEST_NEAR(("box probability <"+type_name+">").c_str(), in test_gaussian_sphere_type()
[all …]
/dports/graphics/rawstudio/rawstudio-2.0/librawstudio/
H A Drs-color-space.h27 #define RS_DEFINE_COLOR_SPACE(type_name, TypeName) \ argument
28 static GType type_name##_get_type (GTypeModule *module); \
29 static void type_name##_class_init(TypeName##Class *klass); \
30 static void type_name##_init(TypeName *color_space); \
31 static GType type_name##_type = 0; \
33 type_name##_get_type(GTypeModule *module) \
35 if (!type_name##_type) \
42 (GClassInitFunc) type_name##_class_init, \
47 (GInstanceInitFunc) type_name##_init \
50 type_name##_type = g_type_module_register_type( \
[all …]
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofobject.cpp81 if (!type_name) return NULL; in qof_object_new_instance()
83 obj = qof_object_lookup (type_name); in qof_object_new_instance()
183 obj = qof_object_lookup(type_name); in qof_object_compliance()
203 if (!book || !type_name) in qof_object_foreach()
207 PINFO ("type=%s", type_name); in qof_object_foreach()
209 obj = qof_object_lookup (type_name); in qof_object_foreach()
212 PERR ("No object of type %s", type_name); in qof_object_foreach()
264 if (!type_name || !obj) return NULL; in qof_object_printable()
266 b_obj = qof_object_lookup (type_name); in qof_object_printable()
279 if (!type_name) return NULL; in qof_object_get_type_label()
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-2k/akin/
H A Drgb.cpp9 template< typename type_name >
12 typedef ::color::rgb< type_name > model_name; in akin_rgb()
17 …cout << " CMY: " << typeid( typename ::color::akin::rgb< typename ::color::cmy< type_name>::c… in akin_rgb()
18 …cout << " CMYK: " << typeid( typename ::color::akin::rgb< typename ::color::cmyk< type_name>::c… in akin_rgb()
19 …cout << " gray: " << typeid( typename ::color::akin::rgb< typename ::color::gray< type_name>::c… in akin_rgb()
20 …cout << " HSL: " << typeid( typename ::color::akin::rgb< typename ::color::hsl< type_name>::c… in akin_rgb()
21 …cout << " HSV: " << typeid( typename ::color::akin::rgb< typename ::color::hsv< type_name>::c… in akin_rgb()
22 …cout << " RGB: " << typeid( typename ::color::akin::rgb< typename ::color::rgb< type_name>::c… in akin_rgb()
23 …cout << " YIQ: " << typeid( typename ::color::akin::rgb< typename ::color::yiq< type_name>::c… in akin_rgb()
24 …cout << " YUV: " << typeid( typename ::color::akin::rgb< typename ::color::yuv< type_name>::c… in akin_rgb()
H A Dcmy.cpp9 template< typename type_name >
12 typedef ::color::cmyk< type_name > model_name; in akin_cmy()
17 …cout << " CMY: " << typeid( typename ::color::akin::cmy< typename ::color::cmy< type_name>::c… in akin_cmy()
18 …cout << " CMYK: " << typeid( typename ::color::akin::cmy< typename ::color::cmyk< type_name>::c… in akin_cmy()
19 …cout << " gray: " << typeid( typename ::color::akin::cmy< typename ::color::gray< type_name>::c… in akin_cmy()
20 …cout << " HSL: " << typeid( typename ::color::akin::cmy< typename ::color::hsl< type_name>::c… in akin_cmy()
21 …cout << " HSV: " << typeid( typename ::color::akin::cmy< typename ::color::hsv< type_name>::c… in akin_cmy()
22 …cout << " RGB: " << typeid( typename ::color::akin::cmy< typename ::color::rgb< type_name>::c… in akin_cmy()
23 …cout << " YIQ: " << typeid( typename ::color::akin::cmy< typename ::color::yiq< type_name>::c… in akin_cmy()
24 …cout << " YUV: " << typeid( typename ::color::akin::cmy< typename ::color::yuv< type_name>::c… in akin_cmy()
H A Dcmyk.cpp9 template< typename type_name >
12 typedef ::color::cmyk< type_name > model_name; in akin_cmyk()
17 …cout << " CMY: " << typeid( typename ::color::akin::cmyk< typename ::color::cmy< type_name>::… in akin_cmyk()
18 …cout << " CMYK: " << typeid( typename ::color::akin::cmyk< typename ::color::cmyk< type_name>::… in akin_cmyk()
19 …cout << " gray: " << typeid( typename ::color::akin::cmyk< typename ::color::gray< type_name>::… in akin_cmyk()
20 …cout << " HSL: " << typeid( typename ::color::akin::cmyk< typename ::color::hsl< type_name>::… in akin_cmyk()
21 …cout << " HSV: " << typeid( typename ::color::akin::cmyk< typename ::color::hsv< type_name>::… in akin_cmyk()
22 …cout << " RGB: " << typeid( typename ::color::akin::cmyk< typename ::color::rgb< type_name>::… in akin_cmyk()
23 …cout << " YIQ: " << typeid( typename ::color::akin::cmyk< typename ::color::yiq< type_name>::… in akin_cmyk()
24 …cout << " YUV: " << typeid( typename ::color::akin::cmyk< typename ::color::yuv< type_name>::… in akin_cmyk()
H A Dgray.cpp9 template< typename type_name >
12 typedef ::color::gray< type_name > model_name; in akin_gray()
17 …cout << " CMY: " << typeid( typename ::color::akin::gray< typename ::color::cmy< type_name>::… in akin_gray()
18 …cout << " CMYK: " << typeid( typename ::color::akin::gray< typename ::color::cmyk< type_name>::… in akin_gray()
19 …cout << " gray: " << typeid( typename ::color::akin::gray< typename ::color::gray< type_name>::… in akin_gray()
20 …cout << " HSL: " << typeid( typename ::color::akin::gray< typename ::color::hsl< type_name>::… in akin_gray()
21 …cout << " HSV: " << typeid( typename ::color::akin::gray< typename ::color::hsv< type_name>::… in akin_gray()
22 …cout << " RGB: " << typeid( typename ::color::akin::gray< typename ::color::rgb< type_name>::… in akin_gray()
23 …cout << " YIQ: " << typeid( typename ::color::akin::gray< typename ::color::yiq< type_name>::… in akin_gray()
24 …cout << " YUV: " << typeid( typename ::color::akin::gray< typename ::color::yuv< type_name>::… in akin_gray()
/dports/devel/boost-docs/boost_1_72_0/libs/compute/test/
H A Dtest_type_traits.cpp75 BOOST_AUTO_TEST_CASE(type_name) in BOOST_AUTO_TEST_CASE() argument
78 BOOST_CHECK(std::strcmp(bc::type_name<bc::char_>(), "char") == 0); in BOOST_AUTO_TEST_CASE()
79 BOOST_CHECK(std::strcmp(bc::type_name<bc::uchar_>(), "uchar") == 0); in BOOST_AUTO_TEST_CASE()
80 BOOST_CHECK(std::strcmp(bc::type_name<bc::short_>(), "short") == 0); in BOOST_AUTO_TEST_CASE()
82 BOOST_CHECK(std::strcmp(bc::type_name<bc::int_>(), "int") == 0); in BOOST_AUTO_TEST_CASE()
83 BOOST_CHECK(std::strcmp(bc::type_name<bc::uint_>(), "uint") == 0); in BOOST_AUTO_TEST_CASE()
84 BOOST_CHECK(std::strcmp(bc::type_name<bc::long_>(), "long") == 0); in BOOST_AUTO_TEST_CASE()
85 BOOST_CHECK(std::strcmp(bc::type_name<bc::ulong_>(), "ulong") == 0); in BOOST_AUTO_TEST_CASE()
86 BOOST_CHECK(std::strcmp(bc::type_name<bc::float_>(), "float") == 0); in BOOST_AUTO_TEST_CASE()
88 BOOST_CHECK(std::strcmp(bc::type_name<bool>(), "bool") == 0); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/compute/test/
H A Dtest_type_traits.cpp75 BOOST_AUTO_TEST_CASE(type_name) in BOOST_AUTO_TEST_CASE() argument
78 BOOST_CHECK(std::strcmp(bc::type_name<bc::char_>(), "char") == 0); in BOOST_AUTO_TEST_CASE()
79 BOOST_CHECK(std::strcmp(bc::type_name<bc::uchar_>(), "uchar") == 0); in BOOST_AUTO_TEST_CASE()
80 BOOST_CHECK(std::strcmp(bc::type_name<bc::short_>(), "short") == 0); in BOOST_AUTO_TEST_CASE()
82 BOOST_CHECK(std::strcmp(bc::type_name<bc::int_>(), "int") == 0); in BOOST_AUTO_TEST_CASE()
83 BOOST_CHECK(std::strcmp(bc::type_name<bc::uint_>(), "uint") == 0); in BOOST_AUTO_TEST_CASE()
84 BOOST_CHECK(std::strcmp(bc::type_name<bc::long_>(), "long") == 0); in BOOST_AUTO_TEST_CASE()
85 BOOST_CHECK(std::strcmp(bc::type_name<bc::ulong_>(), "ulong") == 0); in BOOST_AUTO_TEST_CASE()
86 BOOST_CHECK(std::strcmp(bc::type_name<bc::float_>(), "float") == 0); in BOOST_AUTO_TEST_CASE()
88 BOOST_CHECK(std::strcmp(bc::type_name<bool>(), "bool") == 0); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/compute/test/
H A Dtest_type_traits.cpp75 BOOST_AUTO_TEST_CASE(type_name) in BOOST_AUTO_TEST_CASE() argument
78 BOOST_CHECK(std::strcmp(bc::type_name<bc::char_>(), "char") == 0); in BOOST_AUTO_TEST_CASE()
79 BOOST_CHECK(std::strcmp(bc::type_name<bc::uchar_>(), "uchar") == 0); in BOOST_AUTO_TEST_CASE()
80 BOOST_CHECK(std::strcmp(bc::type_name<bc::short_>(), "short") == 0); in BOOST_AUTO_TEST_CASE()
82 BOOST_CHECK(std::strcmp(bc::type_name<bc::int_>(), "int") == 0); in BOOST_AUTO_TEST_CASE()
83 BOOST_CHECK(std::strcmp(bc::type_name<bc::uint_>(), "uint") == 0); in BOOST_AUTO_TEST_CASE()
84 BOOST_CHECK(std::strcmp(bc::type_name<bc::long_>(), "long") == 0); in BOOST_AUTO_TEST_CASE()
85 BOOST_CHECK(std::strcmp(bc::type_name<bc::ulong_>(), "ulong") == 0); in BOOST_AUTO_TEST_CASE()
86 BOOST_CHECK(std::strcmp(bc::type_name<bc::float_>(), "float") == 0); in BOOST_AUTO_TEST_CASE()
88 BOOST_CHECK(std::strcmp(bc::type_name<bool>(), "bool") == 0); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/file/tests/src/Functional/
H A DFileFieldDisplayTest.php27 $type_name = 'article';
41 $node = $this->drupalCreateNode(['type' => $type_name]);
70 $nid = $this->uploadNodeFile($test_file, $field_name, $type_name);
126 $type_name = 'article';
141 $nid = $this->uploadNodeFile($test_file, $field_name, $type_name);
152 $type_name = 'test';
157 'name' => $type_name,
158 'type' => $type_name,
181 $this->drupalPostForm('node/add/' . $type_name, $edit, t('Save'));
192 $type_name = 'article';
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/compute/test/
H A Dtest_type_traits.cpp75 BOOST_AUTO_TEST_CASE(type_name) in BOOST_AUTO_TEST_CASE() argument
78 BOOST_CHECK(std::strcmp(bc::type_name<bc::char_>(), "char") == 0); in BOOST_AUTO_TEST_CASE()
79 BOOST_CHECK(std::strcmp(bc::type_name<bc::uchar_>(), "uchar") == 0); in BOOST_AUTO_TEST_CASE()
80 BOOST_CHECK(std::strcmp(bc::type_name<bc::short_>(), "short") == 0); in BOOST_AUTO_TEST_CASE()
82 BOOST_CHECK(std::strcmp(bc::type_name<bc::int_>(), "int") == 0); in BOOST_AUTO_TEST_CASE()
83 BOOST_CHECK(std::strcmp(bc::type_name<bc::uint_>(), "uint") == 0); in BOOST_AUTO_TEST_CASE()
84 BOOST_CHECK(std::strcmp(bc::type_name<bc::long_>(), "long") == 0); in BOOST_AUTO_TEST_CASE()
85 BOOST_CHECK(std::strcmp(bc::type_name<bc::ulong_>(), "ulong") == 0); in BOOST_AUTO_TEST_CASE()
86 BOOST_CHECK(std::strcmp(bc::type_name<bc::float_>(), "float") == 0); in BOOST_AUTO_TEST_CASE()
88 BOOST_CHECK(std::strcmp(bc::type_name<bool>(), "bool") == 0); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vil1/tests/
H A Dtest_save_load_image.cxx164 assert(type_name); in vil1_test_image_type_raw()
173 fname += type_name; in vil1_test_image_type_raw()
179 bool tst = vil1_save_raw(image, fname.c_str(), type_name); in vil1_test_image_type_raw()
188 tst = vil1_save_raw(image, fname.c_str(), type_name); in vil1_test_image_type_raw()
201 type_name, in vil1_test_image_type_raw()
211 test_image_equal(type_name, image, image2, exact); in vil1_test_image_type_raw()
322 assert(type_name); in vil1_test_image_type()
331 fname += type_name; in vil1_test_image_type()
341 else if (std::strcmp(type_name, "gif") == 0) in vil1_test_image_type()
348 bool tst = vil1_save(image, fname.c_str(), type_name); in vil1_test_image_type()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/generated_tests/
H A Dgen_cl_shuffle_builtins.py58 def ext_req(type_name): argument
59 if type_name[:6] == "double":
61 if type_name[:4] == "half":
66 def print_config(f, type_name, utype_name): argument
72 """ + ext_req(type_name))
73 .format(type_name=type_name, utype_name=utype_name)))
76 def begin_test(type_name, utype_name): argument
77 fileName = os.path.join(DIR_NAME, 'builtin-shuffle-{}-{}.cl'.format(type_name, utype_name))
80 print_config(f, type_name, utype_name)
125 type_name = t + ss
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/traffic_annotation/scripts/
H A Dextractor.py55 def __init__(self, file_path, line_number, type_name='', unique_id='', argument
64 self.type_name = type_name
77 self.type_name = ANNOTATION_TYPES[definition_function]
91 self.type_name,
102 if self.type_name == 'Mutable':
112 if self.type_name == 'Partial' or self.type_name == 'BranchedCompleting':
117 if self.type_name == 'Completing' or self.type_name == 'BranchedCompleting':
181 type_name = 'Partial'
185 type_name = 'Definition'
190 file_path, line_number, type_name=type_name,
[all …]

12345678910>>...687