HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 351 - 375 of 566) sorted by null

<<11121314151617181920>>

  /external/dbus/test/name-test/
tmp-session-like-system.conf 31 <!-- Signals and reply messages (method returns, errors) are allowed
  /external/libxslt/libxslt/
attrvt.c 70 if (style != NULL) style->errors++;
186 style->errors++;
262 style->errors++;
281 style->errors++;
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 214 // Errors: In the first form of the call, errors are reported with
224 vector<string> *errors);
234 // The second call stores its errors in a supplied string vector.
235 // If the string vector pointer is NULL, it reports the errors with LOG().
243 vector<string> *errors);
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 684 // An error collector which simply concatenates all its errors into a big
990 vector<string> errors; local
1007 vector<string> errors; local
    [all...]
reflection_ops_unittest.cc 358 vector<string> errors; local
359 ReflectionOps::FindInitializationErrors(message, "", &errors);
360 return JoinStrings(errors, ",");
  /external/v8/test/mjsunit/regress/
regress-1130.js 28 // Test that parser errors can be build up correctly even in the presence
  /external/valgrind/main/coregrind/
m_errormgr.c 55 /* After this many different unsuppressed errors have been observed,
59 /* After this many different unsuppressed errors have been observed,
60 stop collecting errors at all, and tell the user their program is
64 /* After this many total errors have been observed, stop collecting
65 errors at all. Counterpart to M_COLLECT_NO_ERRORS_AFTER_SHOWN. */
69 Initially empty, and grows as errors are detected. */
70 static Error* errors = NULL; variable
77 /* Running count of unsuppressed errors detected. */
80 /* Running count of suppressed errors detected. */
113 /* Errors. Extensible (via the 'extra' field). Tools can use a norma
    [all...]
  /external/valgrind/main/drd/tests/
bar_bad.stderr.exp 49 ERROR SUMMARY: 7 errors from 6 contexts (suppressed: 0 from 0)
tc04_free_lock.stderr.exp 34 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
  /external/valgrind/main/exp-ptrcheck/tests/
fp.stderr.exp 31 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
neg.stderr.exp 53 ERROR SUMMARY: 10 errors from 10 contexts (suppressed: 0 from 0)
strlen_bad.stderr.exp 43 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
suppgen.stderr.exp 61 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
  /external/valgrind/main/helgrind/tests/
tc06_two_races.stderr.exp 46 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument06.js 113 var errors = new Array();
160 errors = errorMonitor.allErrors;
161 for(var indexN1010C = 0;indexN1010C < errors.length; indexN1010C++) {
162 error = errors[indexN1010C];
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 36 static const char errors[] = variable
40 #define NO_REGEX (errors)
  /external/chromium/chrome/common/extensions/
extension_file_util.cc 30 namespace errors = extension_manifest_errors;
111 errors::kManifestParseError,
417 *error = errors::kLocalesTreeMissing;
442 "%s %s", errors::kLocalesMessagesFileMissing,
453 *error = errors::kLocalesNoDefaultMessages;
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 46 int errors; member in struct:wpa_ctrl_dst
540 dst->errors++;
541 if (dst->errors > 1000 ||
542 (_errno != ENOBUFS && dst->errors > 10) ||
549 dst->errors = 0;
  /external/icu4c/test/cintltst/
idnatest.c     [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 132 /** number of errors during processing */
133 private static int errors = 0; field in class:Main
188 errors = 0;
354 if (errors != 0) {
355 DxConsole.err.println(errors + " error" +
356 ((errors == 1) ? "" : "s") + "; aborting");
408 errors++;
538 errors++;
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 954 vector<string> errors; local
1082 vector<string> errors; local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_browsertest.cc 255 VLOG(1) << "Errors follow:";
256 const std::vector<std::string>* errors = local
258 for (std::vector<std::string>::const_iterator iter = errors->begin();
259 iter != errors->end(); ++iter)
sandboxed_extension_unpacker_unittest.cc 20 namespace errors = extension_manifest_errors;
  /bootable/bootloader/legacy/arch_msm7k/
nand.c 533 unsigned errors = 0; local
541 dprintf("flash_read_image: success (%d errors)\n", errors);
546 errors++;
556 dprintf("flash_read_image: failed (%d errors)\n", errors);
  /external/doclava/src/com/google/doclava/
NavTree.java 56 addClassNodes(children, "Errors", pkg.errors());

Completed in 1339 milliseconds

<<11121314151617181920>>