Searched refs:addDependency (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
D | SourceInfo.cpp | 191 checker.addDependency(BCC_APK_RESOURCE, buffer.resName, sha1); in introDependency() 195 checker.addDependency(BCC_FILE_RESOURCE, file.path, sha1); in introDependency()
|
D | Script.cpp | 294 reader.addDependency(BCC_FILE_RESOURCE, pathLibBCC_SHA1, sha1LibBCC_SHA1); in internalLoadCache() 295 reader.addDependency(BCC_FILE_RESOURCE, pathLibRS, sha1LibRS); in internalLoadCache() 420 writer.addDependency(BCC_FILE_RESOURCE, pathLibBCC_SHA1, sha1LibBCC_SHA1); in writeCache() 421 writer.addDependency(BCC_FILE_RESOURCE, pathLibRS, sha1LibRS); in writeCache()
|
D | MCCacheWriter.h | 69 void addDependency(MCO_ResourceType resType, in addDependency() function
|
D | MCCacheReader.h | 71 void addDependency(MCO_ResourceType resType, in addDependency() function
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorSet.java | 620 nodeClone.addDependency(cloneDependency); in clone() 941 public void addDependency(Dependency dependency) { in addDependency() method in AnimatorSet.Node 1060 node.addDependency(dependency); in with() 1080 node.addDependency(dependency); in before() 1100 mCurrentNode.addDependency(dependency); in after()
|