Searched refs:componentsList (Results 1 – 5 of 5) sorted by relevance
56 List<String> componentsList = new ArrayList<>(); field in JavaDocComment.Builder84 componentsList.add(comment); in addUnescapedComment()89 componentsList.add(HtmlEscaper.process(comment)); in addComment()97 componentsList.add("<pre>{@code"); in addSampleCode()101 componentsList.add(line); in addSampleCode()103 componentsList.add("}</pre>"); in addSampleCode()108 componentsList.add(String.format("<p> %s", HtmlEscaper.process(paragraph))); in addParagraph()113 componentsList.add("<ol>"); in addOrderedList()117 componentsList.add(String.format("<li> %s", HtmlEscaper.process(s))); in addOrderedList()119 componentsList.add("</ol>"); in addOrderedList()[all …]
222 LiteralIntegerList *componentsList);
193 const LiteralIntegerList &componentsList);
910 LiteralIntegerList *componentsList) in ParseVectorShuffle() argument921 if (componentsList) in ParseVectorShuffle()925 componentsList->emplace_back(_instruction[_o++]); in ParseVectorShuffle()
802 const LiteralIntegerList &componentsList) in WriteVectorShuffle() argument810 for (const auto &operand : componentsList) in WriteVectorShuffle()