HomeSort by relevance Sort by last modified time
    Searched refs:raise (Results 176 - 200 of 2868) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_call.py 38 raise RuntimeError
67 raise RuntimeError
75 raise RuntimeError
83 raise RuntimeError
106 raise RuntimeError
117 raise RuntimeError
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 23 raise ValueError("bad package restriction syntax: %r" % pred)
104 raise ValueError("empty package restriction")
107 raise ValueError("bad package name in %r" % versionPredicateStr)
113 raise ValueError("expected parenthesized list: %r" % paren)
117 raise ValueError("empty parenthesized list in %r"
160 raise ValueError("illegal provides specification: %r" % value)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_call.py 38 raise RuntimeError
67 raise RuntimeError
75 raise RuntimeError
83 raise RuntimeError
106 raise RuntimeError
117 raise RuntimeError
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 39 raise TypeError("characters_written must be a integer")
47 r"""Open file and return a stream. Raise IOError upon failure.
112 'strict' to raise a ValueError exception if there is an encoding error
155 raise TypeError("invalid file: %r" % file)
157 raise TypeError("invalid mode: %r" % mode)
159 raise TypeError("invalid buffering: %r" % buffering)
161 raise TypeError("invalid encoding: %r" % encoding)
163 raise TypeError("invalid errors: %r" % errors)
166 raise ValueError("invalid mode: %r" % mode)
175 raise ValueError("can't use U and writing mode at once"
    [all...]
sre_parse.py 79 raise error, ("redefinition of group name %s as group %d; "
192 raise error, "bogus escape (end of line)"
242 raise error, "bogus escape: %s" % repr("\\" + escape)
251 raise error, "bogus escape: %s" % repr(escape)
256 raise error, "bogus escape: %s" % repr(escape)
273 raise ValueError
293 raise error, "cannot refer to open group"
295 raise ValueError
300 raise error, "bogus escape: %s" % repr(escape)
317 raise error, "pattern not properly closed
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 39 raise TypeError("characters_written must be a integer")
47 r"""Open file and return a stream. Raise IOError upon failure.
112 'strict' to raise a ValueError exception if there is an encoding error
155 raise TypeError("invalid file: %r" % file)
157 raise TypeError("invalid mode: %r" % mode)
159 raise TypeError("invalid buffering: %r" % buffering)
161 raise TypeError("invalid encoding: %r" % encoding)
163 raise TypeError("invalid errors: %r" % errors)
166 raise ValueError("invalid mode: %r" % mode)
175 raise ValueError("can't use U and writing mode at once"
    [all...]
sre_parse.py 79 raise error, ("redefinition of group name %s as group %d; "
192 raise error, "bogus escape (end of line)"
242 raise error, "bogus escape: %s" % repr("\\" + escape)
251 raise error, "bogus escape: %s" % repr(escape)
256 raise error, "bogus escape: %s" % repr(escape)
273 raise ValueError
293 raise error, "cannot refer to open group"
295 raise ValueError
300 raise error, "bogus escape: %s" % repr(escape)
317 raise error, "pattern not properly closed
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
getos.py 51 raise Error("Unknown platform: %s" % sys.platform)
67 raise Error("README not found in SDK root: %s" % root)
83 raise Error("error parsing SDK README: %s" % readme)
89 raise Error("error parsing SDK README: %s" % readme)
117 raise Error('Invalid CHROME_PATH: %s' % chrome_path)
131 raise Error('CHROME_PATH is undefined, and %s not found in PATH, nor %s.' % (
156 raise Error("File %s does not exist." % chrome_path)
159 raise Error("File %s is not executable" % chrome_path)
168 raise Error(output + stderr.strip())
171 raise Error("Error running objdump: %s" % e
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 38 raise UnicodeError("Invalid character %r" % c)
51 raise UnicodeError("Violation of BIDI requirement 2")
58 raise UnicodeError("Violation of BIDI requirement 3")
73 raise UnicodeError("label empty or too long")
88 raise UnicodeError("label empty or too long")
92 raise UnicodeError("Label starts with ACE prefix")
103 raise UnicodeError("label empty or too long")
122 raise UnicodeError("Invalid character in IDN label")
139 raise UnicodeError("IDNA does not round-trip", label, label2)
151 raise UnicodeError("unsupported error handling "+errors
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 38 raise UnicodeError("Invalid character %r" % c)
51 raise UnicodeError("Violation of BIDI requirement 2")
58 raise UnicodeError("Violation of BIDI requirement 3")
73 raise UnicodeError("label empty or too long")
88 raise UnicodeError("label empty or too long")
92 raise UnicodeError("Label starts with ACE prefix")
103 raise UnicodeError("label empty or too long")
122 raise UnicodeError("Invalid character in IDN label")
139 raise UnicodeError("IDNA does not round-trip", label, label2)
151 raise UnicodeError("unsupported error handling "+errors
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t034tokenLabelPropertyRef.py 15 raise
24 raise
t035ruleLabelPropertyRef.py 15 raise
24 raise
t036multipleReturnValues.py 15 raise
24 raise
t037rulePropertyRef.py 15 raise
24 raise
t041parameters.py 15 raise
24 raise
t043synpred.py 15 raise
24 raise
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
client_for_testing.py 138 raise Exception(
171 raise Exception(
193 raise Exception(
221 raise Exception(
243 raise Exception(
251 raise Exception('Extended payload length >= 2^63')
353 raise Exception('Wrong status line: %r' % field)
356 raise Exception(
360 raise Exception(
364 raise HttpStatusException
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
empty_dir_file_system.py 19 raise FileNotFoundError('EmptyDirFileSystem cannot read %s' % path)
28 raise FileNotFoundError('EmptyDirFileSystem cannot stat %s' % path)
  /external/chromium_org/third_party/simplejson/
tool.py 27 raise SystemExit(sys.argv[0] + " [infile [outfile]]")
33 raise SystemExit(e)
  /external/chromium_org/third_party/tlslite/tlslite/utils/
keyfactory.py 38 raise ValueError("No acceptable implementations")
96 @raise SyntaxError: If the key is not properly formatted.
106 raise ValueError("No acceptable implementations")
114 raise SyntaxError("Not a private key!")
136 @raise SyntaxError: If the key is not properly formatted.
149 @raise SyntaxError: If the key is not properly formatted.
159 raise AssertionError()
167 raise AssertionError()
169 raise AssertionError()
182 raise ValueError("No acceptable implementations"
    [all...]
  /external/chromium_org/tools/cr/cr/actions/
debugger.py 46 raise NotImplementedError('Must be overridden.')
51 raise NotImplementedError('Must be overridden.')
installer.py 26 raise NotImplementedError('Must be overridden.')
31 raise NotImplementedError('Must be overridden.')
  /external/chromium_org/tools/grit/grit/tool/
interface.py 21 raise NotImplementedError()
33 raise NotImplementedError()
  /external/chromium_org/tools/telemetry/telemetry/core/
extension_dict.py 18 raise TypeError("Input param must be of type ExtensionToLoad")
24 raise TypeError("Input param must be of type ExtensionToLoad")
gpu_info.py 14 raise Exception('Missing required "devices" property')
16 raise Exception('Missing at least one GPU in device_array')

Completed in 2926 milliseconds

1 2 3 4 5 6 78 91011>>