Home
last modified time | relevance | path

Searched refs:TYPE_INTEGER (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java131 private static final String TYPE_INTEGER = "i"; field in Content.Parser
324 } else if (TYPE_INTEGER.equalsIgnoreCase(type) || TYPE_LONG.equalsIgnoreCase(type)) { in parseBindValue()
/frameworks/base/include/androidfw/
DResourceTypes.h1235 TYPE_INTEGER = 1<<2, enumerator
/frameworks/base/tools/aapt/
DResourceTable.cpp137 { integerArray, sizeof(integerArray)/2, ResTable_map::TYPE_INTEGER,
384 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) { in compileAttribute()
1324 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile()
1396 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4132 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue()
4383 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue()