Searched refs:getCurrentPath (Results 1 – 8 of 8) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | PathNavigator.cpp | 57 strError = "Path not well formed: " + getCurrentPath(); in navigateThrough() 67 "Path not complete: " + getCurrentPath() + ", trying to access to " + strItemName; in navigateThrough() 74 strError = "Path not found: " + getCurrentPath() + ", expected: " + strItemName + in navigateThrough() 93 std::string CPathNavigator::getCurrentPath() const in getCurrentPath() function in CPathNavigator
|
D | PathNavigator.h | 51 std::string getCurrentPath() const;
|
D | ArrayParameter.cpp | 220 pathNavigator.getCurrentPath()); in getIndex() 241 parameterAccessContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in getIndex()
|
D | InstanceConfigurableElement.cpp | 211 errorContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in checkPathExhausted()
|
D | ConfigurableElement.cpp | 212 pathNavigator.getCurrentPath() + in accessValue() 223 parameterAccessContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in accessValue()
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
D | RemoveUnusedImports.java | 127 if (getCurrentPath() == null) { in scanJavadoc() 130 DocCommentTree commentTree = trees.getDocCommentTree(getCurrentPath()); in scanJavadoc() 134 docTreeSymbolScanner.scan(new DocTreePath(getCurrentPath(), commentTree), null); in scanJavadoc() 148 reference.getSourcePosition((DCTree.DCDocComment) getCurrentPath().getDocComment()); in visitReference()
|
D | StringWrapper.java | 123 Tree parent = getCurrentPath().getParentPath().getLeaf(); in getReflowReplacements() 136 toFix.add(getCurrentPath()); in getReflowReplacements()
|
D | JavaInputAstVisitor.java | 517 TreePath path = getCurrentPath(); in visitArrayInitializer() 563 startPosition, getEndPosition(expression, getCurrentPath()) - startPosition) in hasOnlyShortItems() 1602 String sourceForNode = getSourceForNode(node, getCurrentPath()); 2771 length += getLength(e, getCurrentPath()); 3582 getNextToken(input, getEndPosition(lastNode, getCurrentPath()));
|