Home
last modified time | relevance | path

Searched defs:target4 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
H A DStatementExecutorTest.java106 public void target4() throws IOException { in target4() method in StatementExecutorTest
/aosp_15_r20/external/llvm/test/MC/PowerPC/
H A Dppc64-fixup-apply.s26 .set target4, 0x12341234 define
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dmisc.hpp116 typedef boost::fusion::FUSION_SEQUENCE<double, int> target4; typedef
/aosp_15_r20/external/strace/tests-m32/
H A Dioctl_dm.c97 struct dm_target_spec target4; member
/aosp_15_r20/external/strace/tests-mx32/
H A Dioctl_dm.c97 struct dm_target_spec target4; member
/aosp_15_r20/external/strace/tests/
H A Dioctl_dm.c97 struct dm_target_spec target4; member
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinatorTest.kt79 private lateinit var target4: SmartspaceTarget variable in com.android.systemui.statusbar.notification.collection.coordinator.SmartspaceDedupingCoordinatorTest
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DScrollCaptureSearchResultsTest.java215 ScrollCaptureTarget target4 = createTargetWithView(targetView4, callback4, in testRanking() local