/third_party/node/deps/npm/node_modules/spdx-correct/ |
D | index.js | 326 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/ |
D | texi2pod.pl | 98 /^\@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/ |
D | meson.build | 141 '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/ |
D | filters.py | 64 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/ |
D | filters.py | 64 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/ |
D | Makefile | 5 HEADERS = postprocess.h \ 9 OBJS = postprocess.o \
|
/third_party/mesa3d/docs/_extra/ |
D | _redirects | 7 /postprocess.html /gallium/postprocess.html 301
|
/third_party/jinja2/ |
D | filters.py | 58 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/ |
D | filters.py | 62 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/ |
D | gsmdec_template.c | 112 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/ |
D | find_normal.rs | 220 super::postprocess(&lib.include_paths); in try_pkg_config() 253 super::postprocess(&lib.include_paths); in try_vcpkg()
|
D | main.rs | 93 let version = postprocess(&[include_dir]); in main() 127 fn postprocess(include_dirs: &[PathBuf]) -> Version { in postprocess() function
|
/third_party/mesa3d/docs/gallium/ |
D | index.rst | 19 postprocess
|
/third_party/node/deps/v8/tools/torque/ |
D | format-torque.py | 62 def postprocess(output): function 110 output = postprocess(decode(output))
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | ADDING | 32 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/ |
D | test1445 | 27 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir && \
|
D | test1446 | 30 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir && \
|
D | test615 | 26 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir
|
D | test613 | 35 perl %SRCDIR/libtest/test%TESTNUMBER.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir %PWD/%LOGDIR/c…
|
D | test614 | 36 perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir %PWD/%LOGDIR/curl%TEST…
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 1742 "../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/ |
D | NV_pixel_data_range.txt | 281 as an in-place postprocess on the returned data.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_pixel_data_range.txt | 281 as an in-place postprocess on the returned data.
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | structure.txt | 73 functions preprocess the image before JPEG compression or postprocess it after
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 8465 postprocess
|