Home
last modified time | relevance | path

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

/system/libvintf/
DKernelConfigParser.cpp22 #define COMMENT "(?:#.*)" macro
59 static const std::regex sKeyValuePattern("^\\s*" KEY "\\s*=\\s*([^#]+)" COMMENT "?$"); in processRemaining()
61 static const std::regex sCommentPattern("^\\s*" COMMENT "$"); in processRemaining()
/system/tools/hidl/c2hal/
Dc2hal_y.yy120 %token<str> COMMENT