Home
last modified time | relevance | path

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

1234567

/frameworks/opt/chips/tests/src/com/android/ex/chips/
DChipsTest.java250 String third = (String) mTokenizer.terminateToken("THIRD"); in testMoreChipPlainText() local
252 mEditable.append(first+second+third); in testMoreChipPlainText()
253 int thirdStart = mEditable.toString().indexOf(third); in testMoreChipPlainText()
254 int thirdEnd = thirdStart + third.trim().length(); in testMoreChipPlainText()
266 String third = (String) mTokenizer.terminateToken("THIRD"); in testCountTokens() local
270 mEditable.append(first+second+third+fourth+fifth); in testCountTokens()
301 String third = (String) mTokenizer.terminateToken("THIRD"); in testMoreChip() local
303 mEditable.append(first+second+third); in testMoreChip()
309 int thirdStart = mEditable.toString().indexOf(third); in testMoreChip()
310 int thirdEnd = thirdStart + third.trim().length(); in testMoreChip()
[all …]
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerMetadataTest.cpp101 LayerMetadata third; in TEST_F() local
102 third.mMap[2] = someData; in TEST_F()
103 third.mMap[5].clear(); in TEST_F()
104 changed = metadata.merge(third); in TEST_F()
/frameworks/base/core/tests/coretests/src/android/text/
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()
/frameworks/minikin/libs/minikin/
DLocale.cpp72 uint8_t third = in & FIVE_BITS; in unpackLanguageOrRegion() local
76 out[1] = third + twoLetterBase; in unpackLanguageOrRegion()
81 out[2] = third + threeLetterBase; in unpackLanguageOrRegion()
110 const uint32_t third = ((packedScript >> 5) & FIVE_BITS) + REST_LETTER_BASE; in unpackScript() local
113 return first << 24 | second << 16 | third << 8 | fourth; in unpackScript()
/frameworks/av/media/codec2/components/aac/
Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/frameworks/av/media/libstagefright/codecs/aacenc/
Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/frameworks/av/media/libstagefright/codecs/amrwbenc/
Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/frameworks/av/media/libstagefright/codecs/mp3dec/
Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/frameworks/av/media/codec2/components/mpeg4_h263/
Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/frameworks/av/media/codec2/components/amr_nb_wb/
Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/frameworks/av/media/libstagefright/codecs/amrnb/
Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/frameworks/av/media/codec2/components/mp3/
Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/frameworks/av/media/libstagefright/codecs/m4v_h263/
Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/frameworks/av/media/libstagefright/codecs/amrwb/
Dpatent_disclaimer.txt6 third-party patents. Those intending to use this source code in
/frameworks/base/tools/localedata/
Dextract_icu_data.py93 third = ord(inp[2]) - base
95 return (0x80 | (third << 2) | (second >>3),
/frameworks/base/startop/apps/ColorChanging/
Dgradle.properties18 # Automatically convert third-party libraries to use AndroidX
/frameworks/native/cmds/flatland/
DREADME.txt51 was measured. The third column is the measured benchmark result. It
55 The third column may also contain one of three other values:
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiRecordSources.java742 private static int threeFieldsToSixBytes(int first, int second, int third, byte[] data, in threeFieldsToSixBytes() argument
746 shortToByteArray((short) third, data, index + 4); in threeFieldsToSixBytes()
/frameworks/compile/mclinker/
DLICENSE.TXT46 The LLVM software contains code written by third parties. Such software will
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DREADME.txt48 …- Once the user has his device provisioned, turning off Wi-Fi from settings or from a third party …
/frameworks/compile/slang/
DNOTICE131 wherever such third-party notices normally appear. The contents
246 The LLVM software contains code written by third parties. Such software will
318 The LLVM software contains code written by third parties. Such software will
/frameworks/opt/setupwizard/library/
DLICENSE116 wherever such third-party notices normally appear. The contents
188 identification within third-party archives.
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java253 Animator third = getHandleAnimator(view, 0.97f, 1.02f, isLeft, 400, in fade() local
258 anim.play(second).before(third); in fade()
259 anim.play(third).before(fourth); in fade()
/frameworks/minikin/doc/
Dhyb_file_format.md38 The third section contains the pattern strings. This section is in two parts: first,
/frameworks/base/core/java/android/os/
DStrictMode.java1806 final int third = path.indexOf('/', second + 1);
1807 final int fourth = path.indexOf('/', third + 1);
1811 final int userId = Integer.parseInt(path.substring(third + 1, fourth));

1234567