Home
last modified time | relevance | path

Searched refs:raised (Results 1 – 25 of 667) sorted by relevance

12345678910>>...27

/external/ImageMagick/MagickCore/
Dwidget.c126 raised, member
261 XSetBevelColor(display,window_info,bevel_info->raised); in XDrawBevel()
279 XSetBevelColor(display,window_info,!bevel_info->raised); in XDrawBevel()
336 XSetMatteColor(display,window_info,button_info->raised); in XDrawBeveledButton()
343 if (button_info->raised || (window_info->depth == 1)) in XDrawBeveledButton()
380 XSetTextColor(display,window_info,button_info->raised); in XDrawBeveledButton()
384 if (button_info->raised == MagickFalse) in XDrawBeveledButton()
678 XSetMatteColor(display,window_info,triangle_info->raised); in XDrawTriangleEast()
692 XSetBevelColor(display,window_info,!triangle_info->raised); in XDrawTriangleEast()
706 XSetBevelColor(display,window_info,triangle_info->raised); in XDrawTriangleEast()
[all …]
/external/python/cryptography/docs/
Dexceptions.rst15 This is raised when a context is used after being finalized.
20 This is raised when signature verification fails. This can occur with
26 This is raised when the AEAD tag property is accessed on a context
32 This is raised when additional data is added to a context after update
38 This is raised when the verify method of a key derivation function's
Dfernet.rst47 :raises TypeError: This exception is raised if ``data`` is not
60 raised. It is safe to use this data immediately as Fernet verifies
68 created) an exception will be raised. If ``ttl`` is not
74 is raised. A token may be
80 :raises TypeError: This exception is raised if ``token`` is not
95 is raised.
96 :raises TypeError: This exception is raised if ``token`` is not
122 turn. A :class:`cryptography.fernet.InvalidToken` exception is raised if
169 way invalid this exception is raised.
170 :raises TypeError: This exception is raised if the ``msg`` is not
/external/libcap/libcap/
Dcap_flag.c19 cap_flag_value_t *raised) in cap_get_flag() argument
26 if (raised && good_cap_t(cap_d) && value >= 0 && value < __CAP_MAXBITS in cap_get_flag()
28 *raised = isset_cap(cap_d,value,set) ? CAP_SET:CAP_CLEAR; in cap_get_flag()
183 cap_flag_value_t raised) in cap_iab_set_vector() argument
185 if (!good_cap_iab_t(iab) || (raised >> 1) || bit >= cap_max_bits()) { in cap_iab_set_vector()
196 iab->i[o] = (iab->i[o] & mask) | (raised ? on : 0); in cap_iab_set_vector()
200 iab->a[o] = (iab->a[o] & mask) | (raised ? on : 0); in cap_iab_set_vector()
204 iab->nb[o] = (iab->nb[o] & mask) | (raised ? on : 0); in cap_iab_set_vector()
/external/python/cryptography/docs/hazmat/primitives/
Dkey-derivation-functions.rst87 :raises cryptography.exceptions.UnsupportedAlgorithm: This is raised if the
91 :raises TypeError: This exception is raised if ``salt`` is not ``bytes``.
99 :raises cryptography.exceptions.AlreadyFinalized: This is raised when
105 :raises TypeError: This exception is raised if ``key_material`` is not
117 :raises cryptography.exceptions.InvalidKey: This is raised when the
120 :raises cryptography.exceptions.AlreadyFinalized: This is raised when
194 :raises cryptography.exceptions.UnsupportedAlgorithm: This is raised if the
198 :raises TypeError: This exception is raised if ``salt`` or ``info`` is not
206 :raises TypeError: This exception is raised if ``key_material`` is not
219 :raises cryptography.exceptions.InvalidKey: This is raised when the
[all …]
Dtwofactor.rst16 This is raised when the verify method of a one time password function's
65 :raises ValueError: This is raised if the provided ``key`` is shorter than
67 :raises TypeError: This is raised if the provided ``algorithm`` is not
72 :raises cryptography.exceptions.UnsupportedAlgorithm: This is raised if the
87 is raised when the supplied HOTP does not match the expected HOTP.
188 :raises ValueError: This is raised if the provided ``key`` is shorter than
190 :raises TypeError: This is raised if the provided ``algorithm`` is not
195 :raises cryptography.exceptions.UnsupportedAlgorithm: This is raised if the
209 is raised when the supplied TOTP does not match the expected TOTP.
Dkeywrap.rst51 raised if the key is not successfully unwrapped.
90 raised if the key is not successfully unwrapped.
97 This is raised when a wrapped key fails to unwrap. It can be caused by a
/external/chromium-trace/catapult/third_party/polymer/components/paper-button/
DREADME.md10 from the point of contact. It may be flat or raised. A raised button is styled with a
42 --paper-button-raised-keyboard-focus: {
70 <paper-button raised class="indigo">raised</paper-button>
71 <paper-button toggles raised class="green">toggles</paper-button>
/external/python/cpython3/Doc/library/
Daudit_events.rst8 This table contains all events raised by :func:`sys.audit` or
18 represent events raised by other implementations. See your runtime
19 specific documentation for actual events raised.
23 The following events are raised internally and do not correspond to any
Durllib.error.rst1 :mod:`urllib.error` --- Exception classes raised by urllib.request
5 :synopsis: Exception classes raised by urllib.request.
15 raised by :mod:`urllib.request`. The base exception class is :exc:`URLError`.
17 The following exceptions are raised by :mod:`urllib.error` as appropriate:
61 This exception is raised when the :func:`~urllib.request.urlretrieve`
Dexceptions.rst51 will be set as :attr:`__cause__` on the raised exception. Setting
67 exception that was raised.
111 The base class for those built-in exceptions that are raised for various
124 The base class for the exceptions that are raised when a key or index used on
126 can be raised directly by :func:`codecs.lookup`.
132 The following exceptions are the exceptions that are usually raised.
145 attribute assignments at all, :exc:`TypeError` is raised.)
171 load a module. Also raised when the "from list" in ``from ... import``
184 A subclass of :exc:`ImportError` which is raised by :keyword:`import`
185 when a module could not be located. It is also raised when ``None``
[all …]
Datexit.rst40 If an exception is raised during execution of the exit handlers, a traceback is
41 printed (unless :exc:`SystemExit` is raised) and the exception information is
43 be raised is re-raised.
Dpy_compile.rst27 Exception raised when an error occurs while attempting to compile the file.
39 instead of *file*. If *doraise* is true, a :exc:`PyCompileError` is raised
42 is raised. This function returns the path to byte-compiled file, i.e.
49 a :exc:`PyCompileError` is raised instead. However if *quiet* is 2,
53 is a symlink or non-regular file, :exc:`FileExistsError` will be raised.
78 caveat that :exc:`FileExistsError` is raised if *cfile* is a symlink or
Dconcurrent.futures.rst57 raised when its value is retrieved from the iterator.
240 will be raised.
242 then :exc:`ValueError` will be raised. If *max_workers* is ``None``, then
257 :exc:`BrokenProcessPool` error is now raised. Previously, behaviour
346 :exc:`concurrent.futures.TimeoutError` will be raised. *timeout* can be
351 will be raised.
353 If the call raised, this method will raise the same exception.
357 Return the exception raised by the call. If the call hasn't yet
360 :exc:`concurrent.futures.TimeoutError` will be raised. *timeout* can be
365 will be raised.
[all …]
/external/python/cpython2/Doc/library/
Demail.errors.rst20 This is the base class for exceptions raised by the :class:`~email.parser.Parser`
27 message, this class is derived from :exc:`MessageParseError`. It can be raised
31 Situations where it can be raised include finding an envelope header after the
40 message, this class is derived from :exc:`MessageParseError`. It can be raised
44 Situations where it can be raised include not being able to find the starting or
58 raised in practice. However the exception may also be raised if the
Dtest.rst213 Exception to be raised when a test fails. This is deprecated in favor of
268 argument to :exc:`ResourceDenied` if it is raised. Always returns
300 easier to test that a warning was correctly raised. It is approximately
309 must match at least one of the warnings raised by the enclosed code or the
310 test fails, and if any warnings are raised that do not match any of the
318 In this case all warnings are caught and no errors are raised.
325 the recorder object (see example below). If no warning has been raised,
339 In this case if either warning was not raised, or some other warning was
340 raised, :func:`check_warnings` would raise an error.
366 If ``sys.py3kwarning == 1``, it checks if the warning is effectively raised.
[all …]
Dpy_compile.rst26 Exception raised when an error occurs while attempting to compile the file.
36 true, a :exc:`PyCompileError` is raised when an error is encountered while
38 written to ``sys.stderr``, but no exception is raised.
Datexit.rst53 If an exception is raised during execution of the exit handlers, a traceback is
54 printed (unless :exc:`SystemExit` is raised) and the exception information is
56 be raised is re-raised.
Dunicodedata.rst30 the corresponding Unicode character. If not found, :exc:`KeyError` is raised.
37 raised.
44 :exc:`ValueError` is raised.
51 :exc:`ValueError` is raised.
58 :exc:`ValueError` is raised.
/external/python/cryptography/docs/hazmat/primitives/mac/
Dcmac.rst39 raised.
43 instance then ``TypeError`` will be raised.
61 :raises TypeError: This is raised if the provided ``algorithm`` is not an instance of
63 :raises cryptography.exceptions.UnsupportedAlgorithm: This is raised if the
71 :raises TypeError: This exception is raised if ``data`` is not ``bytes``.
93 :raises TypeError: This exception is raised if ``signature`` is not
Dhmac.rst39 raised.
43 then ``TypeError`` will be raised.
67 :raises cryptography.exceptions.UnsupportedAlgorithm: This is raised if the
76 :raises TypeError: This exception is raised if ``msg`` is not ``bytes``.
98 :raises TypeError: This exception is raised if ``signature`` is not
/external/python/cpython2/Doc/c-api/
Dlong.rst96 no digits, :exc:`ValueError` will be raised.
105 will be raised.
132 *pylong* is greater than :const:`LONG_MAX`, an :exc:`OverflowError` is raised
169 *pylong* is greater than :const:`PY_SSIZE_T_MAX`, an :exc:`OverflowError` is raised
183 raised.
193 :exc:`OverflowError` is raised and ``-1`` is returned.
205 :exc:`OverflowError` is raised and ``(unsigned long long)-1`` is
235 :exc:`OverflowError` exception is raised and ``-1.0`` will be returned.
241 If *pylong* cannot be converted, an :exc:`OverflowError` will be raised. This
Dunicode.rst429 built-in codecs is "strict" (:exc:`ValueError` is raised).
446 using the Python codec registry. Return *NULL* if an exception was raised by
460 an exception was raised by the codec.
472 the Python codec registry. Return *NULL* if an exception was raised by the
485 *s*. Return *NULL* if an exception was raised by the codec.
509 Python string object. Return *NULL* if an exception was raised by the codec.
519 object. Error handling is "strict". Return *NULL* if an exception was raised
554 Return *NULL* if an exception was raised by the codec.
585 Return *NULL* if an exception was raised by the codec.
594 *NULL* if an exception was raised by the codec.
[all …]
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Derror_handling.md17 Python execution (or tracing) exceptions that are raised in AutoGraph code are
18 caught and re-raised with an extended error message that contains references
21 These functions are re-raised by `@tf.function`. If you use a `try/catch` the
33 Among the distinctive features of the re-raised exception:
56 An excerpt of the exception that is raised is shown below:
140 Note: Typically, error messages raised by code internal to TensorFlow refers
141 to arguments of the internal API that failed. Error messages raised by code
161 An excerpt of the exception that is subsequently raised is shown below:
/external/libcap/cap/
Diab.go227 func (iab *IAB) SetVector(vec Vector, raised bool, vals ...Value) error {
235 if raised {
242 if raised {
249 if raised {

12345678910>>...27