Home
last modified time | relevance | path

Searched defs:IOException (Results 1 – 14 of 14) sorted by relevance

/external/sfntly/cpp/src/sfntly/port/
Dexception_type.h67 IOException() throw() : Exception("I/O exception") {} in IOException() function
68 explicit IOException(const char* message) throw() : Exception(message) {} in IOException() function
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DParserDebugger.cs8 using IOException = System.IO.IOException; typedef
DDebugParser.cs38 using IOException = System.IO.IOException; typedef
DDebugTreeParser.cs38 using IOException = System.IO.IOException; typedef
DRemoteDebugEventSocketListener.cs41 using IOException = System.IO.IOException; typedef
DDebugEventSocketProxy.cs38 using IOException = System.IO.IOException; typedef
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugParser.cs37 using IOException = System.IO.IOException; typedef
DDebugTreeParser.cs39 using IOException = System.IO.IOException; typedef
DRemoteDebugEventSocketListener.cs40 using IOException = System.IO.IOException; typedef
DDebugEventSocketProxy.cs39 using IOException = System.IO.IOException; typedef
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugTreeGrammar.cs23 using IOException = System.IO.IOException; typedef
DProfileTreeGrammar.cs23 using IOException = System.IO.IOException; typedef
DDebugGrammarParser.cs16 using IOException = System.IO.IOException; typedef
DProfileGrammarParser.cs16 using IOException = System.IO.IOException; typedef