Lines Matching defs:read
236 def read(self):
266 read=True,
324 elif read and self.readed:
386 def read(self, block=None, off=None, size=None):
387 self._op(Block.read, block, off, size)
451 read=False,
510 if ((read and b.readed)
513 or (not read and not prog and not erase
521 read=read,
534 if ((read and b.readed)
537 or (not read and not prog and not erase
545 read=read,
554 read=read,
565 read=False,
596 # exclusive wear or read/prog/erase by default
597 if not read and not prog and not erase and not wear:
598 read = True
685 '|' '(?P<read>read)\('
729 elif m.group('read') and read:
743 bd.read(block, off, size)
793 read=read,
811 # read/parse/coalesce operations
817 # if sleep print in background thread to avoid getting stuck in a read call
878 help="Path to read from.")
880 '-r', '--read',
943 help="Characters to use for read, prog, erase, noop operations.")
950 help="Colors to use for read, prog, erase, noop operations.")