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

/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h75 enum Section { enum in struct:android::MediaCodecList
91 Section mCurrentSection;
93 Vector<Section> mPastSections;
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h53 Section = 3, enumerator in enum:mcld::ResolveInfo::Type
246 static const uint32_t section_flag = Section << TYPE_OFFSET;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2206 std::string Section; local
2210 Section = SectionTable[Record[5]-1];
2228 if (!Section.empty())
2229 NewGV->setSection(Section);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2474 std::string Section; local
2478 Section = SectionTable[Record[5]-1];
2496 if (!Section.empty())
2497 NewGV->setSection(Section);

Completed in 195 milliseconds