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

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 127 raise RuntimeError
131 except RuntimeError, exc:
395 raise ValueError # just something that isn't RuntimeError
421 except RuntimeError:
442 raise RuntimeError, "i am crashing"
448 except RuntimeError:
609 except (ValueError, RuntimeError), e:
694 raise RuntimeError, "Trace-function-less jump failed to fail"
test_curses.py 78 raise RuntimeError, "Expected win.border() to raise TypeError"
254 raise RuntimeError, 'userptr should fail since not set'
264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 399 raise RuntimeError, "Corrupt extra field %s"%(ln,)
725 raise RuntimeError('ZipFile() requires mode "r", "w", or "a"')
731 raise RuntimeError,\
734 raise RuntimeError, "That compression method is not supported"
785 raise RuntimeError('Mode must be "r", "w" or "a"')
    [all...]
threading.py 196 RuntimeError is raised if this method is called when the lock is
203 raise RuntimeError("cannot release un-acquired lock")
312 called, a RuntimeError is raised.
332 raise RuntimeError("cannot wait on un-acquired lock")
376 called, a RuntimeError is raised.
383 raise RuntimeError("cannot notify on un-acquired lock")
403 is called, a RuntimeError is raised.
730 This method will raise a RuntimeError if called more than once on the
735 raise RuntimeError("thread.__init__() not called")
737 raise RuntimeError("threads can only be started once"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 399 raise RuntimeError, "Corrupt extra field %s"%(ln,)
725 raise RuntimeError('ZipFile() requires mode "r", "w", or "a"')
731 raise RuntimeError,\
734 raise RuntimeError, "That compression method is not supported"
785 raise RuntimeError('Mode must be "r", "w" or "a"')
    [all...]
threading.py 196 RuntimeError is raised if this method is called when the lock is
203 raise RuntimeError("cannot release un-acquired lock")
312 called, a RuntimeError is raised.
332 raise RuntimeError("cannot wait on un-acquired lock")
376 called, a RuntimeError is raised.
383 raise RuntimeError("cannot notify on un-acquired lock")
403 is called, a RuntimeError is raised.
730 This method will raise a RuntimeError if called more than once on the
735 raise RuntimeError("thread.__init__() not called")
737 raise RuntimeError("threads can only be started once"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 78 raise RuntimeError, "Expected win.border() to raise TypeError"
254 raise RuntimeError, 'userptr should fail since not set'
264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
test_bsddb.py 107 self.assertRaises(RuntimeError, DictIterAbort)
117 self.assertRaises(RuntimeError, DbIterAbort)
128 self.assertRaises(RuntimeError, DictIteritemsAbort)
138 self.assertRaises(RuntimeError, DbIteritemsAbort)
test_contains.py 99 raise RuntimeError, "gotcha"
test_sort.py 60 raise RuntimeError
113 except RuntimeError:
237 raise RuntimeError
241 self.assertRaises(RuntimeError, data.sort, key=SortKiller)
  /development/testrunner/
android_mk.py 96 raise RuntimeError('recursive loop found for makefile variable %s'
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dfa.py 146 raise RuntimeError("DFA bang!")
  /external/chromium_org/build/util/lib/common/
util.py 95 RuntimeError if the unzip operation fails.
103 raise RuntimeError('Unable to unzip %s to %s' % (zip_path, output_dir))
  /external/chromium_org/chrome/tools/build/win/
syzygy_reorder.py 33 raise RuntimeError('Command "%s" returned %d.' % (cmd, prog.returncode))
  /external/chromium_org/third_party/mesa/src/scons/
source_list.py 26 raise RuntimeError('%s:%d: %s' % (self.filename, self.line_no, msg))
  /external/chromium_org/tools/json_to_struct/
element_generator_test.py 156 self.assertRaises(RuntimeError,
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
form_based_credentials_backend.py 70 RuntimeError: if could not get credential information.
78 raise RuntimeError(message)
  /external/mesa3d/scons/
source_list.py 26 raise RuntimeError('%s:%d: %s' % (self.filename, self.line_no, msg))
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 93 RuntimeError: A printer with the same name is already registered.
140 raise RuntimeError("pretty-printer already registered: %s" %
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 93 RuntimeError: A printer with the same name is already registered.
140 raise RuntimeError("pretty-printer already registered: %s" %
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 93 RuntimeError: A printer with the same name is already registered.
140 raise RuntimeError("pretty-printer already registered: %s" %
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 93 RuntimeError: A printer with the same name is already registered.
140 raise RuntimeError("pretty-printer already registered: %s" %
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 61 raise RuntimeError, "Command is an abstract class"
135 raise RuntimeError, \
149 raise RuntimeError, \
177 raise RuntimeError, \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
stats.py 93 raise RuntimeError, "this timer should not be called"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 61 raise RuntimeError, "Command is an abstract class"
135 raise RuntimeError, \
149 raise RuntimeError, \
177 raise RuntimeError, \

Completed in 3889 milliseconds

1 2 34 5 6 7 8 91011>>