Searched refs:Raise (Results 1 – 25 of 164) sorted by relevance
1234567
38 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')
24 self.Raise('Expected __bss_size symbol in spl/u-boot-spl')
42 self.Raise('Cannot find FD signature')
84 success or *NULL* on failure. Raise :exc:`TypeError` if *iterable* is not93 set on success or *NULL* on failure. Raise :exc:`TypeError` if *iterable* is119 convert unhashable sets into temporary frozensets. Raise a :exc:`TypeError` if120 the *key* is unhashable. Raise :exc:`PyExc_SystemError` if *anyset* is not a129 success or ``-1`` on failure. Raise a :exc:`TypeError` if the *key* is130 unhashable. Raise a :exc:`MemoryError` if there is no room to grow. Raise a142 error is encountered. Does not raise :exc:`KeyError` for missing keys. Raise a145 temporary frozensets. Raise :exc:`PyExc_SystemError` if *set* is not an152 object from the *set*. Return *NULL* on failure. Raise :exc:`KeyError` if the153 set is empty. Raise a :exc:`SystemError` if *set* is not an instance of
137 Raise :exc:`OverflowError` if the value of *obj* is out of range for a166 Raise :exc:`OverflowError` if the value of *obj* is out of range for a197 Raise :exc:`OverflowError` if the value of *pylong* is out of range for a212 Raise :exc:`OverflowError` if the value of *pylong* is out of range for a228 Raise :exc:`OverflowError` if the value of *pylong* is out of range for a243 Raise :exc:`OverflowError` if the value of *pylong* is out of range for an282 Raise :exc:`OverflowError` if the value of *pylong* is out of range for a
90 success or *NULL* on failure. Raise :exc:`TypeError` if *iterable* is not99 set on success or *NULL* on failure. Raise :exc:`TypeError` if *iterable* is133 convert unhashable sets into temporary frozensets. Raise a :exc:`TypeError` if134 the *key* is unhashable. Raise :exc:`PyExc_SystemError` if *anyset* is not a141 instances. Return ``0`` on success or ``-1`` on failure. Raise a :exc:`TypeError` if142 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 its158 error is encountered. Does not raise :exc:`KeyError` for missing keys. Raise a161 temporary frozensets. Raise :exc:`PyExc_SystemError` if *set* is not an168 object from the *set*. Return *NULL* on failure. Raise :exc:`KeyError` if the[all …]
171 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
24 …"noImplicitAny": true, // Raise error on expressions and declarations with an impl…28 …"noImplicitThis": true, // Raise error on 'this' expressions with an implied 'any' …
84 Return the code object for the specified module. Raise90 Return the data associated with *pathname*. Raise :exc:`OSError` if the100 was imported. Raise :exc:`ZipImportError` if the module couldn't be108 Return the source code for the specified module. Raise116 Return ``True`` if the module specified by *fullname* is a package. Raise
78 bytes. Raise :exc:`EOFError` if the connection is closed and no cooked data97 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. Return124 Raise :exc:`EOFError` if connection closed and no data available. Return
84 *paths*. Raise ValueError if *paths* contains both absolute and relative201 the number of seconds since the epoch (see the :mod:`time` module). Raise209 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 or229 Return the size, in bytes, of *path*. Raise :exc:`OSError` if the file does321 Raise a :exc:`TypeError` if the type of *path* is not ``str`` or ``bytes`` (directly
89 Return the code object for the specified module. Raise95 Return the data associated with *pathname*. Raise :exc:`IOError` if the102 was imported. Raise :exc:`ZipImportError` if the module couldn't be110 Return the source code for the specified module. Raise118 Return ``True`` if the module specified by *fullname* is a package. Raise
70 string. Raise :exc:`EOFError` if the connection is closed and no cooked data is89 Raise :exc:`EOFError` if connection closed and no cooked data available. Return98 Raise :exc:`EOFError` if connection closed and no cooked data available. Return107 Raise :exc:`EOFError` if connection closed and no data available. Return ``''``116 Raise :exc:`EOFError` if connection closed and no data available. Return ``''``
1 Raise a ``TypeError`` instead of crashing if a ``collections.deque`` subclass
11 $q->Raise('6x6');
7 DOC = """Raise a TestFail. This is for testing Autotest itself."""
7 DOC = """Raise a TestNAError. This is for testing Autotest itself."""
7 DOC = """Raise a TestNAError directly; for testing Autotest itself."""
7 DOC = """Raise a TestError. This is for testing Autotest itself."""
7 DOC = """Raise an exception during cleanup(). This tests Autotest itself."""
7 DOC = """Raise an exception during setup(). This tests Autotest itself."""
7 DOC = """Raise an exception during initialize(). This tests Autotest itself."""
8 Raise a JobError to simulate a test aborting. This is for testing Autotest
9 summary: "Raise a exception to abort the process when called."
7 DOC = """Raise TestNAError during step1. step0, 2 and 3 should run."""