HomeSort by relevance Sort by last modified time
    Searched refs:ArgumentError (Results 26 - 50 of 64) sorted by null

12 3

  /external/gemmlowp/meta/generators/
neon_emitter.py 43 class ArgumentError(Error):
420 raise ArgumentError('To few destinations: %d to load %d bits.' %
490 raise ArgumentError('Wrong leftover: %d' % bits_to_load)
544 raise ArgumentError('To few sources: %d to store %d bits.' %
614 raise ArgumentError('Wrong leftover: %d' % bits_to_store)
631 raise ArgumentError('Unsupported store_type: %d' % store_type)
638 raise ArgumentError('To many %dbit elements in a q register: %d' %
643 raise ArgumentError('To many %dbit elements in a d register: %d' %
664 raise ArgumentError('To many elements: %d' % count)
670 raise ArgumentError('Unsupported reduce: %s' % reduce_type
    [all...]
  /external/llvm/utils/lit/lit/
Test.py 192 raise ArgumentError("test result already set")
194 raise ArgumentError("unexpected result type")
  /external/python/cpython2/Lib/ctypes/test/
test_unicode.py 28 self.assertRaises(ctypes.ArgumentError, wcslen, "ab?")
101 self.assertRaises(ctypes.ArgumentError, func, u"ab?")
test_functions.py 205 self.assertRaises(ArgumentError, f, byref(c_short(22)))
268 self.assertRaises(ArgumentError, f, -10, cb)
399 self.assertRaises(ArgumentError, lambda: callback((1, 2, 3, 4), POINT()))
test_as_parameter.py 103 self.assertRaises(ArgumentError, f, self.wrap(-10), self.wrap(cb))
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_functions.py 213 self.assertRaises(ArgumentError, f, byref(c_short(22)))
276 self.assertRaises(ArgumentError, f, -10, cb)
409 self.assertRaises(ArgumentError, lambda: callback((1, 2, 3, 4), POINT()))
test_as_parameter.py 106 self.assertRaises(ArgumentError, f, self.wrap(-10), self.wrap(cb))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_functions.py 213 self.assertRaises(ArgumentError, f, byref(c_short(22)))
276 self.assertRaises(ArgumentError, f, -10, cb)
409 self.assertRaises(ArgumentError, lambda: callback((1, 2, 3, 4), POINT()))
test_as_parameter.py 106 self.assertRaises(ArgumentError, f, self.wrap(-10), self.wrap(cb))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_functions.py 213 self.assertRaises(ArgumentError, f, byref(c_short(22)))
276 self.assertRaises(ArgumentError, f, -10, cb)
409 self.assertRaises(ArgumentError, lambda: callback((1, 2, 3, 4), POINT()))
test_as_parameter.py 106 self.assertRaises(ArgumentError, f, self.wrap(-10), self.wrap(cb))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_functions.py 213 self.assertRaises(ArgumentError, f, byref(c_short(22)))
276 self.assertRaises(ArgumentError, f, -10, cb)
409 self.assertRaises(ArgumentError, lambda: callback((1, 2, 3, 4), POINT()))
test_as_parameter.py 106 self.assertRaises(ArgumentError, f, self.wrap(-10), self.wrap(cb))
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 74 raise ArgumentError, Util.tidy( <<-END, true )
280 raise ArgumentError, "cannot convert %p to an instance variable name" % name
  /external/protobuf/ruby/tests/
basic.rb 207 e = assert_raise ArgumentError do
212 e = assert_raise ArgumentError do
217 e = assert_raise ArgumentError do
408 assert_raise ArgumentError do
411 assert_raise ArgumentError do
414 assert_raise ArgumentError do
417 assert_raise ArgumentError do
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
argparse.py 34 - ArgumentError -- The exception raised by ArgumentParser objects when
67 'ArgumentError',
685 class ArgumentError(Exception):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
argparse.py 34 - ArgumentError -- The exception raised by ArgumentParser objects when
67 'ArgumentError',
683 class ArgumentError(Exception):
    [all...]
  /external/python/cpython2/Lib/
argparse.py 34 - ArgumentError -- The exception raised by ArgumentParser objects when
67 'ArgumentError',
685 class ArgumentError(Exception):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 34 - ArgumentError -- The exception raised by ArgumentParser objects when
67 'ArgumentError',
683 class ArgumentError(Exception):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py 34 - ArgumentError -- The exception raised by ArgumentParser objects when
67 'ArgumentError',
683 class ArgumentError(Exception):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 34 - ArgumentError -- The exception raised by ArgumentParser objects when
67 'ArgumentError',
683 class ArgumentError(Exception):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 34 - ArgumentError -- The exception raised by ArgumentParser objects when
67 'ArgumentError',
683 class ArgumentError(Exception):
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 104 raise ArgumentError, "n must be >= 0" if n < 0
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 355 else raise ArgumentError, "search subject must be a token type (integer) or a string"
378 else raise( ArgumentError, tidy( <<-'END', true ) )
468 when DOT_DOT_PATTERN then raise ArgumentError, "invalid syntax: .."
469 when DOUBLE_ETC_PATTERN then raise ArgumentError, "invalid syntax: ... ..."
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 348 raise ArgumentError,
352 raise ArgumentError,

Completed in 1816 milliseconds

12 3