Searched +defs:ignore +defs:errors (Results 1 – 6 of 6) sorted by relevance
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/ |
| D | TestCase.java | 20 final boolean ignore; field in TestCase 22 final List<String> errors; field in TestCase 54 private boolean ignore = false; field in TestCase.Builder 56 private List<String> errors; field in TestCase.Builder 82 public TestCase.Builder errors(String ... errors) { in errors() method in TestCase.Builder 93 public TestCase.Builder ignore() { in ignore() method in TestCase.Builder 99 public TestCase.Builder ignore(String reason) { in ignore() method in TestCase.Builder
|
| /third_party/cups/systemv/ |
| D | cupstestppd.c | 130 int ignore; /* Which errors to ignore */ in main() local 132 int errors; /* Number of conformance errors */ in main() local 1739 int errors, /* I - Errors found */ in check_constraints() 2053 int errors, /* I - Errors found */ in check_case() 2162 int errors, /* I - Errors found */ in check_defaults() 2245 int errors, /* I - Error found */ in check_duplex() 2316 int errors, /* I - Errors found */ in check_filters() 2969 int errors, /* I - Errors found */ in check_profiles() 3113 int errors, /* I - Errors found */ in check_sizes() 3410 int errors, /* I - Errors found */ in check_translations() [all …]
|
| /third_party/python/Objects/ |
| D | unicodeobject.c | 397 _Py_GetErrorHandler(const char *errors) in _Py_GetErrorHandler() 425 get_error_handler_wide(const wchar_t *errors) in get_error_handler_wide() 453 unicode_check_encoding_errors(const char *encoding, const char *errors) in unicode_check_encoding_errors() 3446 const char *errors) in PyUnicode_FromEncodedObject() 3549 const char *errors) in PyUnicode_Decode() 3638 const char *errors) in PyUnicode_AsDecodedObject() 3660 const char *errors) in PyUnicode_AsDecodedUnicode() 3699 const char *errors) in PyUnicode_AsEncodedObject() 3779 PyUnicode_EncodeLocale(PyObject *unicode, const char *errors) in PyUnicode_EncodeLocale() 3809 _Py_error_handler errors = get_error_handler_wide(filesystem_errors); in PyUnicode_EncodeFSDefault() local [all …]
|
| /third_party/python/Lib/test/support/ |
| D | __init__.py | 122 def __init__(self, msg, errors, failures): argument 1551 def detect_api_mismatch(ref_api, other_api, *, ignore=()): argument
|
| /third_party/rust/rust/src/tools/compiletest/src/ |
| D | runtest.rs | 3024 let mut ignore = false; in get_lines() localVariable 3627 let mut errors = 0; in load_compare_outputs() localVariable 3689 let mut errors = self.load_compare_outputs(&proc_res, TestOutput::Compile, explicit); in run_ui_test() localVariable
|
| /third_party/python/Lib/test/ |
| D | test_socket.py | 2771 def checkFlags(self, flags, eor=None, checkset=0, checkunset=0, ignore=0): argument 4953 errors = 'strict' variable in FileObjectClassTestCase
|