Home
last modified time | relevance | path

Searched defs:third (Results 1 – 25 of 712) sorted by relevance

12345678910>>...29

/aosp_15_r20/frameworks/opt/chips/tests/src/com/android/ex/chips/
DChipsTest.java251 String third = (String) mTokenizer.terminateToken("THIRD"); in testMoreChipPlainText() local
267 String third = (String) mTokenizer.terminateToken("THIRD"); in testCountTokens() local
302 String third = (String) mTokenizer.terminateToken("THIRD"); in testMoreChip() local
317 assertEquals(mEditable.toString(), first+second+third); in testMoreChip() local
326 assertEquals(mEditable.toString(), first+second+third); in testMoreChip() local
337 assertEquals(mEditable.toString(), first+second+third); in testMoreChip() local
346 assertEquals(mEditable.toString(), first+second+third); in testMoreChip() local
363 String third = (String) mTokenizer.terminateToken("THIRD"); in testMoreChipLotsOfUsers() local
442 String third = (String) mTokenizer.terminateToken("THI,RD"); in testMoreChipSpecialChars() local
457 assertEquals(mEditable.toString(), first+second+third); in testMoreChipSpecialChars() local
[all …]
/aosp_15_r20/packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/
DPreferenceListCacheTest.java65 Preference third = createPreference("third"); in testCacheAndRestoreAllPreferences() local
82 Preference third = createPreference("third"); in testRestoreSomePreferences() local
100 Preference third = createPreference("third"); in testRestoreZeroPreferences() local
118 Preference third = createPreference("first"); in testKeyCollisionThrows() local
/aosp_15_r20/packages/modules/Telephony/libs/TelephonyStatsLib/tests/com/android/telephony/statslib/
DStatsLibStorageTest.java82 private void testPushedAppendAndPop(AtomsPushed first, AtomsPushed second, AtomsPushed third) { in testPushedAppendAndPop()
108 AtomsPushedTestInfo third = new AtomsPushedTestInfo(3); in testPushedAtomsBaseInfo() local
144 AtomsPulledTestInfo third = new AtomsPulledTestInfo(2, 300); in testPulledAtomsBaseInfo() local
197 AtomsSerializablePulledTestInfo third = new AtomsSerializablePulledTestInfo(1, 10); in testSerializableAtoms() local
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
H A DMatchers.java37 …<? super T> first, org.hamcrest.Matcher<? super T> second, org.hamcrest.Matcher<? super T> third) { in allOf()
46 …? super T> first, org.hamcrest.Matcher<? super T> second, org.hamcrest.Matcher<? super T> third, o… in allOf()
55 …? super T> first, org.hamcrest.Matcher<? super T> second, org.hamcrest.Matcher<? super T> third, o… in allOf()
64 …? super T> first, org.hamcrest.Matcher<? super T> second, org.hamcrest.Matcher<? super T> third, o… in allOf()
100 ….Matcher<T> first, org.hamcrest.Matcher<? super T> second, org.hamcrest.Matcher<? super T> third) { in anyOf()
109 …Matcher<T> first, org.hamcrest.Matcher<? super T> second, org.hamcrest.Matcher<? super T> third, o… in anyOf()
118 …Matcher<T> first, org.hamcrest.Matcher<? super T> second, org.hamcrest.Matcher<? super T> third, o… in anyOf()
127 …Matcher<T> first, org.hamcrest.Matcher<? super T> second, org.hamcrest.Matcher<? super T> third, o… in anyOf()
/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
145 val third: C, constant in com.android.systemui.util.kotlin.Quint
153 val third: C, constant in com.android.systemui.util.kotlin.Sextuple
162 val third: C, 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.java10 private final C third = null; field in Quad
13 public Quad(A first, B second, C third, D fourth) { in Quad()
50 …public final com.android.systemui.util.kotlin.Quad<A, B, C, D> copy(A first, B second, C third, D … in copy()
DQuint.java10 private final C third = null; field in Quint
14 public Quint(A first, B second, C third, D fourth, E fifth) { in Quint()
59 …ndroid.systemui.util.kotlin.Quint<A, B, C, D, E> copy(A first, B second, C third, D fourth, E fift… in copy()
DSextuple.java10 private final C third = null; field in Sextuple
15 public Sextuple(A first, B second, C third, D fourth, E fifth, F sixth) { in Sextuple()
68 ….systemui.util.kotlin.Sextuple<A, B, C, D, E, F> copy(A first, B second, C third, D fourth, E fift… in copy()
DSeptuple.java10 private final C third = null; field in Septuple
16 public Septuple(A first, B second, C third, D fourth, E fifth, F sixth, G seventh) { in Septuple()
77 …stemui.util.kotlin.Septuple<A, B, C, D, E, F, G> copy(A first, B second, C third, D fourth, E fift… in copy()
/aosp_15_r20/out/soong/.intermediates/packages/apps/ThemePicker/ThemePickerLib/android_common/kapt/gen/stubs/com/android/wallpaper/customization/ui/binder/
DThemePickerCustomizationOptionsBinder.java73 private final C third = 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 second org.hamcrest.Matcher third public static org.hamcrest.Matcher allOf (org ...
/aosp_15_r20/external/rust/crates/quiche/src/
Dstream.rs1746 let third = RangeBuf::from(b"something", 10, true); in ordered_read() localVariable
1879 let third = RangeBuf::from(b"ello", 4, true); in past_read() localVariable
2011 let third = RangeBuf::from(b"hello", 12, false); in fully_overlapping_read_multi() localVariable
2108 let third = RangeBuf::from(b"rl", 7, false); in overlapping_end_twice_read() localVariable
2150 let third = RangeBuf::from(b"rl", 7, false); in overlapping_end_twice_and_contained_read() localVariable
2192 let third = RangeBuf::from(b"moar", 11, true); in partially_multi_overlapping_reordered_read() localVariable
2229 let third = RangeBuf::from(b"ccc", 4, false); in partially_multi_overlapping_reordered_read2() localVariable
2519 let third = RangeBuf::from(b"something", 10, false); in recv_flow_control() localVariable
2537 let third = RangeBuf::from(b"something", 10, false); in recv_flow_control() localVariable
2669 let third = b"something"; in send_flow_control() localVariable
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dstream.rs1746 let third = RangeBuf::from(b"something", 10, true); in ordered_read() localVariable
1879 let third = RangeBuf::from(b"ello", 4, true); in past_read() localVariable
2011 let third = RangeBuf::from(b"hello", 12, false); in fully_overlapping_read_multi() localVariable
2108 let third = RangeBuf::from(b"rl", 7, false); in overlapping_end_twice_read() localVariable
2150 let third = RangeBuf::from(b"rl", 7, false); in overlapping_end_twice_and_contained_read() localVariable
2192 let third = RangeBuf::from(b"moar", 11, true); in partially_multi_overlapping_reordered_read() localVariable
2229 let third = RangeBuf::from(b"ccc", 4, false); in partially_multi_overlapping_reordered_read2() localVariable
2519 let third = RangeBuf::from(b"something", 10, false); in recv_flow_control() localVariable
2537 let third = RangeBuf::from(b"something", 10, false); in recv_flow_control() localVariable
2669 let third = b"something"; in send_flow_control() localVariable
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_shared_ptr.cpp180 WP & third in save3()
194 WP & third in load3()
210 WP & third in save_and_load3()
/aosp_15_r20/external/nanopb-c/tests/oneof/
H A Doneof.proto18 SubMessage third = 7; field
30 SubMessage third = 7; field
/aosp_15_r20/external/libcxx/test/std/containers/associative/multiset/
H A Dmerge.pass.cpp104 third_set_type third{1, 3}; in main() local
121 third_set_type third{1, 3}; in main() local
/aosp_15_r20/external/libcxx/test/std/containers/associative/set/
H A Dmerge.pass.cpp104 third_set_type third{1, 3}; in main() local
121 third_set_type third{1, 3}; in main() local
/aosp_15_r20/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dmerge.pass.cpp104 third_map_type third{{1, 0}, {3, 0}}; in main() local
121 third_map_type third{{1, 0}, {3, 0}}; in main() local
/aosp_15_r20/external/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dmerge.pass.cpp104 third_map_type third{{1, 0}, {3, 0}}; in main() local
121 third_map_type third{{1, 0}, {3, 0}}; in main() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DRateLimitingCacheTest.java60 int third = s.get(mFetcher); in testTtl_Zero() local
78 int third = s.get(mFetcher); in testTtl_100() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/set/
H A Dmerge.pass.cpp103 third_set_type third{1, 3}; in main() local
120 third_set_type third{1, 3}; in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/multiset/
H A Dmerge.pass.cpp103 third_set_type third{1, 3}; in main() local
120 third_set_type third{1, 3}; in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/multimap/multimap.modifiers/
H A Dmerge.pass.cpp103 third_map_type third{{1, 0}, {3, 0}}; in main() local
120 third_map_type third{{1, 0}, {3, 0}}; in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/associative/map/map.modifiers/
H A Dmerge.pass.cpp103 third_map_type third{{1, 0}, {3, 0}}; in main() local
120 third_map_type third{{1, 0}, {3, 0}}; in main() local
/aosp_15_r20/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dmerge.pass.cpp112 third_map_type third{{1, 0}, {3, 0}}; in main() local
129 third_map_type third{{1, 0}, {3, 0}}; in main() local

12345678910>>...29