/cts/hostsidetests/appsecurity/ |
D | Android.bp | 174 ":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/ |
D | View_FocusHandlingTest.java | 71 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/ |
D | generate-apks.sh | 8 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… 20 …v3-signing-enabled true --v4-signing-enabled --key cts/hostsidetests/appsecurity/certs/pkgsigverif… 21 …v3-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/ |
D | T_rsub_int_lit8_1.smali | 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/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/d/ |
D | T_rsub_int_1.smali | 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/tests/tests/jni/src/android/jni/cts/ |
D | StaticNonce.java | 204 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
|
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()
|
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 | InstanceNonce.java | 158 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/ |
D | ViewAnimatorTest.java | 104 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/ |
D | T_invoke_static_15.smali | 33 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/ |
D | T_invoke_static_range_15.smali | 33 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/ |
D | prebuilt_info_hostsidetests_stagedinstall_testdata_apex__arm_com_android_apex_cts_shim_v3_apex.asciipb | 5 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"
|
D | prebuilt_info_hostsidetests_stagedinstall_testdata_apex__riscv64_com_android_apex_cts_shim_v3_apex.asciipb | 5 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"
|
D | prebuilt_info_hostsidetests_stagedinstall_testdata_apex__x86_com_android_apex_cts_shim_v3_apex.asciipb | 5 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/ |
D | T_invoke_virtual_14.smali | 33 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/ |
D | T_invoke_virtual_range_14.smali | 35 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/ |
D | T_invoke_direct_24.smali | 45 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
|
D | T_invoke_direct_21.smali | 44 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
|
D | T_invoke_direct_14.smali | 44 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/ |
D | T_invoke_super_range_14.smali | 35 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/ |
D | T_invoke_super_14.smali | 33 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/ |
D | android_jni_cts_StaticNonce.c | 554 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/ |
D | T_invoke_direct_range_21.smali | 46 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
|
D | T_invoke_direct_range_14.smali | 46 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
|