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

  /external/python/cpython2/Lib/ctypes/test/
test_arrays.py 77 numarray = ARRAY(c_int, alen)
79 na = numarray()
83 na = numarray(*[c_int()] * alen)
87 na = numarray(1, 2, 3, 4, 5)
91 na = numarray(*map(c_int, (1, 2, 3, 4, 5)))
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_arrays.py 71 numarray = ARRAY(c_int, alen)
73 na = numarray()
77 na = numarray(*[c_int()] * alen)
81 na = numarray(1, 2, 3, 4, 5)
85 na = numarray(*map(c_int, (1, 2, 3, 4, 5)))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_arrays.py 71 numarray = ARRAY(c_int, alen)
73 na = numarray()
77 na = numarray(*[c_int()] * alen)
81 na = numarray(1, 2, 3, 4, 5)
85 na = numarray(*map(c_int, (1, 2, 3, 4, 5)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py 71 numarray = ARRAY(c_int, alen)
73 na = numarray()
77 na = numarray(*[c_int()] * alen)
81 na = numarray(1, 2, 3, 4, 5)
85 na = numarray(*map(c_int, (1, 2, 3, 4, 5)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py 71 numarray = ARRAY(c_int, alen)
73 na = numarray()
77 na = numarray(*[c_int()] * alen)
81 na = numarray(1, 2, 3, 4, 5)
85 na = numarray(*map(c_int, (1, 2, 3, 4, 5)))
  /external/python/cpython3/Lib/ctypes/test/
test_arrays.py 74 numarray = ARRAY(c_int, alen)
76 na = numarray()
80 na = numarray(*[c_int()] * alen)
84 na = numarray(1, 2, 3, 4, 5)
88 na = numarray(*map(c_int, (1, 2, 3, 4, 5)))

Completed in 493 milliseconds