/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/ |
D | TtmlDecoderTest.java | 77 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in inlineAttributes() local 96 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in inheritInlineAttributes() local 125 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in lime() local 140 TtmlSubtitle subtitle = getSubtitle(INHERIT_STYLE_TTML_FILE); in inheritGlobalStyle() local 156 TtmlSubtitle subtitle = getSubtitle(INHERIT_STYLE_OVERRIDE_TTML_FILE); in inheritGlobalStyleOverriddenByInlineAttributes() local 189 TtmlSubtitle subtitle = getSubtitle(INHERIT_GLOBAL_AND_PARENT_TTML_FILE); in inheritGlobalAndParent() local 222 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in inheritMultipleStyles() local 238 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in inheritMultipleStylesWithoutLocalAttributes() local 259 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in mergeMultipleStylesWithParentStyle() local 281 TtmlSubtitle subtitle = getSubtitle(MULTIPLE_REGIONS_TTML_FILE); in multipleRegions() local [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/ |
D | TtmlDecoderTest.java | 77 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in inlineAttributes() local 96 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in inheritInlineAttributes() local 125 TtmlSubtitle subtitle = getSubtitle(INLINE_ATTRIBUTES_TTML_FILE); in lime() local 140 TtmlSubtitle subtitle = getSubtitle(INHERIT_STYLE_TTML_FILE); in inheritGlobalStyle() local 156 TtmlSubtitle subtitle = getSubtitle(INHERIT_STYLE_OVERRIDE_TTML_FILE); in inheritGlobalStyleOverriddenByInlineAttributes() local 189 TtmlSubtitle subtitle = getSubtitle(INHERIT_GLOBAL_AND_PARENT_TTML_FILE); in inheritGlobalAndParent() local 222 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in inheritMultipleStyles() local 238 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in inheritMultipleStylesWithoutLocalAttributes() local 259 TtmlSubtitle subtitle = getSubtitle(INHERIT_MULTIPLE_STYLES_TTML_FILE); in mergeMultipleStylesWithParentStyle() local 281 TtmlSubtitle subtitle = getSubtitle(MULTIPLE_REGIONS_TTML_FILE); in multipleRegions() local [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/subrip/ |
D | SubripDecoderTest.java | 51 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeEmpty() local 61 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypical() local 75 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalWithByteOrderMark() local 89 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalExtraBlankLine() local 104 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalMissingTimecode() local 118 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalMissingSequence() local 132 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalNegativeTimestamps() local 144 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalUnexpectedEnd() local 156 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeCueWithTag() local 190 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalNoHoursAndMillis() local [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/subrip/ |
D | SubripDecoderTest.java | 51 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeEmpty() local 61 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypical() local 75 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalWithByteOrderMark() local 89 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalExtraBlankLine() local 104 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalMissingTimecode() local 118 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalMissingSequence() local 132 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalNegativeTimestamps() local 144 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalUnexpectedEnd() local 156 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeCueWithTag() local 190 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalNoHoursAndMillis() local [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/tx3g/ |
D | Tx3gDecoderTest.java | 62 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeNoSubtitle() local 73 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeJustText() local 87 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl() local 111 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl_startTooLarge_noSpanAdded() local 133 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl_endTooLarge_clippedToEndOfText() local 150 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStylAllDefaults() local 164 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeUtf16BeNoStyl() local 177 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeUtf16LeNoStyl() local 193 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithMultipleStyl() local 211 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithOtherExtension() local [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/tx3g/ |
D | Tx3gDecoderTest.java | 62 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeNoSubtitle() local 73 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeJustText() local 87 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl() local 111 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl_startTooLarge_noSpanAdded() local 133 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStyl_endTooLarge_clippedToEndOfText() local 150 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithStylAllDefaults() local 164 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeUtf16BeNoStyl() local 177 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeUtf16LeNoStyl() local 193 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithMultipleStyl() local 211 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeWithOtherExtension() local [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/ssa/ |
D | SsaDecoderTest.java | 61 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeEmpty() local 71 Subtitle subtitle = decoder.decode(bytes, bytes.length, /* reset= */ false); in decodeEmptyStyleLine() local 91 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypical() local 124 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalWithInitializationData() local 137 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeOverlappingTimecodes() local 186 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodePositions() local 240 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeInvalidPositions() local 277 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodePositionsWithMissingPlayResY() local 293 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeInvalidTimecodes() local 303 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeColors() local [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/ssa/ |
D | SsaDecoderTest.java | 61 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeEmpty() local 71 Subtitle subtitle = decoder.decode(bytes, bytes.length, /* reset= */ false); in decodeEmptyStyleLine() local 91 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypical() local 124 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeTypicalWithInitializationData() local 137 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeOverlappingTimecodes() local 186 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodePositions() local 240 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeInvalidPositions() local 277 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodePositionsWithMissingPlayResY() local 293 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeInvalidTimecodes() local 303 Subtitle subtitle = decoder.decode(bytes, bytes.length, false); in decodeColors() local [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/webvtt/ |
D | WebvttDecoderTest.java | 81 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_FILE); in decodeTypical() local 98 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_BOM); in decodeWithBom() local 115 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_BAD_TIMESTAMPS); in decodeTypicalWithBadTimestamps() local 132 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_IDS_FILE); in decodeTypicalWithIds() local 149 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_COMMENTS_FILE); in decodeTypicalWithComments() local 166 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_TAGS_FILE); in decodeWithTags() local 193 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_POSITIONING_FILE); in decodeWithPositioning() local 274 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_OVERLAPPING_TIMESTAMPS_FILE); in decodeWithOverlappingTimestamps() local 319 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_VERTICAL_FILE); in decodeWithVertical() local 344 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_RUBIES_FILE); in decodeWithRubies() local [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/webvtt/ |
D | WebvttDecoderTest.java | 81 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_FILE); in decodeTypical() local 98 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_BOM); in decodeWithBom() local 115 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_BAD_TIMESTAMPS); in decodeTypicalWithBadTimestamps() local 132 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_IDS_FILE); in decodeTypicalWithIds() local 149 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_WITH_COMMENTS_FILE); in decodeTypicalWithComments() local 166 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_TAGS_FILE); in decodeWithTags() local 193 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_POSITIONING_FILE); in decodeWithPositioning() local 274 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_OVERLAPPING_TIMESTAMPS_FILE); in decodeWithOverlappingTimestamps() local 319 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_VERTICAL_FILE); in decodeWithVertical() local 344 WebvttSubtitle subtitle = getSubtitleForTestAsset(WITH_RUBIES_FILE); in decodeWithRubies() local [all …]
|
/external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/ |
D | Page.java | 7 private final int subtitle; field in Page 9 public Page(int subtitle, int text) { in Page()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/ |
D | SubtitleOutputBuffer.java | 27 @Nullable private Subtitle subtitle; field in SubtitleOutputBuffer 39 public void setContent(long timeUs, Subtitle subtitle, long subsampleOffsetUs) { in setContent()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/ |
D | SubtitleOutputBuffer.java | 27 @Nullable private Subtitle subtitle; field in SubtitleOutputBuffer 39 public void setContent(long timeUs, Subtitle subtitle, long subsampleOffsetUs) { in setContent()
|
/external/googleapis/google/monitoring/dashboard/v1/ |
D | section_header.proto | 31 string subtitle = 1; field
|
/external/googleapis/google/actions/sdk/v2/conversation/prompt/content/ |
D | list.proto | 37 string subtitle = 2; field
|
D | collection.proto | 39 string subtitle = 2; field
|
D | card.proto | 34 string subtitle = 2; field
|
D | table.proto | 33 string subtitle = 2; field
|
/external/googleapis/google/actions/sdk/v2/interactionmodel/prompt/content/ |
D | static_card_prompt.proto | 34 string subtitle = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
D | static_list_prompt.proto | 51 string subtitle = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
D | static_collection_prompt.proto | 52 string subtitle = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
D | static_table_prompt.proto | 34 string subtitle = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | HelpActivity.java | 54 TextView subtitle = (TextView) findViewById(R.id.version); in onCreate() local
|
/external/linux-kselftest/tools/testing/selftests/bpf/benchs/ |
D | run_common.sh | 15 function subtitle() function
|
/external/googleapis/google/chat/v1/ |
D | contextual_addon.proto | 51 string subtitle = 2; field
|