Home
last modified time | relevance | path

Searched refs:test_print (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/core/
H A Dlightweight_test_trait.hpp34 template<class, int = 0> struct test_print { }; struct
43 return o << test_print<T, 2>(); in operator <<()
48 return o << test_print<T, 2>() << " const"; in operator <<()
53 return o << test_print<T, 2>() << " volatile"; in operator <<()
58 return o << test_print<T, 2>() << " const volatile"; in operator <<()
61 template<class T> inline std::ostream& operator<<(std::ostream& o, test_print<T>) in operator <<()
63 return o << test_print<T, 1>(); in operator <<()
68 return o << test_print<T, 1>() << " &"; in operator <<()
74 return o << test_print<T, 1>() << " &&"; in operator <<()
115 << "' ('" << test_print<T1>() in test_trait_same_impl()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/core/
H A Dlightweight_test_trait.hpp34 template<class, int = 0> struct test_print { }; struct
43 return o << test_print<T, 2>(); in operator <<()
48 return o << test_print<T, 2>() << " const"; in operator <<()
53 return o << test_print<T, 2>() << " volatile"; in operator <<()
58 return o << test_print<T, 2>() << " const volatile"; in operator <<()
61 template<class T> inline std::ostream& operator<<(std::ostream& o, test_print<T>) in operator <<()
63 return o << test_print<T, 1>(); in operator <<()
68 return o << test_print<T, 1>() << " &"; in operator <<()
74 return o << test_print<T, 1>() << " &&"; in operator <<()
115 << "' ('" << test_print<T1>() in test_trait_same_impl()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/core/
H A Dlightweight_test_trait.hpp34 template<class, int = 0> struct test_print { }; struct
43 return o << test_print<T, 2>(); in operator <<()
48 return o << test_print<T, 2>() << " const"; in operator <<()
53 return o << test_print<T, 2>() << " volatile"; in operator <<()
58 return o << test_print<T, 2>() << " const volatile"; in operator <<()
61 template<class T> inline std::ostream& operator<<(std::ostream& o, test_print<T>) in operator <<()
63 return o << test_print<T, 1>(); in operator <<()
68 return o << test_print<T, 1>() << " &"; in operator <<()
74 return o << test_print<T, 1>() << " &&"; in operator <<()
115 << "' ('" << test_print<T1>() in test_trait_same_impl()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/core/
H A Dlightweight_test_trait.hpp34 template<class, int = 0> struct test_print { }; struct
43 return o << test_print<T, 2>(); in operator <<()
48 return o << test_print<T, 2>() << " const"; in operator <<()
53 return o << test_print<T, 2>() << " volatile"; in operator <<()
58 return o << test_print<T, 2>() << " const volatile"; in operator <<()
61 template<class T> inline std::ostream& operator<<(std::ostream& o, test_print<T>) in operator <<()
63 return o << test_print<T, 1>(); in operator <<()
68 return o << test_print<T, 1>() << " &"; in operator <<()
74 return o << test_print<T, 1>() << " &&"; in operator <<()
115 << "' ('" << test_print<T1>() in test_trait_same_impl()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/core/
H A Dlightweight_test_trait.hpp34 template<class, int = 0> struct test_print { }; struct
43 return o << test_print<T, 2>(); in operator <<()
48 return o << test_print<T, 2>() << " const"; in operator <<()
53 return o << test_print<T, 2>() << " volatile"; in operator <<()
58 return o << test_print<T, 2>() << " const volatile"; in operator <<()
61 template<class T> inline std::ostream& operator<<(std::ostream& o, test_print<T>) in operator <<()
63 return o << test_print<T, 1>(); in operator <<()
68 return o << test_print<T, 1>() << " &"; in operator <<()
74 return o << test_print<T, 1>() << " &&"; in operator <<()
115 << "' ('" << test_print<T1>() in test_trait_same_impl()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/core/
H A Dlightweight_test_trait.hpp34 template<class, int = 0> struct test_print { }; struct
43 return o << test_print<T, 2>(); in operator <<()
48 return o << test_print<T, 2>() << " const"; in operator <<()
53 return o << test_print<T, 2>() << " volatile"; in operator <<()
58 return o << test_print<T, 2>() << " const volatile"; in operator <<()
61 template<class T> inline std::ostream& operator<<(std::ostream& o, test_print<T>) in operator <<()
63 return o << test_print<T, 1>(); in operator <<()
68 return o << test_print<T, 1>() << " &"; in operator <<()
74 return o << test_print<T, 1>() << " &&"; in operator <<()
115 << "' ('" << test_print<T1>() in test_trait_same_impl()
[all …]
/dports/net/serveez/serveez-0.2.2/test/
H A Dbtdt.c98 test_print (char *text) in test_print() function
184 test_print (" create: "); in array_main()
192 test_print (" add: "); in array_main()
197 test_print (" get: "); in array_main()
207 test_print (" iterate: "); in array_main()
216 test_print (" set: "); in array_main()
223 test_print (" delete: "); in array_main()
242 test_print (" contains: "); in array_main()
265 test_print (" destroy: "); in array_main()
270 test_print (" heap: "); in array_main()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libebook/
H A Dtest-ebook-get-supported-fields.c30 test_print (" %s\n", member); in list_member_print_and_free()
43 test_print ("supported fields:\n"); in get_supported_fields_cb()
46 test_print (" %s\n", field); in get_supported_fields_cb()
49 test_print ("----------------\n"); in get_supported_fields_cb()
68 test_print ("successfully retrieved supported fields:\n"); in test_get_supported_fields_sync()
70 test_print ("----------------\n"); in test_get_supported_fields_sync()
H A Dtest-ebook-get-required-fields.c30 test_print (" %s\n", member); in list_member_print_and_free()
43 test_print ("required fields:\n"); in get_required_fields_cb()
46 test_print (" %s\n", field); in get_required_fields_cb()
49 test_print ("----------------\n"); in get_required_fields_cb()
67 test_print ("successfully retrieved required fields:\n"); in test_get_required_fields_sync()
69 test_print ("----------------\n"); in test_get_required_fields_sync()
H A Dtest-ebook-get-supported-auth-methods.c36 test_print (" %s\n", member); in list_member_print_and_free()
49 test_print ("supported auth methods:\n"); in get_supported_auth_methods_cb()
52 test_print (" %s\n", field); in get_supported_auth_methods_cb()
55 test_print ("----------------\n"); in get_supported_auth_methods_cb()
74 test_print ("successfully retrieved supported auth methods:\n"); in test_get_supported_auth_methods_sync()
76 test_print ("----------------\n"); in test_get_supported_auth_methods_sync()
H A Dtest-ebook-get-book-view.c31 test_print ("Contact: %s\n", (gchar *) e_contact_get_const (contact, E_CONTACT_FULL_NAME)); in print_contact()
32 test_print ("UID: %s\n", (gchar *) e_contact_get_const (contact, E_CONTACT_UID)); in print_contact()
33 test_print ("Email addresses:\n"); in print_contact()
37 test_print ("\t%s\n", (gchar *) e->data); in print_contact()
42 test_print ("\n"); in print_contact()
63 test_print ("Removed contact: %s\n", (gchar *) l->data); in contacts_removed()
121 test_print ("successfully set up the book view\n"); in test_get_book_view_sync()
H A Debook-test-utils.c23 test_print (const gchar *format, in test_print() function
192 test_print ("successfully asynchronously added the contact " in add_contact_cb()
252 test_print ("successfully asynchronously committed the contact to the " in commit_contact_cb()
316 test_print ( in get_contact_cb()
381 test_print ("successfully asynchronously retrieved the required fields\n"); in get_required_fields_cb()
464 test_print ("successfully asynchronously retrieved the supported auth " in get_supported_auth_methods_cb()
526 test_print ("successfully asynchronously retrieved the supported fields\n"); in get_supported_fields_cb()
582 test_print ("successfully asynchronously removed the contact\n"); in remove_contact_cb()
623 test_print ("successfully asynchronously removed the contact by id\n"); in remove_contact_by_id_cb()
681 test_print ("successfully asynchronously removed the contacts\n"); in remove_contacts_cb()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/
H A Ditem_func_regexp-t.cc50 void test_print(const char *arg1, const char *arg2, const char *expected) { in test_print() function in item_func_regexp_unittest::ItemFuncRegexpTest
63 test_print<Item_func_regexp_instr>("abc", "def", "regexp_instr('abc','def')"); in TEST_F()
64 test_print<Item_func_regexp_like>("abc", "def", "regexp_like('abc','def')"); in TEST_F()
65 test_print<Item_func_regexp_replace>("ab", "c", "regexp_replace('ab','c')"); in TEST_F()
66 test_print<Item_func_regexp_substr>("x", "y", "regexp_substr('x','y')"); in TEST_F()
/dports/net-p2p/libtorrent/libtorrent-0.13.8/test/torrent/utils/
H A Dlog_test.h10 CPPUNIT_TEST(test_print);
22 void test_print();
/dports/lang/php73/php-7.3.33/ext/standard/tests/array/
H A Darray_walk_recursive_basic2.phpt32 /* Prototype : test_print(mixed $item, mixed $key)
37 function test_print($item, $key)
47 var_dump(array_walk_recursive($fruits, 'test_print'));
53 var_dump (array_walk_recursive($fruits, 'test_print'));
H A Darray_walk_basic2.phpt32 /* Prototype : test_print(mixed $item, mixed $key)
37 function test_print($item, $key)
47 var_dump(array_walk($fruits, 'test_print'));
53 var_dump (array_walk($fruits, 'test_print'));
H A Darray_walk_recursive_basic1.phpt15 /* Prototype : test_print(mixed $item, mixed $key)
20 function test_print($item, $key)
39 var_dump( array_walk_recursive($fruits, 'test_print'));
H A Darray_walk_basic1.phpt15 /* Prototype : test_print(mixed $item, mixed $key)
20 function test_print($item, $key)
39 var_dump( array_walk($fruits, 'test_print'));
/dports/lang/php74/php-7.4.27/ext/standard/tests/array/
H A Darray_walk_basic2.phpt32 /* Prototype : test_print(mixed $item, mixed $key)
37 function test_print($item, $key)
47 var_dump(array_walk($fruits, 'test_print'));
53 var_dump (array_walk($fruits, 'test_print'));
H A Darray_walk_recursive_basic2.phpt32 /* Prototype : test_print(mixed $item, mixed $key)
37 function test_print($item, $key)
47 var_dump(array_walk_recursive($fruits, 'test_print'));
53 var_dump (array_walk_recursive($fruits, 'test_print'));
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/array/
H A Darray_walk_basic2.phpt32 /* Prototype : test_print(mixed $item, mixed $key)
37 function test_print($item, $key)
47 var_dump(array_walk($fruits, 'test_print'));
53 var_dump (array_walk($fruits, 'test_print'));
H A Darray_walk_recursive_basic2.phpt32 /* Prototype : test_print(mixed $item, mixed $key)
37 function test_print($item, $key)
47 var_dump(array_walk_recursive($fruits, 'test_print'));
53 var_dump (array_walk_recursive($fruits, 'test_print'));
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/array/
H A Darray_walk_recursive_basic2.phpt32 /* Prototype : test_print(mixed $item, mixed $key)
37 function test_print($item, $key)
47 var_dump(array_walk_recursive($fruits, 'test_print'));
53 var_dump (array_walk_recursive($fruits, 'test_print'));
H A Darray_walk_basic2.phpt32 /* Prototype : test_print(mixed $item, mixed $key)
37 function test_print($item, $key)
47 var_dump(array_walk($fruits, 'test_print'));
53 var_dump (array_walk($fruits, 'test_print'));
/dports/devel/pear-PHP_Compat/PHP_Compat-1.5.0/tests/function/
H A Darray_walk_recursive.phpt13 function test_print($item, $key)
18 array_walk_recursive($fruits, 'test_print');

12345678910>>...18