Home
last modified time | relevance | path

Searched refs:QuotedString (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/resources/sksl/es2_conformance/
H A Dimport_conformance_tests.py57 code = ((pp.Keyword("both") + pp.QuotedString('""', multiline=True)) |
58 (pp.Keyword("vertex") + pp.QuotedString('""', multiline=True) +
59 pp.Keyword("fragment") + pp.QuotedString('""', multiline=True)))
63 desc = pp.Keyword("desc") + pp.QuotedString('"')
78 groupHeader = (pp.Keyword("group") + wordWithUnderscores + pp.QuotedString('"')).suppress()
/third_party/python/Lib/email/
H A D_header_value_parser.py224 class QuotedString(TokenList): class
251 class BareQuotedString(QuotedString):
1290 quoted_string = QuotedString()
1382 The token returned is either an Atom or a QuotedString, as appropriate.

Completed in 5 milliseconds