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

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_win32.py 63 from _ctypes import COMError
65 self.assertEqual(COMError.__doc__,
68 ex = COMError(-1, "text", ("details",))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_win32.py 63 from _ctypes import COMError
65 self.assertEqual(COMError.__doc__,
68 ex = COMError(-1, "text", ("details",))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_win32.py 63 from _ctypes import COMError
65 self.assertEqual(COMError.__doc__,
68 ex = COMError(-1, "text", ("details",))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_win32.py 63 from _ctypes import COMError
65 self.assertEqual(COMError.__doc__,
68 ex = COMError(-1, "text", ("details",))
  /external/python/cpython2/Lib/ctypes/test/
test_win32.py 69 from _ctypes import COMError
71 self.assertEqual(COMError.__doc__,
74 ex = COMError(-1, "text", ("details",))
  /external/python/cpython3/Lib/ctypes/test/
test_win32.py 67 from _ctypes import COMError
69 self.assertEqual(COMError.__doc__,
72 ex = COMError(-1, "text", ("details",))

Completed in 1077 milliseconds