Home
last modified time | relevance | path

Searched refs:getCurrentPath (Results 1 – 11 of 11) 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/robolectric/errorprone/src/main/java/org/robolectric/errorprone/bugpatterns/
DRobolectricShadow.java116 DocTreePath path = getCurrentPath(); in visitStartElement()
142 trees.getElement(getCurrentPath()); in visitReference()
218 DocCommentTree commentTree = trees.getDocCommentTree(getCurrentPath()); in scanJavadoc()
220 DocTreePath docTrees = new DocTreePath(getCurrentPath(), commentTree); in scanJavadoc()
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DRemoveUnusedImports.java155 if (getCurrentPath() == null) { in scanJavadoc()
158 DocCommentTree commentTree = trees.getDocCommentTree(getCurrentPath()); in scanJavadoc()
162 docTreeSymbolScanner.scan(new DocTreePath(getCurrentPath(), commentTree), null); in scanJavadoc()
177 .pos((DCTree.DCDocComment) getCurrentPath().getDocComment()) in visitReference()
DStringWrapper.java130 Tree parent = getCurrentPath().getParentPath().getLeaf(); in getReflowReplacements()
143 toFix.add(getCurrentPath()); in getReflowReplacements()
DJavaInputAstVisitor.java544 TreePath path = getCurrentPath(); in visitArrayInitializer()
590 startPosition, getEndPosition(expression, getCurrentPath()) - startPosition) in hasOnlyShortItems()
1658 String sourceForNode = getSourceForNode(node, getCurrentPath());
1778 && isUnaryMinusLiteral(getSourceForNode(expression, getCurrentPath()))) {
2425 getStartPosition(annotationTree), getEndPosition(annotationTree, getCurrentPath())));
3009 length += getLength(e, getCurrentPath());
3856 getNextToken(input, getEndPosition(lastNode, getCurrentPath()));
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/contract/
DContractCheckHandler.java103 final VisitorState returnState = state.withPath(getCurrentPath()); in onMatchMethod()
/external/jspecify/cftojspecify/java/com/google/devtools/javatools/typeannotationrefactoring/
DCheckerFrameworkToJspecifyRefactoring.java217 Tree parent = getCurrentPath().getParentPath().getLeaf(); in refactor()