Searched defs:pList (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoWriter.cpp142 ItemContainer &pList) {
145 for (typename ItemContainer::const_iterator item_iter = pList.begin(),
146 item_end = pList.end(); item_iter != item_end; item_iter++) {
147 // Convert each entry in the pList to ItemType.
139 helper_write_list(OutputFile &pOutput, const RSInfo &pInfo, const rsinfo::ListHeader &pHeader, ItemContainer &pList) argument
/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp348 void EhFrame::deleteFragments(FragListType& pList, MemoryArea& pArea) argument
351 for (FragListType::iterator it = pList.begin(); it != pList.end(); ++it) {
356 pList.clear();

Completed in 54 milliseconds