Searched refs:pDeps (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSInfo.cpp | 108 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()
|
D | RSInfoExtractor.cpp | 129 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()
|
D | RSInfoReader.cpp | 176 RSInfo *RSInfo::ReadFromFile(InputFile &pInput, const DependencyTableTy &pDeps) { in ReadFromFile() argument 288 if (!CheckDependency(*result, pInput.getName().c_str(), pDeps)) { in ReadFromFile()
|
D | RSCompilerDriver.cpp | 202 const RSInfo::DependencyTableTy &pDeps, in compileScript() argument 212 info = RSInfo::ExtractFromSource(pScript.getSource(), pDeps); in compileScript()
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
D | RSInfo.h | 194 const DependencyTableTy &pDeps); 223 const DependencyTableTy &pDeps); 227 const DependencyTableTy &pDeps);
|
D | RSCompilerDriver.h | 60 const RSInfo::DependencyTableTy &pDeps,
|