Home
last modified time | relevance | path

Searched refs:third (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/aosp12/frameworks/opt/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java252 mEditable.append(first+second+third); in testMoreChipPlainText()
484 mEditable.append(first+second+third+third); in testMoreChipDupes()
500 assertEquals(mEditable.toString(), first+second+third+third); in testMoreChipDupes() local
509 assertEquals(mEditable.toString(), first+second+third+third); in testMoreChipDupes() local
552 + third.length()); in testRemoveChip()
580 + third.length()); in testRemoveChip()
636 + second + third); in testReplaceChip() local
647 .toString().indexOf(third) in testReplaceChip()
648 + third.trim().length()); in testReplaceChip()
681 .toString().indexOf(third) in testReplaceChip()
[all …]
/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/
H A DPreferenceListCacheTest.java65 Preference third = createPreference("third"); in testCacheAndRestoreAllPreferences() local
66 Preference[] preferences = new Preference[] {first, second, third}; in testCacheAndRestoreAllPreferences()
72 assertEquals(third, mCache.getCachedPreference("third")); in testCacheAndRestoreAllPreferences()
82 Preference third = createPreference("third"); in testRestoreSomePreferences() local
83 Preference[] preferences = new Preference[] {first, second, third}; in testRestoreSomePreferences()
93 verify(mGroup).removePreference(eq(third)); in testRestoreSomePreferences()
100 Preference third = createPreference("third"); in testRestoreZeroPreferences() local
101 Preference[] preferences = new Preference[] {first, second, third}; in testRestoreZeroPreferences()
111 verify(mGroup).removePreference(eq(third)); in testRestoreZeroPreferences()
118 Preference third = createPreference("first"); in testKeyCollisionThrows() local
[all …]
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DLayerMetadataTest.cpp105 LayerMetadata third; in TEST_F() local
106 third.mMap[2] = someData; in TEST_F()
107 third.mMap[5].clear(); in TEST_F()
108 changed = metadata.merge(third); in TEST_F()
/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannableStringBuilderTest.java49 Object third = new BulletSpan(); in testGetSpans_sortsByPriorityEvenWhenSortParamIsFalse() local
54 builder.setSpan(third, 2, text.length(), 1 << Spanned.SPAN_PRIORITY_SHIFT); in testGetSpans_sortsByPriorityEvenWhenSortParamIsFalse()
63 assertEquals(third, spans[1]); in testGetSpans_sortsByPriorityEvenWhenSortParamIsFalse()
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/tools/idea/validator/
H A DLayoutValidatorTests.java87 Issue third = result.getIssues().get(2); in testValidation()
91 third.mMsg); in testValidation()
93 third.mHelpfulUrl); in testValidation()
94 assertEquals("TextContrastCheck", third.mSourceClass); in testValidation()
/aosp12/art/libartbase/base/
H A Dbit_vector_test.cc177 BitVector third(5, true, Allocator::GetMallocAllocator()); in TEST() local
180 third.SetBit(64); in TEST()
181 bool changed = first.UnionIfNotIn(&second, &third); in TEST()
189 BitVector third(5, true, Allocator::GetMallocAllocator()); in TEST() local
192 bool changed = first.UnionIfNotIn(&second, &third); in TEST()
/aosp12/hardware/interfaces/tests/bar/1.0/
H A DIBar.hal37 takeAMask(BitField bf, bitfield<BitField> first, MyMask second, Mask third)
38 generates (BitField bf, uint8_t first, uint8_t second, uint8_t third);
/aosp12/frameworks/minikin/libs/minikin/
H A DLocale.cpp84 uint8_t third = in & FIVE_BITS; in unpackLanguageOrRegion() local
88 out[1] = third + twoLetterBase; in unpackLanguageOrRegion()
93 out[2] = third + threeLetterBase; in unpackLanguageOrRegion()
122 const uint32_t third = ((packedScript >> 5) & FIVE_BITS) + REST_LETTER_BASE; in unpackScript() local
125 return first << 24 | second << 16 | third << 8 | fourth; in unpackScript()
/aosp12/art/compiler/optimizing/
H A Dregister_allocator_test.cc899 LiveInterval* third = BuildInterval(ranges3, arraysize(ranges3), GetScopedAllocator(), -1, three); in TEST_F() local
900 third->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, 0u, 8)); in TEST_F()
901 third->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, 0u, 4)); in TEST_F()
902 third->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, 0u, 3)); in TEST_F()
903 locations = new (GetAllocator()) LocationSummary(third->GetDefinedBy(), LocationSummary::kNoCall); in TEST_F()
905 third = third->SplitAt(3); in TEST_F()
924 register_allocator.unhandled_core_intervals_.push_back(third); in TEST_F()
939 intervals.push_back(third); in TEST_F()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
H A DAutoRevokedPackagesLiveData.kt93 val packageUser = packagePermGroup.first to packagePermGroup.third
110 val packageUser = packagePermGroup.first to packagePermGroup.third
H A DAppOpLiveData.kt61 key.first, key.second, key.third)
/aosp12/packages/apps/Car/libs/car-apps-common/tests/unittests/src/com/android/car/apps/common/
H A DLiveDataFunctionsTest.java176 Object third = new Object(); in testCombine() local
177 firstData.setValue(third); in testCombine()
181 assertThat(observedValue.first).isSameInstanceAs(third); in testCombine()
/aosp12/hardware/interfaces/tests/bar/1.0/default/
H A DBar.cpp173 Return<void> Bar::takeAMask(BitField bf, uint8_t first, const MyMask& second, uint8_t third, in takeAMask() argument
175 _hidl_cb(bf, bf | first, second.value & bf, (bf | bf) & third); in takeAMask()
/aosp12/frameworks/base/tools/localedata/
H A Dextract_icu_data.py93 third = ord(inp[2]) - base
95 return (0x80 | (third << 2) | (second >>3),
/aosp12/frameworks/av/media/codec2/components/aac/
H A Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/
H A Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/aosp12/frameworks/av/media/codec2/components/mp3/
H A Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/aosp12/frameworks/av/media/codecs/amrnb/
H A Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/aosp12/frameworks/av/media/codecs/amrwb/dec/
H A Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/aosp12/frameworks/av/media/codecs/amrwb/enc/
H A Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/aosp12/frameworks/av/media/codecs/m4v_h263/
H A Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/aosp12/frameworks/av/media/codecs/mp3dec/
H A Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/aosp12/frameworks/av/media/libstagefright/codecs/aacenc/
H A Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/aosp12/hardware/interfaces/audio/effect/2.0/
H A DIEffect.hal300 * Use this method only if the effect is provided by a third party, and
322 * Use this method only if the effect is provided by a third party, and
343 * Use this method only if the effect is provided by a third party, and
367 * Use this method only if the effect is provided by a third party, and
396 * Use this method only if the effect is provided by a third party, and
418 * Use this method only if the effect is provided by a third party, and

12345678910>>...19