Searched refs:errors (Results 751 - 775 of 954) sorted by relevance

<<313233343536373839

/external/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc153 // An error collector which simply concatenates all its errors into a big
281 // There should be no errors.
311 // There should be no errors.
452 // There should be no errors.
486 // There should be no errors.
620 const char* errors; member in struct:google::protobuf::io::__anon28990::ErrorCase
629 // String errors.
639 // Integer errors.
643 // Hex/octal errors.
655 // Float errors
[all...]
/external/antlr/antlr-3.4/runtime/Python/
H A Dxmlrunner.py133 stream.write('<testsuite errors="%(e)d" failures="%(f)d" ' % \
134 { "e": len(self.errors), "f": len(self.failures) })
251 self._try_test_run(TestTest, """<testsuite errors="0" failures="0" name="unittest.TestSuite" tests="0" time="0.000">
265 self._try_test_run(TestTest, """<testsuite errors="0" failures="0" name="unittest.TestSuite" tests="1" time="0.000">
280 self._try_test_run(TestTest, """<testsuite errors="0" failures="1" name="unittest.TestSuite" tests="1" time="0.000">
297 self._try_test_run(TestTest, """<testsuite errors="1" failures="0" name="unittest.TestSuite" tests="1" time="0.000">
314 self._try_test_run(TestTest, """<testsuite errors="0" failures="0" name="unittest.TestSuite" tests="1" time="0.000">
330 self._try_test_run(TestTest, """<testsuite errors="0" failures="0" name="unittest.TestSuite" tests="1" time="0.000">
/external/chromium_org/chrome/browser/component_updater/
H A Dsw_reporter_installer_win.cc178 global_error_service->errors());
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc287 // We don't want to handle errors thrown by extensions subscribed to these
379 // more detailed errors from the ErrorConsole. Otherwise, use the install
384 const ErrorList& errors = error_console->GetErrorsForExtension(item.id()); local
385 if (!errors.empty()) {
386 for (ErrorList::const_iterator iter = errors.begin();
387 iter != errors.end();
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_delegate.cc279 global_error_service_->errors());
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_settings_handler.cc408 // detailed errors from the ErrorConsole. Otherwise, use the install warnings
419 const ErrorList& errors = local
421 if (!errors.empty()) {
424 for (ErrorList::const_iterator iter = errors.begin();
425 iter != errors.end(); ++iter) {
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dautomation.cc36 namespace errors = manifest_errors;
/external/chromium_org/chrome/test/mini_installer/
H A Dtest_installer.py404 return set(test.id() for test, _ in result.failures + result.errors)
/external/chromium_org/ppapi/generators/
H A Didl_diff.py326 output, errors = p.communicate()
/external/chromium_org/third_party/libxslt/libxslt/
H A Dimports.c240 style->errors++;
/external/lldb/test/unittest2/test/
H A Dtest_suite.py336 self.assertEqual(len(result.errors), 1)
H A Dtest_case.py82 errors = [] variable in class:TestCleanUp.testCleanUpWithErrors.MockResult
84 self.errors.append((test, exc_info))
103 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
276 # "With a temporary result stopTestRun is called when setUp errors.
390 # "When tearDown errors with a default result stopTestRun is still called."
/external/oprofile/events/x86-64/hammer/
H A Dunit_masks49 0x02 Piggyback scrubber errors
186 0x80 Number of correctable and uncorrectable DRAM ECC errors (RevE)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb98 The base class of the variety of syntax errors that can occur during the
99 recognition process. These errors all typically concern an expectation built in
393 symbols. Thus, NoViableAlternative errors indicate that the current input does
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_api.c1018 ** errors - receive error codes
1021 int PORT_SendError (UINT16 handle, UINT8 errors) argument
1025 RFCOMM_TRACE_API ("PORT_SendError() handle:%d errors:0x%x", handle, errors);
1044 RFCOMM_LineStatusReq (p_port->rfc.p_mcb, p_port->dlci, errors);
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator.cc51 const char kErrorsField[] = "errors";
145 base::DictionaryValue* errors = NULL; local
146 if (!root_dict->GetDictionary(kErrorsField, &errors))
148 for (base::DictionaryValue::Iterator it(*errors);
1125 // This is the magic for detection of errors in during activation process.
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_app_sorting_unittest.cc812 std::string errors; local
815 simple_dict, Extension::NO_FLAGS, &errors);
816 EXPECT_TRUE(app.get()) << errors;
/external/chromium_org/extensions/common/
H A Dextension_l10n_util_unittest.cc26 namespace errors = manifest_errors;
180 errors::kLocalesInvalidLocale,
289 EXPECT_EQ(std::string(errors::kInvalidName), error);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp200 int errors = 0;
212 errors++;
217 return errors;
/external/lldb/source/Core/
H A DModuleList.cpp1073 std::list<Error>& errors,
1092 errors.push_back(error);
1099 return errors.size() == 0;
1072 LoadScriptingResourcesInTarget(Target *target, std::list<Error>& errors, Stream *feedback_stream, bool continue_on_error) argument
/external/lldb/source/Target/
H A DProcess.cpp101 { "unwind-on-error-in-expressions", OptionValue::eTypeBoolean, true, true, NULL, NULL, "If true, errors in expression evaluation will unwind the stack back to the state before the call." },
4650 Stream &errors)
4656 errors.Printf("RunThreadPlan called with empty thread plan.");
4662 errors.Printf ("RunThreadPlan called with an invalid thread plan.");
4668 errors.Printf("RunThreadPlan called on wrong process.");
4675 errors.Printf("RunThreadPlan called with invalid thread.");
4688 errors.Printf ("RunThreadPlan called while the private state was not stopped.");
4701 errors.Printf("RunThreadPlan called without a selected frame on thread %d", thread_idx_id);
4846 errors.Printf("Error resuming inferior the %d time: \"%s\".\n",
4864 errors
[all...]
/external/skia/tests/
H A DPathOpsExtendedTest.cpp317 int errors = 0;
329 errors++;
334 return errors;
/external/chromium_org/components/sync_driver/
H A Ddata_type_manager_impl_unittest.cc155 DataTypeStatusTable::TypeErrorMap errors = variable
159 ASSERT_EQ(expected_errors.size(), errors.size());
164 ASSERT_TRUE(errors.find(iter->first) != errors.end());
166 errors.find(iter->first)->second.error_type());
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc227 "Returns the initialization errors of a message."),
1570 vector<string> errors; local
1571 message->FindInitializationErrors(&errors);
1573 PyObject* error_list = PyList_New(errors.size());
1577 for (unsigned int i = 0; i < errors.size(); ++i) {
1578 const string& error = errors[i];
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c192 static int errors; variable
482 ++errors;
495 --errors;
705 if (errors)
744 return (errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
934 if (errors)
1039 ** Call error with errstring and return zero on errors.

Completed in 991 milliseconds

<<313233343536373839