/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 | 156 byte returns[] = { 0, 1, 2, 127, -1, -2, -128 }; in testByteMethod() 157 for (int i = 0; i < returns.length; i++) { in testByteMethod() 160 if (returns[i] != result) { in testByteMethod() 161 System.out.println("Run " + i + " with " + returns[i] + " vs " + result); in testByteMethod() 177 short returns[] = { 0, 1, 2, 127, 32767, -1, -2, -128, -32768 }; in testShortMethod() local 178 for (int i = 0; i < returns.length; i++) { in testShortMethod() 181 if (returns[i] != result) { in testShortMethod() 182 System.out.println("Run " + i + " with " + returns[i] + " vs " + result); in testShortMethod() 207 char returns[] = { (char)0, (char)1, (char)2, (char)127, (char)255, (char)256, (char)15000, in testCharMethod() local 209 for (int i = 0; i < returns.length; i++) { in testCharMethod() [all …]
|
/art/test/448-multiple-returns/ |
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/452-multiple-returns2/ |
D | info.txt | 2 returns in a single method.
|
/art/test/1971-multi-force-early-return/ |
D | info.txt | 4 returns of objects. It also checks some of the basic error modes.
|
/art/test/1970-force-early-return-long/ |
D | info.txt | 4 returns of objects. It also checks some of the basic error modes.
|
/art/test/1968-force-early-return/ |
D | info.txt | 4 returns of objects. It also checks some of the basic error modes.
|
/art/test/1969-force-early-return-void/ |
D | info.txt | 4 returns of objects. It also checks some of the basic error modes.
|
/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 | 166 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/ |
D | mutator_gc_coord.md | 72 released the mutator exclusive lock, and then returns to runnable state, 129 finished before the call returns. 136 when the call returns.
|
/art/tools/jvmti-agents/ti-alloc-sample/ |
D | README.md | 24 can contain. It returns just the top portion if the limit is exceeded.
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 81 unconditionally refresh rIBASE at backward branches, exception throws and returns.
|
/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/checker/ |
D | README | 59 constant folding returns an integer constant with value either 11 or 22.
|
/art/ |
D | TEST_MAPPING | 113 "name": "art-run-test-047-returns[com.google.android.art.apex]" 1300 "name": "art-run-test-047-returns"
|