| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/test/java/com/google/android/exoplayer2/ui/ |
| D | SpannedToHtmlConverterTest.java | 56 SpannableString spanned = new SpannableString("String with colored section"); in convert_supportsForegroundColorSpan() local 73 SpannableString spanned = new SpannableString("String with highlighted section"); in convert_supportsBackgroundColorSpan() local 94 SpannableString spanned = new SpannableString("Vertical text with 123 horizontal numbers"); in convert_supportsHorizontalTextInVerticalContextSpan() local 115 SpannableString spanned = new SpannableString("String with 10px section"); in convert_supportsAbsoluteSizeSpan_px() local 136 SpannableString spanned = new SpannableString("String with 10dp section"); in convert_supportsAbsoluteSizeSpan_dp() local 153 SpannableString spanned = new SpannableString("String with 10% section"); in convert_supportsRelativeSizeSpan() local 170 SpannableString spanned = new SpannableString("String with Times New Roman section"); in convert_supportsTypefaceSpan() local 189 SpannableString spanned = new SpannableString("String with unstyled section"); in convert_supportsTypefaceSpan_nullFamily() local 205 SpannableString spanned = new SpannableString("String with crossed-out section"); in convert_supportsStrikethroughSpan() local 223 SpannableString spanned = in convert_supportsStyleSpan() local [all …]
|
| D | SubtitleViewUtilsTest.java | 143 SpannableString spanned = in buildCue() local
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/test/java/com/google/android/exoplayer2/ui/ |
| D | SpannedToHtmlConverterTest.java | 56 SpannableString spanned = new SpannableString("String with colored section"); in convert_supportsForegroundColorSpan() local 73 SpannableString spanned = new SpannableString("String with highlighted section"); in convert_supportsBackgroundColorSpan() local 94 SpannableString spanned = new SpannableString("Vertical text with 123 horizontal numbers"); in convert_supportsHorizontalTextInVerticalContextSpan() local 115 SpannableString spanned = new SpannableString("String with 10px section"); in convert_supportsAbsoluteSizeSpan_px() local 136 SpannableString spanned = new SpannableString("String with 10dp section"); in convert_supportsAbsoluteSizeSpan_dp() local 153 SpannableString spanned = new SpannableString("String with 10% section"); in convert_supportsRelativeSizeSpan() local 170 SpannableString spanned = new SpannableString("String with Times New Roman section"); in convert_supportsTypefaceSpan() local 189 SpannableString spanned = new SpannableString("String with unstyled section"); in convert_supportsTypefaceSpan_nullFamily() local 205 SpannableString spanned = new SpannableString("String with crossed-out section"); in convert_supportsStrikethroughSpan() local 223 SpannableString spanned = in convert_supportsStyleSpan() local [all …]
|
| D | SubtitleViewUtilsTest.java | 143 SpannableString spanned = in buildCue() local
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/ |
| D | TtmlDecoderTest.java | 81 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inlineAttributes() local 100 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 20_000_000); in inheritInlineAttributes() local 129 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 20_000_000); in lime() local 144 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inheritGlobalStyle() local 226 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inheritMultipleStyles() local 431 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeSpans() local 458 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithMissingUnitIsIgnored() local 470 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithInvalidValueIsIgnored() local 492 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithEmptyValueIsIgnored() local
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/ |
| D | TtmlDecoderTest.java | 81 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inlineAttributes() local 100 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 20_000_000); in inheritInlineAttributes() local 129 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 20_000_000); in lime() local 144 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inheritGlobalStyle() local 226 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inheritMultipleStyles() local 431 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeSpans() local 458 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithMissingUnitIsIgnored() local 470 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithInvalidValueIsIgnored() local 492 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithEmptyValueIsIgnored() local
|
| /external/rust/crates/clap_derive/src/utils/ |
| D | mod.rs | 2 mod spanned; module
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowHtmlTest.java | 56 Spanned spanned = Html.fromHtml(text); in fromHtml_shouldJustReturnArgByDefault() local
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowHtmlTest.java | 56 Spanned spanned = Html.fromHtml(text); in fromHtml_shouldJustReturnArgByDefault() local
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
| D | SpannedToHtmlConverter.java | 89 Spanned spanned = (Spanned) text; in convert() local 129 Spanned spanned, float displayDensity) { in findSpanTransitions()
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
| D | SpannedToHtmlConverter.java | 89 Spanned spanned = (Spanned) text; in convert() local 129 Spanned spanned, float displayDensity) { in findSpanTransitions()
|
| /external/rust/crates/quote/src/ |
| D | lib.rs | 116 pub mod spanned; module
|
| /external/noto-fonts/emoji-compat/tests/src/androidx/emoji2/bundled/ |
| D | AllEmojisTest.java | 181 final Spanned spanned = (Spanned) EmojiCompat.get().process(new TestString(str).toString()); in assertSpanCanRenderEmoji() local
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/ |
| D | SpannedSubject.java | 64 public static Factory<SpannedSubject, Spanned> spanned() { in spanned() method in SpannedSubject 76 public static SpannedSubject assertThat(@Nullable Spanned spanned) { in assertThat() 695 private static String getAllSpansAsString(Spanned spanned) { in getAllSpansAsString() 703 private static String getSpanAsString(Object span, Spanned spanned) { in getSpanAsString()
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/ |
| D | SpannedSubject.java | 64 public static Factory<SpannedSubject, Spanned> spanned() { in spanned() method in SpannedSubject 76 public static SpannedSubject assertThat(@Nullable Spanned spanned) { in assertThat() 695 private static String getAllSpansAsString(Spanned spanned) { in getAllSpansAsString() 703 private static String getSpanAsString(Object span, Spanned spanned) { in getSpanAsString()
|
| /external/rust/crates/syn/src/ |
| D | lib.rs | 456 pub mod spanned; module
|
| /external/rust/crates/proc-macro-error/src/ |
| D | diagnostic.rs | 105 pub fn spanned(span: Span, level: Level, message: String) -> Self { in spanned() method
|
| /external/libchrome/base/android/java/src/org/chromium/base/ |
| D | ApiCompatibilityUtils.java | 262 public static String toHtml(Spanned spanned, int option) { in toHtml()
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
| D | TestMisc.java | 452 UnicodeSet spanned = new UnicodeSet(sourceSet).addBridges(dontCares); in showSpans() local
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/test/java/com/google/android/exoplayer2/testutil/truth/ |
| D | SpannedSubjectTest.java | 82 Spanned spanned = createSpannable(new UnderlineSpan()); in hasNoSpans_failure() local
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/test/java/com/google/android/exoplayer2/testutil/truth/ |
| D | SpannedSubjectTest.java | 82 Spanned spanned = createSpannable(new UnderlineSpan()); in hasNoSpans_failure() local
|
| /external/rust/crates/combine/src/parser/ |
| D | mod.rs | 950 fn spanned(self) -> Spanned<Self> in spanned() method
|
| D | combinator.rs | 1556 pub fn spanned<Input, P>(p: P) -> Spanned<P> in spanned() function
|