/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/tests/061-dex-try-catch/ |
expected.txt | 19 tries: 32 tries: 47 tries:
|
/dalvik/dx/tests/055-dex-explicit-throw/ |
expected.txt | 15 tries:
|
/external/webkit/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 */
|
/frameworks/base/cmds/keystore/ |
keystore_cli.c | 38 [WRONG_PASSWORD + 1] = "Wrong password (2 tries left)", 39 [WRONG_PASSWORD + 2] = "Wrong password (3 tries left)", 40 [WRONG_PASSWORD + 3] = "Wrong password (4 tries left)",
|
/sdk/emulator/tools/ |
qemu-props.c | 52 int tries = MAX_TRIES; local 59 if (--tries <= 0) { 60 DD("Could not connect after too many tries. Aborting");
|
/dalvik/dx/tests/076-dex-synch-and-stack/ |
expected.txt | 17 tries:
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
BrokenBarrierException.java | 10 * Exception thrown when a thread tries to wait upon a barrier that is
|
/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/webkit/LayoutTests/storage/ |
quota-tracking-expected.txt | 3 The test clears all databases, sets the quota for the origin to 32k, then tries to insert 17k of data into two databases. If things go as planned, the UI Delegate will be informed of the exceeded quota and should increase the quota for this origin. Inserting 17k of data the third time should succeed again.
|
/system/extras/tests/bionic/libc/common/ |
test_strftime_2039.c | 1 /* this tests tries to call strftime() with a date > 2038
|
/dalvik/dx/tests/046-dex-exceptions/ |
expected.txt | 16 tries: 44 tries:
|
/frameworks/base/opengl/libagl/ |
copybit.h | 42 * Tries to draw a drawTexiOES using copybit hardware. 55 * Tries to draw a triangle fan using copybit hardware.
|
/external/dbus/test/name-test/ |
test-names.c | 199 int tries; local 203 for (tries = 0; tries < NUM_TRIES_TIL_FAIL; tries++) 243 if (tries == NUM_TRIES_TIL_FAIL) 255 int tries; local 258 for (tries = 0; tries < NUM_TRIES_TIL_FAIL; tries++) 321 if (tries == NUM_TRIES_TIL_FAIL [all...] |
/external/qemu/android/utils/ |
filelock.c | 116 int tries; local 118 for ( tries = 4; tries > 0; tries-- ) 221 int rc, tries, _sleep; 252 for ( tries = 4; tries > 0; tries-- ) 325 tries++;
|
/dalvik/dx/tests/066-dex-try-catch-rethrow/ |
expected.txt | 17 tries: 35 tries: 54 tries: 73 tries: 93 tries:
|
/dalvik/dx/tests/067-dex-switch-and-try/ |
expected.txt | 44 tries: 71 tries: 98 tries:
|
/dalvik/dx/tests/062-dex-synch-method/ |
expected.txt | 23 tries: 74 tries: 97 tries: 144 tries:
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
IllegalAccessError.java | 21 * Thrown when the virtual machine notices that a program tries access a field
|
NoSuchFieldError.java | 21 * Thrown when the virtual machine notices that a program tries to reference,
|
NoSuchFieldException.java | 21 * Thrown when the virtual machine notices that a program tries to reference,
|
NoSuchMethodError.java | 21 * Thrown when the virtual machine notices that a program tries to reference,
|
NoSuchMethodException.java | 21 * Thrown when the virtual machine notices that a program tries to reference,
|