Lines Matching defs:prog
239 def prog(self):
267 prog=True,
321 elif prog and self.proged:
389 def prog(self, block=None, off=None, size=None):
390 self._op(Block.prog, block, off, size)
452 prog=False,
511 or (prog and b.proged)
513 or (not read and not prog and not erase
522 prog=prog,
535 or (prog and b.proged)
537 or (not read and not prog and not erase
546 prog=prog,
555 prog=prog,
566 prog=False,
596 # exclusive wear or read/prog/erase by default
597 if not read and not prog and not erase and not wear:
599 prog = True
691 '|' '(?P<prog>prog)\('
746 elif m.group('prog') and prog:
760 bd.prog(block, off, size)
794 prog=prog,
884 '-p', '--prog',
943 help="Characters to use for read, prog, erase, noop operations.")
950 help="Colors to use for read, prog, erase, noop operations.")