Searched refs:ll (Results 1 – 10 of 10) sorted by relevance
/art/test/980-redefine-object/src/ |
D | Main.java | 389 LinkedList<Object> ll = new LinkedList<>(); in doTest() local 391 ll.add(new Object()); in doTest() 392 ll.add(new Object()); in doTest() 393 ll.add(o2); in doTest() 394 ll.add(o); in doTest() 395 ll.add(t); in doTest() 396 ll.add(t2); in doTest() 397 ll.add(new Transform()); in doTest()
|
/art/tools/amm/AmmTest/src/com/android/amm/test/ |
D | MainActivity.java | 38 LinearLayout ll = new LinearLayout(this); in onCreate() local 39 mTextureViewUse = new TextureViewUse(this, ll, 200, 500); in onCreate() 40 mSurfaceViewUse = new SurfaceViewUse(this, ll, 240, 250); in onCreate() 41 setContentView(ll); in onCreate()
|
/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_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_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_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 | 84 As the fuzzer works, you'll see output like:
|