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

/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h61 enum Section { enum in struct:android::MediaCodecList
76 Section mCurrentSection;
77 Vector<Section> mPastSections;
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h52 Section = 3, enumerator in enum:mcld::ResolveInfo::Type
272 static const uint32_t section_flag = Section << TYPE_OFFSET;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1842 std::string Section; local
1846 Section = SectionTable[Record[5]-1];
1864 if (!Section.empty())
1865 NewGV->setSection(Section);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2115 std::string Section; local
2119 Section = SectionTable[Record[5]-1];
2137 if (!Section.empty())
2138 NewGV->setSection(Section);

Completed in 965 milliseconds