Home
last modified time | relevance | path

Searched refs:postprocess (Results 1 – 25 of 27) sorted by relevance

12

/third_party/node/deps/npm/node_modules/spdx-correct/
Dindex.js326 function postprocess (value) { function
338 return postprocess(identifier)
342 return postprocess(noPlus)
346 return postprocess(transformed)
355 return postprocess(transformed)
359 return postprocess(transformed)
363 return postprocess(transformed)
/third_party/ffmpeg/doc/
Dtexi2pod.pl98 /^\@settitle\s+([^.]+)/ and $tl = postprocess($1), next;
104 $tl = postprocess($2);
121 $chapters{$chapter_name} .= postprocess($chapter) if ($chapter_name);
133 $chapters{$chapter_name} .= postprocess($chapter) if ($chapter_name);
365 sub postprocess subroutine
/third_party/mesa3d/src/gallium/auxiliary/
Dmeson.build141 'postprocess/filters.h',
142 'postprocess/postprocess.h',
143 'postprocess/pp_celshade.c',
144 'postprocess/pp_celshade.h',
145 'postprocess/pp_colors.c',
146 'postprocess/pp_colors.h',
147 'postprocess/pp_filters.h',
148 'postprocess/pp_init.c',
149 'postprocess/pp_mlaa_areamap.h',
150 'postprocess/pp_mlaa.c',
[all …]
/third_party/node/deps/v8/third_party/jinja2/
Dfilters.py64 def make_attrgetter(environment, attribute, postprocess=None, default=None): argument
79 if postprocess is not None:
80 item = postprocess(item)
87 def make_multi_attrgetter(environment, attribute, postprocess=None): argument
112 if postprocess is not None:
113 item_i = postprocess(item_i)
346 environment, attribute, postprocess=ignore_case if not case_sensitive else None
367 environment, attribute, postprocess=ignore_case if not case_sensitive else None
388 environment, attribute, postprocess=ignore_case if not case_sensitive else None
/third_party/skia/third_party/externals/jinja2/
Dfilters.py64 def make_attrgetter(environment, attribute, postprocess=None, default=None): argument
79 if postprocess is not None:
80 item = postprocess(item)
87 def make_multi_attrgetter(environment, attribute, postprocess=None): argument
112 if postprocess is not None:
113 item_i = postprocess(item_i)
346 environment, attribute, postprocess=ignore_case if not case_sensitive else None
367 environment, attribute, postprocess=ignore_case if not case_sensitive else None
388 environment, attribute, postprocess=ignore_case if not case_sensitive else None
/third_party/ffmpeg/libpostproc/
DMakefile5 HEADERS = postprocess.h \
9 OBJS = postprocess.o \
/third_party/mesa3d/docs/_extra/
D_redirects7 /postprocess.html /gallium/postprocess.html 301
/third_party/jinja2/
Dfilters.py58 postprocess: t.Optional[t.Callable[[t.Any], t.Any]] = None,
75 if postprocess is not None:
76 item = postprocess(item)
86 postprocess: t.Optional[t.Callable[[t.Any], t.Any]] = None,
114 if postprocess is not None:
115 item_i = postprocess(item_i)
421 environment, attribute, postprocess=ignore_case if not case_sensitive else None
447 environment, attribute, postprocess=ignore_case if not case_sensitive else None
474 environment, attribute, postprocess=ignore_case if not case_sensitive else None
1242 postprocess=ignore_case if not case_sensitive else None,
[all …]
/third_party/node/tools/inspector_protocol/jinja2/
Dfilters.py62 def make_attrgetter(environment, attribute, postprocess=None): argument
79 if postprocess is not None:
80 item = postprocess(item)
276 postprocess=ignore_case if not case_sensitive else None
298 postprocess=ignore_case if not case_sensitive else None
/third_party/ffmpeg/libavcodec/
Dgsmdec_template.c112 static int postprocess(int16_t *data, int msr) in postprocess() function
151 ctx->msr = postprocess(samples, ctx->msr); in gsm_decode_block()
/third_party/rust/crates/rust-openssl/openssl-sys/build/
Dfind_normal.rs220 super::postprocess(&lib.include_paths); in try_pkg_config()
253 super::postprocess(&lib.include_paths); in try_vcpkg()
Dmain.rs93 let version = postprocess(&[include_dir]); in main()
127 fn postprocess(include_dirs: &[PathBuf]) -> Version { in postprocess() function
/third_party/mesa3d/docs/gallium/
Dindex.rst19 postprocess
/third_party/node/deps/v8/tools/torque/
Dformat-torque.py62 def postprocess(output): function
110 output = postprocess(decode(output))
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
DADDING32 Add the filter's prototypes (main and init functions) to postprocess.h. This is mostly a
63 First time outside of auxiliary/postprocess. First, add a suitable description to
/third_party/curl/tests/data/
Dtest144527 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir && \
Dtest144630 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir && \
Dtest61526 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir
Dtest61335 perl %SRCDIR/libtest/test%TESTNUMBER.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir %PWD/%LOGDIR/c…
Dtest61436 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir %PWD/%LOGDIR/curl%TEST…
/third_party/mesa3d/ohos/
Ddependency_inputs.gni1742 "../src/gallium/auxiliary/postprocess/ADDING",
1743 "../src/gallium/auxiliary/postprocess/filters.h",
1744 "../src/gallium/auxiliary/postprocess/postprocess.h",
1745 "../src/gallium/auxiliary/postprocess/pp_celshade.c",
1746 "../src/gallium/auxiliary/postprocess/pp_celshade.h",
1747 "../src/gallium/auxiliary/postprocess/pp_colors.c",
1748 "../src/gallium/auxiliary/postprocess/pp_colors.h",
1749 "../src/gallium/auxiliary/postprocess/pp_filters.h",
1750 "../src/gallium/auxiliary/postprocess/pp_init.c",
1751 "../src/gallium/auxiliary/postprocess/pp_mlaa.c",
[all …]
/third_party/openGLES/extensions/NV/
DNV_pixel_data_range.txt281 as an in-place postprocess on the returned data.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_pixel_data_range.txt281 as an in-place postprocess on the returned data.
/third_party/skia/third_party/externals/libjpeg-turbo/
Dstructure.txt73 functions preprocess the image before JPEG compression or postprocess it after
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt8465 postprocess

12