/external/autotest/client/site_tests/usbpd_GFU/ |
usbpd_GFU.py | 95 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/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/kinesis/ |
test_kinesis.py | 46 tries = 0 47 while tries < 10: 48 tries += 1 86 tries = 0 90 while tries < 100: 91 tries += 1
|
/dalvik/dx/tests/061-dex-try-catch/ |
expected.txt | 19 tries: 32 tries: 47 tries:
|
/dalvik/dx/tests/055-dex-explicit-throw/ |
expected.txt | 15 tries:
|
/external/autotest/client/site_tests/network_SwitchCarrier/ |
control | 7 PURPOSE = "Tries switching carriers."
|
/external/autotest/client/site_tests/network_TwoShills/ |
control | 15 Checks that shill is already running, and then tries to start a new
|
/external/autotest/client/site_tests/power_IdleSuspend/ |
control | 15 Tests that powerd tries to suspend when the system is idle.
|
/external/autotest/client/tests/fsstress/ |
control | 8 A benchmark that tries to capture both transactional DB workloads and
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
DHParametersHelper.java | 31 int tries = 0; local 40 tries++; 73 logger.info("Generated safe primes: " + tries + " tries took " + duration + "ms");
|
/external/fio/examples/ |
iometer-file-access-server.fio | 1 # This job file tries to mimic the Intel IOMeter File Server Access Pattern
|
/external/llvm/test/CodeGen/SystemZ/ |
mature-mc-support.ll | 4 ; that -filetype=obj tries to parse the assembly.
|
/external/tpm2/ |
DictionaryAttackLockReset.c | 28 // Set failed tries to 0
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue5244.go | 9 // The example used to panic because it tries calling a
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue5244.go | 9 // The example used to panic because it tries calling a
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
elf-generic.em | 30 int tries = 10; 53 if (tries > 6) 66 while (need_layout && --tries); 68 if (tries == 0)
|
/external/eigen/bench/ |
benchEigenSolver.cpp | 23 #ifndef TRIES 24 #define TRIES 4 55 for (int t=0; t<TRIES; ++t) 69 for (int t=0; t<TRIES; ++t) 99 for (int t=0; t<TRIES; ++t) 110 // for (int t=0; t<TRIES; ++t) 144 for (int t=0; t<TRIES; ++t) 155 for (int t=0; t<TRIES; ++t)
|
/external/elfutils/tests/ |
run-backtrace-dwarf.sh | 20 # This test really cannot be run under valgrind, it tries to introspect 22 # On top of that valgrind also tries to read all the unwind info and
|
/external/llvm/test/CodeGen/ARM/ |
2011-03-23-PeepholeBug.ll | 31 %tries.0 = sub i32 2147483647, %indvar 32 %tmp1 = icmp sgt i32 %tries.0, 0
|
/external/vboot_reference/firmware/lib/cgptlib/ |
cgptlib.c | 130 int tries; local 133 * Successfully booted this partition, so tries field 138 tries = GetEntryTries(e); 139 if (tries > 1) { 140 /* Still have tries left */ 142 SetEntryTries(e, tries - 1); 145 /* Out of tries, so drop through and mark partition bad. */ 151 * Only clear tries and priority if the successful bit
|
/external/vboot_reference/futility/ |
file_type.h | 34 * This tries to match the buffer content to one of the known file types. 39 * This opens a file and tries to match it to one of the known file types.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
threaded_import_hangers.py | 2 # module, and this module tries to run various Python library functions in 18 # this module holds the import lock, so if the function called by T tries
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
threaded_import_hangers.py | 2 # module, and this module tries to run various Python library functions in 18 # this module holds the import lock, so if the function called by T tries
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
threaded_import_hangers.py | 2 # module, and this module tries to run various Python library functions in 18 # this module holds the import lock, so if the function called by T tries
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
threaded_import_hangers.py | 2 # module, and this module tries to run various Python library functions in 18 # this module holds the import lock, so if the function called by T tries
|
/system/tpm/tpm_manager/server/ |
tpm_connection.h | 37 // This method tries to get a handle to the TPM. Returns 0 on failure. 40 // This method tries to get a handle to the TPM and with the given owner
|