/aosp12/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
H A D | ChipsTest.java | 252 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 D | PreferenceListCacheTest.java | 65 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 D | LayerMetadataTest.cpp | 105 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 D | SpannableStringBuilderTest.java | 49 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 D | LayoutValidatorTests.java | 87 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 D | bit_vector_test.cc | 177 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 D | IBar.hal | 37 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 D | Locale.cpp | 84 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 D | register_allocator_test.cc | 899 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 D | AutoRevokedPackagesLiveData.kt | 93 val packageUser = packagePermGroup.first to packagePermGroup.third 110 val packageUser = packagePermGroup.first to packagePermGroup.third
|
H A D | AppOpLiveData.kt | 61 key.first, key.second, key.third)
|
/aosp12/packages/apps/Car/libs/car-apps-common/tests/unittests/src/com/android/car/apps/common/ |
H A D | LiveDataFunctionsTest.java | 176 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 D | Bar.cpp | 173 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 D | extract_icu_data.py | 93 third = ord(inp[2]) - base 95 return (0x80 | (third << 2) | (second >>3),
|
/aosp12/frameworks/av/media/codec2/components/aac/ |
H A D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/ |
H A D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/aosp12/frameworks/av/media/codec2/components/mp3/ |
H A D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/ |
H A D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/aosp12/frameworks/av/media/codecs/amrnb/ |
H A D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/aosp12/frameworks/av/media/codecs/amrwb/dec/ |
H A D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/ |
H A D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/aosp12/frameworks/av/media/codecs/m4v_h263/ |
H A D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/aosp12/frameworks/av/media/codecs/mp3dec/ |
H A D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/aosp12/frameworks/av/media/libstagefright/codecs/aacenc/ |
H A D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/aosp12/hardware/interfaces/audio/effect/2.0/ |
H A D | IEffect.hal | 300 * 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
|