Home
last modified time | relevance | path

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

/external/jetty/src/java/org/eclipse/jetty/http/
DHttpCookie.java25 private final String _comment; field in HttpCookie
39 _comment = null; in HttpCookie()
54 _comment = null; in HttpCookie()
70 _comment = null; in HttpCookie()
83 _comment = null; in HttpCookie()
98 _comment = comment; in HttpCookie()
133 return _comment; in getComment()
/external/fonttools/Lib/fontTools/ttLib/tables/
DttProgram.py185 _comment = r"/\*.*?\*/" variable
188 _token = "(%s)|(%s)|(%s)" % (_instruction, _number, _comment)