Home
last modified time | relevance | path

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

/frameworks/opt/chips/tests/src/com/android/ex/chips/
DChipsTest.java250 String third = (String) mTokenizer.terminateToken("THIRD"); in testMoreChipPlainText() local
266 String third = (String) mTokenizer.terminateToken("THIRD"); in testCountTokens() local
301 String third = (String) mTokenizer.terminateToken("THIRD"); in testMoreChip() local
316 assertEquals(mEditable.toString(), first+second+third); in testMoreChip() local
325 assertEquals(mEditable.toString(), first+second+third); in testMoreChip() local
336 assertEquals(mEditable.toString(), first+second+third); in testMoreChip() local
345 assertEquals(mEditable.toString(), first+second+third); in testMoreChip() local
362 String third = (String) mTokenizer.terminateToken("THIRD"); in testMoreChipLotsOfUsers() local
441 String third = (String) mTokenizer.terminateToken("THI,RD"); in testMoreChipSpecialChars() local
456 assertEquals(mEditable.toString(), first+second+third); in testMoreChipSpecialChars() local
[all …]
/frameworks/base/core/tests/coretests/src/android/text/
DSpannableStringBuilderTest.java49 Object third = new BulletSpan(); in testGetSpans_sortsByPriorityEvenWhenSortParamIsFalse() local
/frameworks/minikin/libs/minikin/
DLocale.cpp71 uint8_t third = in & FIVE_BITS; in unpackLanguageOrRegion() local
109 const uint32_t third = ((packedScript >> 5) & FIVE_BITS) + REST_LETTER_BASE; in unpackScript() local
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/
DWorkContinuationImplTest.java229 WorkContinuationImpl third = new WorkContinuationImpl(mWorkManagerImpl, in testContinuation_joinAndEnqueue() local
251 WorkContinuationImpl third = new WorkContinuationImpl(mWorkManagerImpl, in testContinuation_joinAndEnqueueWithOverlaps() local
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiRecordSources.java742 private static int threeFieldsToSixBytes(int first, int second, int third, byte[] data, in threeFieldsToSixBytes()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1844 const uint8_t third = (in[0] & 0x7c) >> 2; in unpackLanguageOrRegion() local
1872 uint8_t third = (in[2] - base) & 0x007f; in packLanguageOrRegion() local