/external/vboot_reference/utility/ |
D | tpm-dad-lock | 20 attempts=0 25 attempts=$(( $attempts + 1 )) 44 echo delay of $elapsed seconds after $attempts attempts
|
/external/vboot_reference/firmware/lib/ |
D | rollback_index.c | 87 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/ |
D | SkSockets.cpp | 97 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/ |
D | graph-reducer.cc | 28 for (unsigned attempts = 0; attempts <= kMaxAttempts; ++attempts) { in ReduceNode() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MinMaxPriorityQueueTest.java | 591 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/ |
D | MSVCCompatibility.rst | 17 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/ |
D | tools_common.sh | 303 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/ |
D | platform-cygwin.cc | 187 for (size_t attempts = 0; base == NULL && attempts < 3; ++attempts) { in RandomizedVirtualAlloc() local
|
/external/iptables/extensions/ |
D | libipt_unclean.man | 1 This module takes no options, but attempts to match packets which seem
|
D | libxt_owner.man | 1 This module attempts to match various characteristics of the packet creator,
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_client.c | 115 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/ |
D | test-alloc.cc | 39 static int attempts = 0; in AllocateAfterFailures() local 41 if (++attempts < 3) return AllocationResult::Retry(); in AllocateAfterFailures()
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
D | transition_to.txt | 4 Under SELinux, when a process running with a 'type' attempts to execute an executable, one of three…
|
D | transition_from.txt | 4 Under SELinux, when a process running with a 'type' attempts to execute an executable, one of three…
|
D | lockdown_ptrace.txt | 6 … on in Firefox or a programs like pwsafe or kinit or other program that attempts to hide passwords…
|
/external/libdrm/freedreno/ |
D | README | 9 to reboot. So libdrm_freedreno attempts to hide most of the crazy.
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | 2012-04-09-unroll-indirectbr.ll | 3 ; If loop unrolling attempts to transform this loop, it replaces the
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | 2003-08-23-RegisterAllocatePhysReg.ll | 4 ; of registers (due to too many overlapping live ranges), but then attempts to
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | 2003-08-23-RegisterAllocatePhysReg.ll | 4 ; of registers (due to too many overlapping live ranges), but then attempts to
|
/external/ppp/pppd/ |
D | auth.c | 1382 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/ |
D | README | 5 with libusb-1.0. libusb-compat-0.1 attempts to look, feel, smell and walk
|
/external/llvm/test/CodeGen/X86/ |
D | cmpxchg-clobber-flags.ll | 68 ; operand. Naive attempts to limit cmpxchg EFLAGS use are likely to fail here.
|
/external/llvm/docs/ |
D | Bugpoint.rst | 74 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/ |
D | dwarf-unwind.ll | 4 ; ARM's frame lowering attempts to tack another callee-saved register onto the
|
/external/lldb/test/pexpect-2.4/examples/ |
D | hive.py | 392 for attempts in xrange(0, max_attempts):
|