Searched refs:tries (Results 1 - 25 of 146) sorted by relevance

123456

/external/autotest/client/site_tests/platform_TLSDate/src/
H A Dtest.conf1 subprocess-wait-between-tries 2
2 subprocess-tries 2
3 wait-between-tries 2
4 tries 2
/external/chromium-trace/catapult/devil/devil/utils/
H A Dtimeout_retry_unittest.py23 def _CountTries(tries):
24 tries[0] += 1
36 tries = [0]
39 tries[0] += 1
45 self.assertEqual(tries[0], 2)
48 tries = [0]
50 TestException, timeout_retry.Run, lambda: _CountTries(tries),
52 self.assertEqual(tries[0], 4)
55 tries = [0]
57 TestException, timeout_retry.Run, lambda: _CountTries(tries),
[all...]
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dtimeout_retry_unittest.py23 def _CountTries(tries):
24 tries[0] += 1
36 tries = [0]
39 tries[0] += 1
45 self.assertEqual(tries[0], 2)
48 tries = [0]
50 TestException, timeout_retry.Run, lambda: _CountTries(tries),
52 self.assertEqual(tries[0], 4)
55 tries = [0]
57 TestException, timeout_retry.Run, lambda: _CountTries(tries),
[all...]
/external/libcups/cups/
H A Dtempfile.c43 int tries; /* Number of tries */ local
83 tries = 0;
92 curtime = GetTickCount() + tries;
110 snprintf(filename, (size_t)len - 1, "%s/%05x%08x", tmpdir, (unsigned)getpid(), (unsigned)(curtime.tv_sec + curtime.tv_usec + tries));
130 tries ++;
132 while (fd < 0 && tries < 1000);
/external/google-breakpad/src/common/android/testing/
H A Dmkdtemp.h92 int tries; local
93 for (tries = 128; tries > 0; tries--) {
/external/autotest/client/site_tests/graphics_Idle/
H A Dgraphics_Idle.py137 tries = 0
142 while found == False and tries < 20:
150 tries += 1
168 tries = 0
173 while not found and tries < 80:
192 tries += 1
273 tries = 0
275 while not found and tries < 80:
283 tries += 1
307 tries
[all...]
/external/autotest/client/site_tests/usbpd_GFU/
H A Dusbpd_GFU.py95 def _modify_rw(self, port, rw=None, tries=3):
101 @param tries: Number of tries to update RW via flashpd
109 tries = 1
113 while (tries):
123 tries -= 1
129 tries -= 1
145 def _test_update(self, port, rw=None, tries=3):
155 @param tries: integer number of attempts to write RW. Necessary as
158 if not tries
[all...]
/external/eigen/bench/
H A Dbasicbenchmark.cpp21 const int tries = 10; local
26 BOOST_PP_SEQ_ELEM(1,EL),BOOST_PP_SEQ_ELEM(1,EL)), BOOST_PP_SEQ_ELEM(2,EL), tries) \
H A Dbasicbenchmark.h38 double benchBasic(const MatrixType& mat, int size, int tries) __attribute__((noinline));
41 double benchBasic(const MatrixType& mat, int iterations, int tries) argument
52 for(uint t=0; t<tries; ++t)
H A Dquatmul.cpp22 int tries = 10; local
32 BENCH(t, tries, rep, quatmul_default(a,b,c));
35 BENCH(t, tries, rep, quatmul_novec(a,b,c));
H A Ddense_solvers.cpp43 int tries = 5; local
59 BENCH(t_llt, tries, rep, compute_norm_equation(llt,A));
60 BENCH(t_ldlt, tries, rep, compute_norm_equation(ldlt,A));
61 BENCH(t_lu, tries, rep, compute_norm_equation(lu,A));
63 BENCH(t_fplu, tries, rep, compute_norm_equation(fplu,A));
64 BENCH(t_qr, tries, rep, compute(qr,A));
65 BENCH(t_cpqr, tries, rep, compute(cpqr,A));
66 BENCH(t_cod, tries, rep, compute(cod,A));
68 BENCH(t_fpqr, tries, rep, compute(fpqr,A));
70 BENCH(t_jsvd, tries, re
[all...]
H A Deig33.cpp168 int tries = 10; local
178 BENCH(t, tries, rep, eig.compute(A));
181 BENCH(t, tries, rep, eig.computeDirect(A));
186 BENCH(t, tries, rep, eigen33(A,evecs,evals));
/external/ltp/testcases/commands/eject/
H A Deject-tests.sh86 local tries=100
89 while [ $tries -gt 0 ]; do
95 tries=$((tries-1))
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
H A DDHParametersHelper.java29 int tries = 0;
38 tries++;
70 logger.info("Generated safe primes: " + tries + " tries took " + duration + "ms");
/external/ltp/testcases/kernel/containers/netns/
H A Dnetns_netlink.c69 int fd, len, event_found, tries; local
96 tries = 0;
99 while (tries < MAX_TRIES) {
111 tries++;
/external/curl/docs/cmdline-opts/
H A Dkey.d7 file. For SSH, if not specified, curl tries the following candidates in order:
/external/valgrind/memcheck/tests/
H A Dsh-mem-random.c246 int tries; local
258 for (tries = 0; tries < 10; tries++) {
267 if (tries >= 10) {
/external/chromium-trace/catapult/devil/devil/android/
H A Dports.py134 def IsHttpServerConnectable(host, port, tries=3, command='GET', path='/',
141 tries: How many times we want to test the connection. The default value is
156 assert tries >= 1
157 for i in xrange(0, tries):
/external/libmojo/third_party/catapult/devil/devil/android/
H A Dports.py134 def IsHttpServerConnectable(host, port, tries=3, command='GET', path='/',
141 tries: How many times we want to test the connection. The default value is
156 assert tries >= 1
157 for i in xrange(0, tries):
/external/vboot_reference/cgpt/
H A Dcmd_add.c119 params.tries = (uint32_t)strtoul(optarg, &e, 0);
126 if (params.tries < 0 || params.tries > 15) {
/external/autotest/server/site_tests/firmware_ClearTPMOwnerAndReset/
H A Dfirmware_ClearTPMOwnerAndReset.py30 while utils.ping(host.ip, deadline=5, tries=1):
/external/autotest/server/site_tests/network_WiFi_CliqueConnectDisconnect/
H A Dnetwork_WiFi_CliqueConnectDisconnect.py21 dut_pool, assoc_params_list, tries, debug_info,
31 @param tries: an integer, number of connection attempts.
/external/autotest/server/site_tests/network_WiFi_CliqueLongConnect/
H A Dnetwork_WiFi_CliqueLongConnect.py21 dut_pool, assoc_params_list, tries, debug_info,
31 @param tries: an integer, number of connection attempts.
/external/owasp/sanitizer/tools/
H A Dgooglecode_upload.py156 user_name=None, password=None, tries=3):
168 tries: How many attempts to make.
179 while tries > 0:
182 # subsequent tries.
187 # Read password if not loaded from svn config, or on subsequent tries.
201 tries = tries - 1
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Dcomplex_rep.S2 # I thought up a lot of corner-cases in the rep code. This tries

Completed in 837 milliseconds

123456