Lines Matching refs:ND_PIL

1029             ND_PIL, ND_PIL|ND_WRITABLE
1044 if not shape and (flags&ND_PIL):
1122 self.assertRaises(TypeError, c, [1], shape=[], flags=ND_PIL)
1289 for flags in (0, ND_PIL):
1309 for flags in (0, ND_PIL):
1332 for flags in (0, ND_PIL):
1333 if ndim == 0 and flags == ND_PIL:
1543 for flags in (0, ND_PIL):
1668 x = ndarray(items, shape=[8], format="b", flags=ND_PIL)
1704 for flags in (0, ND_PIL):
1766 for flags in (0, ND_PIL):
1824 for flags in (0, ND_PIL):
1870 y = ndarray_from_structure(items, fmt, t, flags=ND_PIL)
1946 yl = ndarray_from_structure(litems, fmt, tl, flags=ND_PIL)
1947 yr = ndarray_from_structure(ritems, fmt, tr, flags=ND_PIL)
1983 nd = ndarray(items, shape=[3,4], flags=ND_PIL)
1986 self.assertTrue(ex.flags & ND_PIL)
1995 for flags in (0, ND_PIL):
2014 for flags in (0, ND_PIL):
2027 for flags in (0, ND_PIL):
2033 for flags in (0, ND_PIL):
2089 nd = ndarray(list(range(12)), shape=[2,2,3], flags=ND_PIL)
2315 nd = ndarray(list(range(12)), shape=[3, 4], flags=ND_WRITABLE|ND_PIL)
2416 ex = ndarray(items, shape=shape, flags=ND_PIL)
3059 for flags in (0, ND_PIL):
3226 nd = ndarray(list(range(12)), shape=[12], flags=ND_WRITABLE|ND_PIL)
3227 ex = ndarray(list(range(12)), shape=[12], flags=ND_WRITABLE|ND_PIL)
3313 flags=ND_PIL)
3325 flags=ND_PIL)
3392 for flags in (0, ND_PIL):
3405 for flags in (0, ND_PIL):
3703 ex2 = ndarray(list(range(40)), shape=[5, 8], format='I', flags=ND_PIL)
3721 flags=ND_PIL|ND_WRITABLE)
3736 flags=ND_PIL)
3751 flags=ND_PIL|ND_WRITABLE)
3767 ex1 = ndarray(list(range(30)), shape=[5, 3, 2], format='i', flags=ND_PIL)
3769 ex2 = ndarray(list(range(30)), shape=[5, 3, 2], format='@I', flags=ND_PIL)
3782 flags=ND_PIL|ND_WRITABLE)
3787 flags=ND_PIL|ND_WRITABLE)
3803 nd1 = ndarray(lst1, shape=[3, 2, 5], format='@l', flags=ND_PIL)
3804 nd2 = ndarray(lst2, shape=[3, 2, 5], format='l', flags=ND_FORTRAN|ND_PIL)
3817 nd1 = ndarray(lst1, shape=[3, 2, 5], format='< 10p 9p d', flags=ND_PIL)
3819 flags=ND_FORTRAN|ND_PIL)
4036 nd = ndarray(list(range(12)), shape=[3, 4], flags=ND_WRITABLE|ND_PIL)
4106 nd = ndarray(list(range(30)), shape=[2,5,3], flags=ND_PIL)