Home
last modified time | relevance | path

Searched refs:MAX_TRIES (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/dports/net/cjdns/cjdns-cjdns-v21.1/crypto/random/seed/
H A DDevUrandomRandomSeed.c26 #define MAX_TRIES 10 macro
34 if (++tries > MAX_TRIES || errno != EINTR) { in get()
45 if (++tries > MAX_TRIES) { in get()
H A DProcSysKernelRandomUuidRandomSeed.c27 #define MAX_TRIES 10 macro
36 if (++tries > MAX_TRIES || errno != EINTR) { in getUUID()
47 if (++tries > MAX_TRIES) { in getUUID()
H A DBsdKernArndSysctlRandomSeed.c25 #define MAX_TRIES 10 macro
46 if (++tries > MAX_TRIES) { in get()
/dports/www/node10/node-v10.24.1/deps/v8/tools/
H A Dpredictable_wrapper.py21 MAX_TRIES = 3 variable
34 for run in range(1, MAX_TRIES + 1):
58 if run >= MAX_TRIES:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/
H A Dpredictable_wrapper.py27 MAX_TRIES = 3 variable
44 for run in range(1, MAX_TRIES + 1):
68 if run >= MAX_TRIES:
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmBeaconPlugin/modules/communication/actions/
H A DbeaconNotificationComponent.class.php16 const MAX_TRIES = 5; define in beaconNotificationComponent
43 … } while (time() > strtotime($notification->getExpiryDate()) && ++$count < self::MAX_TRIES);
44 if (isset($notification) && $count < self::MAX_TRIES) {
/dports/lang/v8/v8-9.6.180.12/tools/
H A Dpredictable_wrapper.py28 MAX_TRIES = 3 variable
45 for run in range(1, MAX_TRIES + 1):
69 if run >= MAX_TRIES:
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/
H A Dpredictable_wrapper.py28 MAX_TRIES = 3 variable
45 for run in range(1, MAX_TRIES + 1):
69 if run >= MAX_TRIES:
/dports/www/seahub/seahub-8.0.7-server/seahub/base/management/commands/
H A Dchangepassword.py33 MAX_TRIES = 3
36 while p1 != p2 and count < MAX_TRIES:
43 if count == MAX_TRIES:
/dports/net-p2p/jigdo/jigdo-0.7.3/src/job/
H A Dsingle-url.hh60 static const int MAX_TRIES = 20; member in Job::SingleUrl
212 if (tries >= MAX_TRIES || !download.interrupted()) return false; in resumePossible()
219 tries = MAX_TRIES; // Download failed permanently, do not resume in setNoResumePossible()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/mason2/
H A Dfragment_generation.h331 unsigned const MAX_TRIES = 1000; in _generate() local
332 for (unsigned tryNo = 0; tryNo < MAX_TRIES; ++tryNo) in _generate()
372 unsigned const MAX_TRIES = 1000; in _generate() local
374 for (; tryNo < MAX_TRIES; ++tryNo) in _generate()
395 if (tryNo == MAX_TRIES) in _generate()
397 … std::cerr << "WARNING: Tried " << MAX_TRIES << " times to sample fragment from contig of size " in _generate()
/dports/security/gnutls/gnutls-3.6.16/tests/
H A Dprivkey-keygen.c37 #define MAX_TRIES 2 macro
43 static int sec_param[MAX_TRIES] =
114 for (i = 0; i < MAX_TRIES; i++) { in doit()
/dports/comms/sms_client/sms_client-3.0.2/src/driver/
H A Dtap.c106 #define MAX_TRIES (driver_env.max_tries) macro
320 for (i=0; i < MAX_TRIES; i++) in TAP_login()
334 if (i == MAX_TRIES) in TAP_login()
336 lprintf(LOG_STANDARD, "Failed Acknowledgment %ld retries attempted\n", MAX_TRIES); in TAP_login()
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/utils/replacements/
H A Dmkstemp.c30 #define MAX_TRIES 100 /* max number of filenames we try before giving up */ macro
70 for (i = 0; i < MAX_TRIES; ++i) in mkstemp()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/channels/nemesis/utils/replacements/
H A Dmkstemp.c30 #define MAX_TRIES 100 /* max number of filenames we try before giving up */ macro
70 for (i = 0; i < MAX_TRIES; ++i) in mkstemp()
/dports/security/p5-Bytes-Random-Secure-Tiny/Bytes-Random-Secure-Tiny-1.008/t/
H A D22-random_string_from.t26 my $MAX_TRIES = 1_000_000;
28 while( ( $min > 0 || $max < 199 ) && $tries++ < $MAX_TRIES ) {
54 while( scalar( keys %bag ) < 26 && $tries++ < $MAX_TRIES ) {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/projects/
H A Dupdate_remote_mirror_service.rb7 MAX_TRIES = 3 constant in Projects.UpdateRemoteMirrorService
75 if tries < MAX_TRIES
/dports/sysutils/tracker/tracker-2.3.4/tests/functional-tests/ipc/
H A Dtest-bus-query-cancellation.c26 #define MAX_TRIES 900 macro
44 if (counter > MAX_TRIES) { in query_cb()
/dports/security/sudo/sudo-1.9.8p2/lib/util/regress/mktemp/
H A Dmktemp_test.c35 #define MAX_TRIES 100 macro
90 for (tries = 0; tries < MAX_TRIES; tries++) { in try_mkdtemp()
110 for (tries = 0; tries < MAX_TRIES; tries++) { in try_mkstemps()
/dports/security/p5-Bytes-Random-Secure/Bytes-Random-Secure-0.29/t/
H A D22-random_string_from.t62 my $MAX_TRIES = 1_000_000;
64 while( ( $min > 0 || $max < 199 ) && $tries++ < $MAX_TRIES ) {
86 while( scalar( keys %bag ) < 26 && $tries++ < $MAX_TRIES ) {
/dports/devel/gnulib/gnulib-20140202-stable/build-aux/
H A Dmktempd36 MAX_TRIES=4
129 test $MAX_TRIES -le $i && break;
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/build-aux/
H A Dmktempd36 MAX_TRIES=4
129 test $MAX_TRIES -le $i && break;
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/ableton/platforms/windows/
H A DScanIpIfAddrs.hpp47 const int MAX_TRIES = 3; // MSFT recommendation in GetIfAddrs() local
51 for (int i = 0; i < MAX_TRIES; i++) in GetIfAddrs()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/include/ableton/platforms/windows/
H A DScanIpIfAddrs.hpp47 const int MAX_TRIES = 3; // MSFT recommendation in GetIfAddrs() local
51 for (int i = 0; i < MAX_TRIES; i++) in GetIfAddrs()
/dports/security/botan110/Botan-1.10.17/src/pubkey/
H A Dpkcs8.cpp80 const size_t MAX_TRIES = 3; in PKCS8_decode() local
86 if(MAX_TRIES && tries >= MAX_TRIES) in PKCS8_decode()

12345678910>>...19