Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 25 of 255) sorted by relevance

1234567891011

/external/vboot_reference/utility/
Dtpm-dad-lock20 attempts=0
25 attempts=$(( $attempts + 1 ))
44 echo delay of $elapsed seconds after $attempts attempts
/external/vboot_reference/firmware/lib/
Drollback_index.c87 int attempts = 3; in ReadSpaceFirmware() local
89 while (attempts--) { in ReadSpaceFirmware()
128 int attempts = 3; in WriteSpaceFirmware() local
135 while (attempts--) { in WriteSpaceFirmware()
184 int attempts = 3; in ReadSpaceKernel() local
186 while (attempts--) { in ReadSpaceKernel()
223 int attempts = 3; in WriteSpaceKernel() local
230 while (attempts--) { in WriteSpaceKernel()
/external/skia/experimental/Networking/
DSkSockets.cpp97 int attempts = 0; in readPacket() local
108 ++attempts; in readPacket()
149 attempts = 0; in readPacket()
184 int attempts = 0; in writePacket() local
199 attempts++; in writePacket()
232 attempts = 0; in writePacket()
/external/v8/src/compiler/
Dgraph-reducer.cc28 for (unsigned attempts = 0; attempts <= kMaxAttempts; ++attempts) { in ReduceNode() local
/external/guava/guava-tests/test/com/google/common/collect/
DMinMaxPriorityQueueTest.java591 for (int attempts = 0; attempts < size * (size - 1); attempts++) { in testCorrectOrdering_smallHeapsPollFirst()
606 for (int attempts = 0; attempts < size * (size - 1); attempts++) { in testCorrectOrdering_smallHeapsPollLast()
620 for (int attempts = 0; attempts < 5000; attempts++) { in testCorrectOrdering_mediumHeapsPollFirst()
652 for (int attempts = 0; attempts < 5000; attempts++) { in testCorrectOrdering_mediumHeapsPollLast()
/external/clang/docs/
DMSVCCompatibility.rst17 When Clang compiles C++ code for Windows, it attempts to be compatible with
20 First, Clang attempts to be ABI-compatible, meaning that Clang-compiled code
33 Clang attempts to recover and continue compiling the user's program. Most
38 Finally, there is :ref:`clang-cl`, a driver program for clang that attempts to
111 time. By default on Windows, Clang attempts to follow suit. This behavior is
122 ``typename`` keyword to assist the parser. On Windows, Clang attempts to
/external/libvpx/libvpx/test/
Dtools_common.sh303 When the --bin-path option is not specified the script attempts to use
306 When the --config-path option is not specified the script attempts to use
309 When the -test-data-path option is not specified the script attempts to use
/external/v8/src/base/platform/
Dplatform-cygwin.cc187 for (size_t attempts = 0; base == NULL && attempts < 3; ++attempts) { in RandomizedVirtualAlloc() local
/external/iptables/extensions/
Dlibipt_unclean.man1 This module takes no options, but attempts to match packets which seem
Dlibxt_owner.man1 This module attempts to match various characteristics of the packet creator,
/external/wpa_supplicant_8/src/radius/
Dradius_client.c115 int attempts; member
351 if (entry->attempts == 0) in radius_client_retransmit()
367 if (entry->attempts == 0) in radius_client_retransmit()
381 entry->attempts++; in radius_client_retransmit()
398 if (entry->attempts >= RADIUS_CLIENT_MAX_RETRIES) { in radius_client_retransmit()
452 if (entry->attempts > RADIUS_CLIENT_NUM_FAILOVER || in radius_client_timer()
453 (s < 0 && entry->attempts > 0)) { in radius_client_timer()
606 entry->attempts = 1; in radius_client_list_add()
1053 entry->attempts = 0; in radius_change_server()
/external/v8/test/cctest/
Dtest-alloc.cc39 static int attempts = 0; in AllocateAfterFailures() local
41 if (++attempts < 3) return AllocationResult::Retry(); in AllocateAfterFailures()
/external/selinux/policycoreutils/sepolicy/sepolicy/help/
Dtransition_to.txt4 Under SELinux, when a process running with a 'type' attempts to execute an executable, one of three…
Dtransition_from.txt4 Under SELinux, when a process running with a 'type' attempts to execute an executable, one of three…
Dlockdown_ptrace.txt6 … on in Firefox or a programs like pwsafe or kinit or other program that attempts to hide passwords…
/external/libdrm/freedreno/
DREADME9 to reboot. So libdrm_freedreno attempts to hide most of the crazy.
/external/llvm/test/Transforms/LoopUnroll/
D2012-04-09-unroll-indirectbr.ll3 ; If loop unrolling attempts to transform this loop, it replaces the
/external/llvm/test/ExecutionEngine/MCJIT/
D2003-08-23-RegisterAllocatePhysReg.ll4 ; of registers (due to too many overlapping live ranges), but then attempts to
/external/llvm/test/ExecutionEngine/OrcMCJIT/
D2003-08-23-RegisterAllocatePhysReg.ll4 ; of registers (due to too many overlapping live ranges), but then attempts to
/external/ppp/pppd/
Dauth.c1382 static int attempts = 0;
1466 if (attempts++ >= 10) {
1467 warn("%d LOGIN FAILURES ON %s, %s", attempts, devnam, user);
1470 if (attempts > 3)
1471 sleep((u_int) (attempts - 3) * 5);
1476 attempts = 0; /* Reset count */
/external/libusb-compat/
DREADME5 with libusb-1.0. libusb-compat-0.1 attempts to look, feel, smell and walk
/external/llvm/test/CodeGen/X86/
Dcmpxchg-clobber-flags.ll68 ; operand. Naive attempts to limit cmpxchg EFLAGS use are likely to fail here.
/external/llvm/docs/
DBugpoint.rst74 reduced, it attempts to delete various edges in the control flow graph, to
86 The code generator debugger attempts to narrow down the amount of code that is
106 the result. It attempts to narrow down the list of passes to the one (or few)
/external/llvm/test/CodeGen/ARM/
Ddwarf-unwind.ll4 ; ARM's frame lowering attempts to tack another callee-saved register onto the
/external/lldb/test/pexpect-2.4/examples/
Dhive.py392 for attempts in xrange(0, max_attempts):

1234567891011