HomeSort by relevance Sort by last modified time
    Searched full:tries (Results 1 - 25 of 1586) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/034-dex-minimal/
info.txt 3 The first test tries to create the truly minimal dex file by using the
7 The second test tries to convert a minimal classfile and ensures that
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
simple-usage-expected.txt 1 This test tries simple operations on localStorage
  /dalvik/dx/src/com/android/dx/io/
Code.java 25 private final Try[] tries; field in class:Code
29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) {
35 this.tries = tries;
60 return tries;
  /external/dexmaker/src/dx/java/com/android/dx/io/
Code.java 25 private final Try[] tries; field in class:Code
29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) {
35 this.tries = tries;
60 return tries;
  /external/llvm/test/Transforms/DeadArgElim/
2008-06-23-DeadAfterLive.ll 4 ; This test tries to catch wrongful removal of return values for a specific case
12 ; This function doesn't use the return value @test5 and tries to lure DAE into
  /external/llvm/test/Transforms/Inline/
2004-04-15-InlineDeletesCall.ll 4 ; call. Then the inliner tries to inline the second call, which no longer
  /external/sepolicy/
cts.te 33 # Tries to open /dev/alarm for writing but expects failure.
36 # Tries to create and use a netlink kobject uevent socket
40 # Tries to override DAC restrictions but expects to fail.
  /dalvik/dx/tests/061-dex-try-catch/
expected.txt 19 tries:
32 tries:
47 tries:
  /bootable/recovery/minadbd/
utils.h 42 /* tries to add a character to the buffer, in case of overflow
47 /* tries to add a string to the buffer */
50 /* tries to add a bytes to the buffer. the input can contain zero bytes,
55 /* tries to add a formatted string to a bounded buffer */
  /dalvik/dx/tests/055-dex-explicit-throw/
expected.txt 15 tries:
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
DHParametersHelper.java 30 int tries = 0; local
38 tries++;
53 logger.info("Generated safe primes: " + tries + " tries took " + duration + "ms");
  /external/chromium/chrome/browser/resources/chromeos/
sim_unlock.js 45 var tries = simInfo.tries;
57 'enterPinTriesMessage', tries);
61 'incorrectPinTriesMessage', tries);
76 'incorrectPinTriesMessage', tries);
92 'incorrectPinTriesMessage', tries);
104 $('locked-pin-no-tries-overlay').hidden = false;
108 if (tries && tries >= 0) {
110 'enterPukWarning', tries);
    [all...]
sim_unlock.html 43 <div id="locked-pin-no-tries-overlay" class="dialog" hidden>
45 <div id="pin-no-tries-content-area" class="content-area">
47 <div id="pin-no-tries-error-msg" i18n-content="noPinTriesLeft"></div>
52 <button id="pin-no-tries-proceed" i18n-content="enterPukButton">
54 <button id="pin-no-tries-dismiss" i18n-content="cancel"></button>
118 <div id="locked-puk-no-tries-overlay" class="dialog" hidden>
120 <div id="puk-no-tries-content-area" class="content-area">
121 <div id="puk-no-tries-msg" i18n-content="noPukTriesLeft"></div>
125 <button id="puk-no-tries-confirm" i18n-content="ok"></button>
  /external/chromium/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.h 16 // - Display "SIM card is blocked" message when there're no PUK tries left.
  /external/webkit/Source/WebCore/manual-tests/resources/
before-go-back.html 13 When you click on the above link, one page is loaded and tries to go back.
  /system/core/adb/
utils.h 42 /* tries to add a character to the buffer, in case of overflow
47 /* tries to add a string to the buffer */
50 /* tries to add a bytes to the buffer. the input can contain zero bytes,
55 /* tries to add a formatted string to a bounded buffer */
  /cts/tests/tests/webkitsecurity/assets/
element-instance-held-by-js-crash.svg 12 // The animate element tries to modify the element, which tries to update the
  /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/openssh/regress/
kextype.sh 20 tries="1 2 3 4"
23 for i in $tries; do
cipher-speed.sh 11 tries="1 2"
25 for x in $tries; do
41 for x in $tries; do
  /system/security/keystore/
keystore_cli.cpp 39 /* [WRONG_PASSWORD + 1] = */ "Wrong password (2 tries left)",
40 /* [WRONG_PASSWORD + 2] = */ "Wrong password (3 tries left)",
41 /* [WRONG_PASSWORD + 3] = */ "Wrong password (4 tries left)",
  /dalvik/dx/tests/076-dex-synch-and-stack/
expected.txt 17 tries:
  /dalvik/libdex/
DexCatch.h 131 const DexTry* tries = dexGetTries(pCode); local
132 u4 start = tries[0].startAddr;
138 u4 end = start + tries[0].insnCount;
144 offset = tries[0].handlerOff;
  /external/antlr/antlr-3.4/runtime/Python/tests/
t032subrulePredict.py 31 @testbase.broken("DFA tries to look beyond end of rule b", Exception)
  /external/llvm/test/CodeGen/X86/
extractelement-shuffle.ll 5 ; preserves the number of elements so the optimization code tries to read

Completed in 1103 milliseconds

1 2 3 4 5 6 7 8 91011>>