Home
last modified time | relevance | path

Searched defs:first (Results 476 – 500 of 8926) sorted by relevance

1...<<11121314151617181920>>...358

/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsProgressCategoryPreferenceTest.java58 AudioStreamPreference first = new AudioStreamPreference(mContext, null); in addAudioStreamPreference_singlePreference() local
71 AudioStreamPreference first = new AudioStreamPreference(mContext, null); in addAudioStreamPreference_multiPreference_sorted() local
89 AudioStreamPreference first = new AudioStreamPreference(mContext, null); in removeAudioStreamPreferences_shouldBeEmpty() local
/aosp_15_r20/libcore/ojluni/src/test/java/net/SocketOptions/
H A DSupportedOptionsSet.java51 static void first() throws IOException { in first() method in SupportedOptionsSet
57 Set<?> first = s.supportedOptions(); in first() local
76 Set<?> first = ss.supportedOptions(); in second() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/include/boost/iterator/
Ddistance.hpp21 SinglePassIterator first in distance_impl()
37 RandomAccessIterator first in distance_impl()
49 distance(SinglePassIterator first, SinglePassIterator last) in distance()
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/cas/1.2/[email protected]_genc++_headers/gen/android/hardware/cas/1.2/
Dtypes.h371 bool first = true; variable
595 bool first = true; variable
657 bool first = true; variable
809 bool first = true; variable
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/cas/1.2/[email protected]_genc++_headers/gen/android/hardware/cas/1.2/
Dtypes.h371 bool first = true; variable
595 bool first = true; variable
657 bool first = true; variable
809 bool first = true; variable
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/drm/1.2/[email protected]_genc++_headers/gen/android/hardware/drm/1.2/
Dtypes.h384 bool first = true; variable
437 bool first = true; variable
616 bool first = true; variable
714 bool first = true; variable
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/drm/1.2/[email protected]_genc++_headers/gen/android/hardware/drm/1.2/
Dtypes.h384 bool first = true; variable
437 bool first = true; variable
616 bool first = true; variable
714 bool first = true; variable
/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
143 val first: A, constant in com.android.systemui.util.kotlin.Quint
151 val first: A, constant in com.android.systemui.util.kotlin.Sextuple
160 val first: A, constant in com.android.systemui.util.kotlin.Septuple
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/cas/1.2/[email protected]_genc++_headers/gen/android/hardware/cas/1.2/
Dtypes.h371 bool first = true; variable
595 bool first = true; variable
657 bool first = true; variable
809 bool first = true; variable
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/drm/1.2/[email protected]_genc++_headers/gen/android/hardware/drm/1.2/
Dtypes.h384 bool first = true; variable
437 bool first = true; variable
616 bool first = true; variable
714 bool first = true; variable
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/drm/1.2/[email protected]_genc++_headers/gen/android/hardware/drm/1.2/
Dtypes.h384 bool first = true; variable
437 bool first = true; variable
616 bool first = true; variable
714 bool first = true; variable
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/drm/1.2/[email protected]_genc++_headers/gen/android/hardware/drm/1.2/
Dtypes.h384 bool first = true; variable
437 bool first = true; variable
616 bool first = true; variable
714 bool first = true; variable
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/cas/1.2/[email protected]_genc++_headers/gen/android/hardware/cas/1.2/
Dtypes.h371 bool first = true; variable
595 bool first = true; variable
657 bool first = true; variable
809 bool first = true; variable
/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/hppc/
H A DTuples.kt5 val first: Long, constant in shark.internal.hppc.LongObjectPair
11 val first: Int, constant in shark.internal.hppc.IntObjectPair
17 val first: Long, constant in shark.internal.hppc.LongLongPair
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx17/
Dinclusive_scan.hpp26 OutputIterator inclusive_scan(InputIterator first, InputIterator last, in inclusive_scan()
38 OutputIterator inclusive_scan(InputIterator first, InputIterator last, in inclusive_scan()
52 OutputIterator inclusive_scan(InputIterator first, InputIterator last, in inclusive_scan()
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/wifi/supplicant/1.0/[email protected]_genc++_headers/gen/android/hardware/wifi/supplicant/1.0/
Dtypes.h291 bool first = true; variable
436 bool first = true; variable
480 bool first = true; variable
569 bool first = true; variable
/aosp_15_r20/external/vixl/src/aarch32/
H A Dinstructions-aarch32.cc108 bool first = true; in PrintRegisterList() local
157 SRegister first = reglist.GetFirstSRegister(); in operator <<() local
168 DRegister first = reglist.GetFirstDRegister(); in operator <<() local
178 DRegister first = nreglist.GetFirstDRegister(); in operator <<() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DFilteredCollectionsTestUtil.java234 Integer first = filtered.first(); in testFirst() local
236 assertEquals(Ordering.natural().min(filtered), first); in testFirst() local
248 Integer first = filtered.last(); in testLast() local
250 assertEquals(Ordering.natural().max(filtered), first); in testLast() local
/aosp_15_r20/external/cronet/base/win/
H A Dscoped_safearray_unittest.cc94 ScopedSafearray first; in TEST() local
106 ScopedSafearray first, second; in TEST() local
182 std::optional<ScopedSafearray::LockScope<VT_I4>> first = in TEST() local
199 std::optional<ScopedSafearray::LockScope<VT_I4>> first = in TEST() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DConnectedDisplaysStatusBarNotificationIconViewStoreTest.kt101 val first = underTest.iconView(entry.key) in <lambda>() constant
114 val first = underTest.iconView(entry.key) in <lambda>() constant
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/wifi/supplicant/1.0/[email protected]_genc++_headers/gen/android/hardware/wifi/supplicant/1.0/
Dtypes.h291 bool first = true; variable
436 bool first = true; variable
480 bool first = true; variable
569 bool first = true; variable
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/gnss/1.0/[email protected]_genc++_headers/gen/android/hardware/gnss/1.0/
DIGnssConfiguration.h521 bool first = true; variable
565 bool first = true; variable
609 bool first = true; variable
653 bool first = true; variable
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/wifi/supplicant/1.0/[email protected]_genc++_headers/gen/android/hardware/wifi/supplicant/1.0/
Dtypes.h291 bool first = true; variable
436 bool first = true; variable
480 bool first = true; variable
569 bool first = true; variable
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/gnss/1.0/[email protected]_genc++_headers/gen/android/hardware/gnss/1.0/
DIGnssConfiguration.h521 bool first = true; variable
565 bool first = true; variable
609 bool first = true; variable
653 bool first = true; variable
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/util/
H A DObjectIdentifier.java123 private static void checkFirstComponent(int first) throws java.io.IOException { in checkFirstComponent()
127 private static void checkFirstComponent(java.math.BigInteger first) throws java.io.IOException { in checkFirstComponent()
131 private static void checkSecondComponent(int first, int second) throws java.io.IOException { in checkSecondComponent()
135 private static void checkSecondComponent(int first, java.math.BigInteger second) in checkSecondComponent()

1...<<11121314151617181920>>...358