Searched defs:comments (Results 1 – 4 of 4) sorted by relevance
/system/tools/aidl/ |
D | aidl_language.cpp | 49 AidlToken::AidlToken(const std::string& text, const std::string& comments) in AidlToken() 147 const string& comments) in AidlTypeSpecifier() 562 const std::string& comments) in AidlMethod() 569 const std::string& comments, int id, bool is_user_defined) in AidlMethod() 609 const std::string& comments, in AidlDefinedType() 625 const std::vector<std::string>& package, const std::string& comments, in AidlParcelable() 660 const std::string& comments, std::vector<std::unique_ptr<AidlVariableDeclaration>>* variables) in AidlStructuredParcelable() 685 const std::string& comments, bool oneway, in AidlInterface() 789 const std::string& comments) in AidlQualifiedName()
|
D | aidl_language.h | 148 void SetComments(const string& comments) { comments_ = comments; } in SetComments() 499 void SetComments(const std::string comments) { comments_ = comments; } in SetComments()
|
/system/core/init/ |
D | tokenizer_test.cpp | 77 TEST(tokenizer, comments) { in TEST() argument
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 458 static char const * comments[] = {"alpha", "red", "green", "blue"}; in build_component() local
|