/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
D | ChipsTest.java | 250 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/ |
D | LayerMetadataTest.cpp | 101 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/ |
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()
|
/frameworks/minikin/libs/minikin/ |
D | Locale.cpp | 72 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/ |
D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/frameworks/av/media/libstagefright/codecs/amrnb/ |
D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/frameworks/av/media/codec2/components/mp3/ |
D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/ |
D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/frameworks/av/media/libstagefright/codecs/amrwb/ |
D | patent_disclaimer.txt | 6 third-party patents. Those intending to use this source code in
|
/frameworks/base/tools/localedata/ |
D | extract_icu_data.py | 93 third = ord(inp[2]) - base 95 return (0x80 | (third << 2) | (second >>3),
|
/frameworks/base/startop/apps/ColorChanging/ |
D | gradle.properties | 18 # Automatically convert third-party libraries to use AndroidX
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 51 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/ |
D | HdmiRecordSources.java | 742 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/ |
D | LICENSE.TXT | 46 The LLVM software contains code written by third parties. Such software will
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | README.txt | 48 …- Once the user has his device provisioned, turning off Wi-Fi from settings or from a third party …
|
/frameworks/compile/slang/ |
D | NOTICE | 131 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/ |
D | LICENSE | 116 wherever such third-party notices normally appear. The contents 188 identification within third-party archives.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 253 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/ |
D | hyb_file_format.md | 38 The third section contains the pattern strings. This section is in two parts: first,
|
/frameworks/base/core/java/android/os/ |
D | StrictMode.java | 1806 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));
|