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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
deps.py 32 import fileinput namespace
47 for line in fileinput.FileInput(self._path):
56 for line in fileinput.FileInput(self._path, inplace=1):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fileinput.py 2 Tests for fileinput module.
11 from fileinput import FileInput, hook_encoded
13 # The fileinput module has 2 interfaces: the FileInput class which does
15 # variable. We only test the FileInput class, since the other functions
16 # only provide a thin facade over FileInput.
50 fi = FileInput(files=(t1, t2, t3, t4), bufsize=bs)
61 fi = FileInput(files=(t1, t2, t3, t4), bufsize=bs)
80 fi = FileInput(files=(t1, t2, t3, t4, '-'), bufsize=bs
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileinput.py 2 Tests for fileinput module.
11 from fileinput import FileInput, hook_encoded
13 # The fileinput module has 2 interfaces: the FileInput class which does
15 # variable. We only test the FileInput class, since the other functions
16 # only provide a thin facade over FileInput.
50 fi = FileInput(files=(t1, t2, t3, t4), bufsize=bs)
61 fi = FileInput(files=(t1, t2, t3, t4), bufsize=bs)
80 fi = FileInput(files=(t1, t2, t3, t4, '-'), bufsize=bs
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fileinput.py 5 import fileinput
6 for line in fileinput.input():
32 setting the mode parameter to input() or FileInput.__init__().
48 Class FileInput is the implementation; its methods filename(),
57 passed to input() or to the FileInput constructor, the file is moved
71 input() function and the FileInput() class to override the default
85 "isfirstline","isstdin","FileInput"]
95 Create an instance of the FileInput class. The instance will be used
98 along to the constructor of the FileInput class.
103 _state = FileInput(files, inplace, backup, bufsize, mode, openhook
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fileinput.py 5 import fileinput
6 for line in fileinput.input():
32 setting the mode parameter to input() or FileInput.__init__().
48 Class FileInput is the implementation; its methods filename(),
57 passed to input() or to the FileInput constructor, the file is moved
71 input() function and the FileInput() class to override the default
85 "isfirstline","isstdin","FileInput"]
95 Create an instance of the FileInput class. The instance will be used
98 along to the constructor of the FileInput class.
103 _state = FileInput(files, inplace, backup, bufsize, mode, openhook
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 1248 milliseconds