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

  /external/mesa3d/src/gallium/tools/trace/
format.py 73 def _escape(self, code): member in class:AnsiFormatter
77 self._escape(self._bold)
79 self._escape(self._normal)
82 self._escape(self._italic)
84 self._escape(self._normal)
87 self._escape(self._blue)
89 self._escape(self._normal)
92 self._escape(self._green)
94 self._escape(self._normal)
  /external/markdown/markdown/extensions/
fenced_code.py 95 code = CODE_WRAP % (lang, self._escape(m.group('code')))
102 def _escape(self, txt): member in class:FencedBlockPreprocessor
codehilite.py 84 txt = self._escape(self.src)
103 def _escape(self, txt): member in class:CodeHilite
  /external/icu/icu4c/source/i18n/
rbt_set.cpp 90 UnicodeString& _escape(const UnicodeString &source, function
122 _escape(buf, esc);
  /external/v8/tools/gyp/pylib/gyp/
common.py 229 # This does not match the characters in _escape, because those need to be
234 # _escape is a pattern that should match any character that needs to be
236 # pattern. _escape is used with re.sub to backslash anything in _escape's
239 # _escape matches the following characters appearing anywhere in an argument:
258 _escape = re.compile(r'(["\\`])') variable
278 encoded = quote + re.sub(_escape, r'\\\1', argument) + quote
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_parse.py 258 def _escape(source, escape, state): function
668 code = _escape(source, this, state)
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_parse.py 258 def _escape(source, escape, state): function
668 code = _escape(source, this, state)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 258 def _escape(source, escape, state): function
668 code = _escape(source, this, state)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 258 def _escape(source, escape, state): function
668 code = _escape(source, this, state)

Completed in 152 milliseconds