Searched defs:isWeak (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.cpp492 const bool isWeak = (util::deviceToHost16(map->flags) & ResTable_entry::FLAG_WEAK) != 0; local
493 std::unique_ptr<Attribute> attr = util::make_unique<Attribute>(isWeak);
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp159 // isWeak - [L,W] == [0, 1]
160 bool ResolveInfo::isWeak() const { function in class:mcld::ResolveInfo
229 (isGlobal() || isWeak()) && (isDefine() || isCommon()))
/frameworks/base/tools/aapt2/
H A DResourceValues.h49 bool isWeak() const { function in struct:aapt::Value
/frameworks/base/tools/aapt2/proto/
H A DTableProtoDeserializer.cpp222 const bool isWeak = pbValue.has_weak() ? pbValue.weak() : false; local
235 std::unique_ptr<Attribute> attr = util::make_unique<Attribute>(isWeak);
334 value->setWeak(isWeak);

Completed in 34 milliseconds