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

/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h57 enum Section { enum in struct:android::MediaCodecList
75 Section mCurrentSection;
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h54 Section = 3, enumerator in enum:mcld::ResolveInfo::Type
261 static const uint32_t section_flag = Section << TYPE_OFFSET;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1796 std::string Section; local
1800 Section = SectionTable[Record[5]-1];
1818 if (!Section.empty())
1819 NewGV->setSection(Section);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2071 std::string Section; local
2075 Section = SectionTable[Record[5]-1];
2093 if (!Section.empty())
2094 NewGV->setSection(Section);

Completed in 236 milliseconds