HomeSort by relevance Sort by last modified time
    Searched refs:register_archive_format (Results 1 - 8 of 8) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_shutil.py 14 register_archive_format, unregister_archive_format,
572 register_archive_format('xxx', _breaks, [], 'xxx file')
584 self.assertRaises(TypeError, register_archive_format, 'xxx', 1)
585 self.assertRaises(TypeError, register_archive_format, 'xxx', lambda: x,
587 self.assertRaises(TypeError, register_archive_format, 'xxx', lambda: x,
590 register_archive_format('xxx', lambda: x, [(1, 2)], 'xxx file')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_shutil.py 14 register_archive_format, unregister_archive_format,
572 register_archive_format('xxx', _breaks, [], 'xxx file')
584 self.assertRaises(TypeError, register_archive_format, 'xxx', 1)
585 self.assertRaises(TypeError, register_archive_format, 'xxx', lambda: x,
587 self.assertRaises(TypeError, register_archive_format, 'xxx', lambda: x,
590 register_archive_format('xxx', lambda: x, [(1, 2)], 'xxx file')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 14 register_archive_format, unregister_archive_format,
572 register_archive_format('xxx', _breaks, [], 'xxx file')
584 self.assertRaises(TypeError, register_archive_format, 'xxx', 1)
585 self.assertRaises(TypeError, register_archive_format, 'xxx', lambda: x,
587 self.assertRaises(TypeError, register_archive_format, 'xxx', lambda: x,
590 register_archive_format('xxx', lambda: x, [(1, 2)], 'xxx file')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 14 register_archive_format, unregister_archive_format,
572 register_archive_format('xxx', _breaks, [], 'xxx file')
584 self.assertRaises(TypeError, register_archive_format, 'xxx', 1)
585 self.assertRaises(TypeError, register_archive_format, 'xxx', lambda: x,
587 self.assertRaises(TypeError, register_archive_format, 'xxx', lambda: x,
590 register_archive_format('xxx', lambda: x, [(1, 2)], 'xxx file')
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shutil.py 28 "register_archive_format", "unregister_archive_format",
480 def register_archive_format(name, function, extra_args=None, description=''): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
shutil.py 28 "register_archive_format", "unregister_archive_format",
480 def register_archive_format(name, function, extra_args=None, description=''): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 28 "register_archive_format", "unregister_archive_format",
480 def register_archive_format(name, function, extra_args=None, description=''): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 28 "register_archive_format", "unregister_archive_format",
480 def register_archive_format(name, function, extra_args=None, description=''): function

Completed in 668 milliseconds