Searched refs:ll (Results 1 – 10 of 10) sorted by relevance
/art/test/980-redefine-object/src/ |
D | Main.java | 127 LinkedList<Object> ll = new LinkedList<>(); in doTest() local 129 ll.add(new Object()); in doTest() 130 ll.add(new Object()); in doTest() 131 ll.add(o2); in doTest() 132 ll.add(o); in doTest() 133 ll.add(t); in doTest() 134 ll.add(t2); in doTest() 135 ll.add(new Transform()); in doTest()
|
/art/test/451-spill-splot/src/ |
D | Main.java | 44 float ll = 10; in main() local 49 System.out.println(aa + bb + cc + dd + ee + ff + gg + hh + ii + jj + kk + ll + mm + nn); in main() 73 ll = $noinline$computeFloat(); in main()
|
/art/test/003-omnibus-opcodes/src/ |
D | IntMath.java | 561 static void jlmTests(int ii, long ll) { in jlmTests() argument 569 Main.assertTrue(Math.abs(ll) == ll); in jlmTests() 570 Main.assertTrue(Math.abs(-ll) == ll); in jlmTests() 571 Main.assertTrue(Math.min(ll, -5L) == -5L); in jlmTests() 572 Main.assertTrue(Math.max(ll, -5L) == ll); in jlmTests()
|
/art/test/800-smali/smali/ |
D | b_27799205_2.smali | 13 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
|
D | b_27799205_1.smali | 13 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
|
D | b_27799205_4.smali | 15 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
|
D | b_27799205_5.smali | 15 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
|
D | b_27799205_3.smali | 15 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
|
/art/tools/dexfuzz/ |
D | README | 82 As the fuzzer works, you'll see output like:
|
/art/test/ |
D | Android.bp | 132 // the ART gtests bundled with the ART APEX, we'll have to support the host case here
|