Searched refs:get_comment (Results 1 – 4 of 4) sorted by relevance
/third_party/cef/tools/ |
D | make_capi_header.py | 14 comment = func.get_comment() 29 comment = func.get_comment() 163 result += '\n' + format_comment(cls.get_comment(), '', translate_map)
|
D | cef_parser.py | 91 def get_comment(body, name): function 602 comment = get_comment(data, retval + '(' + argval + ');') 627 comment = get_comment(data, name + ' :') 629 comment = get_comment(data, name + "\n") 651 comment = get_comment(data, name + ' :') 653 comment = get_comment(data, name + "\n") 852 comment = get_comment(body, retval + '(' + argval + ')') 867 comment = get_comment(body, retval + '(' + argval + ')') 954 def get_comment(self): member in obj_class 1161 def get_comment(self): member in obj_function
|
/third_party/python/Lib/test/test_email/ |
D | test__header_value_parser.py | 607 comment = self._test_get_x(parser.get_comment, 613 parser.get_comment('foo"') 615 parser.get_comment(' (foo"') 618 self._test_get_x(parser.get_comment, 622 self._test_get_x(parser.get_comment, 626 self._test_get_x(parser.get_comment, 631 self._test_get_x(parser.get_comment, 635 self._test_get_x(parser.get_comment, 639 self._test_get_x(parser.get_comment, 644 self._test_get_x(parser.get_comment, [all …]
|
/third_party/python/Lib/email/ |
D | _header_value_parser.py | 1245 def get_comment(value): function 1260 token, value = get_comment(value) 1279 token, value = get_comment(value)
|