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

/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h56 enum Section { enum in struct:android::MediaCodecList
74 Section mCurrentSection;
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h55 Section = 3, enumerator in enum:mcld::ResolveInfo::Type
254 static const uint32_t section_flag = Section << TYPE_OFFSET;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1768 std::string Section; local
1772 Section = SectionTable[Record[5]-1];
1790 if (!Section.empty())
1791 NewGV->setSection(Section);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2066 std::string Section; local
2070 Section = SectionTable[Record[5]-1];
2088 if (!Section.empty())
2089 NewGV->setSection(Section);

Completed in 1325 milliseconds