Searched refs:errors (Results 701 - 725 of 954) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/third_party/motemplate/
H A Dmotemplate.py56 def __init__(self, text, errors):
58 self.errors = errors
61 return '%s(text=%s, errors=%s)' % (type(self).__name__,
63 self.errors)
231 if key == 'errors':
232 errors = self._render_state._errors
233 return '\n'.join(errors) if errors else None
/external/chromium_org/third_party/sqlite/src/test/
H A Dtester.tcl217 # Install the malloc layer used to inject OOM errors. And the 'automatic'
273 set TC(errors) 0
300 set_test_counter errors [expr [set_test_counter errors] + 1]
302 set nFail [set_test_counter errors]
535 set nErr [set_test_counter errors]
537 puts "$nErr errors out of $nTest tests"
878 # This proc is used to implement test cases that check that IO errors
888 # -persist Make simulated I/O errors persistent
906 # a couple of obscure IO errors tha
[all...]
/external/chromium_org/tools/idl_parser/
H A Didl_parser.py1059 # Access lexer errors, despite being private
1105 errors = 0
1109 errors += filenode.GetProperty('ERRORS')
1115 if errors:
1116 print '\nFound %d errors.\n' % errors
1118 return errors
/external/lldb/test/unittest2/
H A Dcase.py418 """Run the test without collecting errors in a TestResult"""
917 errors = []
919 errors.append('Expected, but missing:\n %s' %
922 errors.append('Unexpected, but present:\n %s' %
924 if errors:
925 standardMsg = '\n'.join(errors)
/external/opencv/cvaux/src/
H A Dcvcorrimages.cpp67 /* Test for errors */
191 float* errors = 0; local
203 /* Test input data for errors */
292 CV_CALL( errors = (float*)cvAlloc( 2 * sizeof(float)*numVisPoints) );
300 /* !!! Need test creation errors */
336 status, errors,
352 if( status[currVis] && errors[currVis] < 1000 )
427 cvFree(&errors);
449 /* Test for errors */
967 /* Test for errors */
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py189 """ Deletes a file skipping errors """
533 errors = []
538 errors.append(("Segment MIDI file not found", segment.filename))
541 errors.append(("Segment DLS file not found; removing from config", segment.dlsfile))
546 if len(errors) == 0:
550 dlg.SetErrors(errors)
/external/chromium_org/chrome/browser/extensions/
H A Dextension_browsertest.cc526 const std::vector<base::string16>* errors = local
528 for (std::vector<base::string16>::const_iterator iter = errors->begin();
529 iter != errors->end(); ++iter)
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_startup_unittest.cc151 sync_driver::DataTypeStatusTable::TypeErrorMap errors; local
152 errors[syncer::BOOKMARKS] =
157 result->data_type_status_table.UpdateFailedDataTypes(errors);
/external/chromium_org/google_apis/drive/
H A Dbase_requests.cc175 // be used to get error information in case of server side errors.
353 // See https://developers.google.com/drive/handle-errors
358 const char kErrorErrorsKey[] = "errors";
377 base::ListValue* errors = NULL; local
379 if (error->GetListWithoutPathExpansion(kErrorErrorsKey, &errors) &&
380 errors->GetDictionary(0, &first_error)) {
/external/chromium_org/ppapi/generators/
H A Didl_c_proto.py760 errors = 0
776 errors += 1
777 return errors
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dcpp_message.py551 def IsInitialized(self, errors=None):
554 if errors is not None:
555 errors.extend(self.FindInitializationErrors());
/external/stressapptest/src/
H A Dsat.cc594 "Only polling ECC errors.\n");
801 // Set maximum number of errors to collect. Stop running after this many.
817 // Inject errors to force miscompare code paths
990 " --max_errors n exit early after finding 'n' errors\n"
1000 " --no_errors run without checking for ECC or other errors\n"
1001 " --force_errors inject false errors to test error handling\n"
1002 " --force_errors_like_crazy inject a lot of false errors "
1054 // This may detect ECC corrected errors, disk problems, or
1055 // any other errors normally hidden from userspace.
1382 // Find all errors
1607 int64 errors = 0; local
1745 uint64 errors = GetTotalErrorCount(); local
[all...]
/external/chromium_org/extensions/common/
H A Dmessage_bundle_unittest.cc23 namespace errors = manifest_errors;
274 errors::kReservedMessageFound, MessageBundle::kUILocaleKey);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMetaElement-in.cpp359 static const char* const errors[] = { local
367 return errors[errorCode];
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
H A DAppRTCClient.java242 JSONArray errors = roomJson.getJSONArray("error_messages");
243 throw new IOException(errors.toString());
/external/chromium_org/third_party/mesa/src/src/gallium/docs/
H A Dmake.bat100 echo.Link check complete; look for any errors in the above output ^
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DBlinkGCPlugin.cpp9 // http://www.chromium.org/developers/blink-gc-plugin-errors
1534 CheckFieldsVisitor::Errors* errors) {
1539 for (CheckFieldsVisitor::Errors::iterator it = errors->begin();
1540 only_warnings && it != errors->end();
1549 for (CheckFieldsVisitor::Errors::iterator it = errors->begin();
1550 it != errors->end();
1574 CheckGCRootsVisitor::Errors* errors) {
1578 for (CheckGCRootsVisitor::Errors::iterator it = errors->begin();
1579 it != errors->end();
1533 ReportClassContainsInvalidFields(RecordInfo* info, CheckFieldsVisitor::Errors* errors) argument
1573 ReportClassContainsGCRoots(RecordInfo* info, CheckGCRootsVisitor::Errors* errors) argument
/external/chromium_org/tools/gn/
H A Dheader_checker.cc133 std::vector<Err>* errors) {
147 *errors = errors_;
131 Run(const std::vector<const Target*>& to_check, bool force_check, std::vector<Err>* errors) argument
/external/mesa3d/src/gallium/docs/
H A Dmake.bat100 echo.Link check complete; look for any errors in the above output ^
/external/oprofile/events/mips/r10000/
H A Devents21 event:0x08 counters:0 um:zero minimum:500 name:CORRECTABLE_ECC_ERRORS_SCACHE : Correctable ECC errors on secondary cache data
/external/oprofile/events/mips/r12000/
H A Devents12 event:0x8 counters:0,1,2,3 um:zero minimum:500 name:CORRECTABLE_ECC_ERRORS : Correctable ECC errors on secondary cache data
/external/tcpdump/
H A Dprint-slow.c165 u_int8_t errors[8]; member in struct:slow_oam_link_event_t
606 EXTRACT_64BITS(&tlv.slow_oam_link_event->errors),
/external/valgrind/main/drd/tests/
H A Dthread_name.stderr.exp93 ERROR SUMMARY: 10 errors from 10 contexts (suppressed: 0 from 0)
/external/valgrind/main/helgrind/tests/
H A Dtc09_bad_unlock.stderr.exp123 ERROR SUMMARY: 11 errors from 11 contexts (suppressed: 0 from 0)
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py8 from distutils.errors import *

Completed in 705 milliseconds

<<21222324252627282930>>