HomeSort by relevance Sort by last modified time
    Searched refs:raise (Results 276 - 300 of 2434) sorted by null

<<11121314151617181920>>

  /external/chromium_org/native_client_sdk/src/build_tools/
parse_dsc.py 73 raise ValidationError('Missing required key %s.' % key)
79 raise ValidationError('Unexpected key %s.' % key)
86 raise ValidationError('Expected non-empty value for %s.' % key)
98 raise ValidationError('Key %s expects %s not %s.' % (
109 raise ValidationError("Value '%s' not expected for %s." %
124 raise ValidationError('Value %s in %s is not a string.' %
131 raise ValidationError('Value %s not expected in %s.' %
140 raise ValidationError('Sub key %s not expected in %s.' %
145 raise ValidationError('Unexpected type %s for key %s.' %
169 raise ValidationError("Failed to validate: %s: %s" % (filepath, e)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
spawn.py 30 Raise DistutilsExecError if running the program fails in any way; just
40 raise DistutilsPlatformError, \
72 raise DistutilsExecError, \
76 raise DistutilsExecError, \
91 raise DistutilsExecError, \
96 raise DistutilsExecError, \
126 raise DistutilsPlatformError(my_msg)
153 raise DistutilsExecError, \
156 raise DistutilsExecError, \
165 raise DistutilsExecError,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
spawn.py 30 Raise DistutilsExecError if running the program fails in any way; just
40 raise DistutilsPlatformError, \
72 raise DistutilsExecError, \
76 raise DistutilsExecError, \
91 raise DistutilsExecError, \
96 raise DistutilsExecError, \
126 raise DistutilsPlatformError(my_msg)
153 raise DistutilsExecError, \
156 raise DistutilsExecError, \
165 raise DistutilsExecError,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 24 if _arguments: raise TypeError, 'No optional args expected'
31 raise aetools.Error, aetools.decodeerror(_arguments)
45 if _arguments: raise TypeError, 'No optional args expected'
52 raise aetools.Error, aetools.decodeerror(_arguments)
66 if _arguments: raise TypeError, 'No optional args expected'
73 raise aetools.Error, aetools.decodeerror(_arguments)
87 if _arguments: raise TypeError, 'No optional args expected'
94 raise aetools.Error, aetools.decodeerror(_arguments)
108 if _arguments: raise TypeError, 'No optional args expected'
115 raise aetools.Error, aetools.decodeerror(_arguments
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
mux.py 111 raise ValueError('Channel id %d must not be negative' % channel_id)
123 raise ValueError('Channel id %d is too large' % channel_id)
130 raise ValueError('Invalid number: %d' % number)
140 raise ValueError('Invalid number %d' % number)
167 raise ValueError('Invalid channel id: %d' % channel_id)
171 raise ValueError('Invalid opcode: %d' % opcode)
173 raise ValueError('Invalid flags: %x' % flags)
176 raise ValueError('Invalid length: %d' % length)
193 raise ValueError('Invalid encoding %d' % encoding)
205 raise ValueError('Reason must be empty if mux_error is False'
    [all...]
_stream_hixie75.py 85 raise BadOperationException(
89 raise BadOperationException(
93 raise BadOperationException(
128 raise BadOperationException(
178 raise BadOperationException(
218 raise ConnectionTerminatedException(
224 raise BadOperationException(
dispatch.py 148 raise DispatchException('Error in sourcing handler:' +
169 raise DispatchException('%s is not defined.' % name)
172 raise DispatchException('%s is not callable.' % name)
208 raise DispatchException('scan_dir:%s must be a directory under '
228 raise DispatchException('No handler for: %r' %
253 raise DispatchException('No handler for: %r' % request.ws_resource)
258 raise
265 raise handshake.HandshakeException(e, common.HTTP_STATUS_FORBIDDEN)
288 raise DispatchException('No handler for: %r' %
298 raise
    [all...]
  /external/llvm/bindings/python/llvm/
object.py 114 raise Exception('No input found.')
197 raise Exception('Section instance has expired.')
205 raise Exception('Section instance has expired.')
212 raise Exception('Section instance has expired.')
220 raise Exception('Section instance has expired.')
227 raise Exception('Section instance has expired.')
241 raise Exception('Section instance has expired.')
301 raise Exception('Symbol instance has expired.')
309 raise Exception('Symbol instance has expired.')
317 raise Exception('Symbol instance has expired.'
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
mux.py 144 raise ValueError('Channel id %d must not be negative' % channel_id)
156 raise ValueError('Channel id %d is too large' % channel_id)
166 raise ValueError('Invalid encoding %d' % encoding)
179 raise ValueError('Code must be specified if message is specified')
203 raise ValueError('slots and send_quota must be non-negative.')
222 raise ValueError('Bad Request-Line syntax %r' % request_line)
225 raise ValueError('Bad request version %r' % version)
264 raise ValueError('Invalid channel id format')
270 raise ValueError('Invalid channel id format')
276 raise ValueError('Invalid channel id format'
    [all...]
_stream_hixie75.py 86 raise BadOperationException(
90 raise BadOperationException(
94 raise BadOperationException(
129 raise BadOperationException(
179 raise BadOperationException(
219 raise ConnectionTerminatedException(
225 raise BadOperationException(
dispatch.py 148 raise DispatchException('Error in sourcing handler:' +
169 raise DispatchException('%s is not defined.' % name)
172 raise DispatchException('%s is not callable.' % name)
208 raise DispatchException('scan_dir:%s must be a directory under '
228 raise DispatchException('No handler for: %r' %
253 raise DispatchException('No handler for: %r' % request.ws_resource)
258 # Re-raise to tell the caller of this function to finish this
261 raise
268 raise handshake.HandshakeException(e, common.HTTP_STATUS_FORBIDDEN)
291 raise DispatchException('No handler for: %r'
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
create_html.py 107 raise Error('file not found: %s' % filename)
110 raise Error('specified input is not a file: %s' % filename)
114 raise Error('input file must be .nexe, .pexe or .nmf: %s' % filename)
118 raise Error('Only one .nmf argument can be specified')
121 raise Error('When specifying muliple input files -o must'
145 raise Error('create_nmf failed')
genhttpfs.py 47 raise RuntimeError('Could not find match for "%s".\n' % fileglob)
56 raise RuntimeError('Can not handle path "%s".\n' % filename)
63 raise RuntimeError('%s is not relative to CWD %s.\n' % filename, cwd)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getopt.py 156 raise GetoptError('option --%s requires argument' % opt, opt)
159 raise GetoptError('option --%s must not have an argument' % opt, opt)
169 raise GetoptError('option --%s not recognized' % opt, opt)
179 raise GetoptError('option --%s not a unique prefix' % opt, opt)
193 raise GetoptError('option -%s requires argument' % opt,
206 raise GetoptError('option -%s not recognized' % opt, opt)
multifile.py 67 raise Error, "can't use whence=2 yet"
70 raise Error, 'bad MultiFile.seek() call'
84 raise Error, 'sudden EOF in MultiFile.readline()'
109 raise Error,'Missing endmarker in MultiFile.readline()'
135 raise Error, 'bad MultiFile.push() call'
143 raise Error, 'bad MultiFile.pop() call'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_exception_variations.py 12 raise Exception, 'nyaa!'
47 raise Exception, 'yarr!'
74 raise Exception, 'ahoy!'
95 raise Exception, 'foo!'
135 raise Exception, 'inner exception'
162 raise Exception, 'outer exception'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getopt.py 156 raise GetoptError('option --%s requires argument' % opt, opt)
159 raise GetoptError('option --%s must not have an argument' % opt, opt)
169 raise GetoptError('option --%s not recognized' % opt, opt)
179 raise GetoptError('option --%s not a unique prefix' % opt, opt)
193 raise GetoptError('option -%s requires argument' % opt,
206 raise GetoptError('option -%s not recognized' % opt, opt)
multifile.py 67 raise Error, "can't use whence=2 yet"
70 raise Error, 'bad MultiFile.seek() call'
84 raise Error, 'sudden EOF in MultiFile.readline()'
109 raise Error,'Missing endmarker in MultiFile.readline()'
135 raise Error, 'bad MultiFile.push() call'
143 raise Error, 'bad MultiFile.pop() call'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exception_variations.py 12 raise Exception, 'nyaa!'
47 raise Exception, 'yarr!'
74 raise Exception, 'ahoy!'
95 raise Exception, 'foo!'
135 raise Exception, 'inner exception'
162 raise Exception, 'outer exception'
  /external/chromium_org/build/mac/
find_sdk.py 44 raise Exception(('Error %d running xcode-select, you might have to run '
59 raise Exception('No %s+ SDK found' % min_sdk_version)
81 raise Exception("This script only runs on Mac")
  /external/chromium_org/chrome/common/extensions/docs/server2/
object_store_creator.py 32 raise ValueError('start_empty must be specified (typically False)')
36 raise ValueError('disable_wrappers much specify a store_type')
64 raise ValueError('%s cannot be used in a namespace')
  /external/chromium_org/chrome/test/mini_installer/
registry_verifier.py 22 raise KeyError("Unknown root registry key '%s'" % root_key)
39 raise KeyError("Unknown registry value type '%s'" % value_type)
85 raise KeyError("Value '%s' of registry key %s is missing" % (
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
config.py 41 raise Error('Error reading json config:\n%s' % str(e))
47 raise Error('Json encoding error writing config:\n%s' % e)
53 raise AttributeError('Config does not contain: %s' % name)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
networktransaction_unittest.py 44 raise self.exception
62 raise HTTPError("http://example.com/", 500, "internal server error", None, None)
66 raise HTTPError("http://foo.com/", 404, "not found", None, None)
  /external/chromium_org/tools/cr/cr/actions/
runner.py 37 raise NotImplementedError('Must be overridden.')
42 raise NotImplementedError('Must be overridden.')
47 raise NotImplementedError('Must be overridden.')

Completed in 1396 milliseconds

<<11121314151617181920>>