Searched refs:maxInt (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener_test.cpp213 attr.maxInt = 23;
228 EXPECT_EQ(attr.maxInt, actualAttr->maxInt);
H A DTableFlattener.cpp96 if (attr->maxInt != std::numeric_limits<int32_t>::max()) {
98 BinaryPrimitive val(Res_value::TYPE_INT_DEC, static_cast<uint32_t>(attr->maxInt));
/frameworks/base/tools/aapt2/
H A DResourceValues.cpp252 maxInt(std::numeric_limits<int32_t>::max()) {
438 } else if (static_cast<int32_t>(util::deviceToHost32(val.data)) > maxInt) {
440 *outMsg << *item << " is greater than maximum integer " << maxInt; local
H A DResourceValues.h266 int32_t maxInt; member in struct:aapt::Attribute
H A DResourceParser_test.cpp171 EXPECT_EQ(23, attr->maxInt);
H A DResourceParser.cpp892 attr->maxInt = maybeMax.value();
/frameworks/base/tools/aapt2/process/
H A DSymbolTable.cpp175 s->attribute->maxInt = static_cast<int32_t>(mapEntry.value.data);
/frameworks/base/tools/aapt2/proto/
H A DTableProtoSerializer.cpp90 pbAttr->set_max_int(attr->maxInt);
/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.cpp511 attr->maxInt = static_cast<int32_t>(mapEntry.value.data);

Completed in 129 milliseconds