HomeSort by relevance Sort by last modified time
    Searched refs:FILEIN_STDOUT (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pipes.py 42 t.append(s_command + ' < $IN', pipes.FILEIN_STDOUT)
141 pipes.FILEIN_STDOUT)
175 pipes.FILEIN_STDOUT)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pipes.py 42 t.append(s_command + ' < $IN', pipes.FILEIN_STDOUT)
141 pipes.FILEIN_STDOUT)
175 pipes.FILEIN_STDOUT)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pipes.py 71 FILEIN_STDOUT = 'f-' # Must read a real file
76 stepkinds = [FILEIN_FILEOUT, STDIN_FILEOUT, FILEIN_STDOUT, STDIN_STDOUT, \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pipes.py 71 FILEIN_STDOUT = 'f-' # Must read a real file
76 stepkinds = [FILEIN_FILEOUT, STDIN_FILEOUT, FILEIN_STDOUT, STDIN_STDOUT, \

Completed in 921 milliseconds