HomeSort by relevance Sort by last modified time
    Searched refs:RuntimeError (Results 1 - 25 of 346) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/test/pyautolib/
pyauto_errors.py 7 class JavascriptRuntimeError(RuntimeError):
12 class JSONInterfaceError(RuntimeError):
30 class NTPThumbnailNotShownError(RuntimeError):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_recursion.py 72 with self.assertRaises(RuntimeError):
74 with self.assertRaises(RuntimeError):
76 with self.assertRaises(RuntimeError):
79 with self.assertRaises(RuntimeError):
81 with self.assertRaises(RuntimeError):
83 with self.assertRaises(RuntimeError):
91 with self.assertRaises(RuntimeError):
93 with self.assertRaises(RuntimeError):
103 with self.assertRaises(RuntimeError):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_recursion.py 72 with self.assertRaises(RuntimeError):
74 with self.assertRaises(RuntimeError):
76 with self.assertRaises(RuntimeError):
79 with self.assertRaises(RuntimeError):
81 with self.assertRaises(RuntimeError):
83 with self.assertRaises(RuntimeError):
91 with self.assertRaises(RuntimeError):
93 with self.assertRaises(RuntimeError):
103 with self.assertRaises(RuntimeError):
  /external/chromium_org/tools/json_to_struct/
struct_generator.py 11 raise RuntimeError('Nested arrays are not supported.')
32 raise RuntimeError('Unknown field type "%s"' % type)
  /external/chromium_org/chrome/test/chromedriver/server/
server.py 22 RuntimeError if ChromeDriver fails to start
25 raise RuntimeError('ChromeDriver exe not found at: ' + exe_path)
32 raise RuntimeError('ChromeDriver server cannot be started')
38 raise RuntimeError('ChromeDriver server did not start')
49 raise RuntimeError('Cannot find open port to launch ChromeDriver')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 15 raise RuntimeError('poll should have returned 0 within 30 seconds')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 15 raise RuntimeError('poll should have returned 0 within 30 seconds')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_iterlen.py 85 self.assertRaises(RuntimeError, it.next)
204 raise RuntimeError('hello')
209 raise RuntimeError('hello')
219 self.assertRaises(RuntimeError, list, BadLen())
220 self.assertRaises(RuntimeError, list, BadLengthHint())
221 self.assertRaises(RuntimeError, [].extend, BadLen())
222 self.assertRaises(RuntimeError, [].extend, BadLengthHint())
223 self.assertRaises(RuntimeError, zip, BadLen())
224 self.assertRaises(RuntimeError, zip, BadLengthHint())
225 self.assertRaises(RuntimeError, filter, None, BadLen()
    [all...]
test_call.py 38 raise RuntimeError
67 raise RuntimeError
75 raise RuntimeError
83 raise RuntimeError
106 raise RuntimeError
117 raise RuntimeError
test_winsound.py 66 except RuntimeError:
101 RuntimeError,
112 RuntimeError,
123 RuntimeError,
134 RuntimeError,
145 RuntimeError,
156 RuntimeError,
177 # Note that this is not the same as asserting RuntimeError
180 # raise RuntimeError, but it shouldn't raise anything other
181 # than RuntimeError, and that's all we're trying to tes
    [all...]
test_isinstance.py 47 raise RuntimeError
60 self.assertRaises(RuntimeError, isinstance, I(), C())
69 raise RuntimeError
72 self.assertRaises(RuntimeError, isinstance, I(), C())
96 raise RuntimeError
101 self.assertRaises(RuntimeError, issubclass, C(), S())
122 raise RuntimeError
125 self.assertRaises(RuntimeError, issubclass, B, C())
254 # make sure that issubclass raises RuntimeError before the C stack is
256 self.assertRaises(RuntimeError, blowstack, issubclass, str, str
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_iterlen.py 85 self.assertRaises(RuntimeError, it.next)
204 raise RuntimeError('hello')
209 raise RuntimeError('hello')
219 self.assertRaises(RuntimeError, list, BadLen())
220 self.assertRaises(RuntimeError, list, BadLengthHint())
221 self.assertRaises(RuntimeError, [].extend, BadLen())
222 self.assertRaises(RuntimeError, [].extend, BadLengthHint())
223 self.assertRaises(RuntimeError, zip, BadLen())
224 self.assertRaises(RuntimeError, zip, BadLengthHint())
225 self.assertRaises(RuntimeError, filter, None, BadLen()
    [all...]
test_call.py 38 raise RuntimeError
67 raise RuntimeError
75 raise RuntimeError
83 raise RuntimeError
106 raise RuntimeError
117 raise RuntimeError
test_winsound.py 66 except RuntimeError:
101 RuntimeError,
112 RuntimeError,
123 RuntimeError,
134 RuntimeError,
145 RuntimeError,
156 RuntimeError,
177 # Note that this is not the same as asserting RuntimeError
180 # raise RuntimeError, but it shouldn't raise anything other
181 # than RuntimeError, and that's all we're trying to tes
    [all...]
test_isinstance.py 47 raise RuntimeError
60 self.assertRaises(RuntimeError, isinstance, I(), C())
69 raise RuntimeError
72 self.assertRaises(RuntimeError, isinstance, I(), C())
96 raise RuntimeError
101 self.assertRaises(RuntimeError, issubclass, C(), S())
122 raise RuntimeError
125 self.assertRaises(RuntimeError, issubclass, B, C())
254 # make sure that issubclass raises RuntimeError before the C stack is
256 self.assertRaises(RuntimeError, blowstack, issubclass, str, str
    [all...]
  /external/chromium_org/chrome/test/webdriver/test/
chromedriver_launcher.py 36 RuntimeError if ChromeDriver executable does not exist
44 raise RuntimeError('ChromeDriver exe not found at: ' + self._exe_path)
63 raise RuntimeError('ChromeDriver cannot be started')
73 raise RuntimeError('Cannot find open port to launch ChromeDriver')
  /external/chromium_org/native_client_sdk/src/tools/
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/
contextlib.py 19 raise RuntimeError("generator didn't yield")
28 raise RuntimeError("generator didn't stop")
36 raise RuntimeError("generator didn't stop after throw()")
macurl2path.py 18 raise RuntimeError, 'Cannot convert non-local URL to pathname'
23 raise RuntimeError, 'Cannot convert non-local URL to pathname'
56 raise RuntimeError, "Cannot convert pathname containing slashes"
fileinput.py 102 raise RuntimeError, "input() already active"
125 raise RuntimeError, "no active input()"
134 raise RuntimeError, "no active input()"
144 raise RuntimeError, "no active input()"
154 raise RuntimeError, "no active input()"
163 raise RuntimeError, "no active input()"
172 raise RuntimeError, "no active input()"
181 raise RuntimeError, "no active input()"
260 raise RuntimeError, "accessing lines out of order"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py 19 raise RuntimeError("generator didn't yield")
28 raise RuntimeError("generator didn't stop")
36 raise RuntimeError("generator didn't stop after throw()")
macurl2path.py 18 raise RuntimeError, 'Cannot convert non-local URL to pathname'
23 raise RuntimeError, 'Cannot convert non-local URL to pathname'
56 raise RuntimeError, "Cannot convert pathname containing slashes"
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
typeexpr.py 124 raise RuntimeError("create_initial_types must be called before creating type_expression objects.")
158 raise RuntimeError("Invalid type expression (dangling pointer)")
161 raise RuntimeError("Invalid type expression (signed / unsigned applied to pointer)")
168 raise RuntimeError('Invalid type expression (garbage after pointer qualifier -> "%s")' % (self.original_string))
176 raise RuntimeError("Invalid type expression (both signed and unsigned specified)")
180 raise RuntimeError("Invalid type expression (dangling const)")
183 raise RuntimeError("Invalid type expression (dangling signed)")
186 raise RuntimeError("Invalid type expression (dangling unsigned)")
197 raise RuntimeError('Unknown base type "%s".' % (type_name))
  /external/mesa3d/src/mapi/glapi/gen/
typeexpr.py 124 raise RuntimeError("create_initial_types must be called before creating type_expression objects.")
158 raise RuntimeError("Invalid type expression (dangling pointer)")
161 raise RuntimeError("Invalid type expression (signed / unsigned applied to pointer)")
168 raise RuntimeError('Invalid type expression (garbage after pointer qualifier -> "%s")' % (self.original_string))
176 raise RuntimeError("Invalid type expression (both signed and unsigned specified)")
180 raise RuntimeError("Invalid type expression (dangling const)")
183 raise RuntimeError("Invalid type expression (dangling signed)")
186 raise RuntimeError("Invalid type expression (dangling unsigned)")
197 raise RuntimeError('Unknown base type "%s".' % (type_name))
  /external/chromium_org/chrome/test/install_test/
chrome_installer_win.py 44 raise RuntimeError('One or both of the versions are invalid.')
68 raise RuntimeError('System level Chrome exists, aborting user level '
72 raise RuntimeError('Installation failed because a newer version is '
80 raise RuntimeError('Chrome installation for build %s failed.' % build)
121 raise RuntimeError('Invalid registry value.')
136 raise RuntimeError('Invalid installation type.')
286 raise RuntimeError('Could not find chrome, aborting uninstall.')
296 raise RuntimeError('Uninstall failed.')

Completed in 263 milliseconds

1 2 3 4 5 6 7 8 91011>>