Home
last modified time | relevance | path

Searched refs:types_list (Results 1 – 25 of 110) sorted by relevance

12345

/dports/security/fwbuilder/fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/
H A DObjectGroup.cpp88 types_list.clear(); in getAllowedTypesOfChildren()
89 types_list.push_back(Host::TYPENAME); in getAllowedTypesOfChildren()
90 types_list.push_back(Firewall::TYPENAME); in getAllowedTypesOfChildren()
91 types_list.push_back(Cluster::TYPENAME); in getAllowedTypesOfChildren()
92 types_list.push_back(Network::TYPENAME); in getAllowedTypesOfChildren()
93 types_list.push_back(NetworkIPv6::TYPENAME); in getAllowedTypesOfChildren()
94 types_list.push_back(IPv4::TYPENAME); in getAllowedTypesOfChildren()
95 types_list.push_back(IPv6::TYPENAME); in getAllowedTypesOfChildren()
96 types_list.push_back(DNSName::TYPENAME); in getAllowedTypesOfChildren()
97 types_list.push_back(AddressTable::TYPENAME); in getAllowedTypesOfChildren()
[all …]
H A DServiceGroup.cpp95 void ServiceGroup::getAllowedTypesOfChildren(std::list<std::string> &types_list) in getAllowedTypesOfChildren() argument
97 types_list.clear(); in getAllowedTypesOfChildren()
98 types_list.push_back(IPService::TYPENAME); in getAllowedTypesOfChildren()
99 types_list.push_back(ICMPService::TYPENAME); in getAllowedTypesOfChildren()
100 types_list.push_back(ICMP6Service::TYPENAME); in getAllowedTypesOfChildren()
101 types_list.push_back(TCPService::TYPENAME); in getAllowedTypesOfChildren()
102 types_list.push_back(UDPService::TYPENAME); in getAllowedTypesOfChildren()
103 types_list.push_back(CustomService::TYPENAME); in getAllowedTypesOfChildren()
104 types_list.push_back(TagService::TYPENAME); in getAllowedTypesOfChildren()
105 types_list.push_back(UserService::TYPENAME); in getAllowedTypesOfChildren()
[all …]
H A DIntervalGroup.cpp79 void IntervalGroup::getAllowedTypesOfChildren(std::list<std::string> &types_list) in getAllowedTypesOfChildren() argument
81 types_list.clear(); in getAllowedTypesOfChildren()
82 types_list.push_back(Interval::TYPENAME); in getAllowedTypesOfChildren()
83 types_list.push_back(FWIntervalReference::TYPENAME); in getAllowedTypesOfChildren()
H A DObjectGroup.h60 virtual void getAllowedTypesOfChildren(std::list<std::string> &types_list);
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_operators.py389 for arg_types in types_list:
410 for arg_types in types_list:
438 types_list = self.compare_types
440 types_list = types_list + self.compare_unordered_types
441 for typ in types_list:
538 types_list = [(types.int32, types.int32),
547 types_list = [(types.byte, types.byte),
669 types_list = [(types.int32, types.int32),
678 types_list = [(types.byte, types.byte),
848 types_list = [(types.int32, types.int32)]
[all …]
/dports/www/c-icap/c_icap-0.5.10/
H A Dacl.c836 static struct ci_acl_type_list types_list; variable
841 ci_acl_typelist_add(&types_list, &acl_tcp_port); in acl_load_defaults()
842 ci_acl_typelist_add(&types_list, &acl_service); in acl_load_defaults()
843 ci_acl_typelist_add(&types_list, &acl_req_type); in acl_load_defaults()
844 ci_acl_typelist_add(&types_list, &acl_user); in acl_load_defaults()
845 ci_acl_typelist_add(&types_list, &acl_tcp_src); in acl_load_defaults()
859 ci_acl_typelist_add(&types_list, &acl_time); in acl_load_defaults()
867 ci_acl_typelist_init(&types_list); in ci_acl_init()
876 ci_acl_typelist_reset(&types_list); in ci_acl_reset()
882 ci_acl_typelist_destroy(&types_list); in ci_acl_destroy()
[all …]
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/io-desktop/
H A Dnadp-module.c89 static GType types_list [1+NADP_TYPES_COUNT]; in na_extension_list_types() local
93 types_list[0] = NADP_TYPE_DESKTOP_PROVIDER; in na_extension_list_types()
95 types_list[NADP_TYPES_COUNT] = 0; in na_extension_list_types()
96 *types = types_list; in na_extension_list_types()
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/io-gconf/
H A Dnagp-module.c89 static GType types_list [1+NAGP_TYPES_COUNT]; in na_extension_list_types() local
93 types_list[0] = NAGP_GCONF_PROVIDER_TYPE; in na_extension_list_types()
95 types_list[NAGP_TYPES_COUNT] = 0; in na_extension_list_types()
96 *types = types_list; in na_extension_list_types()
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/io-xml/
H A Dnaxml-module.c89 static GType types_list [1+NAXML_TYPES_COUNT]; in na_extension_list_types() local
93 types_list[0] = NAXML_TYPE_PROVIDER; in na_extension_list_types()
95 types_list[NAXML_TYPES_COUNT] = 0; in na_extension_list_types()
96 *types = types_list; in na_extension_list_types()
/dports/print/a2ps/a2ps-4.13/lib/
H A Dgetnum.c135 float * types_list, in get_float_in_range() argument
146 res *= XARGCASEMATCH (option, buf, args_list, types_list); in get_float_in_range()
159 res /= types_list [__xargmatch_internal ("internal conversion", unit, in get_float_in_range()
161 (const char *) types_list, in get_float_in_range()
162 sizeof (*types_list), in get_float_in_range()
/dports/math/oleo/oleo-1.99.16/src/
H A Dmysql.c234 enum enum_field_types *types_list; in MySQLRead() local
260 types_list = malloc(mysql_num_fields(res)); in MySQLRead()
266 types_list[j] = field->type; in MySQLRead()
273 switch (types_list[j]) { in MySQLRead()
312 free(types_list); in MySQLRead()
/dports/print/trueprint/trueprint-5.4/src/
H A Dprinters_fl.c76 printer_type *types_list = NULL; in printer_stats() local
143 tmp_type->next = types_list; in printer_stats()
144 types_list = tmp_type; in printer_stats()
187 for (tmp_type = types_list; tmp_type; tmp_type = tmp_type->next) in printer_stats()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/test/
H A Dtest_ncbi_service_cxx_mt.cpp169 list<string> types_list; in x_ParseTypes() local
170 NStr::Split(types_str, " |+,;", types_list, NStr::fSplit_Tokenize); in x_ParseTypes()
171 for (auto typ : types_list) { in x_ParseTypes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_manager/
H A Durl_util.cc92 auto types_list = std::make_unique<base::ListValue>(); in GetFileManagerMainPageUrlWithParams() local
111 types_list->Set(i, std::move(dict)); in GetFileManagerMainPageUrlWithParams()
113 arg_value.Set("typeList", std::move(types_list)); in GetFileManagerMainPageUrlWithParams()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_test_registry.h207 …constexpr char const* types_list[] = {CATCH_REC_LIST(INTERNAL_CATCH_STRINGIZE_WITHOUT_PARENS, INTE…
208 constexpr auto num_types = sizeof(types_list) / sizeof(types_list[0]);\
209 …" - " + std::string(tmpl_types[index / num_types]) + "<" + std::string(types_list[index % num_type…
335 …constexpr char const* types_list[] = {CATCH_REC_LIST(INTERNAL_CATCH_STRINGIZE_WITHOUT_PARENS, INTE…
336 constexpr auto num_types = sizeof(types_list) / sizeof(types_list[0]);\
337 …" - " + std::string(tmpl_types[index / num_types]) + "<" + std::string(types_list[index % num_type…
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_test_registry.h207 …constexpr char const* types_list[] = {CATCH_REC_LIST(INTERNAL_CATCH_STRINGIZE_WITHOUT_PARENS, INTE…
208 constexpr auto num_types = sizeof(types_list) / sizeof(types_list[0]);\
209 …" - " + std::string(tmpl_types[index / num_types]) + "<" + std::string(types_list[index % num_type…
335 …constexpr char const* types_list[] = {CATCH_REC_LIST(INTERNAL_CATCH_STRINGIZE_WITHOUT_PARENS, INTE…
336 constexpr auto num_types = sizeof(types_list) / sizeof(types_list[0]);\
337 …" - " + std::string(tmpl_types[index / num_types]) + "<" + std::string(types_list[index % num_type…
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_test_registry.h207 …constexpr char const* types_list[] = {CATCH_REC_LIST(INTERNAL_CATCH_STRINGIZE_WITHOUT_PARENS, INTE…
208 constexpr auto num_types = sizeof(types_list) / sizeof(types_list[0]);\
209 …" - " + std::string(tmpl_types[index / num_types]) + "<" + std::string(types_list[index % num_type…
335 …constexpr char const* types_list[] = {CATCH_REC_LIST(INTERNAL_CATCH_STRINGIZE_WITHOUT_PARENS, INTE…
336 constexpr auto num_types = sizeof(types_list) / sizeof(types_list[0]);\
337 …" - " + std::string(tmpl_types[index / num_types]) + "<" + std::string(types_list[index % num_type…
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_test_registry.h207 …constexpr char const* types_list[] = {CATCH_REC_LIST(INTERNAL_CATCH_STRINGIZE_WITHOUT_PARENS, INTE…
208 constexpr auto num_types = sizeof(types_list) / sizeof(types_list[0]);\
209 …" - " + std::string(tmpl_types[index / num_types]) + "<" + std::string(types_list[index % num_type…
335 …constexpr char const* types_list[] = {CATCH_REC_LIST(INTERNAL_CATCH_STRINGIZE_WITHOUT_PARENS, INTE…
336 constexpr auto num_types = sizeof(types_list) / sizeof(types_list[0]);\
337 …" - " + std::string(tmpl_types[index / num_types]) + "<" + std::string(types_list[index % num_type…
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_test_registry.h207 …constexpr char const* types_list[] = {CATCH_REC_LIST(INTERNAL_CATCH_STRINGIZE_WITHOUT_PARENS, INTE…
208 constexpr auto num_types = sizeof(types_list) / sizeof(types_list[0]);\
209 …" - " + std::string(tmpl_types[index / num_types]) + "<" + std::string(types_list[index % num_type…
335 …constexpr char const* types_list[] = {CATCH_REC_LIST(INTERNAL_CATCH_STRINGIZE_WITHOUT_PARENS, INTE…
336 constexpr auto num_types = sizeof(types_list) / sizeof(types_list[0]);\
337 …" - " + std::string(tmpl_types[index / num_types]) + "<" + std::string(types_list[index % num_type…
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_test_registry.h207 …constexpr char const* types_list[] = {CATCH_REC_LIST(INTERNAL_CATCH_STRINGIZE_WITHOUT_PARENS, INTE…
208 constexpr auto num_types = sizeof(types_list) / sizeof(types_list[0]);\
209 …" - " + std::string(tmpl_types[index / num_types]) + "<" + std::string(types_list[index % num_type…
335 …constexpr char const* types_list[] = {CATCH_REC_LIST(INTERNAL_CATCH_STRINGIZE_WITHOUT_PARENS, INTE…
336 constexpr auto num_types = sizeof(types_list) / sizeof(types_list[0]);\
337 …" - " + std::string(tmpl_types[index / num_types]) + "<" + std::string(types_list[index % num_type…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/quick_actions/
H A Ddsl.rb115 def types(*types_list) argument
116 @types = types_list
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dcapabilities.c59 static dmi_type_name_t types_list[] = { variable
390 for (int i = 0; i < STATIC_ARRAY_SIZE(types_list); i++) in cap_init()
391 if (cap_get_dmi_variables(root, types_list[i].type, types_list[i].name)) { in cap_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/heap_profiling/multi_process/
H A Dtest_driver.cc244 base::Value::ConstListView types_list; in ValidateSamplingAllocations() local
246 &types_list)) { in ValidateSamplingAllocations()
253 types_list.size(), &sizes)) { in ValidateSamplingAllocations()
260 types_list.size(), &counts)) { in ValidateSamplingAllocations()
266 for (size_t i = 0; i < types_list.size(); ++i) { in ValidateSamplingAllocations()
267 if (types_list[i].GetInt() == id_of_type) { in ValidateSamplingAllocations()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/heap_profiling/
H A Dtest_driver.cc243 base::Value::ConstListView types_list; in ValidateSamplingAllocations() local
245 &types_list)) { in ValidateSamplingAllocations()
252 types_list.size(), &sizes)) { in ValidateSamplingAllocations()
259 types_list.size(), &counts)) { in ValidateSamplingAllocations()
265 for (size_t i = 0; i < types_list.size(); ++i) { in ValidateSamplingAllocations()
266 if (types_list[i].GetInt() == id_of_type) { in ValidateSamplingAllocations()
/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/
H A Dtest_modulo.pro166 types_list=[1,2,3,12,13,14,15]
167 for ii=0, N_ELEMENTS(types_list)-1 do begin
168 MODULO_ON_INTEGERS, nb_errors, type=types_list[ii], verbose=verbose, test=test

12345