Home
last modified time | relevance | path

Searched refs:make_record (Results 1 – 25 of 114) sorted by relevance

12345

/dports/devel/py-raven/raven-python-6.10.0/tests/handlers/logging/
H A Dtests.py39 record = self.make_record('This is a test error')
63 record = self.make_record('This is a test error',
80 record = self.make_record("Test", name=test[0])
93 record = self.make_record('This is a test error')
105 record = self.make_record('This is a test error')
109 record = self.make_record('This is a test error', extra={'data': {
126 record = self.make_record('irrelevant', extra={'data': data})
154 record = self.make_record('This is a test of %s', args=('args',))
213 record = self.make_record('Message', extra={'data': 'foo'})
258 record = self.make_record('Message', extra={'culprit': 'foo'})
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/sync15/src/
H A Drequest.rs822 pq.enqueue(&make_record(100)).unwrap(); in test_pq_basic()
975 pq.enqueue(&make_record(100)).unwrap(); in test_pq_multi_post_batch_bytes()
976 pq.enqueue(&make_record(100)).unwrap(); in test_pq_multi_post_batch_bytes()
978 pq.enqueue(&make_record(100)).unwrap(); in test_pq_multi_post_batch_bytes()
1025 pq.enqueue(&make_record(100)).unwrap(); in test_pq_multi_post_batch_records()
1026 pq.enqueue(&make_record(100)).unwrap(); in test_pq_multi_post_batch_records()
1027 pq.enqueue(&make_record(100)).unwrap(); in test_pq_multi_post_batch_records()
1029 pq.enqueue(&make_record(100)).unwrap(); in test_pq_multi_post_batch_records()
1030 pq.enqueue(&make_record(100)).unwrap(); in test_pq_multi_post_batch_records()
1031 pq.enqueue(&make_record(100)).unwrap(); in test_pq_multi_post_batch_records()
[all …]
/dports/devel/py-pip/pip-20.3.4/tests/unit/
H A Dtest_logging.py36 def make_record(self, msg, level_name): member in TestIndentingFormatter
61 record = self.make_record('hello\nworld', level_name=level_name)
74 record = self.make_record('hello\nworld', level_name=level_name)
88 record = self.make_record(
95 record = self.make_record(
111 record = self.make_record(
/dports/devel/boost-docs/boost_1_72_0/libs/log/test/run/
H A Dsrc_record_ostream.cpp78 logging::record rec = make_record(); in width_formatting()
93 logging::record rec = make_record(); in width_formatting()
110 logging::record rec = make_record(); in fill_formatting()
128 logging::record rec = make_record(); in alignment()
143 logging::record rec = make_record(); in alignment()
161 logging::record rec = make_record(); in rvalue_stream()
177 logging::record rec = make_record(); in output_unreferencable_data()
191 logging::record rec = make_record(); in output_unreferencable_data()
364 logging::record rec = make_record(); in BOOST_AUTO_TEST_CASE_TEMPLATE()
440 logging::record rec = make_record(); in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
H A Dutil_manip_add_value.cpp99 logging::record rec = make_record(logging::attribute_set()); in BOOST_AUTO_TEST_CASE()
127 logging::record rec = make_record(logging::attribute_set()); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/log/test/run/
H A Dsrc_record_ostream.cpp78 logging::record rec = make_record(); in width_formatting()
93 logging::record rec = make_record(); in width_formatting()
110 logging::record rec = make_record(); in fill_formatting()
128 logging::record rec = make_record(); in alignment()
143 logging::record rec = make_record(); in alignment()
161 logging::record rec = make_record(); in rvalue_stream()
177 logging::record rec = make_record(); in output_unreferencable_data()
191 logging::record rec = make_record(); in output_unreferencable_data()
364 logging::record rec = make_record(); in BOOST_AUTO_TEST_CASE_TEMPLATE()
440 logging::record rec = make_record(); in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
H A Dutil_manip_add_value.cpp99 logging::record rec = make_record(logging::attribute_set()); in BOOST_AUTO_TEST_CASE()
127 logging::record rec = make_record(logging::attribute_set()); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/log/test/run/
H A Dsrc_record_ostream.cpp78 logging::record rec = make_record(); in width_formatting()
93 logging::record rec = make_record(); in width_formatting()
110 logging::record rec = make_record(); in fill_formatting()
128 logging::record rec = make_record(); in alignment()
143 logging::record rec = make_record(); in alignment()
161 logging::record rec = make_record(); in rvalue_stream()
177 logging::record rec = make_record(); in output_unreferencable_data()
191 logging::record rec = make_record(); in output_unreferencable_data()
364 logging::record rec = make_record(); in BOOST_AUTO_TEST_CASE_TEMPLATE()
440 logging::record rec = make_record(); in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/log/test/run/
H A Dsrc_record_ostream.cpp78 logging::record rec = make_record(); in width_formatting()
93 logging::record rec = make_record(); in width_formatting()
110 logging::record rec = make_record(); in fill_formatting()
128 logging::record rec = make_record(); in alignment()
143 logging::record rec = make_record(); in alignment()
161 logging::record rec = make_record(); in rvalue_stream()
177 logging::record rec = make_record(); in output_unreferencable_data()
191 logging::record rec = make_record(); in output_unreferencable_data()
364 logging::record rec = make_record(); in BOOST_AUTO_TEST_CASE_TEMPLATE()
440 logging::record rec = make_record(); in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
/dports/misc/amanda-server/amanda-3.3.9/installcheck/
H A DAmanda_Archive.pl66 sub make_record { subroutine
144 make_record($fh, 16, 0, "/etc/passwd", 1);
145 make_record($fh, 16, 20, "root:foo", 1);
146 make_record($fh, 16, 21, "boot:foot", 0);
147 make_record($fh, 16, 22, "dustin:snazzy", 1);
148 make_record($fh, 16, 21, "..more-boot:foot", 1);
149 make_record($fh, 16, 1, "", 1);
/dports/misc/amanda-client/amanda-3.3.9/installcheck/
H A DAmanda_Archive.pl66 sub make_record { subroutine
144 make_record($fh, 16, 0, "/etc/passwd", 1);
145 make_record($fh, 16, 20, "root:foo", 1);
146 make_record($fh, 16, 21, "boot:foot", 0);
147 make_record($fh, 16, 22, "dustin:snazzy", 1);
148 make_record($fh, 16, 21, "..more-boot:foot", 1);
149 make_record($fh, 16, 1, "", 1);
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/log/test/common/
H A Dmake_record.hpp22 inline boost::log::record make_record(boost::log::attribute_set const& src_attrs) in make_record() function
29 return make_record(src_attrs).lock(); in make_record_view()
/dports/databases/percona57-server/boost_1_59_0/libs/log/test/common/
H A Dmake_record.hpp22 inline boost::log::record make_record(boost::log::attribute_set const& src_attrs) in make_record() function
29 return make_record(src_attrs).lock(); in make_record_view()
/dports/databases/xtrabackup/boost_1_59_0/libs/log/test/common/
H A Dmake_record.hpp22 inline boost::log::record make_record(boost::log::attribute_set const& src_attrs) in make_record() function
29 return make_record(src_attrs).lock(); in make_record_view()
/dports/databases/percona57-client/boost_1_59_0/libs/log/test/common/
H A Dmake_record.hpp22 inline boost::log::record make_record(boost::log::attribute_set const& src_attrs) in make_record() function
29 return make_record(src_attrs).lock(); in make_record_view()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/log/test/common/
H A Dmake_record.hpp22 inline boost::log::record make_record(boost::log::attribute_set const& src_attrs) in make_record() function
29 return make_record(src_attrs).lock(); in make_record_view()
/dports/devel/boost-docs/boost_1_72_0/libs/log/test/common/
H A Dmake_record.hpp22 inline boost::log::record make_record(boost::log::attribute_set const& src_attrs = boost::log::attr… in make_record() function
29 return make_record(src_attrs).lock(); in make_record_view()
/dports/devel/boost-python-libs/boost_1_72_0/libs/log/test/common/
H A Dmake_record.hpp22 inline boost::log::record make_record(boost::log::attribute_set const& src_attrs = boost::log::attr… in make_record() function
29 return make_record(src_attrs).lock(); in make_record_view()
/dports/devel/boost-libs/boost_1_72_0/libs/log/test/common/
H A Dmake_record.hpp22 inline boost::log::record make_record(boost::log::attribute_set const& src_attrs = boost::log::attr… in make_record() function
29 return make_record(src_attrs).lock(); in make_record_view()
/dports/devel/hyperscan/boost_1_75_0/libs/log/test/common/
H A Dmake_record.hpp22 inline boost::log::record make_record(boost::log::attribute_set const& src_attrs = boost::log::attr… in make_record() function
29 return make_record(src_attrs).lock(); in make_record_view()
/dports/devel/py-logbook/Logbook-1.1.0/tests/
H A Dtest_handler_errors.py29 def make_record(): function
34 record = make_record()
/dports/devel/adacurses/AdaCurses-20180127/samples/
H A Dncurses2-attr_test.adb129 function make_record (n : Integer) return Character_Attribute_Set; subprogspec
130 function make_record (n : Integer) return Character_Attribute_Set is subprogram
191 end make_record;
224 constant Character_Attribute_Set := make_record (ncv);
/dports/devel/ncurses/ncurses-6.3/Ada95/samples/
H A Dncurses2-attr_test.adb130 function make_record (n : Integer) return Character_Attribute_Set; subprogspec
131 function make_record (n : Integer) return Character_Attribute_Set is subprogram
192 end make_record;
225 constant Character_Attribute_Set := make_record (ncv);
/dports/biology/py-hits/hits-0.1/hits/
H A Dfasta.py14 return make_record(self.name, self.seq)
34 make_record = '>{0}\n{1}\n'.format variable
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/pfs_table_plugin/
H A Dpfs_example_machines_by_emp_by_mtype.cc61 static void make_record(M_by_emp_by_mtype_record *record, in make_record() function
101 make_record(&h->current_row, e_record, m_record); in m_by_emp_by_mtype_rnd_next()
130 make_record(&h->current_row, e_record, m_record); in m_by_emp_by_mtype_rnd_pos()

12345