Home
last modified time | relevance | path

Searched refs:Raise (Results 1 – 25 of 164) sorted by relevance

1234567

/external/u-boot/tools/binman/etype/
Du_boot_with_ucode_ptr.py38 self.Raise('Cannot locate _dt_ucode_base_size symbol in u-boot')
50 self.Raise('Cannot find microcode region u-boot-ucode')
64 self.Raise('Microcode pointer _dt_ucode_base_size at %08x is '
77 self.Raise('Cannot find microcode region u-boot-dtb-with-ucode')
Du_boot_spl_bss_pad.py24 self.Raise('Expected __bss_size symbol in spl/u-boot-spl')
Dintel_descriptor.py42 self.Raise('Cannot find FD signature')
/external/python/cpython3/Doc/c-api/
Dset.rst84 success or *NULL* on failure. Raise :exc:`TypeError` if *iterable* is not
93 set on success or *NULL* on failure. Raise :exc:`TypeError` if *iterable* is
119 convert unhashable sets into temporary frozensets. Raise a :exc:`TypeError` if
120 the *key* is unhashable. Raise :exc:`PyExc_SystemError` if *anyset* is not a
129 success or ``-1`` on failure. Raise a :exc:`TypeError` if the *key* is
130 unhashable. Raise a :exc:`MemoryError` if there is no room to grow. Raise a
142 error is encountered. Does not raise :exc:`KeyError` for missing keys. Raise a
145 temporary frozensets. Raise :exc:`PyExc_SystemError` if *set* is not an
152 object from the *set*. Return *NULL* on failure. Raise :exc:`KeyError` if the
153 set is empty. Raise a :exc:`SystemError` if *set* is not an instance of
Dlong.rst137 Raise :exc:`OverflowError` if the value of *obj* is out of range for a
166 Raise :exc:`OverflowError` if the value of *obj* is out of range for a
197 Raise :exc:`OverflowError` if the value of *pylong* is out of range for a
212 Raise :exc:`OverflowError` if the value of *pylong* is out of range for a
228 Raise :exc:`OverflowError` if the value of *pylong* is out of range for a
243 Raise :exc:`OverflowError` if the value of *pylong* is out of range for an
282 Raise :exc:`OverflowError` if the value of *pylong* is out of range for a
/external/python/cpython2/Doc/c-api/
Dset.rst90 success or *NULL* on failure. Raise :exc:`TypeError` if *iterable* is not
99 set on success or *NULL* on failure. Raise :exc:`TypeError` if *iterable* is
133 convert unhashable sets into temporary frozensets. Raise a :exc:`TypeError` if
134 the *key* is unhashable. Raise :exc:`PyExc_SystemError` if *anyset* is not a
141 instances. Return ``0`` on success or ``-1`` on failure. Raise a :exc:`TypeError` if
142 the *key* is unhashable. Raise a :exc:`MemoryError` if there is no room to grow.
143 Raise a :exc:`SystemError` if *set* is not an instance of :class:`set` or its
158 error is encountered. Does not raise :exc:`KeyError` for missing keys. Raise a
161 temporary frozensets. Raise :exc:`PyExc_SystemError` if *set* is not an
168 object from the *set*. Return *NULL* on failure. Raise :exc:`KeyError` if the
[all …]
/external/u-boot/tools/binman/
Dentry.py171 self.Raise('No position set with pos-unset: should another '
189 self.Raise("Entry contents size is %#x (%d) but entry size is "
195 self.Raise("Size %#x (%d) does not match align-size %#x (%d)" %
198 self.Raise("Position %#x (%d) does not match align %#x (%d)" %
203 def Raise(self, msg): member in Entry
/external/perfetto/ui/
Dtsconfig.json24 …"noImplicitAny": true, // Raise error on expressions and declarations with an impl…
28 …"noImplicitThis": true, // Raise error on 'this' expressions with an implied 'any' …
/external/python/cpython3/Doc/library/
Dzipimport.rst84 Return the code object for the specified module. Raise
90 Return the data associated with *pathname*. Raise :exc:`OSError` if the
100 was imported. Raise :exc:`ZipImportError` if the module couldn't be
108 Return the source code for the specified module. Raise
116 Return ``True`` if the module specified by *fullname* is a package. Raise
Dtelnetlib.rst78 bytes. Raise :exc:`EOFError` if the connection is closed and no cooked data
97 Raise :exc:`EOFError` if connection closed and no cooked data available.
106 Raise :exc:`EOFError` if connection closed and no cooked data available.
115 Raise :exc:`EOFError` if connection closed and no data available. Return
124 Raise :exc:`EOFError` if connection closed and no data available. Return
Dos.path.rst84 *paths*. Raise ValueError if *paths* contains both absolute and relative
201 the number of seconds since the epoch (see the :mod:`time` module). Raise
209 Raise :exc:`OSError` if the file does not exist or is inaccessible.
220 the :mod:`time` module). Raise :exc:`OSError` if the file does not exist or
229 Return the size, in bytes, of *path*. Raise :exc:`OSError` if the file does
321 Raise a :exc:`TypeError` if the type of *path* is not ``str`` or ``bytes`` (directly
/external/python/cpython2/Doc/library/
Dzipimport.rst89 Return the code object for the specified module. Raise
95 Return the data associated with *pathname*. Raise :exc:`IOError` if the
102 was imported. Raise :exc:`ZipImportError` if the module couldn't be
110 Return the source code for the specified module. Raise
118 Return ``True`` if the module specified by *fullname* is a package. Raise
Dtelnetlib.rst70 string. Raise :exc:`EOFError` if the connection is closed and no cooked data is
89 Raise :exc:`EOFError` if connection closed and no cooked data available. Return
98 Raise :exc:`EOFError` if connection closed and no cooked data available. Return
107 Raise :exc:`EOFError` if connection closed and no data available. Return ``''``
116 Raise :exc:`EOFError` if connection closed and no data available. Return ``''``
/external/python/cpython2/Misc/NEWS.d/next/Library/
D2017-10-29-10-37-55.bpo-31608.wkp8Nw.rst1 Raise a ``TypeError`` instead of crashing if a ``collections.deque`` subclass
/external/ImageMagick/PerlMagick/demo/
Dbutton.pl11 $q->Raise('6x6');
/external/autotest/client/tests/error_test_fail/
Dcontrol7 DOC = """Raise a TestFail. This is for testing Autotest itself."""
/external/autotest/client/tests/error_test_na/
Dcontrol7 DOC = """Raise a TestNAError. This is for testing Autotest itself."""
Dcontrol27 DOC = """Raise a TestNAError directly; for testing Autotest itself."""
/external/autotest/client/tests/error_test_error/
Dcontrol7 DOC = """Raise a TestError. This is for testing Autotest itself."""
/external/autotest/client/tests/error_cleanup/
Dcontrol7 DOC = """Raise an exception during cleanup(). This tests Autotest itself."""
/external/autotest/client/tests/error_setup/
Dcontrol7 DOC = """Raise an exception during setup(). This tests Autotest itself."""
/external/autotest/client/tests/error_initialize/
Dcontrol7 DOC = """Raise an exception during initialize(). This tests Autotest itself."""
/external/autotest/client/tests/aborttest/
Dcontrol8 Raise a JobError to simulate a test aborting. This is for testing Autotest
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Abort.pbtxt9 summary: "Raise a exception to abort the process when called."
/external/autotest/client/tests/error_skip_step/
Dcontrol7 DOC = """Raise TestNAError during step1. step0, 2 and 3 should run."""

1234567