Home
last modified time | relevance | path

Searched refs:getCurrentPath (Results 1 – 8 of 8) sorted by relevance

/external/parameter-framework/upstream/parameter/
DPathNavigator.cpp57 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
DPathNavigator.h51 std::string getCurrentPath() const;
DArrayParameter.cpp220 pathNavigator.getCurrentPath()); in getIndex()
241 parameterAccessContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in getIndex()
DInstanceConfigurableElement.cpp211 errorContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in checkPathExhausted()
DConfigurableElement.cpp212 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/
DRemoveUnusedImports.java127 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()
DStringWrapper.java123 Tree parent = getCurrentPath().getParentPath().getLeaf(); in getReflowReplacements()
136 toFix.add(getCurrentPath()); in getReflowReplacements()
DJavaInputAstVisitor.java517 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()));