Home
last modified time | relevance | path

Searched defs:fourth (Results 1 – 25 of 84) sorted by relevance

1234

/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
H A DUtils.kt140 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/
DQuad.java11 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()
DQuint.java11 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()
DSextuple.java11 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()
DSeptuple.java11 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 DMatchers.java46 …? 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/
DThemePickerCustomizationOptionsBinder.java74 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/
HDhamcrest-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 Dbdk-csr.c317 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 DArgumentCaptor.kt71 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 DSpannableStringBuilderTest.java730 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/
Dprog1.go32 func fourth() int { func
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/stacktrace/
H A DPointingStackTraceToActualInvocationTest.java46 private void fourth() { in fourth() method in PointingStackTraceToActualInvocationTest
H A DPointingStackTraceToActualInvocationInOrderTest.java49 private void fourth() { in fourth() method in PointingStackTraceToActualInvocationInOrderTest
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannableStringBuilderTest.java50 Object fourth = new QuoteSpan(); in testGetSpans_sortsByPriorityEvenWhenSortParamIsFalse() local
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue50276.go39 var fourth Transform[Step] var
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DNanoTimeGranularityTester.java41 long fourth = System.nanoTime(); in testNanoTimeGranularity() local
/aosp_15_r20/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapsRectActivity.java56 final float fourth = mBitmap1.getWidth() / 4.0f; in BitmapsView() local
/aosp_15_r20/external/python/pyee/tests/
Dtest_sync.py112 def fourth(): function
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DRateLimitingCacheTest.java81 int fourth = s.get(mFetcher); in testTtl_100() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dmap_misc.cpp47 typedef boost::mpl::next<third>::type fourth; typedef
Dmisc.hpp41 typedef boost::mpl::next<third>::type fourth; typedef
/aosp_15_r20/external/rust/crates/quiche/src/
Dstream.rs1880 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/
Dstream.rs1880 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/
Dwin64.S60 fourth: label

1234