Searched defs:comments (Results 1 - 2 of 2) sorted by relevance

/system/tools/aidl/
H A Daidl_language.cpp37 AidlToken::AidlToken(const std::string& text, const std::string& comments) argument
39 comments_(comments) {}
42 const std::string& comments, bool is_array)
46 comments_(comments) {}
134 unsigned line, const std::string& comments, int id)
136 comments_(comments),
152 unsigned line, const std::string& comments)
153 : AidlMethod(oneway, type, name, args, line, comments, 0) {
187 const std::string& comments, bool oneway,
191 comments_(comments),
41 AidlType(const std::string& name, unsigned line, const std::string& comments, bool is_array) argument
132 AidlMethod(bool oneway, AidlType* type, std::string name, std::vector<std::unique_ptr<AidlArgument>>* args, unsigned line, const std::string& comments, int id) argument
150 AidlMethod(bool oneway, AidlType* type, std::string name, std::vector<std::unique_ptr<AidlArgument>>* args, unsigned line, const std::string& comments) argument
186 AidlInterface(const std::string& name, unsigned line, const std::string& comments, bool oneway, std::vector<std::unique_ptr<AidlMember>>* members, const std::vector<std::string>& package) argument
229 AidlQualifiedName(std::string term, std::string comments) argument
[all...]
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp461 static char const * comments[] = {"alpha", "red", "green", "blue"}; local
462 comment(comments[component]);

Completed in 85 milliseconds