Home
last modified time | relevance | path

Searched refs:fail_on (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/py-asynctest/asynctest-0.13.0/test/
H A Dtest_case.py26 @asynctest.fail_on(unused_loop=False)
123 @asynctest.fail_on(unused_loop=False)
271 @asynctest.fail_on(unused_loop=False)
538 @asynctest.fail_on(foo=True)
546 @asynctest.fail_on(foo=True)
551 @asynctest.fail_on(bar=False)
576 @asynctest.fail_on(foo=True)
584 @asynctest.fail_on(foo=True)
588 @asynctest.fail_on(bar=False)
666 @asynctest.fail_on(optional=True)
[all …]
/dports/graphics/py-pyvips/pyvips-2.1.16/doc/
H A Dvimage.rst667 :type fail_on: Union[str, FailOn]
1205 :type fail_on: Union[str, FailOn]
1233 :type fail_on: Union[str, FailOn]
1709 :type fail_on: Union[str, FailOn]
1729 :type fail_on: Union[str, FailOn]
1925 :type fail_on: Union[str, FailOn]
1949 :type fail_on: Union[str, FailOn]
1973 :type fail_on: Union[str, FailOn]
2135 :type fail_on: Union[str, FailOn]
2161 :type fail_on: Union[str, FailOn]
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/sfc/falcon/
H A Dfalcon_boards.c289 goto fail_on; in sfe4001_poweron()
296 goto fail_on; in sfe4001_poweron()
304 goto fail_on; in sfe4001_poweron()
318 goto fail_on; in sfe4001_poweron()
325 goto fail_on; in sfe4001_poweron()
344 goto fail_on; in sfe4001_poweron()
352 fail_on: in sfe4001_poweron()
488 goto fail_on; in sfe4001_init()
493 fail_on: in sfe4001_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/sfc/falcon/
H A Dfalcon_boards.c289 goto fail_on; in sfe4001_poweron()
296 goto fail_on; in sfe4001_poweron()
304 goto fail_on; in sfe4001_poweron()
318 goto fail_on; in sfe4001_poweron()
325 goto fail_on; in sfe4001_poweron()
344 goto fail_on; in sfe4001_poweron()
352 fail_on: in sfe4001_poweron()
488 goto fail_on; in sfe4001_init()
493 fail_on: in sfe4001_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/sfc/falcon/
H A Dfalcon_boards.c289 goto fail_on; in sfe4001_poweron()
296 goto fail_on; in sfe4001_poweron()
304 goto fail_on; in sfe4001_poweron()
318 goto fail_on; in sfe4001_poweron()
325 goto fail_on; in sfe4001_poweron()
344 goto fail_on; in sfe4001_poweron()
352 fail_on: in sfe4001_poweron()
488 goto fail_on; in sfe4001_init()
493 fail_on: in sfe4001_init()
/dports/www/apache24/httpd-2.4.53/test/modules/md/
H A Dmsg_fail_on.py10 fail_on = argv[2]
17 if cmd.startswith(fail_on):
/dports/graphics/vips/vips-8.12.0/libvips/foreign/
H A Djpeg2vips.c178 VipsFailOn fail_on; member
254 if( src->jpeg->fail_on >= VIPS_FAIL_ON_TRUNCATED ) in source_fill_input_buffer()
360 int shrink, VipsFailOn fail_on, gboolean autorotate ) in readjpeg_new() argument
370 jpeg->fail_on = fail_on; in readjpeg_new()
811 jpeg->fail_on >= VIPS_FAIL_ON_WARNING ) { in read_jpeg_generate()
952 gboolean header_only, int shrink, VipsFailOn fail_on, in vips__jpeg_read_source() argument
957 if( !(jpeg = readjpeg_new( source, out, shrink, fail_on, in vips__jpeg_read_source()
H A Dpforeign.h99 int page, int n, gboolean autorotate, int subifd, VipsFailOn fail_on );
101 int page, int n, gboolean autorotate, int subifd, VipsFailOn fail_on );
176 gboolean header_only, int shrink, VipsFailOn fail_on,
184 VipsFailOn fail_on, gboolean unlimited );
H A Dvipspng.c177 VipsFailOn fail_on; member
262 VipsFailOn fail_on, gboolean unlimited ) in read_new() argument
270 read->fail_on = fail_on; in read_new()
730 if( read->fail_on >= VIPS_FAIL_ON_TRUNCATED ) { in png2vips_generate()
808 VipsFailOn fail_on, gboolean unlimited ) in vips__png_read_source() argument
812 if( !(read = read_new( source, out, fail_on, unlimited )) || in vips__png_read_source()
H A Dtiffload.c141 load->fail_on ) ) in vips_foreign_load_tiff_header()
154 load->fail_on ) ) in vips_foreign_load_tiff_load()
H A Djpegload.c142 load->out, TRUE, jpeg->shrink, load->fail_on, in vips_foreign_load_jpeg_header()
155 load->real, FALSE, jpeg->shrink, load->fail_on, in vips_foreign_load_jpeg_load()
H A Dtiff2vips.c366 VipsFailOn fail_on; member
580 int page, int n, gboolean autorotate, int subifd, VipsFailOn fail_on ) in rtiff_new() argument
594 rtiff->fail_on = fail_on; in rtiff_new()
2870 int page, int n, gboolean autorotate, int subifd, VipsFailOn fail_on ) in vips__tiff_read_header_source() argument
2877 page, n, autorotate, subifd, fail_on )) || in vips__tiff_read_header_source()
2900 int page, int n, gboolean autorotate, int subifd, VipsFailOn fail_on ) in vips__tiff_read_source() argument
2911 page, n, autorotate, subifd, fail_on )) || in vips__tiff_read_source()
H A Dspngload.c347 if( load->fail_on >= VIPS_FAIL_ON_ERROR ) in vips_foreign_load_png_header()
350 if( load->fail_on >= VIPS_FAIL_ON_ERROR ) in vips_foreign_load_png_header()
564 if( load->fail_on >= VIPS_FAIL_ON_TRUNCATED ) { in vips_foreign_load_png_generate()
H A Dcsvload.c434 load->fail_on >= VIPS_FAIL_ON_TRUNCATED ) { in vips_foreign_load_csv_load()
446 if( load->fail_on >= VIPS_FAIL_ON_ERROR ) in vips_foreign_load_csv_load()
H A Dpngload.c139 load->fail_on, png->unlimited ) ) in vips_foreign_load_png_load()
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_smtp_connection.py42 def __init__(self, fail_on=None, smtp_features=None): argument
43 self._fail_on = fail_on or []
189 factory = StubSMTPFactory(fail_on=['ehlo'])
199 factory = StubSMTPFactory(fail_on=['ehlo', 'helo'])
221 factory = StubSMTPFactory(fail_on=['starttls'],
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/unsupervised/tests/
H A Dtest_owkmeans.py243 fail_on = set() variable in TestOWKMeans.KMeansFail
248 if k in self.fail_on:
259 self.KMeansFail.fail_on = {3, 5, 7}
285 self.KMeansFail.fail_on = set(range(3, 9))
291 self.KMeansFail.fail_on = set()
303 self.KMeansFail.fail_on = {3}
308 self.KMeansFail.fail_on = set()
/dports/mail/crm114/crm114-20100106-BlameMichelson.src/
H A Dcrm_neural_net.c1775 long fail_on = MAX_CLASSIFIERS; in crm_neural_net_classify() local
1825 fail_on = j; in crm_neural_net_classify()
1838 if(fail_on > n_classifiers) in crm_neural_net_classify()
1839 fail_on = n_classifiers; in crm_neural_net_classify()
1843 fprintf(stderr, "fail_on = %ld\n", fail_on); in crm_neural_net_classify()
1905 for(i = 0; i < fail_on; i++) in crm_neural_net_classify()
1914 total_icnr += i < fail_on ? output[i][0] : output[i][1]; in crm_neural_net_classify()
1915 total_ocnr += i < fail_on ? output[i][1] : output[i][0]; in crm_neural_net_classify()
/dports/devel/py-asynctest/asynctest-0.13.0/asynctest/
H A D_fail_on.py114 def fail_on(**kwargs): function
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/epydoc/
H A Dcli.py137 include_source_code=True, pstat_files=[], simple_term=False, fail_on=None,
612 options.fail_on = log.ERROR
614 options.fail_on = log.WARNING
617 options.fail_on = log.DOCSTRING_WARNING
811 if options.fail_on is not None:
813 if max_reported_message_level >= options.fail_on:
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/router/tests/
H A Dtest_config_generator.cc1293 unsigned fail_on) { in TEST_F() argument
1295 assert((1 <= fail_on && fail_on <= 4) || fail_on == kDontFail); in TEST_F()
1299 if (fail_on > 0) in TEST_F()
1313 if (fail_on > 0) in TEST_F()
1319 if (fail_on > 1) in TEST_F()
1325 if (fail_on > 2) in TEST_F()
1332 if (fail_on > 3) { in TEST_F()
1361 if (fail_on != kDontFail) in TEST_F()
/dports/devel/py-pip-licenses/pip-licenses-3.5.3/
H A Dpiplicenses.py239 if args.fail_on:
240 fail_on_licenses = set(map(str.strip, args.fail_on.split(";")))
635 fail_on: Optional[str]
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/storage/
H A Drc.py184 SkipTo(Keyword("CAPTION"), fail_on=block_start)("pre_caption")
/dports/devel/py-asynctest/asynctest-0.13.0/
H A DREADME.rst61 - control post-test checks with `@fail_on`, for instance, the test fail if
/dports/devel/py-asynctest/asynctest-0.13.0/asynctest.egg-info/
H A DPKG-INFO69 - control post-test checks with `@fail_on`, for instance, the test fail if

12