Home
last modified time | relevance | path

Searched refs:_socks5autherrors (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/socksipy-branch/
Dsocks.py81 _socks5autherrors = ("succeeded", variable
196 raise Socks5AuthError((3, _socks5autherrors[3]))
202 raise Socks5AuthError((2, _socks5autherrors[2]))
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
Dsocks.py84 _socks5autherrors = ("succeeded", variable
235 raise Socks5AuthError((3, _socks5autherrors[3]))
241 raise Socks5AuthError((2, _socks5autherrors[2]))