/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
H A D | Utils.kt | 140 data class Quad<A, B, C, D>(val first: A, val second: B, val third: C, val fourth: D) constant in com.android.systemui.util.kotlin.Quad 146 val fourth: D, constant in com.android.systemui.util.kotlin.Quint 154 val fourth: D, constant in com.android.systemui.util.kotlin.Sextuple 163 val fourth: D, constant in com.android.systemui.util.kotlin.Septuple
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/kotlin/ |
D | Quad.java | 11 private final D fourth = null; field in Quad 13 public Quad(A first, B second, C third, D fourth) { in Quad() 50 …inal com.android.systemui.util.kotlin.Quad<A, B, C, D> copy(A first, B second, C third, D fourth) { in copy()
|
D | Quint.java | 11 private final D fourth = null; field in Quint 14 public Quint(A first, B second, C third, D fourth, E fifth) { in Quint() 59 …oid.systemui.util.kotlin.Quint<A, B, C, D, E> copy(A first, B second, C third, D fourth, E fifth) { in copy()
|
D | Sextuple.java | 11 private final D fourth = null; field in Sextuple 15 public Sextuple(A first, B second, C third, D fourth, E fifth, F sixth) { in Sextuple() 68 …util.kotlin.Sextuple<A, B, C, D, E, F> copy(A first, B second, C third, D fourth, E fifth, F sixth… in copy()
|
D | Septuple.java | 11 private final D fourth = null; field in Septuple 16 public Septuple(A first, B second, C third, D fourth, E fifth, F sixth, G seventh) { in Septuple() 77 …l.kotlin.Septuple<A, B, C, D, E, F, G> copy(A first, B second, C third, D fourth, E fifth, F sixth… in copy()
|
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/ |
H A D | Matchers.java | 46 …? super T> second, org.hamcrest.Matcher<? super T> third, org.hamcrest.Matcher<? super T> fourth) { in allOf() 55 … super T> second, org.hamcrest.Matcher<? super T> third, org.hamcrest.Matcher<? super T> fourth, o… in allOf() 64 … super T> second, org.hamcrest.Matcher<? super T> third, org.hamcrest.Matcher<? super T> fourth, o… in allOf() 109 …? super T> second, org.hamcrest.Matcher<? super T> third, org.hamcrest.Matcher<? super T> fourth) { in anyOf() 118 … super T> second, org.hamcrest.Matcher<? super T> third, org.hamcrest.Matcher<? super T> fourth, o… in anyOf() 127 … super T> second, org.hamcrest.Matcher<? super T> third, org.hamcrest.Matcher<? super T> fourth, o… in anyOf()
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/ThemePicker/ThemePickerLib/android_common/kapt/gen/stubs/com/android/wallpaper/customization/ui/binder/ |
D | ThemePickerCustomizationOptionsBinder.java | 74 private final D fourth = null; field in ThemePickerCustomizationOptionsBinder.Quadruple 76 public Quadruple(A first, B second, C third, D fourth) { in Quadruple() 113 …PickerCustomizationOptionsBinder.Quadruple<A, B, C, D> copy(A first, B second, C third, D fourth) { in copy()
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | hamcrest-core-1.3.jar | ... .hamcrest.Matcher third
org.hamcrest.Matcher fourth
public static org.hamcrest.Matcher allOf (org ... |
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-arch/ |
H A D | bdk-csr.c | 317 uint64_t fourth = (regnum >> 16) & 0xff; in bdk_sysreg_read() local 359 uint64_t fourth = (regnum >> 16) & 0xff; in bdk_sysreg_write() local
|
/aosp_15_r20/external/mockito-kotlin/mockito-kotlin/src/main/kotlin/org/mockito/kotlin/ |
H A D | ArgumentCaptor.kt | 71 val fourth: D constant in org.mockito.kotlin.ArgumentCaptorHolder4 84 val fourth: D, in component1() constant in org.mockito.kotlin.ArgumentCaptorHolder5
|
/aosp_15_r20/cts/tests/tests/text/src/android/text/cts/ |
H A D | SpannableStringBuilderTest.java | 730 Object fourth = new SubscriptSpan(); in testGetSpans_returnsSpansSortedFirstByPriorityThenByInsertionOrder() local 757 Object fourth = new SubscriptSpan(); in testGetSpans_returnsSpansInInsertionOrderAfterRemoveSpanCalls() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/covdata/testdata/ |
D | prog1.go | 32 func fourth() int { func
|
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/stacktrace/ |
H A D | PointingStackTraceToActualInvocationTest.java | 46 private void fourth() { in fourth() method in PointingStackTraceToActualInvocationTest
|
H A D | PointingStackTraceToActualInvocationInOrderTest.java | 49 private void fourth() { in fourth() method in PointingStackTraceToActualInvocationInOrderTest
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | SpannableStringBuilderTest.java | 50 Object fourth = new QuoteSpan(); in testGetSpans_sortsByPriorityEvenWhenSortParamIsFalse() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/ |
D | issue50276.go | 39 var fourth Transform[Step] var
|
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
H A D | NanoTimeGranularityTester.java | 41 long fourth = System.nanoTime(); in testNanoTimeGranularity() local
|
/aosp_15_r20/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | BitmapsRectActivity.java | 56 final float fourth = mBitmap1.getWidth() / 4.0f; in BitmapsView() local
|
/aosp_15_r20/external/python/pyee/tests/ |
D | test_sync.py | 112 def fourth(): function
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
H A D | RateLimitingCacheTest.java | 81 int fourth = s.get(mFetcher); in testTtl_100() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/ |
D | map_misc.cpp | 47 typedef boost::mpl::next<third>::type fourth; typedef
|
D | misc.hpp | 41 typedef boost::mpl::next<third>::type fourth; typedef
|
/aosp_15_r20/external/rust/crates/quiche/src/ |
D | stream.rs | 1880 let fourth = RangeBuf::from(b"ello", 5, true); in past_read() localVariable 2109 let fourth = RangeBuf::from(b"helloworld", 0, true); in overlapping_end_twice_read() localVariable 2151 let fourth = RangeBuf::from(b"elloworldbarfoo", 1, true); in overlapping_end_twice_and_contained_read() localVariable 2230 let fourth = RangeBuf::from(b"ddd", 6, false); in partially_multi_overlapping_reordered_read2() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/ |
D | stream.rs | 1880 let fourth = RangeBuf::from(b"ello", 5, true); in past_read() localVariable 2109 let fourth = RangeBuf::from(b"helloworld", 0, true); in overlapping_end_twice_read() localVariable 2151 let fourth = RangeBuf::from(b"elloworldbarfoo", 1, true); in overlapping_end_twice_and_contained_read() localVariable 2230 let fourth = RangeBuf::from(b"ddd", 6, false); in partially_multi_overlapping_reordered_read2() localVariable
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/x86/ |
D | win64.S | 60 fourth: label
|