Home
last modified time | relevance | path

Searched refs:HostStubGenInternalException (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/filters/
DConstantFilter.kt18 import com.android.hoststubgen.HostStubGenInternalException
38 throw HostStubGenInternalException(
44 throw HostStubGenInternalException(
DImplicitOutputFilter.kt19 import com.android.hoststubgen.HostStubGenInternalException in <lambda>()
51 throw HostStubGenInternalException( in <lambda>()
DAnnotationBasedFilter.kt20 import com.android.hoststubgen.HostStubGenInternalException in <lambda>()
377 throw HostStubGenInternalException("Policy $policy shouldn't show up here") in <lambda>()
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/
DExceptions.kt31 class HostStubGenInternalException(message: String) : Exception(message) class
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/asm/
DAsmUtils.kt19 import com.android.hoststubgen.HostStubGenInternalException in <lambda>()
168 Type.VOID_TYPE -> throw HostStubGenInternalException("VOID_TYPE not expected") in writeByteCodeToPushArguments()