HomeSort by relevance Sort by last modified time
    Searched refs:RuntimeError (Results 251 - 275 of 982) sorted by null

<<11121314151617181920>>

  /external/yapf/yapf/yapflib/
pytree_utils.py 158 RuntimeError: if the tree is corrupted, or the insertion would corrupt it.
173 RuntimeError: if the tree is corrupted, or the insertion would corrupt it.
192 RuntimeError: if the tree is corrupted, or the insertion would corrupt it.
197 raise RuntimeError('inserting node which already has a parent',
203 raise RuntimeError('expected target node to have a parent', (target,))
211 raise RuntimeError('unable to find insertion point for target node',
  /external/tensorflow/tensorflow/python/ops/
metrics_impl.py 356 RuntimeError: If eager execution is enabled.
359 raise RuntimeError('tf.metrics.mean is not supported when eager execution '
444 RuntimeError: If eager execution is enabled.
447 raise RuntimeError('tf.metrics.accuracy is not supported when eager '
706 RuntimeError: If eager execution is enabled.
709 raise RuntimeError('tf.metrics.auc is not supported when eager execution '
    [all...]
resource_variable_ops.py 108 RuntimeError: If handle, which was returned by VarHandleOp, either has
123 raise RuntimeError(
    [all...]
  /development/python-packages/adb/
device.py 24 class FindDeviceError(RuntimeError):
40 class ShellError(RuntimeError):
124 raise RuntimeError('adb unexpectedly returned nonzero')
312 RuntimeError: Could not find the exit code in |out|.
321 raise RuntimeError('Could not find exit status in shell output.')
510 raise RuntimeError('Too many lines in getprop output:\n' +
  /external/autotest/client/common_lib/
logging_manager.py 284 raise RuntimeError('You must call configure_logging() before this')
306 raise RuntimeError('You must call this before start_logging()')
412 raise RuntimeError('You must call start_logging() before this')
495 raise RuntimeError('No redirects to undo')
681 raise RuntimeError('No redirects to undo')
  /external/mesa3d/src/mapi/glapi/gen/
glX_XML.py 168 raise RuntimeError('Invalid handcode mode "%s" in function "%s".' % (handcode, self.name))
182 raise RuntimeError("Render / RenderLarge commands cannot have outputs (%s)." % (self.name))
251 raise RuntimeError('Invalid number of dimensions %u for parameter "%s" in function "%s".' % (dim, self.image.name, self.name))
441 raise RuntimeError('Function "%s" has no opcode.' % (self.name))
448 raise RuntimeError('Function "%s" has no VendorPrivate opcode.' % (name))
  /external/python/cpython3/Lib/test/
lock_tests.py 285 self.assertRaises(RuntimeError, lock.release)
292 self.assertRaises(RuntimeError, lock.release)
297 self.assertRaises(RuntimeError, lock._release_save)
304 self.assertRaises(RuntimeError, lock._release_save)
313 self.assertRaises(RuntimeError, lock.release)
456 self.assertRaises(RuntimeError, cond.wait)
460 self.assertRaises(RuntimeError, cond.notify)
840 raise RuntimeError
845 except RuntimeError:
896 raise RuntimeError
    [all...]
test_contextlib_async.py 126 with self.assertRaises(RuntimeError):
136 with self.assertRaises(RuntimeError):
147 with self.assertRaises(RuntimeError):
156 except RuntimeError:
162 await ctx.__aexit__(RuntimeError, None, None)
205 raise RuntimeError(f'caught {exc}') from exc
207 with self.assertRaises(RuntimeError):
211 # If the context manager wrapped StopAsyncIteration in a RuntimeError,
test_exceptions.py 91 self.raise_catch(RuntimeError, "RuntimeError")
207 raise RuntimeError("can't instantiate BadException")
228 except RuntimeError as err:
707 raise RuntimeError
708 except RuntimeError:
765 self.assertIsInstance(sys.exc_info()[1], RuntimeError)
770 raise RuntimeError
771 except RuntimeError:
782 raise RuntimeError
    [all...]
  /external/tensorflow/tensorflow/python/training/
basic_session_run_hooks.py 291 RuntimeError: If multi steps_per_run variables were found.
299 raise RuntimeError("Multiple steps_per_run_var in collection.")
352 raise RuntimeError("Global step should be created to use StopAtStepHook.")
409 raise RuntimeError("Global step should be created to use StopAtStepHook.")
546 raise RuntimeError(
624 raise RuntimeError(
628 raise RuntimeError(
667 raise RuntimeError(
722 class NanLossDuringTrainingError(RuntimeError):
809 raise RuntimeError(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_exceptions.py 85 self.raise_catch(RuntimeError, "RuntimeError")
157 raise RuntimeError, "can't instantiate BadException"
175 except RuntimeError, err:
367 self.assertRaises(RuntimeError, f)
381 except RuntimeError:
461 except RuntimeError:
464 self.assertTrue(e is RuntimeError, e)
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:
686 raise RuntimeError, "Trace-function-less jump failed to fail"
test_curses.py 78 raise RuntimeError, "Expected win.border() to raise TypeError"
249 raise RuntimeError, 'userptr should fail since not set'
259 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
  /external/tensorflow/tensorflow/python/tools/
saved_model_cli_test.py 182 with self.assertRaises(RuntimeError):
238 with self.assertRaises(RuntimeError):
241 with self.assertRaises(RuntimeError):
244 with self.assertRaises(RuntimeError):
334 with self.assertRaises(RuntimeError):
343 with self.assertRaises(RuntimeError):
484 with self.assertRaises(RuntimeError):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py 399 raise RuntimeError, "Corrupt extra field %s"%(ln,)
729 raise RuntimeError('ZipFile() requires mode "r", "w", or "a"')
735 raise RuntimeError,\
738 raise RuntimeError, "That compression method is not supported"
789 raise RuntimeError('Mode must be "r", "w" or "a"')
    [all...]
  /external/chromium-trace/catapult/third_party/zipfile/
zipfile_2_7_13.py 399 raise RuntimeError, "Corrupt extra field %s"%(ln,)
729 raise RuntimeError('ZipFile() requires mode "r", "w", or "a"')
735 raise RuntimeError,\
738 raise RuntimeError, "That compression method is not supported"
791 raise RuntimeError('Mode must be "r", "w" or "a"')
    [all...]
  /external/python/cpython2/Lib/
zipfile.py 399 raise RuntimeError, "Corrupt extra field %s"%(ln,)
729 raise RuntimeError('ZipFile() requires mode "r", "w", or "a"')
735 raise RuntimeError,\
738 raise RuntimeError, "That compression method is not supported"
789 raise RuntimeError('Mode must be "r", "w" or "a"')
    [all...]
threading.py 197 RuntimeError is raised if this method is called when the lock is
204 raise RuntimeError("cannot release un-acquired lock")
313 called, a RuntimeError is raised.
333 raise RuntimeError("cannot wait on un-acquired lock")
377 called, a RuntimeError is raised.
384 raise RuntimeError("cannot notify on un-acquired lock")
404 is called, a RuntimeError is raised.
723 This method will raise a RuntimeError if called more than once on the
728 raise RuntimeError("thread.__init__() not called")
730 raise RuntimeError("threads can only be started once"
    [all...]
  /external/tensorflow/tensorflow/python/distribute/
distribute_lib.py 109 raise RuntimeError("Method requires being in cross-replica context, use "
116 raise RuntimeError(
120 raise RuntimeError(
131 raise RuntimeError("Need to be inside `call_for_each_replica()`")
134 raise RuntimeError("Mismatching ReplicaContext.")
135 raise RuntimeError(
614 raise RuntimeError("Must only deepcopy DistributionStrategy.")
    [all...]
  /external/flatbuffers/python/flatbuffers/
builder.py 32 class OffsetArithmeticError(RuntimeError):
41 class IsNotNestedError(RuntimeError):
49 class IsNestedError(RuntimeError):
57 class StructIsNotInlineError(RuntimeError):
65 class BuilderSizeError(RuntimeError):
72 class BuilderNotFinishedError(RuntimeError):
  /external/tensorflow/tensorflow/python/tpu/
tpu_context.py 85 RuntimeError: If this method must not be called from input_fn.
88 raise RuntimeError('This TPUContext instance must not be called from'
138 raise RuntimeError('This TPUContext instance must not be called from'
231 raise RuntimeError(
375 raise RuntimeError(
531 raise RuntimeError(
602 raise RuntimeError(
  /external/autotest/server/cros/chaos_lib/
chaos_parser.py 337 raise RuntimeError('chaos_parse: Did not find any results directory'
356 raise RuntimeError('chaos_parser: No directory name supplied. Use -h'
359 raise RuntimeError('chaos_parser: Invalid directory name supplied.')
  /external/chromium-trace/catapult/systrace/profile_chrome/
chrome_tracing_agent.py 50 raise RuntimeError('Performance trace category list marker not found. '
91 raise RuntimeError(
120 raise RuntimeError(
  /external/python/cpython2/Lib/test/
test_poll.py 59 raise RuntimeError, "no pipes ready for writing"
66 raise RuntimeError, "no pipes ready for reading"
202 self.assertRaises(RuntimeError, pollster.poll)
  /external/python/cpython3/Lib/multiprocessing/
reduction.py 147 raise RuntimeError('did not receive acknowledgement of fd')
160 raise RuntimeError('received %d items of ancdata' %
175 raise RuntimeError('Invalid data received')

Completed in 1144 milliseconds

<<11121314151617181920>>