Home
last modified time | relevance | path

Searched refs:returns (Results 1 – 22 of 22) sorted by relevance

/art/test/115-native-bridge/src/
DNativeBridgeMain.java101 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/
DMain.java151 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/460-multiple-returns3/
Dinfo.txt2 returns in a single method.
/art/test/452-multiple-returns2/
Dinfo.txt2 returns in a single method.
/art/test/448-multiple-returns/
Dinfo.txt2 returns in a single method.
/art/test/047-returns/
DAndroid.bp3 name: "art-run-test-047-returns",
/art/test/1969-force-early-return-void/
Dinfo.txt4 returns of objects. It also checks some of the basic error modes.
/art/test/1970-force-early-return-long/
Dinfo.txt4 returns of objects. It also checks some of the basic error modes.
/art/test/1971-multi-force-early-return/
Dinfo.txt4 returns of objects. It also checks some of the basic error modes.
/art/test/1968-force-early-return/
Dinfo.txt4 returns of objects. It also checks some of the basic error modes.
/art/test/663-checker-select-generator/
Dinfo.txt1 Test for select generation for conditional returns.
/art/test/800-smali/smali/
Db_22045582_int.smali3 # Fail verification of a method that returns an undefined integral register.
Db_22045582_wide.smali3 # Fail verification of a method that returns an undefined wide register.
Db_22045582.smali3 # Fail verification of a method that returns an undefined register even if the return type
/art/tools/build/
Dvar_cache.sh166 echo "Exposes a function 'get_build_var' which returns the result of"
/art/test/585-inline-unresolved/smali/
DTestCase.smali27 # We need multiple returns to trigger the crash.
/art/tools/jvmti-agents/ti-alloc-sample/
DREADME.md24 can contain. It returns just the top portion if the limit is exceeded.
/art/runtime/interpreter/mterp/
DREADME.txt81 unconditionally refresh rIBASE at backward branches, exception throws and returns.
/art/test/510-checker-try-catch/smali/
DRuntime.smali19 # - 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
DBuilder.smali613 # Test control flow that enters a try block, leaves it and returns again.
/art/tools/checker/
DREADME59 constant folding returns an integer constant with value either 11 or 22.
/art/
DTEST_MAPPING123 "name": "art-run-test-047-returns"