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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/015-switch/
expected.txt 0 CORRECT (one)
2 CORRECT (not found)
3 CORRECT (large)
4 CORRECT (large2)
5 CORRECT (large3)
6 CORRECT (not found)
7 CORRECT (not found)
8 CORRECT (default only)
9 CORRECT big sparse / first
10 CORRECT big sparse / las
    [all...]
  /dalvik/tests/019-wrong-array-type/
expected.txt 1 Got correct array store exception
  /external/clearsilver/cs/
test_numbers.cs.gold 6 CORRECT: -1 == -1
10 CORRECT: -1 is boolean true
14 CORRECT: #-1 is boolean true
18 CORRECT: 0 is boolean false
22 CORRECT: 00 is boolean false
26 CORRECT: 0x15 (hex) == 21
30 CORRECT: 0x15 is boolean true
34 CORRECT: (3*2)+4 does equal 10
38 CORRECT: 0 + 2 == 2
test6.cs.gold 5 Color=Color (CORRECT)
10 Correct, doesn't exist
14 Correct, doesn't exist
test5.cs.gold 4 Correct, Neg is -1
test6.cs 4 Color=Color (CORRECT)
11 Correct, doesn't exist
19 Correct, doesn't exist
test_numbers.cs 5 CORRECT: -1 == -1
11 CORRECT: -1 is boolean true
17 CORRECT: #-1 is boolean true
25 CORRECT: 0 is boolean false
31 CORRECT: 00 is boolean false
35 CORRECT: 0x15 (hex) == 21
41 CORRECT: 0x15 is boolean true
47 CORRECT: (3*2)+4 does equal 10
53 CORRECT: 0 + 2 == 2
test14.cs.gold 42 CORRECT boolean test, blooey doesn't exist, testif == 0 so its false
test5.cs 3 Correct, Neg is -1
  /dalvik/tests/042-new-instance/
info.txt 2 looking for correct handling of access rights and abstract classes.
  /dalvik/tests/003-omnibus-opcodes/src/
Switch.java 13 case 1: /*correct*/ break;
22 default: /*correct*/ break;
28 case 0x12345678: /*correct*/ break;
35 case 0x12345678: /*correct*/ break;
43 default: /*correct*/ break;
49 case -5: /*correct*/ break;
55 default: /*correct*/ break;
  /external/webkit/SunSpider/tests/ubench/
LIST 3 function-correct-args
  /dalvik/vm/mterp/x86-atom/
TODO.txt 4 (hi) Correct stack overflow handling (dvmCleanupStackOverflow takes an
12 (md) Correct OP_MONITOR_EXIT (need to adjust PC before throw)
  /external/v8/tools/oprofile/
run 9 # Run the executable to profile with the correct arguments.
  /dalvik/dx/tests/080-dex-exception-tables/
info.txt 3 ought to be combined, listing entries in a correct and sensible order,
  /external/iproute2/
README 9 1. Look at start of Makefile and set correct values for:
11 KERNEL_INCLUDE should point to correct linux kernel include directory.
26 look at start of Makefile and set correct values for
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
ArrayTest.java 56 // Correct behaviour
66 // Correct behaviour
87 // Correct behaviour
97 // Correct behaviour
129 // Correct behaviour
139 // Correct behaviour
149 // Correct behaviour
181 // Correct behaviour
191 // Correct behaviour
201 // Correct behaviou
    [all...]
  /dalvik/tests/015-switch/src/
Main.java 27 case 1: System.out.print("CORRECT (one)\n"); break;
36 default: System.out.print("CORRECT (not found)\n"); break;
42 case 0x12345678: System.out.print("CORRECT (large)\n"); break;
47 case 0x12345678: System.out.print("CORRECT (large2)\n"); break;
54 case 0x12345678: System.out.print("CORRECT (large3)\n"); break;
62 default: System.out.print("CORRECT (not found)\n"); break;
68 case -5: System.out.print("CORRECT (not found)\n"); break;
74 default: System.out.print("CORRECT (default only)\n"); break;
79 case -10: System.out.print("CORRECT big sparse / first\n"); break;
101 case 100: System.out.print("CORRECT big sparse / last\n"); break
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CRC32Test.java 46 assertEquals("update(max) failed to update the checksum to the correct value ",
55 assertEquals("update(byte[]) failed to update the checksum to the correct value ",
63 // assertEquals("update(int) failed to update the checksum to the correct
80 assertEquals("update(int) failed to update the checksum to the correct value ",
98 assertEquals("update(1) failed to update the checksum to the correct value ",
106 assertEquals("update(max) failed to update the checksum to the correct value ",
114 assertEquals("update(min) failed to update the checksum to the correct value ",
129 assertEquals("update(byte[]) failed to update the checksum to the correct value ",
138 assertEquals("update(byte[]) failed to update the checksum to the correct value ",
157 assertEquals("update(byte[],int,int) failed to update the checksum to the correct value "
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
ClassTest.java 255 assertEquals("Top-level class name must be correct", pkg + "ClassTest", clazz.getName());
256 assertEquals("Top-level class simple name must be correct", "ClassTest", clazz.getSimpleName());
257 assertEquals("Top-level class canonical name must be correct", pkg + "ClassTest", clazz.getCanonicalName());
261 assertEquals("Member class name must be correct", pkg + "ClassTest$MemberClass", clazz.getName());
262 assertEquals("Member class simple name must be correct", "MemberClass", clazz.getSimpleName());
263 assertEquals("Member class canonical name must be correct", pkg + "ClassTest.MemberClass", clazz.getCanonicalName());
271 assertEquals("Local class name must be correct", pkg + "ClassTest$1LocalClass", clazz.getName());
272 assertEquals("Local class simple name must be correct", "LocalClass", clazz.getSimpleName());
277 assertEquals("Anonymous class name must be correct", pkg + "ClassTest$1", clazz.getName());
285 assertEquals("Top-level class name must be correct", pkg + "Mou$$aka", clazz.getName())
    [all...]
  /external/webkit/WebCore/loader/mac/
LoaderNSURLExtras.mm 68 // Save the extension for later correction. Only correct the extension of the lastPathComponent.
69 // For example, if the filename ends up being the host, we wouldn't want to correct ".com" in "www.apple.com".
78 // Do not correct filenames that are reported with a mime type of tar, and
87 // If the type is known, check the extension and correct it if necessary.
92 // The extension doesn't match the MIME type. Correct this.
95 // Append the correct extension.
  /cts/tools/dx-tests/src/dxc/junit/argsreturns/pargsreturn/
Test_pargsreturn.java 35 * @title checks whether the correct int value is returned.
42 * @title tests whether the correct int value is set.
51 * @title tests correct setting of field values
  /dalvik/dx/tests/034-dex-minimal/
info.txt 5 is exactly correct. (There is arguably only one "right" answer.)
  /dalvik/dx/tests/094-scala-locals/
info.txt 3 an identical value twice. The correct result should be only a single
  /development/samples/BusinessCard/
_index.html 3 that the correct version of the contacts API is used, depending on which API

Completed in 432 milliseconds

1 2 3 4 5 6 7 8 91011>>