HomeSort by relevance Sort by last modified time
    Searched refs:attempts (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/vboot_reference/utility/
tpm-dad-lock 20 attempts=0
25 attempts=$(( $attempts + 1 ))
44 echo delay of $elapsed seconds after $attempts attempts
  /system/extras/tests/sdcard/
sysutil.cpp 97 int attempts = 0; local
101 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
124 ++attempts;
163 int attempts = 0; local
165 while (size > 0 && !error && attempts < kMaxAttempts)
182 ++attempts;
449 int attempts = 0; local
451 while (size > 0 && !error && attempts < kMaxAttempts)
468 ++attempts;
480 attempts = 0
524 int attempts; local
    [all...]
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
CommonLauncherHelper.java 78 int attempts = 0; local
80 attempts++;
81 if (attempts > maxAttempts) {
155 int attempts = 0; local
157 attempts++;
158 if (attempts > maxScrollAttempts) {
  /external/v8/src/compiler/
graph-reducer.cc 28 for (unsigned attempts = 0; attempts <= kMaxAttempts; ++attempts) {
  /cts/hostsidetests/theme/
android_device.py 45 attempts = 0
47 while not boot_complete and (attempts*wait_period) < timeout:
54 attempts += 1
  /libcore/luni/src/main/java/java/io/
PipedInputStream.java 225 int attempts = 3; local
231 if ((attempts-- <= 0) && lastWriter != null && !lastWriter.isAlive()) {
303 int attempts = 3; local
309 if ((attempts-- <= 0) && lastWriter != null && !lastWriter.isAlive()) {
  /external/skia/experimental/Networking/
SkSockets.cpp 97 int attempts = 0; local
108 ++attempts;
146 // h.done, h.bytes, fSockfd, attempts);
149 attempts = 0;
184 int attempts = 0; local
199 attempts++;
229 // h.done, h.bytes, i, attempts);
232 attempts = 0;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/connectivity/tests/
test_cuts.py 6 attempts = 0
10 attempts = 0
13 if attempts >= max_attempts:
14 msg = "Tried %d times: no suitable Graph."%attempts
17 attempts += 1
test_connectivity.py 6 attempts = 0
10 attempts = 0
13 if attempts >= max_attempts:
17 attempts += 1
  /external/vboot_reference/firmware/lib/
rollback_index.c 87 int attempts = 3; local
89 while (attempts--) {
128 int attempts = 3; local
135 while (attempts--) {
184 int attempts = 3; local
186 while (attempts--) {
223 int attempts = 3; local
230 while (attempts--) {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityContainer.java 209 private void showAlmostAtWipeDialog(int attempts, int remaining, int userType) {
214 attempts, remaining);
218 attempts, remaining);
222 attempts, remaining);
228 private void showWipeDialog(int attempts, int userType) {
233 attempts);
237 attempts);
241 attempts);
265 // N attempts. Once we get below the grace period, we post this dialog every time as a
267 // Check which profile has the strictest policy for failed password attempts
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_vendor_tag_defs.h 36 u8 attempts; member in struct:__anon27060
wifilogger_event_defs.h 350 u8 attempts; member in struct:__anon27049
360 u8 attempts; member in struct:__anon27050
  /development/testrunner/
adb_interface.py 403 attempts = 0
405 while not success and (attempts*wait_period) < wait_time:
419 attempts += 1
439 attempts = 0
441 while not boot_complete and (attempts*wait_period) < wait_time:
448 attempts += 1
  /external/guava/guava-tests/test/com/google/common/collect/
MinMaxPriorityQueueTest.java 591 for (int attempts = 0; attempts < size * (size - 1); attempts++) {
606 for (int attempts = 0; attempts < size * (size - 1); attempts++) {
620 for (int attempts = 0; attempts < 5000; attempts++) {
652 for (int attempts = 0; attempts < 5000; attempts++)
    [all...]
  /external/libvpx/libvpx/test/
tools_common.sh 270 When the --bin-path option is not specified the script attempts to use
273 When the --config-path option is not specified the script attempts to use
276 When the -test-data-path option is not specified the script attempts to use
  /external/v8/src/base/platform/
platform-cygwin.cc 187 for (size_t attempts = 0; base == NULL && attempts < 3; ++attempts) {
192 // After three attempts give up and let the OS find an address to use.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 341 When the --bin-path option is not specified the script attempts to use
344 When the --config-path option is not specified the script attempts to use
347 When the -test-data-path option is not specified the script attempts to use
  /external/v8/test/cctest/
test-alloc.cc 39 static int attempts = 0; local
41 if (++attempts < 3) return AllocationResult::Retry();
  /external/v8/test/webkit/
dfg-branch-logical-not-peephole-around-osr-exit.js 25 "Tests that our attempts to do peephole Branch(LogicalNot) optimization doesn't break OSR exit's ability to recover the value of LogicalNot."
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js 25 "Tests that attempts by the DFG simplification to short-circuit a Phantom to a GetLocal on a variable that is SetLocal'd in the same block, and where the predecessor block(s) make no mention of that variable, do not result in crashes."
dfg-inline-arguments-use-from-all-the-places-broken.js 25 "This attempts to test that inlining preserves basic function.arguments functionality when said functionality is used from inside and outside getters and from inlined code, all at once; but it fails at this and instead finds other bugs particularly in the DFG stack layout machinery."
  /external/wpa_supplicant_8/src/radius/
radius_client.c 31 * Maximum number of retransmit attempts before the entry is removed from
47 * The number of failed retry attempts after which the RADIUS server will be
113 * attempts - Number of transmission attempts
115 int attempts; member in struct:radius_msg_list
351 if (entry->attempts == 0)
367 if (entry->attempts == 0)
380 /* retransmit; remove entry if too many attempts */
381 entry->attempts++;
398 if (entry->attempts >= RADIUS_CLIENT_MAX_RETRIES)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java 535 for (int attempts = 0; attempts < NUMBER_OF_RESIZE_ATTEMPTS; attempts++) {
536 final byte[] encoded = recodeImage(attempts);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 109 private TextView attempts; field in class:RadioInfo
279 attempts = (TextView) findViewById(R.id.attempts);
680 attempts.setText(s);
    [all...]

Completed in 3299 milliseconds

1 2 3