Lines Matching full:program
19 def spawn_and_wait(program, delay):
23 [program], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE
48 program = self.getBuildArtifact("a.out")
50 [program],
71 program = tempfile.mktemp()
72 shutil.copyfile(orig_program, program)
73 shutil.copymode(orig_program, program)
81 if os.path.exists(program):
82 os.unlink(program)
88 popen = self.spawnSubprocess(program, [pid_file_path])
92 self.attach(program=program)
105 program = self.getBuildArtifact("a.out")
109 program,
114 self.attach(program=program, waitFor=True)
130 time the program stops.
141 program = self.getBuildArtifact("a.out")
146 'target create -d "%s"' % (program),
156 program=program,
192 # Continue until the program exits
215 program = self.getBuildArtifact("a.out")
220 'target create -d "%s"' % (program),
225 program=program,