HomeSort by relevance Sort by last modified time
    Searched refs:PragmaListTy (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 150 typedef android::Vector<std::pair<const char*, const char*> > PragmaListTy;
181 PragmaListTy mPragmas;
217 inline const PragmaListTy &getPragmas() const
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoWriter.cpp 36 helper_adapt_list_item<rsinfo::PragmaItem, RSInfo::PragmaListTy>(
39 const RSInfo::PragmaListTy::const_iterator &pItem) {
175 if (!helper_write_list<rsinfo::PragmaItem, PragmaListTy>
RSExecutable.cpp 116 const RSInfo::PragmaListTy &pragmas = pInfo.getPragmas();
117 for (RSInfo::PragmaListTy::const_iterator pragma_iter = pragmas.begin(),
RSInfoReader.cpp 41 helper_read_list_item<rsinfo::PragmaItem, RSInfo::PragmaListTy>(
44 RSInfo::PragmaListTy &pResult)
272 if (!helper_read_list<rsinfo::PragmaItem, PragmaListTy>
RSInfo.cpp 173 for (PragmaListTy::const_iterator pragma_iter = mPragmas.begin(),
239 for (PragmaListTy::const_iterator pragma_iter = mPragmas.begin(),

Completed in 60 milliseconds