Home
last modified time | relevance | path

Searched defs:write_func (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/util/
H A Dhelper-cairo.hh53 _cairo_eps_surface_create_for_stream (cairo_write_func_t write_func, in _cairo_eps_surface_create_for_stream()
193 cairo_write_func_t write_func; member
213 _cairo_ansi_surface_create_for_stream (cairo_write_func_t write_func, in _cairo_ansi_surface_create_for_stream()
346 _cairo_png_surface_create_for_stream (cairo_write_func_t write_func, in _cairo_png_surface_create_for_stream()
395 _cairo_script_surface_create_for_stream (cairo_write_func_t write_func, in _cairo_script_surface_create_for_stream()
H A Dhelper-cairo-ansi.hh45 cairo_write_func_t write_func, in chafa_print_image_rgb24()
140 cairo_write_func_t write_func, in helper_cairo_surface_write_to_ansi_stream()
H A Dansi-print.hh378 cairo_write_func_t write_func, in ansi_print_image_rgb24()
/aosp_15_r20/system/tools/aidl/
Daidl_to_cpp_common.h127 write_func; member
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/train/
H A Dexport_data.cpp127 auto write_func = [&out](const void* buf, size_t nbytes) -> size_t { in _save_parameters() local
/aosp_15_r20/system/update_engine/scripts/update_payload/
H A Dtest_utils.py159 def _AddValuesToRepeatedField(repeated_field, values, write_func): argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dmap_kptr_fail.c368 int write_func(int *p) in write_func() function
/aosp_15_r20/external/flashrom/include/
H A Dflash.h264 enum write_func { enum
/aosp_15_r20/external/flashrom/
H A Dflashrom.c1079 write_func_t *write_func = lookup_write_func_ptr(flash->chip); in write_flash() local
/aosp_15_r20/external/python/cpython2/Modules/
DcPickle.c348 Py_ssize_t (*write_func)(struct Picklerobject *, const char *, Py_ssize_t); member