Searched refs:infp (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Tools/freeze/ |
D | makeconfig.py | 9 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()
|
D | freeze.py | 146 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/ |
D | test_quopri.py | 154 infp = io.BytesIO(p) 156 quopri.encode(infp, outfp, quotetabs=False) 162 infp = io.BytesIO(e) 164 quopri.decode(infp, outfp)
|
D | test_base64.py | 62 infp = BytesIO(b'abcdefghijklmnopqrstuvwxyz' 66 base64.encode(infp, outfp) 78 infp = BytesIO(b'd3d3LnB5dGhvbi5vcmc=') 80 base64.decode(infp, outfp)
|
/third_party/python/Lib/ |
D | quopri.py | 110 infp = BytesIO(s) 112 encode(infp, outfp, quotetabs, header) 164 infp = BytesIO(s) 166 decode(infp, outfp, header=header)
|
/third_party/node/tools/icu/ |
D | shrink-icu-src.py | 42 def compress_data(infp, outfp): argument 43 with open(infp, 'rb') as inf:
|
/third_party/icu/icu4c/source/test/testdata/ |
D | regextst.txt | 2121 …\.[a-zA-Z0-9-]+)*\.(([0-9]{1,3})|([a-zA-Z]{2,3})|(aero|coop|info|museum|name))$" "foo@bar.infp"
|