Lines Matching refs:ND_PIL
1055 ND_PIL, ND_PIL|ND_WRITABLE
1070 if not shape and (flags&ND_PIL):
1148 self.assertRaises(TypeError, c, [1], shape=[], flags=ND_PIL)
1315 for flags in (0, ND_PIL):
1335 for flags in (0, ND_PIL):
1358 for flags in (0, ND_PIL):
1359 if ndim == 0 and flags == ND_PIL:
1569 for flags in (0, ND_PIL):
1694 x = ndarray(items, shape=[8], format="b", flags=ND_PIL)
1730 for flags in (0, ND_PIL):
1792 for flags in (0, ND_PIL):
1850 for flags in (0, ND_PIL):
1896 y = ndarray_from_structure(items, fmt, t, flags=ND_PIL)
1972 yl = ndarray_from_structure(litems, fmt, tl, flags=ND_PIL)
1973 yr = ndarray_from_structure(ritems, fmt, tr, flags=ND_PIL)
2009 nd = ndarray(items, shape=[3,4], flags=ND_PIL)
2012 self.assertTrue(ex.flags & ND_PIL)
2021 for flags in (0, ND_PIL):
2040 for flags in (0, ND_PIL):
2053 for flags in (0, ND_PIL):
2059 for flags in (0, ND_PIL):
2115 nd = ndarray(list(range(12)), shape=[2,2,3], flags=ND_PIL)
2341 nd = ndarray(list(range(12)), shape=[3, 4], flags=ND_WRITABLE|ND_PIL)
2442 ex = ndarray(items, shape=shape, flags=ND_PIL)
3089 for flags in (0, ND_PIL):
3256 nd = ndarray(list(range(12)), shape=[12], flags=ND_WRITABLE|ND_PIL)
3257 ex = ndarray(list(range(12)), shape=[12], flags=ND_WRITABLE|ND_PIL)
3343 flags=ND_PIL)
3355 flags=ND_PIL)
3422 for flags in (0, ND_PIL):
3435 for flags in (0, ND_PIL):
3733 ex2 = ndarray(list(range(40)), shape=[5, 8], format='I', flags=ND_PIL)
3751 flags=ND_PIL|ND_WRITABLE)
3766 flags=ND_PIL)
3781 flags=ND_PIL|ND_WRITABLE)
3797 ex1 = ndarray(list(range(30)), shape=[5, 3, 2], format='i', flags=ND_PIL)
3799 ex2 = ndarray(list(range(30)), shape=[5, 3, 2], format='@I', flags=ND_PIL)
3812 flags=ND_PIL|ND_WRITABLE)
3817 flags=ND_PIL|ND_WRITABLE)
3833 nd1 = ndarray(lst1, shape=[3, 2, 5], format='@l', flags=ND_PIL)
3834 nd2 = ndarray(lst2, shape=[3, 2, 5], format='l', flags=ND_FORTRAN|ND_PIL)
3847 nd1 = ndarray(lst1, shape=[3, 2, 5], format='< 10p 9p d', flags=ND_PIL)
3849 flags=ND_FORTRAN|ND_PIL)
4066 nd = ndarray(list(range(12)), shape=[3, 4], flags=ND_WRITABLE|ND_PIL)
4136 nd = ndarray(list(range(30)), shape=[2,5,3], flags=ND_PIL)