Home
last modified time | relevance | path

Searched refs:Raised (Results 1 – 25 of 50) sorted by relevance

12

/external/python/cpython2/Doc/library/
Dexceptions.rst92 Raised when a :ref:`buffer <bufferobjects>` related operation cannot be
133 Raised when an :keyword:`assert` statement fails.
138 Raised when an attribute reference (see :ref:`attribute-references`) or
145 Raised when one of the built-in functions (:func:`input` or :func:`raw_input`)
153 Raised when a floating point operation fails. This exception is always defined,
161 Raised when a :term:`generator`\'s :meth:`close` method is called. It
172 Raised when an I/O operation (such as a :keyword:`print` statement, the built-in
185 Raised when an :keyword:`import` statement fails to find the module definition
191 Raised when a sequence subscript is out of range. (Slice indices are silently
200 Raised when a mapping (dictionary) key is not found in the set of existing keys.
[all …]
Demail.errors.rst26 Raised under some error conditions when parsing the :rfc:`2822` headers of a
39 Raised under some error conditions when parsing the :rfc:`2822` headers of a
51 Raised when a payload is added to a :class:`~email.message.Message` object
Dautogil.rst23 Raised if the observer callback cannot be installed, for example because the
Dxml.dom.rst848 Raised when a specified range of text does not fit into a string. This is not
855 Raised when an attempt is made to insert a node where the node type is not
861 Raised when an index or size parameter to a method is negative or exceeds the
867 Raised when an attempt is made to insert an :class:`Attr` node that is already
873 Raised if a parameter or an operation is not supported on the underlying object.
886 Raised when an attempt is made to modify the type of a node.
891 Raised when an attempt is made to use an object that is not defined or is no
911 Raised when the implementation does not support the requested type of object or
924 Raised on attempts to modify an object where modifications are not allowed (such
930 Raised when an invalid or illegal string is specified.
[all …]
Dtabnanny.rst50 Raised by :func:`tokeneater` if detecting an ambiguous indent. Captured and
Ddbm.rst29 Raised on dbm-specific errors, such as I/O errors. :exc:`KeyError` is raised for
Ddumbdbm.rst31 Raised on dumbdbm-specific errors, such as I/O errors. :exc:`KeyError` is
Dcopy.rst28 Raised for module specific errors.
Dgdbm.rst30 Raised on ``gdbm``\ -specific errors, such as I/O errors. :exc:`KeyError` is
Dtokenize.rst103 Raised when either a docstring or expression that may be split over several
Dthread.rst42 Raised on thread-specific errors.
/external/python/cpython3/Doc/library/
Dexceptions.rst118 Raised when a :ref:`buffer <bufferobjects>` related operation cannot be
138 Raised when an :keyword:`assert` statement fails.
143 Raised when an attribute reference (see :ref:`attribute-references`) or
150 Raised when the :func:`input` function hits an end-of-file condition (EOF)
157 Raised when a floating point operation fails. This exception is always defined,
165 Raised when a :term:`generator` or :term:`coroutine` is closed;
173 Raised when the :keyword:`import` statement has troubles trying to
196 Raised when a sequence subscript is out of range. (Slice indices are
205 Raised when a mapping (dictionary) key is not found in the set of existing keys.
212 Raised when the user hits the interrupt key (normally :kbd:`Control-C` or
[all …]
Demail.errors.rst31 Raised under some error conditions when parsing the :rfc:`5322` headers of a
48 Raised when a payload is added to a :class:`~email.message.Message` object
Dxml.dom.rst831 Raised when a specified range of text does not fit into a string. This is not
838 Raised when an attempt is made to insert a node where the node type is not
844 Raised when an index or size parameter to a method is negative or exceeds the
850 Raised when an attempt is made to insert an :class:`Attr` node that is already
856 Raised if a parameter or an operation is not supported on the underlying object.
869 Raised when an attempt is made to modify the type of a node.
874 Raised when an attempt is made to use an object that is not defined or is no
894 Raised when the implementation does not support the requested type of object or
907 Raised on attempts to modify an object where modifications are not allowed (such
913 Raised when an invalid or illegal string is specified.
[all …]
Dtabnanny.rst51 Raised by :func:`tokeneater` if detecting an ambiguous indent. Captured and
Ddbm.rst148 Raised on :mod:`dbm.gnu`-specific errors, such as I/O errors. :exc:`KeyError` is
258 Raised on :mod:`dbm.ndbm`-specific errors, such as I/O errors. :exc:`KeyError` is raised
331 Raised on :mod:`dbm.dumb`-specific errors, such as I/O errors. :exc:`KeyError` is
Dcopy.rst32 Raised for module specific errors.
Dhttp.client.rst175 A subclass of :exc:`HTTPException`. Raised if a server responds with a HTTP
181 A subclass of :exc:`HTTPException`. Raised if an excessively long line
187 A subclass of :exc:`ConnectionResetError` and :exc:`BadStatusLine`. Raised
Dconcurrent.futures.rst422 Raised when a future is cancelled.
426 Raised when a future operation exceeds the given timeout.
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.cc106 _captureAlarm != Raised) in Process()
110 _captureAlarm = Raised; in Process()
Dvideo_capture_defines.h74 Raised = 0, enumerator
/external/libnl/python/doc/
Dcore.rst174 Raised if an error occured while communicating with the kernel. Contains
180 Raised if an attribute is modified which is marked immutable.
/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp46 iType == XFA_AttributeEnum::Raised || in Style3D()
Dxfa_basic_data_enum.cpp168 {0x8ce83ef8, L"raised", XFA_AttributeEnum::Raised},
/external/llvm/docs/
DReleaseNotes.rst75 * Raised the minimum required CMake version to 3.4.3.

12