Home
last modified time | relevance | path

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

12345678910>>...14

/cts/hostsidetests/appsecurity/
DAndroid.bp174 ":v3-ec-p256-1-companion-usesperm",
175 ":v3-ec-p256-1-sharedUid",
176 ":v3-ec-p256-1-sharedUid-companion2",
177 ":v3-ec-p256_2-companion-uses-knownSigner",
178 ":v3-ec-p256-2-sharedUid-companion",
179 ":v3-ec-p256_3-companion-uses-knownSigner",
180 ":v3-ec-p256-with-por_1_2_3-1-no-caps-2-default-declperm",
181 ":v3-ec-p256-with-por-1_2_3_4_5-default-caps",
182 ":v3-ec-p256-with-por_1_2_3-no-caps-declperm",
183 ":v3-ec-p256-with-por_1_2_4-companion-usesperm",
[all …]
/cts/tests/tests/view/src/android/view/cts/
DView_FocusHandlingTest.java71 View v3 = activity.findViewById(R.id.view3); in testFocusHandling() local
76 assertNotNull(v3); in testFocusHandling()
82 assertFalse(v3.isFocusable()); in testFocusHandling()
87 v3.setFocusable(true); in testFocusHandling()
92 assertTrue(v3.isFocusable()); in testFocusHandling()
101 v3.setNextFocusRightId(R.id.view4); in testFocusHandling()
102 v3.setNextFocusUpId(R.id.view1); in testFocusHandling()
114 assertEquals(R.id.view1, v3.getNextFocusUpId()); in testFocusHandling()
115 assertEquals(R.id.view4, v3.getNextFocusRightId()); in testFocusHandling()
122 assertSame(v3, v1.focusSearch(View.FOCUS_DOWN)); in testFocusHandling()
[all …]
/cts/hostsidetests/appsecurity/res/pkgsigverify/
Dgenerate-apks.sh8 apksigner sign --v2-signing-enabled true --v3-signing-enabled false --v4-signing-enabled --key cts/…
9 apksigner sign --v2-signing-enabled true --v3-signing-enabled false --v4-signing-enabled --key cts/…
10 apksigner sign --v2-signing-enabled true --v3-signing-enabled false --v4-signing-enabled --key cts/…
11 apksigner sign --v2-signing-enabled true --v3-signing-enabled false --v4-signing-enabled --key cts/…
12 apksigner sign --v2-signing-enabled true --v3-signing-enabled false --v4-signing-enabled --key cts/…
15 apksigner sign --v2-signing-enabled true --v3-signing-enabled false --v4-signing-enabled --verity-e…
16 apksigner sign --v2-signing-enabled true --v3-signing-enabled false --v4-signing-enabled --verity-e…
17 apksigner sign --v2-signing-enabled true --v3-signing-enabled false --v4-signing-enabled --verity-e…
20v3-signing-enabled true --v4-signing-enabled --key cts/hostsidetests/appsecurity/certs/pkgsigverif…
21v3-signing-enabled true --v4-signing-enabled --key cts/hostsidetests/appsecurity/certs/pkgsigverif…
[all …]
/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/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/tests/tests/jni/src/android/jni/cts/
DStaticNonce.java204 char v3, int v4, long v5, String v6, float v7, double v8, in takeOneOfEach() argument
207 short v2, char v3, int v4, long v5, String v6, float v7, double v8, in takeOneOfEachDlsym() argument
211 short v2, char v3, int v4, long v5, String v6, float v7, double v8, in takeOneOfEachFast() argument
215 short v2, char v3, int v4, long v5, String v6, float v7, double v8, in takeOneOfEachFastDlsym() argument
219 short v2, char v3, int v4, long v5, float v6, double v7); in takeOneOfEachCritical() argument
222 byte v1, short v2, char v3, int v4, long v5, float v6, double v7); in takeOneOfEachCriticalDlsym() argument
225 int v1, int v2, int v3, int v4, in takeCoolHandLuke() argument
238 int v1, int v2, int v3, int v4, in takeCoolHandLukeFast() argument
251 int v1, int v2, int v3, int v4, in takeCoolHandLukeCritical() argument
265 int v1, int v2, int v3, int v4, int v5, in takeCoolHandLukeWithFloatsCritical() argument
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()
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()
DInstanceNonce.java158 char v3, int v4, long v5, String v6, float v7, double v8, in takeOneOfEach() argument
161 char v3, int v4, long v5, String v6, float v7, double v8, in takeOneOfEachDlsym() argument
165 char v3, int v4, long v5, String v6, float v7, double v8, in takeOneOfEachFast() argument
169 char v3, int v4, long v5, String v6, float v7, double v8, in takeOneOfEachFastDlsym() argument
173 int v1, int v2, int v3, int v4, in takeCoolHandLuke() argument
186 int v1, int v2, int v3, int v4, in takeCoolHandLukeFast() argument
/cts/tests/tests/widget/src/android/widget/cts/
DViewAnimatorTest.java104 final View v3 = mActivity.findViewById(R.id.label); in testShowNext() local
110 parent.removeView(v3); in testShowNext()
116 mViewAnimator.addView(v3); in testShowNext()
242 final View v3 = mActivity.findViewById(R.id.label); in testShowPrevious() local
248 parent.removeView(v3); in testShowPrevious()
254 mViewAnimator.addView(v3); in testShowPrevious()
344 final View v3 = mActivity.findViewById(R.id.label); in testRemoveViews() local
350 parent.removeView(v3); in testRemoveViews()
356 mViewAnimator.addView(v3); in testRemoveViews()
364 assertSame(v3, mViewAnimator.getChildAt(2)); in testRemoveViews()
[all …]
/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/.prebuilt_info/
Dprebuilt_info_hostsidetests_stagedinstall_testdata_apex__arm_com_android_apex_cts_shim_v3_apex.asciipb5 source_file: "aosp_arm64/com.android.apex.cts.shim.v3.apex"
7 dest_file: "hostsidetests/stagedinstall/testdata/apex//arm/com.android.apex.cts.shim.v3.apex"
Dprebuilt_info_hostsidetests_stagedinstall_testdata_apex__riscv64_com_android_apex_cts_shim_v3_apex.asciipb5 source_file: "aosp_riscv64/com.android.apex.cts.shim.v3.apex"
7 dest_file: "hostsidetests/stagedinstall/testdata/apex//riscv64/com.android.apex.cts.shim.v3.apex"
Dprebuilt_info_hostsidetests_stagedinstall_testdata_apex__x86_com_android_apex_cts_shim_v3_apex.asciipb5 source_file: "aosp_x86_64/com.android.apex.cts.shim.v3.apex"
7 dest_file: "hostsidetests/stagedinstall/testdata/apex//x86/com.android.apex.cts.shim.v3.apex"
/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_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_direct/d/
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
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_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
/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_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/tests/tests/jni/libjnitest/
Dandroid_jni_cts_StaticNonce.c554 jboolean v0, jbyte v1, jshort v2, jchar v3, jint v4, jlong v5, in StaticNonce_takeOneOfEach() argument
559 if ((v0 != false) || (v1 != 1) || (v2 != 2) || (v3 != 3) || in StaticNonce_takeOneOfEach()
599 JNIEnv *env, jclass clazz, jboolean v0, jbyte v1, jshort v2, jchar v3, in Java_android_jni_cts_StaticNonce_takeOneOfEachDlsym() argument
602 env, clazz, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); in Java_android_jni_cts_StaticNonce_takeOneOfEachDlsym()
610 jboolean v0, jbyte v1, jshort v2, jchar v3, jint v4, jlong v5, in StaticNonce_takeOneOfEachFast() argument
613 env, clazz, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); in StaticNonce_takeOneOfEachFast()
621 JNIEnv *env, jclass clazz, jboolean v0, jbyte v1, jshort v2, jchar v3, in Java_android_jni_cts_StaticNonce_takeOneOfEachFastDlsym() argument
624 env, clazz, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9); in Java_android_jni_cts_StaticNonce_takeOneOfEachFastDlsym()
631 jboolean v0, jbyte v1, jshort v2, jchar v3, jint v4, jlong v5, in StaticNonce_takeOneOfEachCritical() argument
633 return (v0 == false) && (v1 == 1) && (v2 == 2) && (v3 == 3) && in StaticNonce_takeOneOfEachCritical()
[all …]
/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

12345678910>>...14