Home
last modified time | relevance | path

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

/external/strace/
Dunwind.c293 error_action_fn error_action, in print_stack_frame() argument
342 error_action(data, "unexpected_backtracing_error", ip); in print_stack_frame()
352 error_action_fn error_action, in stacktrace_walk() argument
371 if (print_stack_frame(tcp, call_action, error_action, data, in stacktrace_walk()
378 error_action(data, "too many stack frames", 0); in stacktrace_walk()
/external/opencv3/3rdparty/libpng/
Dpng.h1161 int error_action, double red, double green));
1163 int error_action, png_fixed_point red, png_fixed_point green));
Dpngrtran.c929 png_set_rgb_to_gray_fixed(png_structp png_ptr, int error_action, in png_set_rgb_to_gray_fixed() argument
937 switch(error_action) in png_set_rgb_to_gray_fixed()
1013 png_set_rgb_to_gray(png_structp png_ptr, int error_action, double red, in png_set_rgb_to_gray() argument
1019 png_set_rgb_to_gray_fixed(png_ptr, error_action, in png_set_rgb_to_gray()
/external/libpng/
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()
Dlibpng-manual.txt1890 png_set_rgb_to_gray(png_ptr, error_action,
1893 error_action = 1: silently do the conversion
1895 error_action = 2: issue a warning if the original
1899 error_action = 3: issue an error and abort the
1913 png_set_rgb_to_gray(png_ptr, error_action,
1917 If you have set error_action = 1 or 2, you can
1923 data for sBIT, regardless of the error_action setting.
/external/pdfium/third_party/lpng_v163/
Dpngrtran.c951 png_set_rgb_to_gray_fixed(png_structrp png_ptr, int error_action, in png_set_rgb_to_gray_fixed() argument
961 switch(error_action) in png_set_rgb_to_gray_fixed()
1041 png_set_rgb_to_gray(png_structrp png_ptr, int error_action, double red, in png_set_rgb_to_gray() argument
1044 png_set_rgb_to_gray_fixed(png_ptr, error_action, in png_set_rgb_to_gray()
Dpng.h1439 int error_action, double red, double green))
1441 int error_action, png_fixed_point red, png_fixed_point green))
/external/libpng/contrib/libtests/
Dpngvalid.c7394 const int error_action = 1; /* no error, no defines in png.h */ in image_transform_png_set_rgb_to_gray_set() local
7397 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()
7399 png_set_rgb_to_gray_fixed(pp, error_action, data.red_to_set, in image_transform_png_set_rgb_to_gray_set()