HomeSort by relevance Sort by last modified time
    Searched refs:_QUOTES (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/devil/devil/android/
flag_changer.py 19 _QUOTES = '"\'' # Either a single or a double quote.
242 if (current_quote is None and c in _QUOTES) or c == current_quote:
  /external/protobuf/python/google/protobuf/
text_format.py 69 _QUOTES = frozenset(("'", '"'))
776 r'{qt}([^{qt}\n\\]|\\.)*({qt}|\\?$)'.format(qt=mark) for mark in _QUOTES
    [all...]
  /external/protobuf/python/google/protobuf/internal/
text_format_test.py 62 # The members of _QUOTES are formatted into a regexp template that
67 for quote in text_format._QUOTES:
    [all...]

Completed in 220 milliseconds