/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_rm.py | 65 @Retry(AssertionError, tries=5, timeout_secs=1) 111 @Retry(AssertionError, tries=3, timeout_secs=1) 170 @Retry(AssertionError, tries=3, timeout_secs=1) 249 @Retry(AssertionError, tries=3, timeout_secs=1) 287 @Retry(AssertionError, tries=3, timeout_secs=1) 310 @Retry(AssertionError, tries=3, timeout_secs=1)
|
/cts/apps/CtsVerifier/assets/scripts/ |
execute_power_tests.py | 297 tries = 0 303 while status is None and tries < 5: 304 tries += 1 461 for tries in xrange(MAX_TRIALS): 462 print("Trial number %d of %d..." % (tries, MAX_TRIALS)) 539 tries = 0 542 while len(measurements) < measurementCount and tries < 5: 543 if tries: 547 tries += 1 550 tries = [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
Trie2Test.java | 208 // Test the implementation in Trie2, which is used with Read Only Tries. 561 /* empty or single-value tries, testing highStart==0 */ 717 // Run tests against Tries that were built by ICU4C and serialized. 739 // Run the same tests against locally contructed Tries. 742 assertEquals("", trieW, trie16); // Locally built tries must be
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
Trie2Test.java | 204 // Test the implementation in Trie2, which is used with Read Only Tries. 557 /* empty or single-value tries, testing highStart==0 */ 713 // Run tests against Tries that were built by ICU4C and serialized. 735 // Run the same tests against locally contructed Tries. 738 assertEquals("", trieW, trie16); // Locally built tries must be
|
/external/libxml2/doc/devhelp/ |
libxml2-nanoftp.html | 113 </pre><p>Tries to open a control connection</p> 117 </pre><p>Tries to open a control connection to the given server/port</p> 121 </pre><p>Tries to change the remote directory</p> 125 </pre><p>Tries to delete an item (file or directory) from server</p> 173 </pre><p>This function tries to read @len bytes from the existing FTP connection and saves them in @dest. This is a blocking call.</p>
|
/external/tlsdate/src/ |
tlsdated.c | 95 printf (" -d <n> delay n seconds between tries\n"); 325 if (!strcmp (e->key, "max-tries") && e->value) 333 else if (!strcmp (e->key, "wait-between-tries") && e->value) 337 else if (!strcmp (e->key, "subprocess-tries") && e->value) 341 else if (!strcmp (e->key, "subprocess-wait-between-tries") && e->value)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ViewHierarchy.java | 404 * Tries to find the inner most child matching the given x,y coordinates in the view 459 * Tries to find the inner most child matching the given x,y coordinates in 481 * Tries to find the inner most child matching the given x,y coordinates in the view 584 * Tries to find a child with the same view key in the view info sub-tree. 597 * Tries to find a child with the given node proxy as the view key.
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/ |
T_invoke_direct_3.dfh | 134 // tries: 154 // tries: 179 // tries:
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/ |
T_invoke_direct_range_3.dfh | 134 // tries: 154 // tries: 179 // tries:
|
/external/autotest/client/cros/ |
ec.py | 358 tries = 3 359 while (tries): 364 tries -= 1
|
/external/autotest/client/site_tests/power_x86Settings/ |
power_x86Settings.py | 313 tries = 0 315 while found == False and tries < 20: 328 tries += 1
|
/external/e2fsprogs/lib/uuid/ |
gen_uuid.c | 427 int tries = 0; local 434 (tries++ < 5)) 439 tries = 0;
|
/external/e2fsprogs/misc/ |
uuidd.c | 92 int tries = 0; local 99 (tries++ < 5)) 104 tries = 0;
|
/external/opencv3/modules/videoio/src/ |
cap.cpp | 123 * If given an index from 0 to 99, it tries to find the first 359 * Videoreader dispatching method: it tries to find the first 413 * Videowriter dispatching method: it tries to find the first
|
/external/wpa_supplicant_8/src/common/ |
wpa_ctrl.c | 99 int tries = 0; local 135 tries++; 138 if (errno == EADDRINUSE && tries < 2) {
|
/hardware/bsp/intel/peripheral/libupm/src/pn532/ |
pn532.h | 311 * tries to authenticate a block of memory on a MIFARE card using the 333 * tries to read an entire 16-byte data block at the specified block 346 * tries to write an entire 16-byte data block at the specified block
|
/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/ |
VpnTests.java | 137 int tries = 0; local 138 while (tries < MAX_DISCONNECTION_TRIES && 140 tries++;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/ |
test_functions.py | 162 # IndexError since it tries to access the index 0 of an empty tuple 187 # should raise an ValueError since it tries to get two elements from 326 # since it tries to break the tuple by pairs.
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/ |
test_functions.py | 162 # IndexError since it tries to access the index 0 of an empty tuple 187 # should raise an ValueError since it tries to get two elements from 326 # since it tries to break the tuple by pairs.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_functions.py | 162 # IndexError since it tries to access the index 0 of an empty tuple 187 # should raise an ValueError since it tries to get two elements from 326 # since it tries to break the tuple by pairs.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_functions.py | 162 # IndexError since it tries to access the index 0 of an empty tuple 187 # should raise an ValueError since it tries to get two elements from 326 # since it tries to break the tuple by pairs.
|
/toolchain/binutils/binutils-2.25/bfd/ |
bfdio.c | 410 If an application tries to read what it thinks is one of these 414 error when it tries to read the table, or a "virtual memory 415 exhausted" error when it tries to allocate 15 bazillon bytes
|
/art/compiler/optimizing/ |
constant_folding.cc | 21 // This visitor tries to simplify instructions that can be evaluated 40 // This visitor tries to simplify operations with an absorbing input,
|
/cts/tools/vm-tests-tf/src/dot/junit/verify/a1/d/ |
T_a1_1.dfh | 121 // tries: 140 // tries:
|
/external/autotest/server/hosts/ |
paramiko_host.py | 30 Tries to load the file as both an RSAKey and a DSAKey. If the file 165 # HACK: paramiko tries to join() on its worker thread
|