HomeSort by relevance Sort by last modified time
    Searched refs:ReportError (Results 26 - 50 of 85) sorted by null

12 3 4

  /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/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/content/browser/media/capture/
web_contents_audio_input_stream.cc 68 void ReportError();
156 ReportError();
203 void WebContentsAudioInputStream::Impl::ReportError() {
272 ReportError();
content_video_capture_device_core.h 84 void ReportError(const std::string& reason);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 244 ReportError("bluetoothChangePowerFailed", std::string());
273 ReportError("bluetoothStartDiscoveryFailed", std::string());
419 ReportError(error_name, address);
424 ReportError("bluetoothDisconnectFailed", address);
429 ReportError("bluetoothForgetFailed", address);
447 ReportError("bluetoothStopDiscoveryFailed", std::string());
556 void BluetoothOptionsHandler::ReportError(
bluetooth_options_handler.h 136 void ReportError(const std::string& error, const std::string& address);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 241 void ReportError(int line, int col, const string& message) {
281 void ReportError(const string& message) {
282 ReportError(tokenizer_.current().line, tokenizer_.current().column,
336 ReportError("Extension \"" + field_name + "\" is not defined or "
370 ReportError("Message type \"" + descriptor->full_name() +
399 ReportError("Non-repeated field \"" + field_name +
603 ReportError("Invalid value for boolean field \"" + field->name()
628 ReportError("Expected integer or identifier.");
633 ReportError("Unknown enumeration value of \"" + value + "\" for "
699 ReportError("Invalid float number: " + text)
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 183 Context->ReportError(TopLevelRecord->getLocation(), Message)
186 Context->ReportError(ND->getLocation(), Message) << ND->getName()
319 Context->ReportError(
537 Context->ReportError(
543 Context->ReportError(
557 Context->ReportError(Loc,
634 Context->ReportError(VD->getLocation(),
637 Context->ReportError("anonymous types cannot be exported");
840 Context->ReportError("unknown type cannot be exported: '%0'")
    [all...]
slang_rs_check_ast.cpp 203 Context->ReportError(
243 Context->ReportError(CE->getExprLoc(), "invalid implicit vector cast");
245 Context->ReportError(CE->getExprLoc(), "invalid vector cast");
slang_rs_context.h 263 clang::DiagnosticBuilder ReportError(const char (&Message)[N]) {
268 clang::DiagnosticBuilder ReportError(const clang::SourceLocation Loc,
slang_rs_export_func.cpp 40 Context->ReportError(
  /external/chromium_org/ppapi/tests/
test_file_io.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/
chrome_extension_web_contents_observer.cc 80 ExtensionSystem::Get(browser_context())->error_console()->ReportError(
  /external/chromium_org/chrome/browser/extensions/error_console/
error_console.h 77 void ReportError(scoped_ptr<ExtensionError> error);
error_console.cc 136 void ErrorConsole::ReportError(scoped_ptr<ExtensionError> error) {
250 ReportError(scoped_ptr<ExtensionError>(new ManifestError(
  /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.Test/SlimParsing/
SlimLexer.cs 164 ReportError( nva );
169 ReportError( re );
337 public override void ReportError( RecognitionException e )
  /external/pdfium/fpdfsdk/src/
fpdf_ext.cpp 17 void ReportError(int nErrorType);
23 void CFSDK_UnsupportInfo_Adapter::ReportError(int nErrorType)
43 pAdapter->ReportError(nError);
fpdfview.cpp 512 CPDF_ModuleMgr::Get()->ReportError(999, str);
530 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, str);
532 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, NULL);
539 CPDF_ModuleMgr::Get()->ReportError(999, "DIBSection created");
550 CPDF_ModuleMgr::Get()->ReportError(999, "Ready for PDF rendering");
564 CPDF_ModuleMgr::Get()->ReportError(999, "Finished PDF rendering");
573 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, str);
575 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, NULL);
582 CPDF_ModuleMgr::Get()->ReportError(999, "Ready for screen rendering");
590 CPDF_ModuleMgr::Get()->ReportError(999, "Finished screen rendering");
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 229 void ReportError(QualType T);
250 ReportError(T);
261 void ASTFieldVisitor::ReportError(QualType T) {
  /external/chromium_org/base/json/
json_parser.h 219 void ReportError(JSONReader::JsonParseError code, int column_adjust);
  /external/chromium_org/net/disk_cache/blockfile/
backend_impl_v3.h 235 void ReportError(int error);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
Dbg.stg 162 ReportError( ioe );

Completed in 1882 milliseconds

12 3 4