Home
last modified time | relevance | path

Searched refs:argumentChildSelectors (Results 1 – 2 of 2) sorted by relevance

/external/annotation-tools/scene-lib/src/annotations/io/
DIndexFileParser.java1394 …ry newASTEntry(Kind kind, String[] legalChildSelectors, String[] argumentChildSelectors) throws IO… in newASTEntry() argument
1398 … if (argumentChildSelectors != null && ArraysMDE.indexOf(argumentChildSelectors, arg) >= 0) { in newASTEntry()
DASTPath.java751 String[] argumentChildSelectors) throws ParseException { in newASTEntry() argument
761 if (argumentChildSelectors != null in newASTEntry()
762 && ArraysMDE.indexOf(argumentChildSelectors, arg) >= 0) { in newASTEntry()