/external/valgrind/main/memcheck/tests/ |
partiallydefinedeq.stderr.exp3 | 2 On s390 we might see 2 or 3 errors. 18 For counts of detected and suppressed errors, rerun with: -v 20 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
partiallydefinedeq.stderr.exp4 | 2 On s390 we might see 2 or 3 errors. 22 For counts of detected and suppressed errors, rerun with: -v 24 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
|
/external/wpa_supplicant_8/wpa_supplicant/tests/ |
test_eap_sim_common.c | 42 int errors = 0; local 44 errors += test_eap_sim_prf(); 46 return errors;
|
/libcore/luni/src/main/java/org/xml/sax/ |
ErrorHandler.java | 23 * method. The parser will then report all errors and warnings 27 * register an ErrorHandler, XML parsing errors will go unreported, 28 * except that <em>SAXParseException</em>s will be thrown for fatal errors. 29 * In order to detect validity errors, an ErrorHandler that does something 32 * <p>For XML processing errors, a SAX driver must use this interface 35 * errors and warnings. Note, however, that there is no requirement that 36 * the parser continue to report additional errors after a call to 39 * Also parsers may throw appropriate exceptions for non-XML errors. 41 * an IOException for errors accessing entities or the document.</p> 56 * are not errors or fatal errors as defined by the XM [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
xattr.h | 39 is SIZE bytes long). Return 0 on success, -1 for errors. */ 46 Return 0 on success, -1 for errors. */ 52 bytes long). Return 0 on success, -1 for errors. */ 57 SIZE bytes long). Return 0 on success, -1 for errors. */ 63 Return 0 on success, -1 for errors. */ 68 bytes long). Return 0 on success, -1 for errors. */ 74 errors. */ 80 last pathname component. Return 0 on success, -1 for errors. */ 85 LIST (which is SIZE bytes big). Return 0 on success, -1 for errors. */ 90 on success, -1 for errors. * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
xattr.h | 39 is SIZE bytes long). Return 0 on success, -1 for errors. */ 46 Return 0 on success, -1 for errors. */ 52 bytes long). Return 0 on success, -1 for errors. */ 57 SIZE bytes long). Return 0 on success, -1 for errors. */ 63 Return 0 on success, -1 for errors. */ 68 bytes long). Return 0 on success, -1 for errors. */ 74 errors. */ 80 last pathname component. Return 0 on success, -1 for errors. */ 85 LIST (which is SIZE bytes big). Return 0 on success, -1 for errors. */ 90 on success, -1 for errors. * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
xattr.h | 39 is SIZE bytes long). Return 0 on success, -1 for errors. */ 46 Return 0 on success, -1 for errors. */ 52 bytes long). Return 0 on success, -1 for errors. */ 57 SIZE bytes long). Return 0 on success, -1 for errors. */ 63 Return 0 on success, -1 for errors. */ 68 bytes long). Return 0 on success, -1 for errors. */ 74 errors. */ 80 last pathname component. Return 0 on success, -1 for errors. */ 85 LIST (which is SIZE bytes big). Return 0 on success, -1 for errors. */ 90 on success, -1 for errors. * [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
mbcs.py | 20 def decode(input, errors='strict'): 21 return mbcs_decode(input, errors, True) 25 return mbcs_encode(input, self.errors)[0]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
threaded_import_hangers.py | 5 # is appended to the module-global `errors` list. That list remains empty 15 errors = [] variable 42 errors.append("%s appeared to hang" % name)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
mbcs.py | 20 def decode(input, errors='strict'): 21 return mbcs_decode(input, errors, True) 25 return mbcs_encode(input, self.errors)[0]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
threaded_import_hangers.py | 5 # is appended to the module-global `errors` list. That list remains empty 15 errors = [] variable 42 errors.append("%s appeared to hang" % name)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
codecs.py | 97 handling schemes by providing the errors argument. These 114 def encode(self, input, errors='strict'): 119 errors defines the error handling to apply. It defaults to 133 def decode(self, input, errors='strict'): 142 errors defines the error handling to apply. It defaults to 162 def __init__(self, errors='strict'): 167 providing the errors keyword argument. See the module docstring 170 self.errors = errors 202 def __init__(self, errors='strict') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
codecs.py | 97 handling schemes by providing the errors argument. These 114 def encode(self, input, errors='strict'): 119 errors defines the error handling to apply. It defaults to 133 def decode(self, input, errors='strict'): 142 errors defines the error handling to apply. It defaults to 162 def __init__(self, errors='strict'): 167 providing the errors keyword argument. See the module docstring 170 self.errors = errors 202 def __init__(self, errors='strict') [all...] |
/external/libnfc-nxp/src/ |
phHciNfc_RFReader.h | 123 * \retval Other errors Errors related to the other layers 147 * \retval Other errors Errors related to the other layers 200 * \retval Other errors Errors related to the other layers 226 * \retval Other errors Errors related to the other layers 246 * \retval Other errors Errors related to the other layer [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
gjslint.py | 61 flags.DEFINE_boolean('beep', True, 'Whether to beep when errors are found.') 90 errorrecord.ErrorRecords for any found errors. 110 errorrecord.ErrorRecords for any found errors. 120 """Check a path and return any errors. 126 A list of errorrecord.ErrorRecords for any found errors. 133 # Return any errors as error records. 151 """Print a detailed summary of the number of errors in each file.""" 166 """Print a summary of the number of errors and files.""" 173 print '%d files checked, no errors found.' % all_paths_count 182 print ('Found %d errors, including %d new errors, in %d files [all...] |
/external/chromium_org/third_party/closure_linter/closure_linter/ |
gjslint.py | 61 flags.DEFINE_boolean('beep', True, 'Whether to beep when errors are found.') 90 errorrecord.ErrorRecords for any found errors. 110 errorrecord.ErrorRecords for any found errors. 120 """Check a path and return any errors. 126 A list of errorrecord.ErrorRecords for any found errors. 133 # Return any errors as error records. 151 """Print a detailed summary of the number of errors in each file.""" 166 """Print a summary of the number of errors and files.""" 173 print '%d files checked, no errors found.' % all_paths_count 182 print ('Found %d errors, including %d new errors, in %d files [all...] |
/external/clang/lib/ASTMatchers/Dynamic/ |
Diagnostics.cpp | 44 : Error(Error), BeginIndex(Error->Errors.size()) {} 47 // Merge all errors that happened while in this context. 48 if (BeginIndex < Error->Errors.size()) { 49 Diagnostics::ErrorContent &Dest = Error->Errors[BeginIndex]; 50 for (size_t i = BeginIndex + 1, e = Error->Errors.size(); i < e; ++i) { 51 Dest.Messages.push_back(Error->Errors[i].Messages[0]); 53 Error->Errors.resize(BeginIndex + 1); 58 // Revert the errors. 59 Error->Errors.resize(BeginIndex); 69 Errors.push_back(ErrorContent()) [all...] |
/external/junit/src/org/junit/runners/ |
BlockJUnit4ClassRunner.java | 97 protected void collectInitializationErrors(List<Throwable> errors) { 98 super.collectInitializationErrors(errors); 100 validateNoNonStaticInnerClass(errors); 101 validateConstructor(errors); 102 validateInstanceMethods(errors); 103 validateFields(errors); 106 protected void validateNoNonStaticInnerClass(List<Throwable> errors) { 110 errors.add(new Exception(gripe)); 115 * Adds to {@code errors} if the test class has more than one constructor, 119 protected void validateConstructor(List<Throwable> errors) { 170 RULE_VALIDATOR.validate(getTestClass(), errors); local [all...] |
/external/chromium/chrome/browser/ssl/ |
ssl_error_info.h | 46 // Populates the specified |errors| vector with the errors contained in 47 // |cert_status|. Returns the number of errors found. 48 // Callers only interested in the error count can pass NULL for |errors|. 52 std::vector<SSLErrorInfo>* errors);
|
/external/chromium_org/chrome/browser/ssl/ |
ssl_error_info.h | 51 // Populates the specified |errors| vector with the errors contained in 52 // |cert_status|. Returns the number of errors found. 53 // Callers only interested in the error count can pass NULL for |errors|. 58 std::vector<SSLErrorInfo>* errors);
|
/external/chromium_org/chrome/common/extensions/manifest_handlers/ |
nacl_modules_handler.cc | 18 namespace errors = manifest_errors; 46 *error = ASCIIToUTF16(errors::kInvalidNaClModules); 55 *error = ASCIIToUTF16(errors::kInvalidNaClModules); 63 errors::kInvalidNaClModulesPath, base::IntToString(i)); 71 errors::kInvalidNaClModulesMIMEType, base::IntToString(i));
|
/external/chromium_org/content/public/browser/ |
download_interrupt_reason_values.h | 7 // Thus individual errors may be deprecated and new errors added, but 8 // the values of particular errors should not be changed. 10 // File errors. 55 // Network errors.
|
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/ |
glcpp-test | 3 trap 'rm $test.valgrind-errors; exit 1' INT QUIT 59 valgrind --error-exitcode=31 --log-file=$test.valgrind-errors ../glcpp < $test >/dev/null 2>&1 61 echo "ERRORS" 62 cat $test.valgrind-errors 66 rm $test.valgrind-errors
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/ |
__init__.py | 35 succ = self.testsRun - (len(self.errors) + len(self.failures)) 39 self.printErrorList('ERROR', self.errors) 42 def printErrorList(self, flavour, errors): 43 for test, err in errors: 57 return bool(result.failures + result.errors)
|
/external/mesa3d/src/glsl/glcpp/tests/ |
glcpp-test | 3 trap 'rm $test.valgrind-errors; exit 1' INT QUIT 59 valgrind --error-exitcode=31 --log-file=$test.valgrind-errors ../glcpp < $test >/dev/null 2>&1 61 echo "ERRORS" 62 cat $test.valgrind-errors 66 rm $test.valgrind-errors
|