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

  /external/python/cpython2/Lib/ctypes/test/
test_values.py 17 self.assertEqual(x, ctdll.get_an_integer())
19 self.assertEqual(x*2, ctdll.get_an_integer())
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_values.py 16 self.assertEqual(x, ctdll.get_an_integer())
18 self.assertEqual(x*2, ctdll.get_an_integer())
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_values.py 16 self.assertEqual(x, ctdll.get_an_integer())
18 self.assertEqual(x*2, ctdll.get_an_integer())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_values.py 16 self.assertEqual(x, ctdll.get_an_integer())
18 self.assertEqual(x*2, ctdll.get_an_integer())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_values.py 16 self.assertEqual(x, ctdll.get_an_integer())
18 self.assertEqual(x*2, ctdll.get_an_integer())
  /external/python/cpython2/Modules/_ctypes/
_ctypes_test.c 322 EXPORT(int) get_an_integer(void) function

Completed in 1926 milliseconds