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

  /external/bison/build-aux/
vc-list-files 30 postprocess=
59 test "$2" = . || postprocess="| sed 's|^|$2/|'"
77 \| sed -n '"s/^100[^ ]*./$sed_esc/p"' $postprocess
79 eval exec hg locate '"$dir/*"' $postprocess
81 test "$postprocess" = '' && postprocess="| sed 's|^\./||'"
82 eval exec bzr ls -R --versioned '"$dir"' $postprocess
84 test "$postprocess" = '' && postprocess="| sed 's|^\./||'"
86 eval build-aux/cvsu --find --types=AFGM '"$dir"' $postprocess
    [all...]
  /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)));
  /external/libvpx/libvpx/vp8/common/
onyxd.h 34 int postprocess; member in struct:__anon10964
  /packages/apps/Contacts/src/com/android/contacts/util/
HtmlUtils.java 49 return postprocess(context, spanned);
61 return postprocess(context, Html.fromHtml(text, imageGetter, tagHandler));
69 static Spanned postprocess(Context context, Spanned original) { method in class:HtmlUtils
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 420 oxcf.postprocess = 0;

Completed in 579 milliseconds