/third_party/pcre2/pcre2/ |
D | RunGrepTest.bat | 42 set cf= variable 44 diff -b nul nul 2>nul && set cf=diff -b variable 45 diff -u nul nul 2>nul && set cf=diff -u variable 46 diff -ub nul nul 2>nul && set cf=diff -ub variable 48 set cf=fc /n variable
|
/third_party/skia/tests/ |
D | ColorFilterTest.cpp | 51 auto cf = SkColorFilters::Blend(color, (SkBlendMode)mode); in DEF_TEST() local 100 sk_sp<SkColorFilter> cf = SkColorFilters::Matrix({1,0,0,0,0, in DEF_TEST() local 117 sk_sp<SkColorFilter> cf = SkColorFilters::Matrix({1,0,0,0,0, in DEF_TEST() local
|
/third_party/flutter/skia/src/effects/imagefilters/ |
D | SkColorFilterImageFilter.cpp | 22 SkColorFilterImageFilterImpl(sk_sp<SkColorFilter> cf, sk_sp<SkImageFilter> input, in SkColorFilterImageFilterImpl() 45 sk_sp<SkImageFilter> SkColorFilterImageFilter::Make(sk_sp<SkColorFilter> cf, in Make() 77 sk_sp<SkColorFilter> cf(buffer.readColorFilter()); in CreateProc() local
|
/third_party/skia/src/effects/imagefilters/ |
D | SkColorFilterImageFilter.cpp | 22 SkColorFilterImageFilter(sk_sp<SkColorFilter> cf, sk_sp<SkImageFilter> input, in SkColorFilterImageFilter() 46 sk_sp<SkColorFilter> cf, sk_sp<SkImageFilter> input, const CropRect& cropRect) { in ColorFilter() 75 sk_sp<SkColorFilter> cf(buffer.readColorFilter()); in CreateProc() local
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJTransform.java | 178 TJCustomFilter cf) { in TJTransform() 203 TJCustomFilter cf) { in TJTransform() 226 public TJCustomFilter cf = null; field in TJTransform
|
/third_party/skia/modules/androidkit/src/ |
D | ColorFilters.cpp | 18 auto cf = SkColorFilters::Matrix(androidkit::utils::CFloats(env, jcm)); in MakeMatrix() local 26 auto cf = SkColorFilters::HSLAMatrix(androidkit::utils::CFloats(env, jcm)); in MakeHSLAMatrix() local 32 auto cf = SkColorFilters::Compose(sk_ref_sp(reinterpret_cast<SkColorFilter*>(outer)), in MakeCompose() local
|
/third_party/python/Modules/ |
D | main.c | 226 pymain_run_command(wchar_t *command, PyCompilerFlags *cf) in pymain_run_command() 308 pymain_run_file(const PyConfig *config, PyCompilerFlags *cf) in pymain_run_file() 380 pymain_run_startup(PyConfig *config, PyCompilerFlags *cf, int *exitcode) in pymain_run_startup() 487 pymain_run_stdin(PyConfig *config, PyCompilerFlags *cf) in pymain_run_stdin() 518 pymain_repl(PyConfig *config, PyCompilerFlags *cf, int *exitcode) in pymain_repl() 583 PyCompilerFlags cf = _PyCompilerFlags_INIT; in pymain_run_python() local
|
D | symtablemodule.c | 33 PyCompilerFlags cf = _PyCompilerFlags_INIT; in _symtable_symtable_impl() local
|
/third_party/uboot/u-boot-2020.01/drivers/bios_emulator/x86emu/ |
D | prim_ops.c | 726 unsigned int res, cnt, mask, cf; in rcl_byte() local 799 unsigned int res, cnt, mask, cf; in rcl_word() local 823 u32 res, cnt, mask, cf; in rcl_long() local 848 u32 mask, cf, ocf = 0; in rcr_byte() local 932 u32 mask, cf, ocf = 0; in rcr_word() local 964 u32 mask, cf, ocf = 0; in rcr_long() local 1187 unsigned int cnt, res, cf; in shl_byte() local 1229 unsigned int cnt, res, cf; in shl_word() local 1267 unsigned int cnt, res, cf; in shl_long() local 1302 unsigned int cnt, res, cf; in shr_byte() local [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | nvdec_h264.c | 36 const NVDECFrame *cf = fdd->hwaccel_priv; in dpb_add() local 58 NVDECFrame *cf; in nvdec_h264_start_frame() local
|
D | nvdec_hevc.c | 36 const NVDECFrame *cf = fdd->hwaccel_priv; in dpb_add() local 81 NVDECFrame *cf; in nvdec_hevc_start_frame() local
|
D | nvdec_vc1.c | 36 NVDECFrame *cf; in nvdec_vc1_start_frame() local
|
D | nvdec_vp8.c | 41 NVDECFrame *cf; in nvdec_vp8_start_frame() local
|
D | pcm.c | 557 #define PCM_ENCODER_2(cf, id, sample_fmt, name, long_name) \ argument 559 #define PCM_ENCODER_3(cf, id, sample_fmt, name, long_name) \ argument 580 #define PCM_DECODER_2(cf, id, sample_fmt, name, long_name) \ argument 582 #define PCM_DECODER_3(cf, id, sample_fmt, name, long_name) \ argument
|
D | nvdec_mpeg12.c | 36 NVDECFrame *cf; in nvdec_mpeg12_start_frame() local
|
D | nvdec_vp9.c | 40 NVDECFrame *cf; in nvdec_vp9_start_frame() local
|
D | nvdec_mjpeg.c | 36 NVDECFrame *cf; in nvdec_mjpeg_start_frame() local
|
D | nvdec.c | 437 NVDECFrame *cf = priv; in nvdec_fdd_priv_free() local 474 NVDECFrame *cf = (NVDECFrame*)fdd->hwaccel_priv; in nvdec_retrieve_data() local 554 NVDECFrame *cf = NULL; in ff_nvdec_start_frame() local 707 NVDECFrame *cf; in ff_nvdec_get_ref_idx() local
|
/third_party/node/deps/npm/node_modules/npm-cache-filename/ |
D | index.js | 6 function cf(root, u) { function
|
/third_party/mksh/ |
D | syn.c | 77 #define token(cf) ((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf))) argument 78 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf))) argument 79 #define musthave(c,cf) do { \ argument 103 pipeline(int cf, int sALIAS) in pipeline() 181 synio(int cf) in synio() 267 get_command(int cf, int sALIAS) in get_command()
|
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs/ |
D | release.go | 24 cf "github.com/google/wuffs/cmd/commonflags" packageName
|
/third_party/flutter/skia/src/core/ |
D | SkPaintPriv.cpp | 15 SkColorFilter* cf = paint.getColorFilter(); in changes_alpha() local
|
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs-c/ |
D | test.go | 29 cf "github.com/google/wuffs/cmd/commonflags" packageName
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | MessageRegressionTest.java | 215 ChoiceFormat cf = new ChoiceFormat(limits, formats); in Test4104976() local 232 ChoiceFormat cf = null; in Test4106659() local 252 ChoiceFormat cf = new ChoiceFormat(limits, formats); in Test4106660() local 585 ChoiceFormat cf = new ChoiceFormat(DATA[i]); in TestChoicePatternQuote() local
|
/third_party/skia/modules/skottie/src/effects/ |
D | ThresholdEffect.cpp | 61 auto cf = in onSync() local
|