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

  /external/chromium-trace/catapult/third_party/uritemplate/uritemplate/
__init__.py 56 def _quote(value, safe, prefix=None): function
64 return ",".join([_quote(x, safe) for x in value])
68 return ",".join([_quote(key, safe) + "=" + \
69 _quote(value[key], safe) for key in keys])
71 return ",".join([_quote(key, safe) + "," + \
72 _quote(value[key], safe) for key in keys])
76 return _quote(value, safe, prefix)
83 out = [_quote(x, safe) for x in value if value is not None]
86 out = [_quote(x, safe) for x in value if value is not None]
94 out = [_quote(key, safe) + "=" +
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/autotest/tko/
db.py 192 def _quote(self, field): member in class:db_sql
204 quoted_field = self._quote(field)
317 (table, ','.join(self._quote(field) for field in fields),
347 data_refs = [self._quote(field) + '=%s' for field in fields]
  /external/autotest/frontend/tko/
graphing_utils.py 87 def _quote(string): function
754 hostnames = ','.join(_quote(hostname) for hostname in names)

Completed in 373 milliseconds