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

<<11121314151617181920>>

  /external/qemu/proxy/
proxy_common.c 395 FD_SET( fd, sel->errors );
397 FD_CLR( fd, sel->errors );
411 if ( FD_ISSET(fd, sel->errors) )
431 sel->errors = err_fds;
451 sel->errors = err_fds;
  /external/freetype/src/base/
ftrfork.c 394 FT_Error *errors )
403 errors[i] = FT_Stream_Seek( stream, 0 );
405 errors[i] = FT_Err_Ok;
407 if ( errors[i] )
410 errors[i] = (raccess_guess_table[i].func)( library,
841 /* Dummy function; just sets errors */
850 FT_Error *errors )
863 errors[i] = FT_Err_Unimplemented_Feature;
  /external/wpa_supplicant/tests/
test_sha1.c 116 int errors = 0; local
125 errors++;
133 errors++;
141 errors++;
152 errors++;
161 errors++;
164 return errors;
test_sha256.c 258 int errors = 0; local
268 errors++;
280 errors++;
295 errors++;
304 errors++;
317 errors++;
329 return errors;
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_sha256.c 258 int errors = 0; local
268 errors++;
280 errors++;
295 errors++;
304 errors++;
317 errors++;
330 return errors;
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.js 226 get errors()
231 set errors(x)
262 if (!this.errors && !this.warnings) {
271 if (this.errors) {
274 errorElement.textContent = this.errors;
285 if (this.errors) {
287 if (this.errors == 1) {
289 errorWarningElement.title = WebInspector.UIString("%d error, %d warning", this.errors, this.warnings);
291 errorWarningElement.title = WebInspector.UIString("%d error, %d warnings", this.errors, this.warnings);
293 errorWarningElement.title = WebInspector.UIString("%d errors, %d warning", this.errors, this.warnings)
    [all...]
  /development/testrunner/test_defs/
instrumentation_test.py 26 import errors namespace
104 errors.AbortError: if fatal error occurs
158 except errors.InstrumentationError, errors.DeviceUnresponsiveError:
198 logger.Log("Tests run: %d, Failures: %d, Errors: %d" %
  /dalvik/dx/src/junit/framework/
TestResult.java 9 * The test framework distinguishes between <i>failures</i> and <i>errors</i>.
10 * A failure is anticipated and checked for with assertions. Errors are
30 * Adds an error to the list of errors. The passed in exception
76 * Gets the number of detected errors.
82 * Returns an Enumeration for the errors
84 public synchronized Enumeration errors() { method in class:TestResult
  /dalvik/dx/src/junit/textui/
ResultPrinter.java 47 printDefects(result.errors(), result.errorCount(), "error");
91 ", Errors: "+result.errorCount());
  /external/bison/src/
state.h 71 states should explicitly be errors (for implementing %nonassoc).
72 For each state, the tokens that are errors for this reason are
235 void state_errs_set (state *s, int num, symbol **errors);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 813 errors: 0
820 results.errors += test.errors;
833 url += "errors=" + results.errors;
870 return new DrNicTest.Template('#{tests} tests, #{assertions} assertions, #{failures} failures, #{errors} errors').evaluate(this.getResult());
890 DrNicTest.Unit.Testcase.prototype.errors = 0;
919 var msg = '#{assertions} assertions, #{failures} failures, #{errors} errors\n'
    [all...]
  /external/chromium/chrome/common/
json_schema_validator.h 102 // Errors will result in CHECK at runtime; this constructor should not be used
112 // and valid. Errors will result in CHECK at runtime; this constructor should
134 // Returns any errors from the last call to to Validate().
135 const std::vector<Error>& errors() const { function in class:JSONSchemaValidator
140 // otherwise. If false is returned any errors are available from the errors()
206 // Errors accumulated since the last call to Validate().
  /external/junit/src/junit/framework/
TestResult.java 9 * The test framework distinguishes between <i>failures</i> and <i>errors</i>.
10 * A failure is anticipated and checked for with assertions. Errors are
30 * Adds an error to the list of errors. The passed in exception
76 * Gets the number of detected errors.
82 * Returns an Enumeration for the errors
84 public synchronized Enumeration errors() { method in class:TestResult
  /external/junit/src/junit/textui/
ResultPrinter.java 47 printDefects(result.errors(), result.errorCount(), "error");
91 ", Errors: "+result.errorCount());
  /external/v8/test/mjsunit/regress/
regress-1145.js 32 // compiled functions with syntax errors into early errors).
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
test_expectations.py 102 for error in err.errors:
  /external/wpa_supplicant/
ctrl_iface_udp.c 42 int errors; member in struct:wpa_ctrl_dst
380 dst->errors++;
381 if (dst->errors > 10) {
387 dst->errors = 0;
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_udp.c 42 int errors; member in struct:wpa_ctrl_dst
380 dst->errors++;
381 if (dst->errors > 10) {
387 dst->errors = 0;
config.c 419 int val = 0, last, errors = 0; local
445 errors++;
457 errors++;
462 return errors ? -1 : 0;
503 int val = 0, last, errors = 0; local
550 errors++;
562 errors++;
567 return errors ? -1 : 0;
845 int val = 0, last, errors = 0; local
872 errors++
945 int last, errors = 0; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.h 47 int errors; member in struct:wpa_driver_wext_data
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_udp.c 42 int errors; member in struct:wpa_ctrl_dst
380 dst->errors++;
381 if (dst->errors > 10) {
387 dst->errors = 0;
  /frameworks/base/test-runner/src/junit/textui/
ResultPrinter.java 48 printDefects(result.errors(), result.errorCount(), "error");
92 ", Errors: "+result.errorCount());
  /libcore/junit/src/main/java/junit/framework/
TestResult.java 9 * The test framework distinguishes between <i>failures</i> and <i>errors</i>.
10 * A failure is anticipated and checked for with assertions. Errors are
30 * Adds an error to the list of errors. The passed in exception
76 * Gets the number of detected errors.
82 * Returns an Enumeration for the errors
84 public synchronized Enumeration errors() { method in class:TestResult
  /external/chromium/chrome/browser/sync/sessions/
session_state.h 85 // Counters for various errors that can occur repeatedly during a sync session.
94 // Number of commits hitting transient errors since the last successful
99 // transient errors. When any of these succeed, this counter is reset.
114 const ErrorCounters& errors,
132 const ErrorCounters errors; member in struct:browser_sync::sessions::SyncSessionSnapshot
  /external/dbus/dbus/
Android.mk 15 dbus-errors.c \

Completed in 1377 milliseconds

<<11121314151617181920>>