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 153 typedef android::Vector<std::pair<const char*, const char*> > PragmaListTy;
204 PragmaListTy mPragmas;
241 inline const PragmaListTy &getPragmas() const
  /frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp 116 const RSInfo::PragmaListTy &pragmas = pInfo.getPragmas();
117 for (RSInfo::PragmaListTy::const_iterator pragma_iter = pragmas.begin(),
RSInfoWriter.cpp 59 helper_adapt_list_item<rsinfo::PragmaItem, RSInfo::PragmaListTy>(
62 const RSInfo::PragmaListTy::const_iterator &pItem) {
204 if (!helper_write_list<rsinfo::PragmaItem, PragmaListTy>
RSInfoReader.cpp 68 helper_read_list_item<rsinfo::PragmaItem, RSInfo::PragmaListTy>(
71 RSInfo::PragmaListTy &pResult)
292 if (!helper_read_list<rsinfo::PragmaItem, PragmaListTy>
RSInfo.cpp 304 for (PragmaListTy::const_iterator pragma_iter = mPragmas.begin(),
371 for (PragmaListTy::const_iterator pragma_iter = mPragmas.begin(),

Completed in 38 milliseconds