/external/chromium-trace/catapult/devil/devil/utils/ |
D | timeout_retry_unittest.py | 23 def _CountTries(tries): argument 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/autotest/client/site_tests/usbpd_GFU/ |
D | usbpd_GFU.py | 95 def _modify_rw(self, port, rw=None, tries=3): argument 109 tries = 1 113 while (tries): 123 tries -= 1 129 tries -= 1 145 def _test_update(self, port, rw=None, tries=3): argument 158 if not tries: 167 while tries: 174 if tries: 176 tries -= 1 [all …]
|
/external/autotest/client/site_tests/graphics_Idle_P/ |
D | graphics_Idle_P.py | 143 tries = 0 148 while found == False and tries < 20: 156 tries += 1 174 tries = 0 179 while not found and tries < 80: 198 tries += 1 293 tries = 0 295 while not found and tries < 80: 303 tries += 1 327 tries = 0 [all …]
|
/external/autotest/client/site_tests/graphics_Idle/ |
D | graphics_Idle.py | 143 tries = 0 148 while found == False and tries < 20: 156 tries += 1 174 tries = 0 179 while not found and tries < 80: 198 tries += 1 293 tries = 0 295 while not found and tries < 80: 303 tries += 1 327 tries = 0 [all …]
|
/external/autotest/server/site_tests/cellular_StaleModemReboot/ |
D | control | 12 modem is in a non testable state after two or more tries. 27 is in. After the reboot, it tries to get the modem state again and if the 29 it tries to reboot the DUT for a maximum of two tries by default. User can 30 override the number of tries by passing a tries flag with a desired value. 74 tries = int(args_dict.get('tries', 2)) 75 job.run_test('cellular_StaleModemReboot', host=host, tries=tries)
|
/external/libcups/cups/ |
D | tempfile.c | 43 int tries; /* Number of tries */ in cupsTempFd() local 101 tries = 0; in cupsTempFd() 110 curtime = GetTickCount() + tries; in cupsTempFd() 128 …, "%s/%05x%08x", tmpdir, (unsigned)getpid(), (unsigned)(curtime.tv_sec + curtime.tv_usec + tries)); in cupsTempFd() 148 tries ++; in cupsTempFd() 150 while (fd < 0 && tries < 1000); in cupsTempFd()
|
/external/openssh/openbsd-compat/ |
D | mktemp.c | 51 unsigned int r, tries; in mktemp_internal() local 63 tries = 1; in mktemp_internal() 65 if (tries < INT_MAX / NUM_CHARS) in mktemp_internal() 66 tries *= NUM_CHARS; in mktemp_internal() 68 tries *= 2; in mktemp_internal() 93 } while (--tries); in mktemp_internal()
|
/external/eigen/bench/ |
D | dense_solvers.cpp | 43 int tries = 5; in bench() local 59 BENCH(t_llt, tries, rep, compute_norm_equation(llt,A)); in bench() 60 BENCH(t_ldlt, tries, rep, compute_norm_equation(ldlt,A)); in bench() 61 BENCH(t_lu, tries, rep, compute_norm_equation(lu,A)); in bench() 63 BENCH(t_fplu, tries, rep, compute_norm_equation(fplu,A)); in bench() 64 BENCH(t_qr, tries, rep, compute(qr,A)); in bench() 65 BENCH(t_cpqr, tries, rep, compute(cpqr,A)); in bench() 66 BENCH(t_cod, tries, rep, compute(cod,A)); in bench() 68 BENCH(t_fpqr, tries, rep, compute(fpqr,A)); in bench() 70 BENCH(t_jsvd, tries, rep, jsvd.compute(A,svd_opt)); in bench() [all …]
|
D | quatmul.cpp | 22 int tries = 10; in bench() local 32 BENCH(t, tries, rep, quatmul_default(a,b,c)); in bench() 35 BENCH(t, tries, rep, quatmul_novec(a,b,c)); in bench()
|
/external/autotest/client/site_tests/platform_TLSDate/src/ |
D | test.conf | 1 subprocess-wait-between-tries 2 2 subprocess-tries 2 3 wait-between-tries 2 4 tries 2
|
/external/python/rsa/rsa/ |
D | randnum.py | 85 tries = 0 91 if tries % 10 == 0 and tries: 96 tries += 1
|
/external/google-breakpad/src/common/android/testing/ |
D | mkdtemp.h | 92 int tries; in breakpad_mkdtemp() local 93 for (tries = 128; tries > 0; tries--) { in breakpad_mkdtemp()
|
/external/autotest/client/samples/ |
D | control.soft_reboot | 16 tries = job.get_state('soft_reboot_tries', 0) + 1 17 job.set_state("soft_reboot_tries", tries) 19 if tries < ITERATIONS: 28 if tries <= ITERATIONS:
|
/external/ltp/testcases/commands/eject/ |
D | eject-tests.sh | 86 local tries=100 89 while [ $tries -gt 0 ]; do 95 tries=$((tries-1))
|
/external/ltp/testcases/kernel/containers/netns/ |
D | netns_netlink.c | 69 int fd, len, event_found, tries; in child_func() local 96 tries = 0; in child_func() 99 while (tries < MAX_TRIES) { in child_func() 111 tries++; in child_func()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/kmem/ion_cp_alloc_retry/ |
D | format | 9 field:int tries; offset:8; size:4; signed:1; 11 print fmt: "tries=%d", REC->tries
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/kmem/ion_cp_alloc_retry/ |
D | format | 9 field:int tries; offset:8; size:4; signed:1; 11 print fmt: "tries=%d", REC->tries
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/kmem/dma_alloc_contiguous_retry/ |
D | format | 9 field:int tries; offset:8; size:4; signed:1; 11 print fmt: "tries=%d", REC->tries
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/kmem/dma_alloc_contiguous_retry/ |
D | format | 9 field:int tries; offset:8; size:4; signed:1; 11 print fmt: "tries=%d", REC->tries
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/kmem/migrate_retry/ |
D | format | 9 field:int tries; offset:8; size:4; signed:1; 11 print fmt: "tries=%d", REC->tries
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/kmem/migrate_retry/ |
D | format | 9 field:int tries; offset:8; size:4; signed:1; 11 print fmt: "tries=%d", REC->tries
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/kmem/dma_alloc_contiguous_retry/ |
D | format | 10 field:int tries; offset:12; size:4; signed:1; 12 print fmt: "tries=%d", REC->tries
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/kmem/migrate_retry/ |
D | format | 10 field:int tries; offset:12; size:4; signed:1; 12 print fmt: "tries=%d", REC->tries
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/kmem/ion_cp_alloc_retry/ |
D | format | 10 field:int tries; offset:12; size:4; signed:1; 12 print fmt: "tries=%d", REC->tries
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/ |
D | 2002-08-20-UnnamedArgument.ll | 3 ; The C Writer bombs on this testcase because it tries the print the prototype 4 ; for the test function, which tries to print the argument name. The function 6 ; lookup, it tries a slot calculator lookup, which fails.
|