HomeSort by relevance Sort by last modified time
    Searched full:errors (Results 576 - 600 of 5575) sorted by null

<<21222324252627282930>>

  /external/valgrind/main/coregrind/
m_errormgr.c 57 /* After this many different unsuppressed errors have been observed,
61 /* After this many different unsuppressed errors have been observed,
62 stop collecting errors at all, and tell the user their program is
66 /* After this many total errors have been observed, stop collecting
67 errors at all. Counterpart to M_COLLECT_NO_ERRORS_AFTER_SHOWN. */
71 Initially empty, and grows as errors are detected. */
72 static Error* errors = NULL; variable
79 /* Running count of unsuppressed errors detected. */
82 /* Running count of suppressed errors detected. */
85 /* Running count of errors shown. *
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 125 int errors = 0; local
131 errors++;
146 return errors;
153 int errors = 0, end = 0; local
175 errors++;
184 errors++;
190 errors++;
196 errors++;
199 errors += wpa_config_validate_network(ssid, *line);
201 if (errors) {
213 int errors = 0, end = 0; local
352 int errors = 0, line = 0; local
    [all...]
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 261 List<String> errors = tracker.getErrors(); local
263 if (errors.size() > 0) {
264 assertEquals(errors.get(0), db.error_string(Constants.SQLITE_LOCKED));
265 for (String s : errors) {
335 List<String> errors = tracker.getErrors(); local
336 if (errors.size() > 0) {
337 // assertEquals(errors.get(0),
339 for (String s: errors) {
366 // errors = tracker.getErrors();
367 // if (errors.size() > 0)
425 List<String> errors = tracker.getErrors(); local
    [all...]
  /development/testrunner/
adb_interface.py 29 import errors namespace
239 raise errors.InstrumentationError("no test results... device setup "
247 raise errors.InstrumentationError(short_msg_result)
251 raise errors.DeviceUnresponsiveError
335 except errors.WaitForResponseTimedOutError:
336 raise errors.WaitForResponseTimedOutError(
346 except errors.AbortError:
411 except errors.AbortError, e:
421 raise errors.WaitForResponseTimedOutError()
449 raise errors.WaitForResponseTimedOutError
    [all...]
  /frameworks/av/include/media/
AudioEffect.h 31 #include <utils/Errors.h>
62 * Returned status (from utils/Errors.h) can be:
81 * Returned status (from utils/Errors.h) can be:
101 * Returned status (from utils/Errors.h) can be:
126 * Returned status (from utils/Errors.h) can be:
255 * Returned status (from utils/Errors.h) can be:
303 * Returned status (from utils/Errors.h) can be:
316 * Returned status (from utils/Errors.h) can be:
333 * Returned status (from utils/Errors.h) can be:
346 * Returned status (from utils/Errors.h) can be
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 179 * @param status A reference to a UErrorCode to receive any errors.
209 * @param status A reference to a UErrorCode to receive any errors.
237 * @param status A reference to a UErrorCode to receive any errors.
268 * @param status A reference to a UErrorCode to receive any errors.
295 * @param status A reference to a UErrorCode to receive any errors.
323 * @param status A reference to a UErrorCode to receive any errors.
351 * @param status A reference to a UErrorCode to receive any errors.
384 * @param status A reference to a UErrorCode to receive any errors.
400 * @param pe Receives the position of any syntax errors within the regular expression
401 * @param status A reference to a UErrorCode to receive any errors
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 21 // Send dlmalloc errors to the log.
  /development/host/windows/usb/adb_winapi_test/
SOURCES 39 # Turn on all warnings, and treat warnings as errors
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t023scopes.html 30 // just make sure we don't get any errors
t033backtracking.html 23 emitErrorMessage: function() { /* don't report errors */ },
t058rewriteAST.html 655 var found = retval[0], errors = retval[1];
657 errors);
665 var found = retval[0], errors = retval[1];
666 assertArrayEquals(["line 1:4 missing ID at '='"], errors);
673 var found = retval[0], errors = retval[1];
675 errors);
682 var found = retval[0], errors = retval[1];
683 assertArrayEquals(["line 0:-1 missing INT at '<EOF>'"], errors);
691 var found = retval[0], errors = retval[1];
693 errors);
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t001lexer.py 13 # report errors to /dev/null
t002lexer.py 13 # report errors to /dev/null
t003lexer.py 13 # report errors to /dev/null
t007lexer.py 13 # report errors to /dev/null
  /external/blktrace/doc/
blkrawverify.1 20 Errors found will be tracked in <\fIdev\fR>.verify.out.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/
SubjectKeyIdentifierStructure.java 22 * @throws IOException on parsing errors.
  /external/chromium/app/sql/
diagnostic_error_delegate.h 15 // This class handles the exceptional sqlite errors that we might encounter
  /external/chromium/base/
sys_string_conversions_linux.cc 55 // Handle any errors and return an empty string.
83 // Handle any errors and return an empty string.
111 // Handle any errors and return an empty string.
140 // Handle any errors and return an empty string.
  /external/chromium/base/win/
scoped_handle.h 47 // usage for errors.
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module_constants.h 30 // Errors.
extension_clipboard_api.cc 16 // Errors.
extension_cookies_api_constants.cc 37 // Errors
extension_cookies_api_constants.h 41 // Errors.
stubs_apitest.cc 11 // Tests that we throw errors when you try using extension APIs that aren't

Completed in 325 milliseconds

<<21222324252627282930>>