Home
last modified time | relevance | path

Searched refs:infp (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Tools/freeze/
Dmakeconfig.py9 def makeconfig(infp, outfp, modules, with_ifdef=0): argument
12 for line in infp:
45 infp = sys.stdin
47 infp = open(sys.argv[1])
52 makeconfig(infp, outfp, sys.argv[3:])
55 if infp != sys.stdin:
56 infp.close()
Dfreeze.py146 with open(sys.argv[pos+1]) as infp:
147 options = infp.read().split()
455 with open(config_c_in) as infp, bkfile.open(config_c, 'w') as outfp:
456 makeconfig.makeconfig(infp, outfp, builtins)
/third_party/python/Lib/test/
Dtest_quopri.py154 infp = io.BytesIO(p)
156 quopri.encode(infp, outfp, quotetabs=False)
162 infp = io.BytesIO(e)
164 quopri.decode(infp, outfp)
Dtest_base64.py62 infp = BytesIO(b'abcdefghijklmnopqrstuvwxyz'
66 base64.encode(infp, outfp)
78 infp = BytesIO(b'd3d3LnB5dGhvbi5vcmc=')
80 base64.decode(infp, outfp)
/third_party/python/Lib/
Dquopri.py110 infp = BytesIO(s)
112 encode(infp, outfp, quotetabs, header)
164 infp = BytesIO(s)
166 decode(infp, outfp, header=header)
/third_party/node/tools/icu/
Dshrink-icu-src.py42 def compress_data(infp, outfp): argument
43 with open(infp, 'rb') as inf:
/third_party/icu/icu4c/source/test/testdata/
Dregextst.txt2121 …\.[a-zA-Z0-9-]+)*\.(([0-9]{1,3})|([a-zA-Z]{2,3})|(aero|coop|info|museum|name))$" "foo@bar.infp"