Home
last modified time | relevance | path

Searched refs:v1 (Results 1 – 25 of 966) sorted by relevance

12345678910>>...39

/cts/tools/dasm/test/
Dall_opcodes.d17 move v1, v2
20 move-wide v1, v2
23 move-object v1, v2
34 const/4 v1, 1
48 instance-of v1, v2, java/lang/Object
49 array-length v1, v2
51 new-array v1, v2, java/lang/Object
52 filled-new-array {v1, v2, v3, v4, v5}, I
82 if-eq v1, v2, Label1
83 if-ne v1, v2, $+1
[all …]
/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DVerbosityTest.java29 String v1 = mDevice.executeShellCommand(MONKEY_CMD + " -v -p " + PKGS[0] + " 500"); in testVerbosity() local
30 assertTrue(v1.contains("Events injected")); in testVerbosity()
31 assertTrue(v1.contains("Sending Touch")); in testVerbosity()
32 assertTrue(v1.contains("Sending Trackball")); in testVerbosity()
33 assertTrue(v1.contains("Switch")); in testVerbosity()
34 assertFalse(v1.contains("Sleeping")); in testVerbosity()
43 assertTrue(v0.length() < v1.length()); in testVerbosity()
44 assertTrue(v1.length() < v2.length()); in testVerbosity()
/cts/tests/tests/widget/src/android/widget/cts/
DViewAnimatorTest.java43 import org.xmlpull.v1.XmlPullParser;
92 final View v1 = mActivity.findViewById(R.id.ok); in testShowNext() local
96 final RelativeLayout parent = (RelativeLayout) v1.getParent(); in testShowNext()
98 parent.removeView(v1); in testShowNext()
104 mViewAnimator.addView(v1); in testShowNext()
139 final View v1 = mActivity.findViewById(R.id.ok); in testAccessDisplayedChild() local
141 final RelativeLayout parent = (RelativeLayout) v1.getParent(); in testAccessDisplayedChild()
143 parent.removeView(v1); in testAccessDisplayedChild()
147 mViewAnimator.addView(v1); in testAccessDisplayedChild()
174 final View v1 = mActivity.findViewById(R.id.ok); in testAccessDisplayedChildBoundary() local
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/nop/d/
DT_nop_1.d22 move-object v1, v2
23 invoke-direct {v1}, java/lang/Object/<init>()V
29 const v1, 12345678
35 move v3, v1
39 if-ne v1, v3, Label1
40 const/4 v1, 1
41 return v1
43 const/4 v1, 0
44 return v1
/cts/tests/tests/view/src/android/view/cts/
DView_FocusHandlingTest.java58 View v1 = activity.findViewById(R.id.view1); in testFocusHandling() local
63 assertNotNull(v1); in testFocusHandling()
69 assertFalse(v1.isFocusable()); in testFocusHandling()
74 v1.setFocusable(true); in testFocusHandling()
79 assertTrue(v1.isFocusable()); in testFocusHandling()
84 v1.setNextFocusRightId(R.id.view2); in testFocusHandling()
85 v1.setNextFocusDownId(R.id.view3); in testFocusHandling()
97 assertEquals(R.id.view2, v1.getNextFocusRightId()); in testFocusHandling()
98 assertEquals(R.id.view3, v1.getNextFocusDownId()); in testFocusHandling()
110 assertSame(v2, v1.focusSearch(View.FOCUS_RIGHT)); in testFocusHandling()
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_16/d/
DT_move_16_1.d30 const v1, 5678
33 move/16 v4001, v1
40 move/16 v1, v4001
43 if-ne v1, v4, Label0
45 const v1, 1
46 return v1
49 const v1, 0
50 return v1
DT_move_16_2.d29 const v1, 5678
31 move/16 v4001, v1
37 if-ne v1, v4, Label0
39 const v1, 1
40 return v1
43 const v1, 0
44 return v1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_from16/d/
DT_move_from16_1.d34 move/from16 v1, v255
38 if-ne v1, v4, Label0
40 const v1, 1
41 return v1
44 const v1, 0
45 return v1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide_from16/d/
DT_move_wide_from16_1.d34 move-wide/from16 v1, v255
38 cmp-long v0, v1, v4
41 const v1, 1
42 return v1
45 const v1, 0
46 return v1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_char/d/
DT_iget_char_1.d27 invoke-direct {v1}, java/lang/Object/<init>()V
30 iput-char v0, v1, dot.junit.opcodes.iget_char.d.T_iget_char_1.i1 C
33 iput-char v0, v1, dot.junit.opcodes.iget_char.d.T_iget_char_1.p1 C
36 iput-char v0, v1, dot.junit.opcodes.iget_char.d.T_iget_char_1.pvt1 C
45 iget-char v1, v2, dot.junit.opcodes.iget_char.d.T_iget_char_1.i1 C
46 return v1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_boolean/d/
DT_sget_boolean_9.d25 const/4 v1, 1
26 div-int/2addr v1, v0
28 const v1, 1
29 sput-boolean v1, dot.junit.opcodes.sget_boolean.d.StubInitError.value Z
49 sget-boolean v1, dot.junit.opcodes.sget_boolean.d.StubInitError.value Z
50 return v1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget/d/
DT_iget_1.d26 invoke-direct {v1}, java/lang/Object/<init>()V
29 iput v0, v1, dot.junit.opcodes.iget.d.T_iget_1.i1 I
32 iput v0, v1, dot.junit.opcodes.iget.d.T_iget_1.p1 I
35 iput v0, v1, dot.junit.opcodes.iget.d.T_iget_1.pvt1 I
43 iget v1, v2, dot.junit.opcodes.iget.d.T_iget_1.i1 I
44 return v1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_boolean/d/
DT_iget_boolean_1.d27 invoke-direct {v1}, java/lang/Object/<init>()V
30 iput-boolean v0, v1, dot.junit.opcodes.iget_boolean.d.T_iget_boolean_1.i1 Z
33 iput-boolean v0, v1, dot.junit.opcodes.iget_boolean.d.T_iget_boolean_1.p1 Z
36 iput-boolean v0, v1, dot.junit.opcodes.iget_boolean.d.T_iget_boolean_1.pvt1 Z
44 iget-boolean v1, v2, dot.junit.opcodes.iget_boolean.d.T_iget_boolean_1.i1 Z
45 return v1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_byte/d/
DT_iget_byte_1.d26 invoke-direct {v1}, java/lang/Object/<init>()V
29 iput-byte v0, v1, dot.junit.opcodes.iget_byte.d.T_iget_byte_1.i1 B
32 iput-byte v0, v1, dot.junit.opcodes.iget_byte.d.T_iget_byte_1.p1 B
35 iput-byte v0, v1, dot.junit.opcodes.iget_byte.d.T_iget_byte_1.pvt1 B
43 iget-byte v1, v2, dot.junit.opcodes.iget_byte.d.T_iget_byte_1.i1 B
44 return v1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_short/d/
DT_iget_short_1.d27 invoke-direct {v1}, java/lang/Object/<init>()V
29 iput-short v0, v1, dot.junit.opcodes.iget_short.d.T_iget_short_1.i1 S
32 iput-short v0, v1, dot.junit.opcodes.iget_short.d.T_iget_short_1.p1 S
35 iput-short v0, v1, dot.junit.opcodes.iget_short.d.T_iget_short_1.pvt1 S
44 iget-short v1, v2, dot.junit.opcodes.iget_short.d.T_iget_short_1.i1 S
45 return v1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_char/d/
DT_sget_char_9.d25 const/4 v1, 1
26 div-int/2addr v1, v0
28 const v1, 1
29 sput-char v1, dot.junit.opcodes.sget_char.d.StubInitError.value C
49 sget-char v1, dot.junit.opcodes.sget_char.d.StubInitError.value C
50 return v1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/d/
DT_sget_short_9.d25 const/4 v1, 1
26 div-int/2addr v1, v0
28 const v1, 1
29 sput-short v1, dot.junit.opcodes.sget_short.d.StubInitError.value S
49 sget-short v1, dot.junit.opcodes.sget_short.d.StubInitError.value S
50 return v1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_byte/d/
DT_sget_byte_9.d25 const/4 v1, 1
26 div-int/2addr v1, v0
28 const v1, 1
29 sput-byte v1, dot.junit.opcodes.sget_byte.d.StubInitError.value B
49 sget-byte v1, dot.junit.opcodes.sget_byte.d.StubInitError.value B
50 return v1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/d/
DT_monitor_enter_1.d24 invoke-direct {v1}, java/lang/Object/<init>()V
28 iput v0, v1, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_1.counter I
36 iget v1, v7, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_1.counter I
43 if-ne v1, v2, Label0
45 add-int/lit8 v1, v1, 1
46 iput v1, v7, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_1.counter I
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_object/d/
DT_sget_object_9.d25 const/4 v1, 1
26 div-int/2addr v1, v0
28 const v1, 0
29 sput-object v1, dot.junit.opcodes.sget_object.d.StubInitError.value Ljava/lang/Object;
49 sget-object v1, dot.junit.opcodes.sget_object.d.StubInitError.value Ljava/lang/Object;
50 return-object v1
/cts/tools/dasm/src/dasm/
DDAsm.java619 void addOpcode(String name, String v1, String v2) throws DasmError { in addOpcode() argument
621 System.out.println("addOpcode(" + name + ", " + v1 + ", " + v2 in addOpcode()
630 reg1_num = getRegNumberFromString(v1); in addOpcode()
633 + v1 + ")"); in addOpcode()
654 reg1_num = getRegNumberFromString(v1); in addOpcode()
657 + v1 + ")"); in addOpcode()
677 reg1_num = getRegNumberFromString(v1); in addOpcode()
680 + v1 + ")"); in addOpcode()
692 reg1_num = getRegNumberFromString(v1); in addOpcode()
695 + v1 + ")"); in addOpcode()
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_object/d/
DT_iget_object_1.d26 invoke-direct {v1}, java/lang/Object/<init>()V
29 iput-object v0, v1, dot.junit.opcodes.iget_object.d.T_iget_object_1.i1 Ljava/lang/Object;
32 iput-object v0, v1, dot.junit.opcodes.iget_object.d.T_iget_object_1.p1 Ljava/lang/Object;
35 iput-object v0, v1, dot.junit.opcodes.iget_object.d.T_iget_object_1.pvt1 Ljava/lang/Object;
43 iget-object v1, v2, dot.junit.opcodes.iget_object.d.T_iget_object_1.i1 Ljava/lang/Object;
44 return-object v1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/check_cast/d/
DT_check_cast_2.d60 const v1, 0
92 add-int/lit16 v1, v1, 1
104 add-int/lit16 v1, v1, 1
115 add-int/lit16 v1, v1, 1
126 add-int/lit16 v1, v1, 1
137 add-int/lit16 v1, v1, 1
140 return v1
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/d/
DT_sput_byte_13.d25 const/4 v1, 5
26 div-int/2addr v1, v0
28 sput-byte v1, dot.junit.opcodes.sput_byte.d.StubInitError.value B
48 const v1, 1
49 sput-byte v1, dot.junit.opcodes.sput_byte.d.StubInitError.value B
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_boolean/d/
DT_sput_boolean_13.d25 const/4 v1, 5
26 div-int/2addr v1, v0
28 sput-boolean v1, dot.junit.opcodes.sput_boolean.d.StubInitError.value Z
48 const v1, 1
49 sput-boolean v1, dot.junit.opcodes.sput_boolean.d.StubInitError.value Z

12345678910>>...39