Home
last modified time | relevance | path

Searched refs:v3 (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/cts/tests/tests/view/src/android/view/cts/
DView_FocusHandlingTest.java60 View v3 = activity.findViewById(R.id.view3); in testFocusHandling() local
65 assertNotNull(v3); in testFocusHandling()
71 assertFalse(v3.isFocusable()); in testFocusHandling()
76 v3.setFocusable(true); in testFocusHandling()
81 assertTrue(v3.isFocusable()); in testFocusHandling()
90 v3.setNextFocusRightId(R.id.view4); in testFocusHandling()
91 v3.setNextFocusUpId(R.id.view1); in testFocusHandling()
103 assertEquals(R.id.view1, v3.getNextFocusUpId()); in testFocusHandling()
104 assertEquals(R.id.view4, v3.getNextFocusRightId()); in testFocusHandling()
111 assertSame(v3, v1.focusSearch(View.FOCUS_DOWN)); in testFocusHandling()
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/d/
DT_rsub_int_1.smali30 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/
DT_rsub_int_lit8_1.smali30 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/widget/src/android/widget/cts/
DViewAnimatorTest.java95 final View v3 = mActivity.findViewById(R.id.label); in testShowNext() local
101 parent.removeView(v3); in testShowNext()
107 mViewAnimator.addView(v3); in testShowNext()
233 final View v3 = mActivity.findViewById(R.id.label); in testShowPrevious() local
239 parent.removeView(v3); in testShowPrevious()
245 mViewAnimator.addView(v3); in testShowPrevious()
335 final View v3 = mActivity.findViewById(R.id.label); in testRemoveViews() local
341 parent.removeView(v3); in testRemoveViews()
347 mViewAnimator.addView(v3); in testRemoveViews()
355 assertSame(v3, mViewAnimator.getChildAt(2)); in testRemoveViews()
[all …]
/cts/tests/tests/jni/src/android/jni/cts/
DStaticFromNative.java72 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()
DInstanceFromNative.java75 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/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
DT_invoke_static_15.smali33 const v3, 12
36 invoke-static {v3, v4}, Ldot/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/
DT_invoke_static_range_15.smali33 const v3, 12
36 …invoke-static/range {v3..v4}, Ldot/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_range/d/
DT_invoke_virtual_range_14.smali35 move-object v3, v6
37 …invoke-virtual/range {v3..v5}, Ldot/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/invoke_virtual/d/
DT_invoke_virtual_14.smali33 const v3, 300
36 …invoke-virtual {v6, v3, v4}, Ldot/junit/opcodes/invoke_virtual/d/T_invoke_virtual_14;->testArgsOrd…
38 move-result v3
40 if-ne v3, v4, :Label0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/
DT_invoke_direct_14.smali44 const v3, 50
47 invoke-direct {v6, v3}, Ldot/junit/opcodes/invoke_direct/d/T_invoke_direct_14;->test(II)I
48 move-result v3
51 if-ne v3, v4, :Label30
DT_invoke_direct_21.smali44 const v3, 50
47 invoke-direct {v6, v3, v4}, Ldot/junit/opcodes/invoke_direct/d/T_invoke_direct_21;->test(II)I
48 move-result v3
51 if-ne v3, v4, :Label30
DT_invoke_direct_24.smali45 const-wide v3, 50
47 invoke-direct {v6, v3, v4}, Ldot/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/
DT_invoke_super_14.smali33 const v3, 300
36 …invoke-super {v6, v3, v4}, Ldot/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/
DT_invoke_super_range_14.smali35 move-object v3, v6
36 …invoke-super/range {v3..v5}, Ldot/junit/opcodes/invoke_super_range/d/T_invoke_super_range_14;->tes…
38 move-result v3
40 if-ne v3, v4, :Label0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/
DT_invoke_direct_range_21.smali46 move-object v3, v6
47 …invoke-direct/range {v3..v5}, Ldot/junit/opcodes/invoke_direct_range/d/T_invoke_direct_range_21;->…
48 move-result v3
51 if-ne v3, v4, :Label30
DT_invoke_direct_range_14.smali46 move-object v3, v6
47 …invoke-direct/range {v3..v4}, Ldot/junit/opcodes/invoke_direct_range/d/T_invoke_direct_range_14;->…
48 move-result v3
51 if-ne v3, v4, :Label30
DT_invoke_direct_range_24.smali56 move-object v3, p0
58 …invoke-direct {v3, v5}, Ldot/junit/opcodes/invoke_direct_range/d/T_invoke_direct_range_24;->test(I…
60 move-result v3
64 if-ne v3, v4, :cond_2b
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/d/
DT_return_object_6.smali33 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/monitor_enter/d/
DT_monitor_enter_1.smali38 const-wide/16 v3, 500
39 invoke-static {v3, v4}, Ljava/lang/Thread;->sleep(J)V
57 move-exception v3
61 throw v3
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_float_2addr/d/
DT_sub_float_2addr_3.smali30 move v2, v3
31 const-wide v3, 9475928
32 sub-float/2addr v3, v2
DT_sub_float_2addr_2.smali30 move v2, v3
31 const-wide v3, 3.1415
32 sub-float/2addr v2, v3
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_exit/d/
DT_monitor_exit_5.smali30 monitor-enter v3
31 const v3, 12345
32 monitor-exit v3
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_float/d/
DT_sub_float_2.smali30 move v2, v3
31 const-wide v3, 3.1415
32 sub-float v0, v2, v3
DT_sub_float_3.smali30 move v2, v3
31 const-wide v3, 9475928
32 sub-float v0, v3, v2

12345678910>>...15