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.c260 const char *fname, *dtype, *bname; local
366 dtype = *argv;
416 getdiskinfo(fd, fname, dtype, oflag, &bpb);
798 static void getdiskinfo(int fd, const char *fname, const char *dtype, argument
848 static void getdiskinfo(int fd, const char *fname, const char *dtype, argument
858 if (dtype != NULL) {
859 lp = getdiskbyname(dtype);

Completed in 54 milliseconds