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

12 3 4

  /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.h 61 void ReportError(scoped_ptr<ExtensionError> error);
error_console.cc 105 void ErrorConsole::ReportError(scoped_ptr<ExtensionError> error) {
206 ReportError(scoped_ptr<ExtensionError>(new ManifestError(
  /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();
video_capture_device_impl.h 74 void ReportError();
video_capture_device_impl.cc 160 void ThreadSafeCaptureOracle::ReportError() {
298 oracle_proxy_->ReportError();
  /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(
bluetooth_options_handler.h 139 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...]
  /external/chromium_org/ppapi/tests/
test_file_io.cc     [all...]
test_udp_socket_private.cc 81 return ReportError("PPB_UDPSocket_Private::SetSocketFeature", rv);
86 return ReportError("PPB_UDPSocket_Private::SetSocketFeature", rv);
  /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/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 224 void ReportError(QualType T);
245 ReportError(T);
257 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/v3/
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 );
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
Dbg.stg 161 ReportError( ioe );
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 206 static void ReportError(DieWhenReporting should_die, const char* format, ...) {
688 ReportError(DIE, "ERROR: flag '%s' was defined more than once "
694 ReportError(DIE, "ERROR: something wrong with flag '%s' in file '%s'. "
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 206 static void ReportError(DieWhenReporting should_die, const char* format, ...) {
688 ReportError(DIE, "ERROR: flag '%s' was defined more than once "
694 ReportError(DIE, "ERROR: something wrong with flag '%s' in file '%s'. "
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.cs 75 ReportError( ioe );
181 ReportError(re);
400 ReportError(re);
703 ReportError(re);
787 ReportError(re);
ProfileTreeGrammar.cs 186 ReportError(re);
405 ReportError(re);
708 ReportError(re);
792 ReportError(re);
  /external/chromium_org/net/disk_cache/
backend_impl.cc 200 ReportError(ERR_STORAGE_ERROR);
232 ReportError(ERR_INIT_FAILED);
237 ReportError(ERR_CACHE_CREATED);
284 ReportError(ERR_PREVIOUS_CRASH);
286 ReportError(ERR_NO_ERROR);
355 ReportError(ERR_CACHE_DOOMED);
963 ReportError(error);
975 void BackendImpl::ReportError(int error) {
    [all...]

Completed in 470 milliseconds

12 3 4