Searched refs:errors (Results 776 - 800 of 954) sorted by relevance

<<313233343536373839

/external/chromium_org/third_party/libxml/src/
H A DdebugXML.c49 int errors; /* number of errors found */ member in struct:_xmlDebugCtxt
63 ctxt->errors = 0;
160 ctxt->errors++;
170 ctxt->errors++;
180 ctxt->errors++;
290 /* desactivated right now as it raises too many errors */
1568 * the errors to @output
1570 * Returns the number of errors found
1584 return(ctxt.errors);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c192 static int errors; variable
482 ++errors;
495 --errors;
705 if (errors)
744 return (errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
934 if (errors)
1039 ** Call error with errstring and return zero on errors.
/external/libxml2/
H A DdebugXML.c49 int errors; /* number of errors found */ member in struct:_xmlDebugCtxt
63 ctxt->errors = 0;
160 ctxt->errors++;
170 ctxt->errors++;
180 ctxt->errors++;
290 /* desactivated right now as it raises too many errors */
1568 * the errors to @output
1570 * Returns the number of errors found
1584 return(ctxt.errors);
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dextensions.c732 style->errors++;
2044 style->errors++;
2052 style->errors++;
H A Dnamespaces.c71 cctxt->style->errors++;
116 * SPEC TODO: Check for the errors mentioned above.
567 /* TODO: check errors */
631 * namespace fixup failures or API or internal errors.
704 * namespace fixup failures or API or internal errors.
/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.cpp1074 static const int errors[] = local
1093 if (srcBits < DE_LENGTH_OF_ARRAY(errors))
1094 return errors[srcBits];
/external/libpng/contrib/libtests/
H A Dpngimage.c470 ERRORS, /* just errors */
482 #define STRICT 0x020 /* Fail on warnings as well as errors */
484 #define CONTINUE 0x080 /* Continue on APP_FAIL errors */
504 png_uint_32 results; /* A mask of errors seen */
1509 else if (strcmp(name, "--errors") == 0)
1572 int errors = 0; local
1590 ++errors;
1608 return errors != 0;
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py12 from distutils.errors import *
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestTreeGrammarRewriteAST.java248 assertEquals("unexpected errors: "+equeue, 1, equeue.errors.size());
/external/chromium_org/build/android/pylib/device/
H A Ddecorators_test.py26 import errors as old_errors
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_vcxproj.sh31 --enable-werror Treat warnings as errors (/WX)
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage.h200 void FindInitializationErrors(vector<string>* errors) const;
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_vcxproj.sh31 --enable-werror Treat warnings as errors (/WX)
/external/protobuf/src/google/protobuf/
H A Dmessage.h219 void FindInitializationErrors(vector<string>* errors) const;
/external/strace/
H A Dstrace.spec210 - Fix errors detaching from multithreaded process on interrupt (#161919).
229 - Don't print errors for null file name pointers.
/external/valgrind/main/memcheck/tests/amd64/
H A Dsh-mem-vec128-plo-yes.stderr.exp466 For counts of detected and suppressed errors, rerun with: -v
468 ERROR SUMMARY: 51 errors from 51 contexts (suppressed: 0 from 0)
/external/valgrind/main/memcheck/tests/
H A Dstr_tester.c45 size_t errors = 0; variable
54 ++errors;
1533 if (errors == 0)
1536 //puts("No errors.");
1541 printf("%d errors.\n", (int)errors);
/external/valgrind/main/memcheck/tests/x86/
H A Dsh-mem-vec128-plo-yes.stderr.exp466 For counts of detected and suppressed errors, rerun with: -v
468 ERROR SUMMARY: 51 errors from 51 contexts (suppressed: 0 from 0)
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c47 int errors; member in struct:wpa_ctrl_dst
2074 dst->errors++;
2075 if (dst->errors > 10 || _errno == ENOENT) {
2081 dst->errors = 0;
H A Dconfig_file.c3184 int errors = 0; local
3234 errors++;
3239 errors += hostapd_config_fill(conf, bss, buf, pos, line);
3248 errors++;
3251 if (errors) {
3252 wpa_printf(MSG_ERROR, "%d errors found in configuration file "
3253 "'%s'", errors, fname);
3266 int errors; local
3269 errors = hostapd_config_fill(conf, bss, field, value, 0);
3270 if (errors) {
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as142 * not parsing. Once in recovery mode, no errors are generated.
156 // yet successfully, don't report any errors.
278 /** Get number of recognition errors (lexer, parser, tree parser). Each
280 * separate count. Does not count the spurious errors found between
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
H A Dsocket_test.cc573 int errors = 0; local
577 if (errors++ > 50)
/external/chromium_org/net/base/
H A Dnet_util_icu.cc337 } while ((status == U_BUFFER_OVERFLOW_ERROR && info.errors == 0));
339 if (U_SUCCESS(status) && info.errors == 0) {
/external/chromium_org/ppapi/tests/
H A Dtest_url_loader.cc227 message->assign(callback.errors());
249 message->assign(callback.errors());

Completed in 1935 milliseconds

<<313233343536373839