Home
last modified time | relevance | path

Searched refs:LIST (Results 1 – 6 of 6) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DVarType.java27 LIST, enumConstant
DValue.java39 if (varType == VarType.LIST) { in Value()
56 mVarType = VarType.LIST; in Value()
138 if (s.length() > 0 && (val.mVarType == VarType.LIST || m.find())) { in oneLinePerWord()
DFlattenConfig.java220 forEachInheritAlpha(filename, VarType.LIST, seen, in flattenListVars()
228 forEachStatement(filename, VarType.LIST, null, in flattenListVars()
335 forEachStatement(filename, VarType.LIST, null, null, in flattenInheritsFrom()
DMakeConfig.java137 if (entry.getValue() == VarType.LIST) { in printToStream()
DMakeWriter.java146 if (value.getVarType() == VarType.LIST) { in writeFlat()
DDumpConfigParser.java152 final VarType type = "list".equals(fields.get(1)) ? VarType.LIST : VarType.SINGLE; in parseImpl()