Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/codegen/src/com/android/codegen/
H A DGenerators.kt65 this.intOrStringDef = constDef
689 intOrStringDef?.type?.isInt == true ->
830 if (intOrStringDef != null) {
831 if (intOrStringDef!!.type == ConstDef.Type.INT_FLAGS) {
835 appendLinesWithContinuationIndent(intOrStringDef!!.CONST_NAMES.joinToString("\n| "))
841 appendLinesWithContinuationIndent(intOrStringDef!!.CONST_NAMES.joinToString("\n&& ") {
848 intOrStringDef!!.CONST_NAMES.forEachLastAware { CONST_NAME, isLast ->
H A DFieldInfo.kt113 var intOrStringDef = null as ConstDef? regex