Searched defs:kept (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/filter/
H A DAbiFilter_test.cpp30 bool kept; member in struct:aapt::__anon1171::TestData
60 EXPECT_EQ(mips->Keep(data.path), data.kept);
/frameworks/compile/mclinker/lib/LD/
H A DIdenticalCodeFolding.cpp78 KeptSections::iterator kept, keptEnd = m_KeptSections.end(); local
80 for (kept = m_KeptSections.begin(); kept != keptEnd; ++kept, ++index) {
81 LDSection* sect = (*kept).first;
82 Input* obj = (*kept).second.first;
83 size_t kept_index = (*kept).second.second;
287 // Use the kept section index.

Completed in 246 milliseconds