HomeSort by relevance Sort by last modified time
    Searched refs:postprocess (Results 1 - 7 of 7) 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:__anon21222
  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd.h 28 int postprocess; member in struct:__anon21296
  /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
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 294 oxcf.postprocess = 0;
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 435 oxcf.postprocess = 0;

Completed in 106 milliseconds