/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/ssa/ |
D | SsaDialogueFormat.java | 37 public final int styleIndex; field in SsaDialogueFormat 42 int startTimeIndex, int endTimeIndex, int styleIndex, int textIndex, int length) { in SsaDialogueFormat() argument 45 this.styleIndex = styleIndex; in SsaDialogueFormat() 59 int styleIndex = C.INDEX_UNSET; in fromFormatLine() local 72 styleIndex = i; in fromFormatLine() 82 ? new SsaDialogueFormat(startTimeIndex, endTimeIndex, styleIndex, textIndex, keys.length) in fromFormatLine()
|
D | SsaDecoder.java | 266 styles != null && format.styleIndex != C.INDEX_UNSET in parseDialogueLine() 267 ? styles.get(lineValues[format.styleIndex].trim()) in parseDialogueLine()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/ssa/ |
D | SsaDialogueFormat.java | 37 public final int styleIndex; field in SsaDialogueFormat 42 int startTimeIndex, int endTimeIndex, int styleIndex, int textIndex, int length) { in SsaDialogueFormat() argument 45 this.styleIndex = styleIndex; in SsaDialogueFormat() 59 int styleIndex = C.INDEX_UNSET; in fromFormatLine() local 72 styleIndex = i; in fromFormatLine() 82 ? new SsaDialogueFormat(startTimeIndex, endTimeIndex, styleIndex, textIndex, keys.length) in fromFormatLine()
|
D | SsaDecoder.java | 266 styles != null && format.styleIndex != C.INDEX_UNSET in parseDialogueLine() 267 ? styles.get(lineValues[format.styleIndex].trim()) in parseDialogueLine()
|
/external/skia/gm/ |
D | inversepaths.cpp | 100 for (size_t styleIndex = 0; styleIndex < std::size(styles); variable 101 styleIndex++) { 114 paint.setStyle(styles[styleIndex].fPaintStyle); 115 paint.setPathEffect(styles[styleIndex].fPathEffect);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeUnitTest.java | 247 for ( int styleIndex = 0; styleIndex < styles.length; ++styleIndex ) { in TestGreek() 251 … timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek() 256 + ", style: " + styles[styleIndex] in TestGreek()
|
D | MeasureUnitTest.java | 2809 for ( int styleIndex = 0; styleIndex < styles.length; ++styleIndex ) { in TestGreek() 2812 … MeasureFormat fmt = MeasureFormat.getInstance(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek() 2816 + ", style: " + styles[styleIndex] in TestGreek()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeUnitTest.java | 250 for ( int styleIndex = 0; styleIndex < styles.length; ++styleIndex ) { in TestGreek() 254 … timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek() 259 + ", style: " + styles[styleIndex] in TestGreek()
|
D | MeasureUnitTest.java | 2812 for ( int styleIndex = 0; styleIndex < styles.length; ++styleIndex ) { in TestGreek() 2815 … MeasureFormat fmt = MeasureFormat.getInstance(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek() 2819 + ", style: " + styles[styleIndex] in TestGreek()
|
/external/icu/icu4c/source/test/intltest/ |
D | tufmtts.cpp | 383 for ( unsigned int styleIndex = 0; in testGreekWithFallback() local 384 styleIndex < UPRV_LENGTHOF(styles); in testGreekWithFallback() 385 ++styleIndex ) { in testGreekWithFallback() 400 … LocalPointer<TimeUnitFormat> tfmt(new TimeUnitFormat(l, styles[styleIndex], status)); in testGreekWithFallback() 429 …ocale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " units: " + … in testGreekWithFallback()
|
D | measfmttest.cpp | 4046 for ( int32_t styleIndex = 0; styleIndex < UPRV_LENGTHOF(styles); ++styleIndex ) { in TestGreek() local 4052 MeasureFormat fmt(locales[locIndex], styles[styleIndex], status); in TestGreek()
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | tufmtts.cpp | 383 for ( unsigned int styleIndex = 0; in testGreekWithFallback() local 384 styleIndex < UPRV_LENGTHOF(styles); in testGreekWithFallback() 385 ++styleIndex ) { in testGreekWithFallback() 400 … LocalPointer<TimeUnitFormat> tfmt(new TimeUnitFormat(l, styles[styleIndex], status)); in testGreekWithFallback() 429 …ocale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " units: " + … in testGreekWithFallback()
|
D | measfmttest.cpp | 4046 for ( int32_t styleIndex = 0; styleIndex < UPRV_LENGTHOF(styles); ++styleIndex ) { in TestGreek() local 4052 MeasureFormat fmt(locales[locIndex], styles[styleIndex], status); in TestGreek()
|
/external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
D | ResourceTypes.java | 832 final short styleIndex; field in ResourceTypes.ResXMLTree_attrExt 845 this.styleIndex = buf.getShort(offset + 18); in ResXMLTree_attrExt() 860 private short styleIndex; field in ResourceTypes.ResXMLTree_attrExt.Writer 897 styleIndex = (short) (i + 1); in write() 909 styleIndexWriter.write(styleIndex); in write()
|
D | ResXMLParser.java | 513 final int idx = dtohs(new ResXMLTree_attrExt(mTree.mBuffer.buf, mCurExt).styleIndex); in indexOfStyle()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResourceTypes.java | 831 final short styleIndex; field in ResourceTypes.ResXMLTree_attrExt 844 this.styleIndex = buf.getShort(offset + 18); in ResXMLTree_attrExt() 860 private short styleIndex; field in ResourceTypes.ResXMLTree_attrExt.Writer 898 styleIndex = (short) (i + 1); in write() 910 styleIndexWriter.write(styleIndex); in write()
|
D | ResXMLParser.java | 512 final int idx = dtohs((new ResXMLTree_attrExt(mTree.mBuffer.buf, mCurExt)).styleIndex); in indexOfStyle()
|