HomeSort by relevance Sort by last modified time
    Searched defs:postprocess (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/common/
onyxd.h 34 int postprocess; member in struct:__anon22986
  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd.h 28 int postprocess; member in struct:__anon23060
  /packages/apps/Contacts/src/com/android/contacts/util/
HtmlUtils.java 50 return postprocess(context, spanned);
62 return postprocess(context, Html.fromHtml(text, imageGetter, tagHandler));
70 static Spanned postprocess(Context context, Spanned original) { method in class:HtmlUtils
  /packages/apps/Contacts/tests/src/com/android/contacts/util/
HtmlUtilsTest.java 39 * Test for {@link HtmlUtils#postprocess} specifically about trimming newlines.
51 assertNull(HtmlUtils.postprocess(getContext(), null));
57 HtmlUtils.postprocess(getContext(), new SpannedString(text)).toString());
60 HtmlUtils.postprocess(getContext(), new SpannableStringBuilder(text)).toString());
69 checkPostProcess(HtmlUtils.postprocess(getContext(), builder));
72 checkPostProcess(HtmlUtils.postprocess(getContext(), new SpannedString(builder)));
85 checkPostProcess(HtmlUtils.postprocess(getContext(), builder));
88 checkPostProcess(HtmlUtils.postprocess(getContext(), new SpannedString(builder)));

Completed in 339 milliseconds