/external/exoplayer/tree/library/ui/src/test/java/com/google/android/exoplayer2/ui/ |
D | SpannedToHtmlConverterTest.java | 40 SpannableString spanned = new SpannableString("String with colored section"); in convert_supportsForegroundColorSpan() local 55 SpannableString spanned = new SpannableString("Vertical text with 123 horizontal numbers"); in convert_supportsHorizontalTextInVerticalContextSpan() local 72 SpannableString spanned = in convert_supportsStyleSpan() local 99 SpannableString spanned = in convert_supportsRubySpan() local 131 SpannableString spanned = new SpannableString("String with underlined section."); in convert_supportsUnderlineSpan() local 166 SpannableString spanned = new SpannableString("String with <foo>unrecognised</foo> tags"); in convert_escapesUnrecognisedTagInSpannedString() local 197 SpannableString spanned = new SpannableString("String with unrecognised span"); in convert_ignoresUnrecognisedSpan() local 216 SpannableString spanned = new SpannableString("String with italic-bold-underlined section"); in convert_sortsTagsConsistently() local 230 SpannableString spanned = new SpannableString("String with italic and bold section"); in convert_supportsNestedTags() local 247 SpannableString spanned = new SpannableString("String with italic and bold section"); in convert_overlappingSpans_producesInvalidHtml() local
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/ttml/ |
D | TtmlDecoderTest.java | 73 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inlineAttributes() local 92 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 20_000_000); in inheritInlineAttributes() local 121 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 20_000_000); in lime() local 136 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inheritGlobalStyle() local 224 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inheritMultipleStyles() local 429 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeSpans() local 456 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithMissingUnitIsIgnored() local 468 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithInvalidValueIsIgnored() local 490 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithEmptyValueIsIgnored() local
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | SpannedToHtmlConverter.java | 77 Spanned spanned = (Spanned) text; in convert() local 103 private static SparseArray<Transition> findSpanTransitions(Spanned spanned) { in findSpanTransitions()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowHtmlTest.java | 56 Spanned spanned = Html.fromHtml(text); in fromHtml_shouldJustReturnArgByDefault() local
|
/external/rust/crates/quote/src/ |
D | lib.rs | 114 pub mod spanned; module
|
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/ |
D | SpannedSubject.java | 63 public static Factory<SpannedSubject, Spanned> spanned() { in spanned() method in SpannedSubject 75 public static SpannedSubject assertThat(@Nullable Spanned spanned) { in assertThat() 656 private static String getAllSpansAsString(Spanned spanned) { in getAllSpansAsString() 664 private static String getSpanAsString(Object span, Spanned spanned) { in getSpanAsString()
|
/external/rust/crates/syn/src/ |
D | lib.rs | 463 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/java/org/unicode/cldr/test/ |
D | TestMisc.java | 452 UnicodeSet spanned = new UnicodeSet(sourceSet).addBridges(dontCares); in showSpans() local
|
/external/exoplayer/tree/testutils/src/test/java/com/google/android/exoplayer2/testutil/truth/ |
D | SpannedSubjectTest.java | 79 Spanned spanned = createSpannable(new UnderlineSpan()); in hasNoSpans_failure() local
|
/external/rust/crates/structopt-derive/src/ |
D | lib.rs | 23 mod spanned; module
|