Home
last modified time | relevance | path

Searched refs:componentsList (Results 1 – 5 of 5) sorted by relevance

/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
DJavaDocComment.java56 List<String> componentsList = new ArrayList<>(); field in JavaDocComment.Builder
84 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 …]
/external/angle/src/common/spirv/
Dspirv_instruction_parser_autogen.h222 LiteralIntegerList *componentsList);
Dspirv_instruction_builder_autogen.h193 const LiteralIntegerList &componentsList);
Dspirv_instruction_parser_autogen.cpp910 LiteralIntegerList *componentsList) in ParseVectorShuffle() argument
921 if (componentsList) in ParseVectorShuffle()
925 componentsList->emplace_back(_instruction[_o++]); in ParseVectorShuffle()
Dspirv_instruction_builder_autogen.cpp802 const LiteralIntegerList &componentsList) in WriteVectorShuffle() argument
810 for (const auto &operand : componentsList) in WriteVectorShuffle()