Searched refs:codefile (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/tools/ |
H A D | objdump-v8 | 63 codefile = open(process_codefile, "r") 65 codefile = open("code.asm", "r") 66 with codefile: 68 for line in codefile:
|
/third_party/python/Tools/unicode/ |
H A D | gencodec.py | 384 codefile = name + '.py' 387 dirprefix + codefile, 394 pymap(mappathname, map, dirprefix + codefile,name,comments) 407 codefile = name + '.py' 409 dirprefix + codefile)) 416 pymap(mapname, map, dirprefix + codefile,name,comments)
|
/third_party/python/Lib/test/ |
H A D | test_trace.py | 443 codefile = 'tmp.py' variable in TestCoverageCommandLineOutput 447 with open(self.codefile, 'w', encoding='iso-8859-15') as f: 456 unlink(self.codefile) 466 argv = '-m trace --count'.split() + [self.codefile] 480 argv = '-m trace --count --missing'.split() + [self.codefile]
|
Completed in 2 milliseconds