Home
last modified time | relevance | path

Searched refs:pDeps (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfo.cpp108 const DependencyTableTy &pDeps) { in CheckDependency() argument
119 if (pInfo.mDependencyTable.size() != (pDeps.size() + NumBuiltInDependencies)) { in CheckDependency()
122 static_cast<unsigned long>(pDeps.size()), pInputFilename); in CheckDependency()
207 for (unsigned i = 0; i < pDeps.size(); i++) { in CheckDependency()
211 if ((::strcmp(pDeps[i].first, cache_dep.first) != 0) || in CheckDependency()
212 (::memcmp(pDeps[i].second, cache_dep.second, in CheckDependency()
216 PRINT_DEPENDENCY("given - ", pDeps[i].first, pDeps[i].second); in CheckDependency()
DRSInfoExtractor.cpp129 const DependencyTableTy &pDeps) in ExtractFromSource() argument
176 for (unsigned i = 0, e = pDeps.size(); i != e; i++) { in ExtractFromSource()
178 string_pool_size += ::strlen(/* name */pDeps[i].first) + 1; in ExtractFromSource()
410 for (unsigned i = 0, e = pDeps.size(); i != e; i++) { in ExtractFromSource()
411 if (!writeDependency(/* name */pDeps[i].first, /* SHA-1 */pDeps[i].second, in ExtractFromSource()
DRSInfoReader.cpp176 RSInfo *RSInfo::ReadFromFile(InputFile &pInput, const DependencyTableTy &pDeps) { in ReadFromFile() argument
288 if (!CheckDependency(*result, pInput.getName().c_str(), pDeps)) { in ReadFromFile()
DRSCompilerDriver.cpp202 const RSInfo::DependencyTableTy &pDeps, in compileScript() argument
212 info = RSInfo::ExtractFromSource(pScript.getSource(), pDeps); in compileScript()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h194 const DependencyTableTy &pDeps);
223 const DependencyTableTy &pDeps);
227 const DependencyTableTy &pDeps);
DRSCompilerDriver.h60 const RSInfo::DependencyTableTy &pDeps,