Searched refs:actualPath (Results 1 – 4 of 4) sorted by relevance
/external/annotation-tools/annotation-file-utilities/src/annotator/find/ |
D | ASTPathCriterion.java | 109 List<Tree> actualPath = new ArrayList<Tree>(); in isSatisfiedBy() local 113 actualPath.add(0, leaf); in isSatisfiedBy() 128 actualPath.add(0, leaf); in isSatisfiedBy() 135 for (Tree t : actualPath) { in isSatisfiedBy() 142 int actualPathLen = actualPath.size(); in isSatisfiedBy() 152 Tree actualNode = actualPath.get(i); in isSatisfiedBy() 154 return isBoundableWildcard(actualPath, i); in isSatisfiedBy() 169 return checkNull(actualPath, i); in isSatisfiedBy() 175 actualPath.add(next); in isSatisfiedBy() 186 return checkNull(actualPath, i-1); in isSatisfiedBy() [all …]
|
/external/annotation-tools/scene-lib/src/annotations/io/ |
D | ASTPath.java | 816 List<Tree> actualPath = new ArrayList<Tree>(); in matches() local 818 actualPath.add(0, path.getLeaf()); in matches() 824 for (Tree t : actualPath) { in matches() 830 if (astPath.isEmpty() || actualPath.isEmpty() in matches() 831 || actualPath.size() != astPath.size() + 1) { in matches() 835 for (int i = 0; i < astPath.size() && i < actualPath.size(); i++) { in matches() 837 Tree actualNode = actualPath.get(i); in matches() 1294 Tree ancestor = actualPath.get(i-1); in matches() 1301 ancestor = actualPath.get(i-2); in matches() 1319 if (next != actualPath.get(i + 1)) { in matches()
|
/external/jsoncpp/src/jsontestrunner/ |
D | main.cpp | 250 std::string actualPath = basePath + ".actual"; in main() local 256 input, actualPath, "input", root, features, parseOnly); in main()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliClass.java | 303 String actualPath = virtualFile.getPath(); in setName() local 304 if (actualPath.endsWith(expectedPath)) { in setName()
|