Home
last modified time | relevance | path

Searched refs:outerr (Results 1 – 4 of 4) sorted by relevance

/external/vixl/tools/
Dlint.py82 outerr, _ = process.communicate()
91 outerr = re.sub('^', progress_prefix, outerr, flags=re.MULTILINE)
92 printer.Print(outerr)
95 res = re.search('Total errors found: (\d+)$', outerr)
/external/icu/icu4c/source/samples/uresb/
Duresb.c56 static UFILE *outerr = NULL; variable
151 outerr = u_finit(stderr, locale, encoding); in main()
173 u_fclose(outerr); in main()
363 …u_fprintf(outerr, "Error %d(%s) : %U happened!\n", *status, u_errorName(*status), getErrorName(*st… in reportError()
/external/iproute2/misc/
Dss.c1873 goto outerr; in generic_record_read()
1886 outerr: in generic_record_read()
2447 goto outerr; in tcp_show()
2451 goto outerr; in tcp_show()
2459 goto outerr; in tcp_show()
2466 outerr: in tcp_show()
2530 goto outerr; in udp_show()
2532 goto outerr; in udp_show()
2539 goto outerr; in udp_show()
2544 outerr: in udp_show()
[all …]
/external/libpng/contrib/libtests/
Dpngvalid.c2661 static double outerr(const png_modifier *pm, int in_depth, int out_depth) in outerr() function
9462 vi->maxout = outerr(dp->pm, in_depth, out_depth); in init_validate_info()