Searched defs:push_back (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libmedia/
H A DStringArray.cpp45 bool StringArray::push_back(const char* str) { function in class:android::StringArray
/frameworks/compile/mclinker/lib/Script/
H A DOutputSectDesc.cpp136 void OutputSectDesc::push_back(ScriptCommand* pCommand) { function in class:mcld::OutputSectDesc
140 m_OutputSectCmds.push_back(pCommand);
162 assignments.push_back(*it);
H A DSectionsCmd.cpp50 void SectionsCmd::push_back(ScriptCommand* pCommand) { function in class:mcld::SectionsCmd
55 m_SectionCommands.push_back(pCommand);
73 assignments.push_back(*it);
H A DStringList.cpp31 void StringList::push_back(StrToken* pToken) { function in class:mcld::StringList
32 m_Tokens.push_back(pToken);
H A DRpnExpr.cpp50 void RpnExpr::push_back(ExprToken* pToken) { function in class:mcld::RpnExpr
51 m_TokenQueue.push_back(pToken);
82 expr->push_back(SectDescOperand::create(*pIter));
83 expr->push_back(&Operator::create<Operator::ADDR>());
84 expr->push_back(SectDescOperand::create(*pIter));
85 expr->push_back(&Operator::create<Operator::SIZEOF>());
86 expr->push_back(&Operator::create<Operator::ADD>());
93 expr->push_back(FragOperand::create(pFrag));
/frameworks/rs/
H A DrsList.h40 push_back(*it);
54 void push_back(const T& value) { function in class:android::renderscript::List
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp114 void push_back(Value *V) { function in class:__anon1112::BitcodeReaderValueList
115 ValuePtrs.push_back(V);
164 void push_back(Metadata *MD) { MDValuePtrs.emplace_back(MD); }
570 push_back(V);
586 ResolveConstants.push_back(std::make_pair(PHC, Idx));
686 NewOps.push_back(cast<Constant>(NewOp));
715 push_back(MD);
785 IdentifiedStructTypes.push_back(Ret);
791 IdentifiedStructTypes.push_back(Ret);
866 Attrs.push_back(AttributeSe
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp115 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j)));
357 void push_back(Value *V) { function in class:__anon1115::BitcodeReaderValueList
358 ValuePtrs.push_back(V);
407 void push_back(Metadata *MD) { MDValuePtrs.emplace_back(MD); }
846 push_back(V);
862 ResolveConstants.push_back(std::make_pair(PHC, Idx));
962 NewOps.push_back(cast<Constant>(NewOp));
991 push_back(MD);
1061 IdentifiedStructTypes.push_back(Ret);
1067 IdentifiedStructTypes.push_back(Re
[all...]

Completed in 718 milliseconds