Home
last modified time | relevance | path

Searched refs:error_action (Results 1 – 9 of 9) sorted by relevance

/external/strace/
Dunwind-libunwind.c85 unwind_error_action_fn error_action, in print_stack_frame() argument
124 error_action(data, "unexpected_backtracing_error", ip); in print_stack_frame()
131 unwind_error_action_fn error_action, in walk() argument
148 if (print_stack_frame(tcp, call_action, error_action, data, in walk()
155 error_action(data, "too many stack frames", 0); in walk()
163 unwind_error_action_fn error_action, in tcb_walk() argument
176 walk(tcp, call_action, error_action, data); in tcb_walk()
Dunwind-libdw.c133 unwind_error_action_fn error_action; member
181 unwind_error_action_fn error_action, in tcb_walk() argument
190 .error_action = error_action, in tcb_walk()
200 error_action(data, in tcb_walk()
/external/u-boot/include/fsl-mc/
Dfsl_dpni.h135 MC_CMD_OP(cmd, 0, 32, 4, enum dpni_error_action, cfg->error_action); \
731 enum dpni_error_action error_action; member
/external/libpng/
Dpng.h1113 int error_action, double red, double green))
1115 int error_action, png_fixed_point red, png_fixed_point green))
Dpngrtran.c959 png_set_rgb_to_gray_fixed(png_structrp png_ptr, int error_action, in png_set_rgb_to_gray_fixed() argument
969 switch (error_action) in png_set_rgb_to_gray_fixed()
1048 png_set_rgb_to_gray(png_structrp png_ptr, int error_action, double red, in png_set_rgb_to_gray() argument
1051 png_set_rgb_to_gray_fixed(png_ptr, error_action, in png_set_rgb_to_gray()
Dlibpng-manual.txt1927 png_set_rgb_to_gray(png_ptr, error_action,
1930 error_action = 1: silently do the conversion
1932 error_action = 2: issue a warning if the original
1936 error_action = 3: issue an error and abort the
1950 png_set_rgb_to_gray(png_ptr, error_action,
1954 If you have set error_action = 1 or 2, you can
1960 data for sBIT, regardless of the error_action setting.
/external/pdfium/third_party/libpng16/
Dpng.h1117 int error_action, double red, double green))
1119 int error_action, png_fixed_point red, png_fixed_point green))
Dpngrtran.c956 png_set_rgb_to_gray_fixed(png_structrp png_ptr, int error_action, in png_set_rgb_to_gray_fixed() argument
966 switch (error_action) in png_set_rgb_to_gray_fixed()
1045 png_set_rgb_to_gray(png_structrp png_ptr, int error_action, double red, in png_set_rgb_to_gray() argument
1048 png_set_rgb_to_gray_fixed(png_ptr, error_action, in png_set_rgb_to_gray()
/external/libpng/contrib/libtests/
Dpngvalid.c7767 const int error_action = 1; /* no error, no defines in png.h */ in image_transform_png_set_rgb_to_gray_set() local
7770 png_set_rgb_to_gray(pp, error_action, data.red_to_set, data.green_to_set); in image_transform_png_set_rgb_to_gray_set()
7772 png_set_rgb_to_gray_fixed(pp, error_action, data.red_to_set, in image_transform_png_set_rgb_to_gray_set()