HomeSort by relevance Sort by last modified time
    Searched defs:error_proto (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
poplib.py 18 __all__ = ["POP3","error_proto"]
22 class error_proto(Exception): pass class in inherits:Exception
59 Raises one exception: 'error_proto'.
103 # Raise error_proto('-ERR EOF') if the connection is closed.
108 if not line: raise error_proto('-ERR EOF')
121 # Raise 'error_proto' if the response doesn't start with '+'.
128 raise error_proto(resp)
252 except error_proto, val:
284 raise error_proto('-ERR APOP not supported by server')
359 raise error_proto('-ERR EOF')
    [all...]
nntplib.py 37 "error_reply","error_temp","error_perm","error_proto",
74 error_proto = NNTPProtocolError variable
ftplib.py 65 class error_proto(Error): pass # response does not begin with [1-5] class in inherits:Error
220 raise error_proto, resp
239 raise error_proto, resp
269 raise error_proto, 'unsupported address family'
786 Raises error_proto if it does not contain '(h1,h2,h3,h4,p1,p2)'
797 raise error_proto, resp
806 Raises error_proto if it does not contain '(|||port|)'
812 if left < 0: raise error_proto, resp
815 raise error_proto, resp # should contain '(|||port|)'
817 raise error_proto, resp
    [all...]
  /external/python/cpython2/Lib/
poplib.py 18 __all__ = ["POP3","error_proto"]
22 class error_proto(Exception): pass class in inherits:Exception
65 Raises one exception: 'error_proto'.
109 # Raise error_proto('-ERR EOF') if the connection is closed.
114 raise error_proto('line too long')
116 if not line: raise error_proto('-ERR EOF')
129 # Raise 'error_proto' if the response doesn't start with '+'.
136 raise error_proto(resp)
260 except error_proto, val:
292 raise error_proto('-ERR APOP not supported by server'
    [all...]
nntplib.py 37 "error_reply","error_temp","error_perm","error_proto",
81 error_proto = NNTPProtocolError variable
ftplib.py 67 class error_proto(Error): pass # response does not begin with [1-5] class in inherits:Error
225 raise error_proto, resp
244 raise error_proto, resp
274 raise error_proto, 'unsupported address family'
826 Raises error_proto if it does not contain '(h1,h2,h3,h4,p1,p2)'
837 raise error_proto, resp
846 Raises error_proto if it does not contain '(|||port|)'
852 if left < 0: raise error_proto, resp
855 raise error_proto, resp # should contain '(|||port|)'
857 raise error_proto, res
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
poplib.py 18 __all__ = ["POP3","error_proto"]
22 class error_proto(Exception): pass class in inherits:Exception
59 Raises one exception: 'error_proto'.
103 # Raise error_proto('-ERR EOF') if the connection is closed.
108 if not line: raise error_proto('-ERR EOF')
121 # Raise 'error_proto' if the response doesn't start with '+'.
128 raise error_proto(resp)
252 except error_proto, val:
284 raise error_proto('-ERR APOP not supported by server')
359 raise error_proto('-ERR EOF'
    [all...]
nntplib.py 37 "error_reply","error_temp","error_perm","error_proto",
74 error_proto = NNTPProtocolError variable
ftplib.py 65 class error_proto(Error): pass # response does not begin with [1-5] class in inherits:Error
220 raise error_proto, resp
239 raise error_proto, resp
269 raise error_proto, 'unsupported address family'
796 Raises error_proto if it does not contain '(h1,h2,h3,h4,p1,p2)'
807 raise error_proto, resp
816 Raises error_proto if it does not contain '(|||port|)'
822 if left < 0: raise error_proto, resp
825 raise error_proto, resp # should contain '(|||port|)'
827 raise error_proto, res
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
poplib.py 18 __all__ = ["POP3","error_proto"]
22 class error_proto(Exception): pass class in inherits:Exception
59 Raises one exception: 'error_proto'.
103 # Raise error_proto('-ERR EOF') if the connection is closed.
108 if not line: raise error_proto('-ERR EOF')
121 # Raise 'error_proto' if the response doesn't start with '+'.
128 raise error_proto(resp)
252 except error_proto, val:
284 raise error_proto('-ERR APOP not supported by server')
359 raise error_proto('-ERR EOF'
    [all...]
nntplib.py 37 "error_reply","error_temp","error_perm","error_proto",
74 error_proto = NNTPProtocolError variable
ftplib.py 65 class error_proto(Error): pass # response does not begin with [1-5] class in inherits:Error
220 raise error_proto, resp
239 raise error_proto, resp
269 raise error_proto, 'unsupported address family'
796 Raises error_proto if it does not contain '(h1,h2,h3,h4,p1,p2)'
807 raise error_proto, resp
816 Raises error_proto if it does not contain '(|||port|)'
822 if left < 0: raise error_proto, resp
825 raise error_proto, resp # should contain '(|||port|)'
827 raise error_proto, res
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
poplib.py 18 __all__ = ["POP3","error_proto"]
22 class error_proto(Exception): pass class in inherits:Exception
59 Raises one exception: 'error_proto'.
103 # Raise error_proto('-ERR EOF') if the connection is closed.
108 if not line: raise error_proto('-ERR EOF')
121 # Raise 'error_proto' if the response doesn't start with '+'.
128 raise error_proto(resp)
252 except error_proto, val:
284 raise error_proto('-ERR APOP not supported by server')
359 raise error_proto('-ERR EOF'
    [all...]
nntplib.py 37 "error_reply","error_temp","error_perm","error_proto",
74 error_proto = NNTPProtocolError variable
ftplib.py 65 class error_proto(Error): pass # response does not begin with [1-5] class in inherits:Error
220 raise error_proto, resp
239 raise error_proto, resp
269 raise error_proto, 'unsupported address family'
796 Raises error_proto if it does not contain '(h1,h2,h3,h4,p1,p2)'
807 raise error_proto, resp
816 Raises error_proto if it does not contain '(|||port|)'
822 if left < 0: raise error_proto, resp
825 raise error_proto, resp # should contain '(|||port|)'
827 raise error_proto, res
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
poplib.py 18 __all__ = ["POP3","error_proto"]
22 class error_proto(Exception): pass class in inherits:Exception
59 Raises one exception: 'error_proto'.
103 # Raise error_proto('-ERR EOF') if the connection is closed.
108 if not line: raise error_proto('-ERR EOF')
121 # Raise 'error_proto' if the response doesn't start with '+'.
128 raise error_proto(resp)
252 except error_proto, val:
284 raise error_proto('-ERR APOP not supported by server')
359 raise error_proto('-ERR EOF'
    [all...]
nntplib.py 37 "error_reply","error_temp","error_perm","error_proto",
74 error_proto = NNTPProtocolError variable
ftplib.py 65 class error_proto(Error): pass # response does not begin with [1-5] class in inherits:Error
220 raise error_proto, resp
239 raise error_proto, resp
269 raise error_proto, 'unsupported address family'
796 Raises error_proto if it does not contain '(h1,h2,h3,h4,p1,p2)'
807 raise error_proto, resp
816 Raises error_proto if it does not contain '(|||port|)'
822 if left < 0: raise error_proto, resp
825 raise error_proto, resp # should contain '(|||port|)'
827 raise error_proto, res
    [all...]
  /external/python/cpython3/Lib/
poplib.py 26 __all__ = ["POP3","error_proto"]
30 class error_proto(Exception): pass class in inherits:Exception
76 Raises one exception: 'error_proto'.
125 # Raise error_proto('-ERR EOF') if the connection is closed.
130 raise error_proto('line too long')
133 if not line: raise error_proto('-ERR EOF')
146 # Raise 'error_proto' if the response doesn't start with '+'.
152 raise error_proto(resp)
324 raise error_proto('-ERR APOP not supported by server')
382 except error_proto as _err
    [all...]
ftplib.py 43 __all__ = ["FTP", "error_reply", "error_temp", "error_perm", "error_proto",
61 class error_proto(Error): pass # response does not begin with [1-5] class in inherits:Error
245 raise error_proto(resp)
265 raise error_proto(resp)
296 raise error_proto('unsupported address family')
808 raise error_proto(resp)
839 Raises error_proto if it does not contain '(h1,h2,h3,h4,p1,p2)'
850 raise error_proto(resp)
859 Raises error_proto if it does not contain '(|||port|)'
865 if left < 0: raise error_proto(resp
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph_test.cc 606 FunctionDefLibrary error_proto = proto; local
607 *error_proto.mutable_function(0)->add_node_def() =
608 error_proto.function(0).node_def(0);
609 Status s = graph_.AddFunctionLibrary(error_proto);
616 error_proto = proto;
617 error_proto.mutable_function(0)->mutable_signature()->set_name("Add");
618 s = graph_.AddFunctionLibrary(error_proto);
636 error_proto = proto;
637 error_proto.mutable_gradient(0)->set_gradient_func("Undefined2");
638 s = graph_.AddFunctionLibrary(error_proto);
    [all...]

Completed in 854 milliseconds