/cts/tests/tests/view/src/android/view/cts/ |
D | View_FocusHandlingTest.java | 40 View v3 = activity.findViewById(R.id.view3); in testFocusHandling() local 45 assertNotNull(v3); in testFocusHandling() 51 assertFalse(v3.isFocusable()); in testFocusHandling() 56 v3.setFocusable(true); in testFocusHandling() 61 assertTrue(v3.isFocusable()); in testFocusHandling() 70 v3.setNextFocusRightId(R.id.view4); in testFocusHandling() 71 v3.setNextFocusUpId(R.id.view1); in testFocusHandling() 83 assertEquals(R.id.view1, v3.getNextFocusUpId()); in testFocusHandling() 84 assertEquals(R.id.view4, v3.getNextFocusRightId()); in testFocusHandling() 91 assertSame(v3, v1.focusSearch(View.FOCUS_DOWN)); in testFocusHandling() [all …]
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/d/ |
D | T_rsub_int_1.d | 30 rsub-int v0, v3, 4 37 rsub-int v0, v3, 60 44 rsub-int v0, v3, 20 51 rsub-int v0, v3, -25 58 rsub-int v0, v3, -70 65 rsub-int v0, v3, -50
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/d/ |
D | T_rsub_int_lit8_1.d | 30 rsub-int/lit8 v0, v3, 4 37 rsub-int/lit8 v0, v3, 60 44 rsub-int/lit8 v0, v3, 20 51 rsub-int/lit8 v0, v3, -25 58 rsub-int/lit8 v0, v3, -70 65 rsub-int/lit8 v0, v3, -50
|
/cts/tests/tests/jni/src/android/jni/cts/ |
D | StaticFromNative.java | 72 public static boolean takeOneOfEach(double v0, float v1, long v2, int v3, in takeOneOfEach() argument 74 return (v0 == 0.0) && (v1 == 1.0f) && (v2 == 2L) && (v3 == 3) in takeOneOfEach() 80 int v1, int v2, int v3, int v4, in takeCoolHandLuke() argument 91 return (v1 == 1) && (v2 == 2) && (v3 == 3) && in takeCoolHandLuke()
|
D | InstanceFromNative.java | 75 public boolean takeOneOfEach(double v0, float v1, long v2, int v3, in takeOneOfEach() argument 77 return (v0 == 0.0) && (v1 == 1.0f) && (v2 == 2L) && (v3 == 3) in takeOneOfEach() 83 int v1, int v2, int v3, int v4, in takeCoolHandLuke() argument 94 return (v1 == 1) && (v2 == 2) && (v3 == 3) && in takeCoolHandLuke()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ViewAnimatorTest.java | 91 final View v3 = mActivity.findViewById(R.id.label); in testShowNext() local 97 parent.removeView(v3); in testShowNext() 103 mViewAnimator.addView(v3); in testShowNext() 224 final View v3 = mActivity.findViewById(R.id.label); in testShowPrevious() local 230 parent.removeView(v3); in testShowPrevious() 236 mViewAnimator.addView(v3); in testShowPrevious() 322 final View v3 = mActivity.findViewById(R.id.label); in testRemoveViews() local 328 parent.removeView(v3); in testRemoveViews() 334 mViewAnimator.addView(v3); in testRemoveViews() 342 assertSame(v3, mViewAnimator.getChildAt(2)); in testRemoveViews() [all …]
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/ |
D | T_invoke_static_15.d | 33 const v3, 12 36 invoke-static {v3, v4}, dot/junit/opcodes/invoke_static/TestClass/testArgsOrder(II)I 38 move-result v3 40 if-ne v3, v4, Label0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/ |
D | T_invoke_static_range_15.d | 33 const v3, 12 36 invoke-static/range {v3..v4}, dot/junit/opcodes/invoke_static_range/TestClass/testArgsOrder(II)I 38 move-result v3 40 if-ne v3, v4, Label0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/ |
D | T_invoke_virtual_14.d | 33 const v3, 300 36 …invoke-virtual {v6, v3, v4}, dot/junit/opcodes/invoke_virtual/d/T_invoke_virtual_14/testArgsOrder(… 38 move-result v3 40 if-ne v3, v4, Label0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/ |
D | T_invoke_direct_21.d | 44 const v3, 50 47 invoke-direct {v6, v3, v4}, dot/junit/opcodes/invoke_direct/d/T_invoke_direct_21/test(II)I 48 move-result v3 51 if-ne v3, v4, Label30
|
D | T_invoke_direct_14.d | 44 const v3, 50 47 invoke-direct {v6, v3}, dot/junit/opcodes/invoke_direct/d/T_invoke_direct_14/test(II)I 48 move-result v3 51 if-ne v3, v4, Label30
|
D | T_invoke_direct_24.d | 45 const-wide v3, 50 47 invoke-direct {v6, v3, v4}, dot/junit/opcodes/invoke_direct/d/T_invoke_direct_24/test(II)I 48 move-result v3 51 if-ne v3, v4, Label30
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/ |
D | T_invoke_super_14.d | 33 const v3, 300 36 invoke-super {v6, v3, v4}, dot/junit/opcodes/invoke_super/d/T_invoke_super_14/testArgsOrder(II)I 38 move-result v3 40 if-ne v3, v4, Label0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/ |
D | T_invoke_super_range_14.d | 35 move-object v3, v6 36 …invoke-super/range {v3..v5}, dot/junit/opcodes/invoke_super_range/d/T_invoke_super_range_14/testAr… 38 move-result v3 40 if-ne v3, v4, Label0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/ |
D | T_invoke_virtual_range_14.d | 35 move-object v3, v6 37 …invoke-virtual/range {v3..v5}, dot/junit/opcodes/invoke_virtual_range/d/T_invoke_virtual_range_14/… 39 move-result v3 41 if-ne v3, v4, Label0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/d/ |
D | T_return_object_6.d | 33 const-string v3, "ddd" 34 return-object v3 41 const-string v3, "c" 55 if-ne v3, v7, Label43
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/ |
D | T_invoke_direct_range_21.d | 46 move-object v3, v6 47 …invoke-direct/range {v3..v5}, dot/junit/opcodes/invoke_direct_range/d/T_invoke_direct_range_21/tes… 48 move-result v3 51 if-ne v3, v4, Label30
|
D | T_invoke_direct_range_14.d | 46 move-object v3, v6 47 …invoke-direct/range {v3..v4}, dot/junit/opcodes/invoke_direct_range/d/T_invoke_direct_range_14/tes… 48 move-result v3 51 if-ne v3, v4, Label30
|
D | T_invoke_direct_range_24.d | 46 move-object v3, v6 47 … invoke-direct {v3..v5}, dot/junit/opcodes/invoke_direct_range/d/T_invoke_direct_range_24/test(II)I 48 move-result v3 51 if-ne v3, v4, Label30
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double_2addr/d/ |
D | T_sub_double_2addr_2.d | 30 const v3, 3.1415 31 sub-double/2addr v3, v5 32 return-wide v3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_exit/d/ |
D | T_monitor_exit_5.d | 30 monitor-enter v3 31 const v3, 12345 32 monitor-exit v3
|
D | T_monitor_exit_6.d | 30 monitor-enter v3 31 const v3, 1.123 32 monitor-exit v3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_float_2addr/d/ |
D | T_sub_float_2addr_2.d | 30 move v2, v3 31 const-wide v3, 3.1415 32 sub-float/2addr v2, v3
|
D | T_sub_float_2addr_3.d | 30 move v2, v3 31 const-wide v3, 9475928 32 sub-float/2addr v3, v2
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_float/d/ |
D | T_sub_float_2.d | 30 move v2, v3 31 const-wide v3, 3.1415 32 sub-float v0, v2, v3
|