Searched refs:dtype (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/sdcard/
H A Dplot_sdcard.py211 x = numpy.arange(len(dataset.data), dtype='int_')
247 x = numpy.array(dataset.time, dtype='float_')
277 x = numpy.array(dataset.time, dtype='int_')
/system/core/toolbox/
H A Dnewfs_msdos.c268 const char *fname, *dtype, *bname; local
372 dtype = *argv;
416 getdiskinfo(fd, fname, dtype, oflag, &bpb);
785 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag, argument
828 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag, argument
838 if (dtype != NULL) {
839 lp = getdiskbyname(dtype);

Completed in 166 milliseconds