Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/
H A DGenerators.kt65 this.intOrStringDef = constDef
691 intOrStringDef?.type?.isInt == true ->
832 if (intOrStringDef != null) {
833 if (intOrStringDef!!.type == ConstDef.Type.INT_FLAGS) {
837 appendLinesWithContinuationIndent(intOrStringDef!!.CONST_NAMES.joinToString("\n| "))
843 appendLinesWithContinuationIndent(intOrStringDef!!.CONST_NAMES.joinToString("\n&& ") {
850 intOrStringDef!!.CONST_NAMES.forEachLastAware { CONST_NAME, isLast ->
H A DFieldInfo.kt113 var intOrStringDef = null as ConstDef? regex