Home
last modified time | relevance | path

Searched refs:try_again (Results 1 – 25 of 1762) sorted by relevance

12345678910>>...71

/dports/math/gap/gap-4.11.0/pkg/automgrp-1.3.2/gap/
H A Dutilsfrgrp.gi81 try_again := true;
91 while try_again do
92 try_again := false;
115 try_again := true;
190 try_again := true;
200 while try_again do
201 try_again := false;
375 try_again := true;
377 while try_again do
489 try_again := true;
[all …]
/dports/devel/p5-Gearman-Client-Async/Gearman-Client-Async-0.94/lib/Gearman/Client/
H A DAsync.pm135 my $try_again;
136 $try_again = sub {
142 $try_again = undef;
176 $try_again = undef;
179 $try_again,
182 $try_again->();
/dports/devel/R-cran-testthat/testthat/man/
H A Dtry_again.Rd3 \name{try_again}
4 \alias{try_again}
7 try_again(times, code)
25 try_again(3, third_try())
/dports/emulators/tiemu3/tiemu-3.03/docs/mails/Kevin Kofler/
H A Dprobegho.c10 try_again: in _main()
14 if (memcmp(p-1,0,1000)) goto try_again; in _main()
17 goto try_again; in _main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/scrub/
H A Dparent.c132 bool *try_again) in xchk_parent_validate() argument
140 *try_again = false; in xchk_parent_validate()
240 *try_again = true; in xchk_parent_validate()
268 bool try_again; in xchk_parent() local
313 error = xchk_parent_validate(sc, dnum, &try_again); in xchk_parent()
316 } while (try_again && ++tries < 20); in xchk_parent()
322 if (try_again && tries == 20) in xchk_parent()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/scrub/
H A Dparent.c132 bool *try_again) in xchk_parent_validate() argument
140 *try_again = false; in xchk_parent_validate()
240 *try_again = true; in xchk_parent_validate()
268 bool try_again; in xchk_parent() local
313 error = xchk_parent_validate(sc, dnum, &try_again); in xchk_parent()
316 } while (try_again && ++tries < 20); in xchk_parent()
322 if (try_again && tries == 20) in xchk_parent()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/scrub/
H A Dparent.c132 bool *try_again) in xchk_parent_validate() argument
140 *try_again = false; in xchk_parent_validate()
240 *try_again = true; in xchk_parent_validate()
268 bool try_again; in xchk_parent() local
313 error = xchk_parent_validate(sc, dnum, &try_again); in xchk_parent()
316 } while (try_again && ++tries < 20); in xchk_parent()
322 if (try_again && tries == 20) in xchk_parent()
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/heuristics/
H A DCouenneFPphaseMILP.cpp54 bool try_again = false; in milpPhase() local
71 try_again = true; in milpPhase()
76 if (!try_again) { // try moving around current solution in milpPhase()
236 bool try_again; in milpPhase() local
240 try_again = false; in milpPhase()
295 try_again = true; in milpPhase()
300 } while (try_again); in milpPhase()
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Flood/
H A DDatabaseBackend.php54 $try_again = FALSE;
59 $try_again = $this->ensureTableExists();
60 if (!$try_again) {
64 if ($try_again) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Flood/
H A DDatabaseBackend.php54 $try_again = FALSE;
59 $try_again = $this->ensureTableExists();
60 if (!$try_again) {
64 if ($try_again) {
/dports/emulators/vice/vice-3.5/src/datasette/
H A Ddatasette-sound.c85 char try_again; in datasette_sound_remove_from_circular_buffer() local
87 try_again = 0; in datasette_sound_remove_from_circular_buffer()
98 try_again = 1; in datasette_sound_remove_from_circular_buffer()
113 } while (try_again); in datasette_sound_remove_from_circular_buffer()
/dports/math/mathomatic/mathomatic-ceb0861/primes/
H A Dmatho-sumsq.c69 try_again: in sumsq()
114 goto try_again; in sumsq()
121 goto try_again; in sumsq()
128 goto try_again; in sumsq()
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dpathfind.c78 #define MARK_DISTANCE(c,d) if ((c <= MAX_PF_LENGTH) && (c > d)) { c = d; try_again = (TRUE); }
84 bool try_again; in findpath() local
127 try_again = FALSE; in findpath()
149 try_again = (FALSE); in findpath()
152 while (try_again); in findpath()
/dports/net/gnet2/gnet-2.0.8/src/
H A Diochannel.c205 try_again: in gnet_io_channel_readline()
227 goto try_again; in gnet_io_channel_readline()
292 try_again: in gnet_io_channel_readline_strdup()
317 goto try_again; in gnet_io_channel_readline_strdup()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/lib/traceevent/
H A Dtrace-seq.c119 try_again: in trace_seq_printf()
130 goto try_again; in trace_seq_printf()
160 try_again: in trace_seq_vprintf()
169 goto try_again; in trace_seq_vprintf()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/lib/traceevent/
H A Dtrace-seq.c119 try_again: in trace_seq_printf()
130 goto try_again; in trace_seq_printf()
160 try_again: in trace_seq_vprintf()
169 goto try_again; in trace_seq_vprintf()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/lib/traceevent/
H A Dtrace-seq.c119 try_again: in trace_seq_printf()
130 goto try_again; in trace_seq_printf()
160 try_again: in trace_seq_vprintf()
169 goto try_again; in trace_seq_vprintf()
/dports/devel/R-cran-testthat/testthat/tests/testthat/
H A Dtest-try-again.R10 expect_true(try_again(3, third_try()))
13 expect_failure(try_again(2, third_try()), "i is 1")
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Batch/
H A DBatchStorage.php126 $try_again = FALSE;
133 if (!$try_again = $this->ensureTableExists()) {
140 if ($try_again) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Batch/
H A DBatchStorage.php126 $try_again = FALSE;
133 if (!$try_again = $this->ensureTableExists()) {
140 if ($try_again) {
/dports/lang/php80/php-8.0.15/ext/spl/
H A Dspl_engine.c36 try_again: in spl_offset_convert_to_long()
53 goto try_again; in spl_offset_convert_to_long()
/dports/www/mod_php80/php-8.0.15/ext/spl/
H A Dspl_engine.c36 try_again: in spl_offset_convert_to_long()
53 goto try_again; in spl_offset_convert_to_long()
/dports/japanese/im-ja/im-ja-1.5/src/helper/
H A Dhelper-socket.c104 try_again: in fd_accept()
109 if (errno == EINTR) goto try_again; in fd_accept()
116 goto try_again; in fd_accept()
/dports/lang/php73/php-7.3.33/ext/spl/
H A Dspl_engine.c45 try_again: in spl_offset_convert_to_long()
62 goto try_again; in spl_offset_convert_to_long()
/dports/lang/php74/php-7.4.27/ext/spl/
H A Dspl_engine.c45 try_again: in spl_offset_convert_to_long()
62 goto try_again; in spl_offset_convert_to_long()

12345678910>>...71