Home
last modified time | relevance | path

Searched refs:withSourceInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/
DUtils.kt84 fun withSourceInfo(filename: String, lineNo: Int): ParseException { in withSourceInfo() method in com.android.hoststubgen.ParseException
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/filters/
DTextFileFilterPolicyParser.kt239 throw e.withSourceInfo(filename, lineNo) in createFilterFromTextPolicyFile()