Home
last modified time | relevance | path

Searched defs:IOException (Results 1 – 17 of 17) 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/okio/okio/src/jvmMain/kotlin/okio/
D-Platform.kt31 actual typealias IOException = java.io.IOException typealias
/external/okio/okio/src/commonMain/kotlin/okio/
D-Platform.kt28 expect open class IOException(message: String?, cause: Throwable?) : Exception { in toUtf8String() class
/external/okio/okio/src/nonJvmMain/kotlin/okio/
D-Platform.kt32 actual open class IOException actual constructor( in toUtf8String() class
/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