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

/frameworks/base/tools/aapt2/
H A DResourceValues.cpp31 bool Value::isWeak() const { function in class:aapt::Value
99 bool Id::isWeak() const { function in class:aapt::Id
223 bool Attribute::isWeak() const { function in class:aapt::Attribute
H A DBinaryResourceParser.cpp796 const bool isWeak = (map->flags & ResTable_entry::FLAG_WEAK) != 0; local
797 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()))

Completed in 469 milliseconds