/external/dbus/test/ |
test-segfault.c | 19 raise (SIGSEGV);
|
/external/clearsilver/man/man3/ |
filter_wait.3 | 34 other than zero, we don't raise an error. If you don't 35 ask for the exitcode, and it is non-zero, we raise an
|
cs_register_esc_strfunc.3 | 32 raise a NERR_DUPLICATE error
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
reload-iframe.html | 10 parent.postMessage("FAIL: Loading an uncached resource didn't raise an exception", "*");
|
/system/extras/tests/bionic/libstdc++/ |
test_csignal.cpp | 42 #ifdef raise 43 #error "raise must not be a macro" 54 using std::raise;
|
/dalvik/libcore/sql/src/main/java/SQLite/ |
Authorizer.java | 18 * for don't allow access but don't raise an error, Constants.SQLITE_DENY
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
patchcollection.py | 32 raise NotImplementedError, "subclasses must implement" 35 raise NotImplementedError, "subclasses must implement" 38 raise NotImplementedError, "subclasses must implement" 41 raise NotImplementedError, "subclasses must implement"
|
queueengine.py | 43 raise NotImplementedError, "subclasses must implement" 46 raise NotImplementedError, "subclasses must implement" 49 raise NotImplementedError, "subclasses must implement" 52 raise NotImplementedError, "subclasses must implement" 55 raise NotImplementedError, "subclasses must implement" 59 raise NotImplementedError, "subclasses must implement" 62 raise NotImplementedError, "subclasses must implement" 65 raise NotImplementedError, "subclasses must implement"
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
base.py | 64 raise NotImplementedError('Port.baseline_path') 69 raise NotImplementedError('Port.baseline_search_path') 76 raise NotImplementedError('Port.check_sys_deps') 105 raise e 254 raise 268 raise NotImplementedError('Port.num_cores') 318 raise 347 directory. Filenames outside the LayoutTests directory should raise 353 raise NotImplemented('Port.results_directory') 363 raise NotImplementedError('Port.show_html_results_file' [all...] |
/dalvik/vm/mterp/ |
gen-mterp.py | 56 raise DataParseError("handler-size requires one argument") 58 raise DataParseError("handler-size may only be set once") 68 raise DataParseError("handler-size (%d) must be power of 2 and > 0" \ 78 raise DataParseError("import requires one argument") 85 raise DataParseError("don't know how to import %s (expecting .c/.S)" 95 raise DataParseError("import requires one argument") 101 raise DataParseError("unable to load asm-stub: %s" % str(err)) 112 raise DataParseError("opStart takes a directory name argument") 114 raise DataParseError("opStart can only be specified once") 125 raise DataParseError("op requires exactly two arguments" [all...] |
/external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/ |
dispatch.py | 101 raise DispatchError('Error in sourcing handler:' + 109 raise DispatchError('%s is not defined.' % name) 112 raise DispatchError('%s is not callable.' % name) 141 raise DispatchError('scan_dir:%s must be a directory under ' 160 raise DispatchError('No handler for: %r' % existing_resource_path) 186 raise 206 raise 213 raise DispatchError('No handler for: %r' % request.ws_resource)
|
handshake.py | 92 raise HandshakeError('Invalid WebSocket-Protocol: empty') 95 raise HandshakeError('Illegal character in protocol: %r' % c) 146 raise HandshakeError('Header/connection port mismatch: %d/%d' % 162 raise HandshakeError('Invalid port number format: %r' % e) 191 raise HandshakeError('Header %s is not defined' % key) 194 raise HandshakeError('Illegal value for header %s: %s' % 203 raise 208 raise HandshakeError('Too few header lines: %d' % len(lines)) 211 raise HandshakeError('Unexpected header: %r doesn\'t match %r' 215 raise HandshakeError('Unexpected header: %r doesn\'t match %r [all...] |
/external/webkit/WebKitTools/simplejson/ |
decoder.py | 77 raise ValueError( 90 raise ValueError( 96 raise ValueError( 104 raise ValueError 106 raise ValueError(errmsg("Invalid \\uXXXX escape", s, end)) 127 raise ValueError(errmsg("Expecting property name", s, end)) 135 raise ValueError(errmsg("Expecting : delimiter", s, end)) 140 raise ValueError(errmsg("Expecting object", s, end)) 148 raise ValueError(errmsg("Expecting , delimiter", s, end - 1)) 153 raise ValueError(errmsg("Expecting property name", s, end - 1) [all...] |
/dalvik/vm/compiler/template/ |
gen-template.py | 56 raise DataParseError("handler-size requires one argument") 58 raise DataParseError("handler-size may only be set once") 68 raise DataParseError("handler-size (%d) must be power of 2 and > 0" \ 78 raise DataParseError("import requires one argument") 83 raise DataParseError("don't know how to import %s (expecting .c/.S)" 93 raise DataParseError("import requires one argument") 99 raise DataParseError("unable to load asm-stub: %s" % str(err)) 110 raise DataParseError("opStart takes a directory name argument") 112 raise DataParseError("opStart can only be specified once") 123 raise DataParseError("op requires exactly two arguments" [all...] |
/development/testrunner/test_defs/ |
test_defs.py | 59 raise errors.ParseError 62 raise errors.ParseError 65 raise e 70 # TODO: catch exceptions and raise ParseError 87 raise errors.ParseError(msg=error_msg)
|
/external/clearsilver/python/examples/base/ |
odb_test.py | 99 raise "test error" 117 raise "new insert id (%s) does not match expected value (%d)" % (newrow.agent_id,new_id) 126 raise "row data incorrect" 137 raise "row tried to access cursor on save() when no changes were made!" 149 raise "save and load failed" 166 raise "replace failed" 174 raise "test error" 180 raise "test error" 190 raise "test error" 196 raise "test error [all...] |
odb.py | 110 raise "Unimplemented Error" 141 raise AttributeError, "odb.Database: not initialized properly, self._tables does not exist" 147 raise AttributeError, "odb.Database: unknown attribute %s" % (key) 202 raise "Unimplemented Error" 205 raise "Unimplemented Error" 376 raise "Unimplemented Error!" 408 raise eNoSuchColumn, "no column (%s) on table %s" % (column_name,self.__table_name) 421 raise eNoSuchColumn, "no column (%s) on table %s" % (col_name,self.__table_name) 451 raise eNoSuchColumn, "no column (%s) on table %s" % (col_name,self.__table_name) 463 raise eNoSuchColumn, "no column (%s) on table %s" % (col_name,self.__table_name [all...] |
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DESedeKeySpecTest.java | 67 fail("Should raise an NullPointerException " 71 fail("Should raise an NullPointerException " 76 fail("Should raise an InvalidKeyException on a short byte array."); 92 fail("Should raise an NullPointerException " 96 fail("Should raise an NullPointerException " 103 fail("Should raise an InvalidKeyException on a short byte array."); 180 fail("Should raise an NullPointerException " 184 fail("Should raise an NullPointerException " 192 fail("Should raise an InvalidKeyException "
|
/bionic/libm/src/ |
s_ceil.c | 39 if(j0<0) { /* raise inexact if x != 0 */ 47 if(huge+x>0.0) { /* raise inexact flag */ 58 if(huge+x>0.0) { /* raise inexact flag */
|
s_floor.c | 39 if(j0<0) { /* raise inexact if x != 0 */ 48 if(huge+x>0.0) { /* raise inexact flag */ 59 if(huge+x>0.0) { /* raise inexact flag */
|
s_trunc.c | 38 if(j0<0) { /* raise inexact if x != 0 */ 46 if(huge+x>0.0) { /* raise inexact flag */ 56 if(huge+x>0.0) /* raise inexact flag */
|
s_truncl.c | 48 if (e < 0) { /* raise inexact if x != 0 */ 55 if (huge + x > 0.0) { /* raise inexact flag */ 64 if (huge + x > 0.0) /* raise inexact flag */
|
/external/fdlibm/ |
s_ceil.c | 44 if(j0<0) { /* raise inexact if x != 0 */ 52 if(huge+x>0.0) { /* raise inexact flag */ 63 if(huge+x>0.0) { /* raise inexact flag */
|
s_floor.c | 44 if(j0<0) { /* raise inexact if x != 0 */ 53 if(huge+x>0.0) { /* raise inexact flag */ 64 if(huge+x>0.0) { /* raise inexact flag */
|
/external/sonivox/jet_tools/JetCreator/ |
eas.py | 229 raise EAS_Exception(result, 'EAS_SetVolume error %d on file %s' % (result, self.path), 'EAS_SetVolume')
237 raise EAS_Exception(volume, 'EAS_GetVolume error %d on file %s' % (volume, self.path), 'EAS_GetVolume')
247 raise EAS_Exception(result, 'EAS_SetPriority error %d on file %s' % (result, self.path), 'EAS_SetPriority')
256 raise EAS_Exception(result, 'EAS_GetPriority error %d on file %s' % (result, self.path), 'EAS_GetPriority')
266 raise EAS_Exception(result, 'EAS_SetTransposition error %d on file %s' % (result, self.path), 'EAS_SetTransposition')
274 raise EAS_Exception(result, 'EAS_SetPolyphony error %d on file %s' % (result, self.path), 'EAS_SetPolyphony')
283 raise EAS_Exception(result, 'EAS_GetPolyphony error %d on file %s' % (result, self.path), 'EAS_GetPolyphony')
292 raise EAS_Exception(result, 'EAS_SelectLib error %d on file %s' % (result, self.path), 'EAS_SelectLib')
299 raise EAS_Exception(result, 'EAS_LoadDLSCollection error %d on file %s lib %s' % (result, self.path, path), 'EAS_LoadDLSCollection')
315 raise EAS_Exception(result, 'EAS_RegExtAudioCallback error %d on file %s' % (result, self.path), 'EAS_Re (…) [all...] |