Searched defs:errs (Results 1 - 15 of 15) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dlitlint.py47 errs = 0
52 errs += 1
56 return errs
66 errs = 0 variable
68 errs += LintFile(p)
71 if errs > 0:
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dsmooth_out_data.c31 int32_t errs; local
37 errs=0;
40 errs += err * err; /* errs in Q-6 */
43 return errs;
H A Dsmooth.c37 int32_t errs; local
92 errs = WebRtcIlbcfix_Smooth_odata(odata, current, surround, C);
107 if (errs > crit) {
/external/autotest/client/tests/monotonic_time/src/
H A Dtime_test.c233 int errs; local
293 errs = (test->warps != 0);
295 if (!errs)
301 return errs;
310 int errs; local
332 errs = 0;
337 ++errs;
353 ++errs;
358 if (errs || optind != argc-1) {
/external/autotest/client/tests/tsc/src/
H A Dchecktsc.c321 int errs = 0; local
341 ++errs;
356 ++errs;
361 if (errs || optind < argc) {
378 errs = check_tsc(&cpus);
381 printf("%s\n", errs ? "FAIL" : "PASS");
384 return errs ? EXIT_FAILURE : EXIT_SUCCESS;
/external/javasqlite/src/main/java/SQLite/
H A DShell.java45 public Shell(PrintStream ps, PrintStream errs) { argument
47 err = new PrintWriter(errs);
/external/llvm/lib/Support/
H A Draw_ostream.cpp713 // outs(), errs(), nulls()
729 /// errs() - This returns a reference to a raw_ostream for standard error.
730 /// Use it like: errs() << "foo" << "bar";
731 raw_ostream &llvm::errs() { function in class:llvm
/external/swiftshader/third_party/LLVM/lib/Support/
H A Draw_ostream.cpp640 // outs(), errs(), nulls()
653 /// errs() - This returns a reference to a raw_ostream for standard error.
654 /// Use it like: errs() << "foo" << "bar";
655 raw_ostream &llvm::errs() { function in class:llvm
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp692 // outs(), errs(), nulls()
708 /// errs() - This returns a reference to a raw_ostream for standard error.
709 /// Use it like: errs() << "foo" << "bar";
710 raw_ostream &llvm::errs() { function in class:llvm
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
H A Depoll-test.c778 int nfds = numfds, errs = 0, diffconns = nconns - numfds; local
784 ++errs;
785 if (errs > 32) {
788 server, errs);
/external/libevent/
H A Devutil.c1726 struct cached_sock_errs_entry *errs, *newerr, find; local
1732 errs = HT_FIND(cached_sock_errs_map, &windows_socket_errors, &find);
1733 if (errs) {
1734 msg = errs->msg;
1785 struct cached_sock_errs_entry **errs, *tofree; local
1787 for (errs = HT_START(cached_sock_errs_map, &windows_socket_errors)
1788 ; errs; ) {
1789 tofree = *errs;
1790 errs = HT_NEXT_RMV(cached_sock_errs_map,
1792 errs);
[all...]
/external/ppp/pppd/
H A Dmain.c1167 int errs; local
1171 errs = error_count;
1173 return (error_count != errs)? -1: 0;
1188 int errs; local
1192 errs = error_count;
1194 return (error_count != errs)? -1: 0;
/external/guice/extensions/persist/lib/
H A Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...

Completed in 767 milliseconds