Searched refs:preinit (Results 1 – 24 of 24) sorted by relevance
/third_party/alsa-utils/alsactl/init/ |
D | 00main | 19 # 1) look for preinit subdirectory and parse all files in it 29 ACCESS=="preinit", INCLUDE="preinit"
|
/third_party/python/Programs/ |
D | _testembed.c | 395 static int check_init_compat_config(int preinit) in check_init_compat_config() argument 399 if (preinit) { in check_init_compat_config() 918 static int check_preinit_isolated_config(int preinit) in check_preinit_isolated_config() argument 929 if (preinit) { in check_preinit_isolated_config() 971 static int check_init_python_config(int preinit) in check_init_python_config() argument 986 if (preinit) { in check_init_python_config()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_alphamerge.c | 195 .preinit = alphamerge_framesync_preinit,
|
D | vf_identity.c | 419 .preinit = identity_framesync_preinit, 441 .preinit = msad_framesync_preinit,
|
D | avfilter.h | 211 int (*preinit)(AVFilterContext *ctx); member
|
D | vf_program_opencl.c | 370 .preinit = &program_opencl_framesync_preinit,
|
D | vf_overlay_cuda.c | 449 .preinit = overlay_cuda_framesync_preinit,
|
D | vf_libvmaf.c | 371 .preinit = libvmaf_framesync_preinit,
|
D | vf_convolve.c | 631 .preinit = convolve_framesync_preinit, 661 .preinit = deconvolve_framesync_preinit,
|
D | vf_overlay_qsv.c | 424 .preinit = overlay_qsv_framesync_preinit,
|
D | vf_hysteresis.c | 380 .preinit = hysteresis_framesync_preinit,
|
D | vf_xmedian.c | 401 .preinit = xmedian_framesync_preinit,
|
D | vf_psnr.c | 473 .preinit = psnr_framesync_preinit,
|
D | avfilter.c | 683 if (filter->preinit) { in ff_filter_alloc() 684 if (filter->preinit(ret) < 0) in ff_filter_alloc()
|
D | vf_ssim.c | 599 .preinit = ssim_framesync_preinit,
|
D | vf_lut2.c | 566 .preinit = lut2_framesync_preinit,
|
D | vf_overlay.c | 1112 .preinit = overlay_framesync_preinit,
|
D | vf_blend.c | 912 .preinit = blend_framesync_preinit,
|
D | vf_lut3d.c | 1627 .preinit = haldclut_framesync_preinit,
|
/third_party/python/Doc/c-api/ |
D | init_config.rst | 338 .. _c-preinit: 446 :ref:`Preinitialize Python <c-preinit>` if needed. 453 :ref:`Preinitialize Python <c-preinit>` if needed. 460 :ref:`Preinitialize Python <c-preinit>` if needed. 468 :ref:`Preinitialize Python <c-preinit>` if needed. 474 :ref:`Preinitialize Python <c-preinit>` if needed. 488 :ref:`Preinitialize Python <c-preinit>` if needed. 500 Most ``PyConfig`` methods :ref:`preinitialize Python <c-preinit>` if needed.
|
D | sys.rst | 124 that :ref:`Python is preinitialized <c-preinit>`. 127 <c-preinit>` and so that the LC_CTYPE locale is properly configured: see 194 <c-preinit>` and so that the LC_CTYPE locale is properly configured: see
|
D | memory.rst | 493 preinitialization <c-preinit>` to setup debug hooks on Python memory allocators
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | DynamicTags.def | 73 DYNAMIC_TAG(PREINIT_ARRAY, 32) // Pointer to array of preinit functions.
|
/third_party/python/Doc/library/ |
D | locale.rst | 331 The :ref:`Python preinitialization <c-preinit>` configures the LC_CTYPE
|