HomeSort by relevance Sort by last modified time
    Searched defs:makepipeline (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pipes.py 172 cmd = self.makepipeline(file, '')
181 cmd = self.makepipeline('', file)
185 return os.system(self.makepipeline(infile, outfile))
187 def makepipeline(self, infile, outfile): member in class:Template
188 cmd = makepipeline(infile, self.steps, outfile)
195 def makepipeline(infile, steps, outfile): function
  /external/python/cpython2/Lib/
pipes.py 170 cmd = self.makepipeline(file, '')
179 cmd = self.makepipeline('', file)
183 return os.system(self.makepipeline(infile, outfile))
185 def makepipeline(self, infile, outfile): member in class:Template
186 cmd = makepipeline(infile, self.steps, outfile)
193 def makepipeline(infile, steps, outfile): function
  /external/python/cpython3/Lib/
pipes.py 159 cmd = self.makepipeline(file, '')
167 cmd = self.makepipeline('', file)
171 return os.system(self.makepipeline(infile, outfile))
173 def makepipeline(self, infile, outfile): member in class:Template
174 cmd = makepipeline(infile, self.steps, outfile)
181 def makepipeline(infile, steps, outfile): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pipes.py 170 cmd = self.makepipeline(file, '')
179 cmd = self.makepipeline('', file)
183 return os.system(self.makepipeline(infile, outfile))
185 def makepipeline(self, infile, outfile): member in class:Template
186 cmd = makepipeline(infile, self.steps, outfile)
193 def makepipeline(infile, steps, outfile): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
pipes.py 170 cmd = self.makepipeline(file, '')
179 cmd = self.makepipeline('', file)
183 return os.system(self.makepipeline(infile, outfile))
185 def makepipeline(self, infile, outfile): member in class:Template
186 cmd = makepipeline(infile, self.steps, outfile)
193 def makepipeline(infile, steps, outfile): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pipes.py 170 cmd = self.makepipeline(file, '')
179 cmd = self.makepipeline('', file)
183 return os.system(self.makepipeline(infile, outfile))
185 def makepipeline(self, infile, outfile): member in class:Template
186 cmd = makepipeline(infile, self.steps, outfile)
193 def makepipeline(infile, steps, outfile): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pipes.py 170 cmd = self.makepipeline(file, '')
179 cmd = self.makepipeline('', file)
183 return os.system(self.makepipeline(infile, outfile))
185 def makepipeline(self, infile, outfile): member in class:Template
186 cmd = makepipeline(infile, self.steps, outfile)
193 def makepipeline(infile, steps, outfile): function

Completed in 244 milliseconds