Home
last modified time | relevance | path

Searched refs:v4 (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/
DT_invoke_direct_21.smali33 div-int v4, v5, v6
35 return v4
45 const v4, 25
47 invoke-direct {v6, v3, v4}, Ldot/junit/opcodes/invoke_direct/d/T_invoke_direct_21;->test(II)I
50 const v4, 2
51 if-ne v3, v4, :Label30
53 const v4, 111
54 if-ne v0, v4, :Label30
56 const v4, 222
57 if-ne v1, v4, :Label30
[all …]
DT_invoke_direct_14.smali33 div-int v4, v5, v6
35 return v4
45 const v4, 25
50 const v4, 2
51 if-ne v3, v4, :Label30
53 const v4, 111
54 if-ne v0, v4, :Label30
56 const v4, 222
57 if-ne v1, v4, :Label30
59 const v4, 333
[all …]
DT_invoke_direct_24.smali33 div-int v4, v5, v6
35 return v4
47 invoke-direct {v6, v3, v4}, Ldot/junit/opcodes/invoke_direct/d/T_invoke_direct_24;->test(II)I
50 const v4, 2
51 if-ne v3, v4, :Label30
53 const v4, 111
54 if-ne v0, v4, :Label30
56 const v4, 222
57 if-ne v1, v4, :Label30
59 const v4, 333
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/
DT_invoke_direct_range_14.smali33 div-int v4, v5, v6
35 return v4
44 const v4, 50
47 …invoke-direct/range {v3..v4}, Ldot/junit/opcodes/invoke_direct_range/d/T_invoke_direct_range_14;->…
50 const v4, 2
51 if-ne v3, v4, :Label30
53 const v4, 111
54 if-ne v0, v4, :Label30
56 const v4, 222
57 if-ne v1, v4, :Label30
[all …]
DT_invoke_direct_range_21.smali33 div-int v4, v5, v6
35 return v4
44 const v4, 50
50 const v4, 2
51 if-ne v3, v4, :Label30
53 const v4, 111
54 if-ne v0, v4, :Label30
56 const v4, 222
57 if-ne v1, v4, :Label30
59 const v4, 333
[all …]
DT_invoke_direct_range_24.smali54 const-wide v4, 0x32
62 const v4, 0x2
64 if-ne v3, v4, :cond_2b
66 const v4, 0x6f
68 if-ne v0, v4, :cond_2b
70 const v4, 0xde
72 if-ne v1, v4, :cond_2b
74 const v4, 0x14d
76 if-ne v2, v4, :cond_2b
/cts/tests/tests/view/src/android/view/cts/
DView_FocusHandlingTest.java61 View v4 = activity.findViewById(R.id.view4); in testFocusHandling() local
66 assertNotNull(v4); in testFocusHandling()
72 assertFalse(v4.isFocusable()); in testFocusHandling()
77 v4.setFocusable(true); in testFocusHandling()
82 assertTrue(v4.isFocusable()); in testFocusHandling()
93 v4.setNextFocusLeftId(R.id.view3); in testFocusHandling()
94 v4.setNextFocusUpId(R.id.view2); in testFocusHandling()
106 assertEquals(R.id.view2, v4.getNextFocusUpId()); in testFocusHandling()
107 assertEquals(R.id.view3, v4.getNextFocusLeftId()); in testFocusHandling()
114 assertSame(v4, v2.focusSearch(View.FOCUS_DOWN)); in testFocusHandling()
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_return/d/
DT_opc_return_1.smali34 const v4, 0xdddd
39 if-ne v4, v6, :Label0
41 const v4, 1
42 if-ne v1, v4, :Label0
44 const v4, 2
45 if-ne v2, v4, :Label0
47 const v4, 3
48 if-ne v3, v4, :Label0
66 const v4, 0xdddd
67 return v4
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_wide/d/
DT_return_wide_1.smali34 const-wide v4, 0xdddd
39 cmp-long v0, v4, v6
42 const v4, 1
43 if-ne v1, v4, :Label0
45 const v4, 2
46 if-ne v2, v4, :Label0
48 const v4, 3
49 if-ne v3, v4, :Label0
67 const-wide v4, 0xdddd
68 return-wide v4
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
DT_invoke_static_15.smali34 const v4, 6
36 invoke-static {v3, v4}, Ldot/junit/opcodes/invoke_static/TestClass;->testArgsOrder(II)I
39 const v4, 2
40 if-ne v3, v4, :Label0
42 const v4, 123
43 if-ne v1, v4, :Label0
45 const v4, 345
46 if-ne v2, v4, :Label0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/
DT_invoke_static_range_15.smali34 const v4, 6
36 …invoke-static/range {v3..v4}, Ldot/junit/opcodes/invoke_static_range/TestClass;->testArgsOrder(II)I
39 const v4, 2
40 if-ne v3, v4, :Label0
42 const v4, 123
43 if-ne v1, v4, :Label0
45 const v4, 345
46 if-ne v2, v4, :Label0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
DT_invoke_virtual_14.smali34 const v4, 3
36 …invoke-virtual {v6, v3, v4}, Ldot/junit/opcodes/invoke_virtual/d/T_invoke_virtual_14;->testArgsOrd…
39 const v4, 100
40 if-ne v3, v4, :Label0
42 const v4, 123
43 if-ne v1, v4, :Label0
45 const v4, 659
46 if-ne v2, v4, :Label0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
DT_invoke_super_14.smali34 const v4, 3
36 …invoke-super {v6, v3, v4}, Ldot/junit/opcodes/invoke_super/d/T_invoke_super_14;->testArgsOrder(II)I
39 const v4, 100
40 if-ne v3, v4, :Label0
42 const v4, 123
43 if-ne v1, v4, :Label0
45 const v4, 659
46 if-ne v2, v4, :Label0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_void/d/
DT_return_void_1.smali36 const v4, 1
37 if-ne v1, v4, :Label0
39 const v4, 2
40 if-ne v2, v4, :Label0
42 const v4, 3
43 if-ne v3, v4, :Label0
60 const v4, 0xdddd
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
DT_invoke_virtual_range_14.smali33 const v4, 300
40 const v4, 100
41 if-ne v3, v4, :Label0
43 const v4, 123
44 if-ne v1, v4, :Label0
46 const v4, 659
47 if-ne v2, v4, :Label0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
DT_invoke_super_range_14.smali33 const v4, 300
39 const v4, 100
40 if-ne v3, v4, :Label0
42 const v4, 123
43 if-ne v1, v4, :Label0
45 const v4, 659
46 if-ne v2, v4, :Label0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/
DT_new_instance_11.smali30 const v4, 5
39 add-int/lit8 v4, v4, -1
40 if-nez v4, :LabelBwd
42 invoke-direct {v1, v4}, Ljava/lang/Integer;-><init>(I)V
/cts/tests/tests/widget/src/android/widget/cts/
DViewAnimatorTest.java96 final View v4 = mActivity.findViewById(R.id.entry); in testShowNext() local
102 parent.removeView(v4); in testShowNext()
108 mViewAnimator.addView(v4); in testShowNext()
234 final View v4 = mActivity.findViewById(R.id.entry); in testShowPrevious() local
240 parent.removeView(v4); in testShowPrevious()
246 mViewAnimator.addView(v4); in testShowPrevious()
336 final View v4 = mActivity.findViewById(R.id.entry); in testRemoveViews() local
342 parent.removeView(v4); in testRemoveViews()
348 mViewAnimator.addView(v4); in testRemoveViews()
368 mViewAnimator.addView(v4); in testRemoveViews()
[all …]
/cts/tests/tests/jni/src/android/jni/cts/
DStaticFromNative.java73 char v4, short v5, byte v6, boolean v7, String v8) { in takeOneOfEach() argument
75 && (v4 == 4) && (v5 == 5) && (v6 == 6) && v7 && in takeOneOfEach()
80 int v1, int v2, int v3, int v4, in takeCoolHandLuke() argument
92 (v4 == 4) && (v5 == 5) && (v6 == 6) && (v7 == 7) && in takeCoolHandLuke()
DInstanceFromNative.java76 char v4, short v5, byte v6, boolean v7, String v8) { in takeOneOfEach() argument
78 && (v4 == 4) && (v5 == 5) && (v6 == 6) && v7 && in takeOneOfEach()
83 int v1, int v2, int v3, int v4, in takeCoolHandLuke() argument
95 (v4 == 4) && (v5 == 5) && (v6 == 6) && (v7 == 7) && in takeCoolHandLuke()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/T_aput_object_3.smalis/
DT_aput_object_3.smali44 # v4 = SubClass
45 new-instance v4, Ldot/junit/opcodes/aput_object/d/SubClass;
47 invoke-direct {v4}, Ldot/junit/opcodes/aput_object/d/SubClass;-><init>()V
66 aput-object v4, v3, v0
69 aput-object v4, v6, v0
72 aput-object v4, v7, v0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_goto/d/
DT_opc_goto_1.smali32 return v4
35 add-int/lit8 v4, v4, -1
36 if-lez v4, :LabelExit
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_exception/d/
DT_move_exception_2.smali48 const v4, 0x1
50 return v4
53 const v4, 0x0
55 return v4
/cts/hostsidetests/appsecurity/test-apps/SplitApp/
DAndroid.mk31 LOCAL_PACKAGE_SPLITS := mdpi-v4 hdpi-v4 xhdpi-v4 xxhdpi-v4 v7 fr de
151 LOCAL_PACKAGE_SPLITS := xxhdpi-v4
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/
DT_invoke_interface_14.smali32 const v4, 64
34 invoke-interface {v8, v4, v5}, Ldot/junit/opcodes/invoke_interface/ITest;->testArgsOrder(II)I
35 move-result v4
37 if-ne v4, v5, :Label0

12345678910>>...12