HomeSort by relevance Sort by last modified time
    Searched defs:ReportError (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium/chrome/browser/extensions/
extension_error_reporter.cc 41 void ExtensionErrorReporter::ReportError(const std::string& message,
46 NewRunnableMethod(this, &ExtensionErrorReporter::ReportError, message,
  /external/chromium_org/chrome/browser/extensions/
extension_error_reporter.cc 38 void ExtensionErrorReporter::ReportError(const string16& message,
45 base::Bind(&ExtensionErrorReporter::ReportError,
  /external/chromium_org/gpu/command_buffer/service/
cmd_parser.cc 78 ReportError(header.command, result);
90 void CommandParser::ReportError(unsigned int command_id,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugParser.cs 87 public virtual void ReportError(IOException e) {
110 public override void ReportError(RecognitionException e) {
111 base.ReportError(e);
DebugTreeParser.cs 90 public virtual void ReportError(IOException e) {
95 public override void ReportError(RecognitionException e) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugParser.cs 95 public virtual void ReportError( IOException e )
123 public override void ReportError( RecognitionException e )
125 base.ReportError(e);
DebugTreeParser.cs 96 public virtual void ReportError( IOException e )
102 public override void ReportError( RecognitionException e )
  /external/skia/tools/copyright/
main.py 80 def ReportError(text):
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 133 ReportError(nva);
136 ReportError(re);
265 public override void ReportError(RecognitionException e) {
BaseRecognizer.cs 207 public virtual void ReportError(RecognitionException e) {
326 * <seealso cref="reportError()"/>
629 ReportError(e); // report after consuming so AW sees the token in the exception
639 ReportError(e); // report after inserting so AW sees the token in the exception
653 ReportError(e);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 160 ReportError(mre);
165 ReportError(mte);
170 ReportError( re );
320 public override void ReportError( RecognitionException e )
BaseRecognizer.cs 227 public virtual void ReportError( RecognitionException e )
379 * <seealso cref="reportError()"/>
710 ReportError( e ); // report after consuming so AW sees the token in the exception
721 ReportError( e ); // report after inserting so AW sees the token in the exception
737 ReportError( e );
    [all...]
  /external/chromium_org/chrome/browser/extensions/error_console/
error_console.cc 67 void ErrorConsole::ReportError(scoped_ptr<const ExtensionError> scoped_error) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 164 ReportError( nva );
169 ReportError( re );
337 public override void ReportError( RecognitionException e )
  /external/chromium_org/net/disk_cache/v3/
backend_worker.cc 142 ReportError(ERR_STORAGE_ERROR);
174 ReportError(ERR_INIT_FAILED);
179 ReportError(ERR_CACHE_CREATED);
226 ReportError(ERR_PREVIOUS_CRASH);
228 ReportError(ERR_NO_ERROR);
374 void BackendImpl::ReportError(int error) {
  /external/chromium_org/cloud_print/service/win/
cloud_print_service.cc 102 HRESULT ReportError(HRESULT hr, int string_id) {
160 ReportError(*pnRetCode, IDS_OPERATION_FAILED_TITLE);
274 return ReportError(hr, IDS_ERROR_FAILED_INSTALL_SERVICE);
285 return ReportError(hr, IDS_ERROR_FAILED_START_SERVICE);
289 return ReportError(E_FAIL, IDS_ERROR_FAILED_START_SERVICE);
294 return ReportError(E_FAIL, IDS_ERROR_NO_DATA_DIR);
298 return ReportError(E_FAIL, IDS_ERROR_NO_CHROME);
302 return ReportError(E_FAIL, IDS_ERROR_NO_XPS);
345 return ReportError(E_FAIL, IDS_ERROR_FAILED_CREATE_CONFIG);
352 return ReportError(cloud_print::GetLastHResult()
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_audio_input_stream.cc 68 void ReportError();
156 ReportError();
203 void WebContentsAudioInputStream::Impl::ReportError() {
272 ReportError();
  /external/chromium_org/ppapi/tests/
test_utils.cc 46 std::string ReportError(const char* method, int32_t error) {
272 ReportError("TestCompletionCallback: Call did not run synchronously "
282 ReportError("TestCompletionCallback: Call ran synchronously when "
297 ReportError("TestCompletionCallback: Expected PP_ERROR_ABORTED or "
304 ReportError("TestCompletionCallback: Expected PP_ERROR_ABORTED or "
352 ReportError("TestCompletionCallback: Callback ran on the wrong message "
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 224 void ReportError(QualType T);
245 ReportError(T);
257 void ASTFieldVisitor::ReportError(QualType T) {
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 233 ReportError("bluetoothChangePowerFailed", std::string());
249 ReportError("bluetoothStartDiscoveryFailed", std::string());
389 ReportError(error_name, address);
394 ReportError("bluetoothDisconnectFailed", address);
399 ReportError("bluetoothForgetFailed", address);
415 ReportError("bluetoothStopDiscoveryFailed", std::string());
531 void BluetoothOptionsHandler::ReportError(
  /external/chromium_org/base/json/
json_parser.cc 243 ReportError(JSONReader::JSON_UNEXPECTED_DATA_AFTER_ROOT, 1);
475 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1);
482 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1);
488 ReportError(JSONReader::JSON_TOO_MUCH_NESTING, 1);
498 ReportError(JSONReader::JSON_UNQUOTED_DICTIONARY_KEY, 1);
512 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1);
520 // ReportError from deeper level.
532 ReportError(JSONReader::JSON_TRAILING_COMMA, 1);
536 ReportError(JSONReader::JSON_SYNTAX_ERROR, 0);
546 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1)
    [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
device_management_service.cc 326 void ReportError(DeviceManagementStatus code);
376 ReportError(DM_STATUS_RESPONSE_DECODING_ERROR);
383 ReportError(DM_STATUS_REQUEST_INVALID);
386 ReportError(DM_STATUS_SERVICE_MANAGEMENT_TOKEN_INVALID);
389 ReportError(DM_STATUS_SERVICE_MISSING_LICENSES);
392 ReportError(DM_STATUS_SERVICE_MANAGEMENT_NOT_SUPPORTED);
395 ReportError(DM_STATUS_SERVICE_ACTIVATION_PENDING);
400 ReportError(DM_STATUS_TEMPORARY_UNAVAILABLE);
403 ReportError(DM_STATUS_SERVICE_DEVICE_NOT_FOUND);
406 ReportError(DM_STATUS_SERVICE_POLICY_NOT_FOUND)
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 165 void ReportError(int line, int col, const string& message) {
205 void ReportError(const string& message) {
206 ReportError(tokenizer_.current().line, tokenizer_.current().column,
255 ReportError("Extension \"" + field_name + "\" is not defined or "
283 ReportError("Message type \"" + descriptor->full_name() +
292 ReportError("Non-repeated field \"" + field_name +
408 ReportError("Invalid value for boolean field \"" + field->name()
425 ReportError("Unknown enumeration value of \"" + value + "\" for "
459 ReportError("Expected identifier.");
473 ReportError("Expected string.")
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 753 procedure ReportError(const E: ERecognitionException);
    [all...]
  /external/chromium_org/chrome/browser/history/
thumbnail_database.cc 149 void ReportError(sql::Connection* db, int error) {
255 ReportError(db, error);
267 ReportError(db, error);
    [all...]

Completed in 526 milliseconds

1 2