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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 315 def _quote(str, LegalChars=_LegalChars, function
327 # end _quote
681 return strval, _quote( strval )
707 return val, _quote( dumps(val) )
736 return val, _quote(val)
738 return val, _quote( dumps(val) )
imaplib.py 505 typ, dat = self._simple_command('LOGIN', user, self._quote(password))
1060 def _quote(self, arg): member in class:IMAP4
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 315 def _quote(str, LegalChars=_LegalChars, function
327 # end _quote
681 return strval, _quote( strval )
707 return val, _quote( dumps(val) )
736 return val, _quote(val)
738 return val, _quote( dumps(val) )
imaplib.py 505 typ, dat = self._simple_command('LOGIN', user, self._quote(password))
1060 def _quote(self, arg): member in class:IMAP4
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
common.py 202 # _quote is a pattern that should match any argument that needs to be quoted
224 _quote = re.compile('[\t\n #$%&\'()*;<=>?[{|}~]|^$') variable
227 # escaped with a backslash, whether or not the argument matched the _quote
265 if _quote.search(argument):

Completed in 538 milliseconds