/art/test/115-native-bridge/src/ |
D | NativeBridgeMain.java | 101 byte returns[] = { 0, 1, 2, 127, -1, -2, -128 }; in testByteMethod() 102 for (int i = 0; i < returns.length; i++) { in testByteMethod() 105 if (returns[i] != result) { in testByteMethod() 106 System.out.println("Run " + i + " with " + returns[i] + " vs " + result); in testByteMethod() 116 short returns[] = { 0, 1, 2, 127, 32767, -1, -2, -128, -32768 }; in testShortMethod() local 117 for (int i = 0; i < returns.length; i++) { in testShortMethod() 120 if (returns[i] != result) { in testShortMethod() 121 System.out.println("Run " + i + " with " + returns[i] + " vs " + result); in testShortMethod() 146 char returns[] = { (char)0, (char)1, (char)2, (char)127, (char)255, (char)256, (char)15000, in testCharMethod() local 148 for (int i = 0; i < returns.length; i++) { in testCharMethod() [all …]
|
/art/test/004-JniTest/src/ |
D | Main.java | 151 byte returns[] = { 0, 1, 2, 127, -1, -2, -128 }; in testByteMethod() 152 for (int i = 0; i < returns.length; i++) { in testByteMethod() 155 if (returns[i] != result) { in testByteMethod() 156 System.out.println("Run " + i + " with " + returns[i] + " vs " + result); in testByteMethod() 172 short returns[] = { 0, 1, 2, 127, 32767, -1, -2, -128, -32768 }; in testShortMethod() local 173 for (int i = 0; i < returns.length; i++) { in testShortMethod() 176 if (returns[i] != result) { in testShortMethod() 177 System.out.println("Run " + i + " with " + returns[i] + " vs " + result); in testShortMethod() 202 char returns[] = { (char)0, (char)1, (char)2, (char)127, (char)255, (char)256, (char)15000, in testCharMethod() local 204 for (int i = 0; i < returns.length; i++) { in testCharMethod() [all …]
|
/art/test/452-multiple-returns2/ |
D | info.txt | 2 returns in a single method.
|
/art/test/460-multiple-returns3/ |
D | info.txt | 2 returns in a single method.
|
/art/test/448-multiple-returns/ |
D | info.txt | 2 returns in a single method.
|
/art/test/663-checker-select-generator/ |
D | info.txt | 1 Test for select generation for conditional returns.
|
/art/test/800-smali/smali/ |
D | b_22045582_int.smali | 3 # Fail verification of a method that returns an undefined integral register.
|
D | b_22045582_wide.smali | 3 # Fail verification of a method that returns an undefined wide register.
|
D | b_22045582.smali | 3 # Fail verification of a method that returns an undefined register even if the return type
|
/art/tools/build/ |
D | var_cache.sh | 168 echo "Exposes a function 'get_build_var' which returns the result of"
|
/art/test/585-inline-unresolved/smali/ |
D | TestCase.smali | 27 # We need multiple returns to trigger the crash.
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 81 blindly refresh rIBASE at backward branches, exception throws and returns.
|
/art/tools/checker/ |
D | README | 58 constant folding returns an integer constant with value either 11 or 22.
|
/art/test/510-checker-try-catch/smali/ |
D | Runtime.smali | 19 # - foo(false, false): normal path, returns 42 20 # - foo(true, false): exceptional path #1, returns 3 21 # - foo(false, true): exceptional path #2, returns 8
|
D | Builder.smali | 613 # Test control flow that enters a try block, leaves it and returns again.
|
/art/tools/ |
D | art | 270 # Runs dalvikvm, returns its exit code.
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 2329 move $a3, $zero # return 0 (it returns a2 - a3)
|