Home
last modified time | relevance | path

Searched refs:fileinput (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_fileinput.py2 Tests for fileinput module.
9 import fileinput namespace
25 from fileinput import FileInput, hook_encoded
36 # The fileinput module has 2 interfaces: the FileInput class which does
501 """A class that mocks out fileinput.FileInput for use during unit tests"""
549 the fileinput module."""
552 self._orig_state = fileinput._state
553 self._orig_FileInput = fileinput.FileInput
554 fileinput.FileInput = MockFileInput
557 fileinput
[all...]
H A Dtest_genericalias.py25 from fileinput import FileInput
/third_party/jerryscript/tools/
H A Dgen-doctest.py20 import fileinput namespace
69 self._warning('incorrect parameter list for test (key="value", ...)', fileinput.filelineno())
81 return decl, fileinput.filelineno()
90 return ['#line %d "%s"\n' % (fileinput.filelineno() + 1, self._infile)], fileinput.filelineno()
122 for line in fileinput.input(infile):
H A Dgen-magic-strings.py25 import fileinput namespace
121 for line in fileinput.input(fname):
138 lnum = fileinput.filelineno()
/third_party/skia/infra/bots/assets/armhf_sysroot/
H A Dcreate.py14 import fileinput namespace
48 # work on the bots. We use fileinput to replace just those lines (which
49 # start with GROUP). fileinput redirects stdout, so printing here actually
52 for line in fileinput.input(bad_libpthread, inplace=True):
59 for line in fileinput.input(bad_libc, inplace=True):
/third_party/node/deps/v8/tools/unittests/testdata/
H A Dresults_processor.py13 import fileinput namespace
19 for line in fileinput.input():
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dcopyright.py26 import fileinput namespace
99 for line in fileinput.input(file, inplace=1):
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dcheck_copyright.py22 import fileinput namespace
133 for line in fileinput.input(file, inplace=1):
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dcheck_copyright.py22 import fileinput namespace
133 for line in fileinput.input(file, inplace=1):
/third_party/spirv-tools/utils/
H A Dcheck_copyright.py23 import fileinput namespace
152 for line in fileinput.input(file, inplace=1):
/third_party/libabigail/tests/
H A Dupdate-test-output.py13 import fileinput namespace
/third_party/skia/experimental/tools/
H A Dmskp_parser.py12 import fileinput namespace
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/
H A Dbloat.py17 import fileinput namespace

Completed in 7 milliseconds