/cts/hostsidetests/appsecurity/res/pkgsigverify/ |
D | generate-apks.sh | 5 apksigner sign --v2-signing-enabled true --v3-signing-enabled false --v4-signing-enabled --key cts/… 6 apksigner sign --v2-signing-enabled true --v3-signing-enabled false --v4-signing-enabled --key cts/… 7 apksigner sign --v2-signing-enabled true --v3-signing-enabled false --v4-signing-enabled --key cts/… 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/… 12 apksigner sign --v2-signing-enabled true --v3-signing-enabled false --v4-signing-enabled --verity-e… 13 apksigner sign --v2-signing-enabled true --v3-signing-enabled false --v4-signing-enabled --verity-e… 14 apksigner sign --v2-signing-enabled true --v3-signing-enabled false --v4-signing-enabled --verity-e… 17 …v3-signing-enabled true --v4-signing-enabled --key cts/hostsidetests/appsecurity/certs/pkgsigverif… 18 …v3-signing-enabled true --v4-signing-enabled --key cts/hostsidetests/appsecurity/certs/pkgsigverif… [all …]
|
/cts/tests/tests/view/src/android/view/cts/ |
D | View_FocusHandlingTest.java | 60 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/hostsidetests/appsecurity/test-apps/tinyapp/ |
D | Android.mk | 57 LOCAL_PACKAGE_NAME := v3-ec-p256-1-sharedUid 67 LOCAL_PACKAGE_NAME := v3-ec-p256-with-por_1_2-default-caps 79 LOCAL_PACKAGE_NAME := v3-ec-p256-with-por_1_2-default-caps-sharedUid 94 LOCAL_PACKAGE_NAME := v3-por_Y_1_2-default-caps-sharedUid 107 LOCAL_PACKAGE_NAME := v3-ec-p256-with-por_1_2-no-shUid-cap-sharedUid 120 LOCAL_PACKAGE_NAME := v3-ec-p256-with-por_1_2-default-caps-sharedUid-companion 135 LOCAL_PACKAGE_NAME := v3-por_Z_1_2-default-caps-sharedUid-companion 149 LOCAL_PACKAGE_NAME := v3-ec-p256-2-sharedUid-companion 159 LOCAL_PACKAGE_NAME := v3-ec-p256-1-sharedUid-companion2 170 LOCAL_PACKAGE_NAME := v3-ec-p256-with-por_1_2_3-1-no-caps-2-default-declperm [all …]
|
/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/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/tests/tests/widget/src/android/widget/cts/ |
D | ViewAnimatorTest.java | 95 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/ |
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()
|
/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/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_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_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/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_direct/d/ |
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
|
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
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/ |
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
|
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_24.smali | 56 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/.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__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/return_object/d/ |
D | T_return_object_6.smali | 33 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/sub_float/d/ |
D | T_sub_float_3.smali | 30 move v2, v3 31 const-wide v3, 9475928 32 sub-float v0, v3, v2
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_float_2addr/d/ |
D | T_sub_float_2addr_2.smali | 30 move v2, v3 31 const-wide v3, 3.1415 32 sub-float/2addr v2, v3
|