Searched refs:codefile (Results 1 – 4 of 4) sorted by relevance
/external/v8/tools/ |
D | objdump-v8 | 63 codefile = open(process_codefile, "r") 65 codefile = open("code.asm", "r") 66 with codefile: 68 for line in codefile:
|
/external/python/cpython2/Tools/unicode/ |
D | gencodec.py | 381 codefile = name + '.py' 384 dirprefix + codefile, 391 pymap(mappathname, map, dirprefix + codefile,name,comments) 404 codefile = name + '.py' 406 dirprefix + codefile) 413 pymap(mapname, map, dirprefix + codefile,name,comments)
|
/external/python/cpython3/Tools/unicode/ |
D | gencodec.py | 387 codefile = name + '.py' 390 dirprefix + codefile, 397 pymap(mappathname, map, dirprefix + codefile,name,comments) 410 codefile = name + '.py' 412 dirprefix + codefile)) 419 pymap(mapname, map, dirprefix + codefile,name,comments)
|
/external/python/cpython3/Lib/test/ |
D | test_trace.py | 372 codefile = 'tmp.py' variable in TestCoverageCommandLineOutput 376 with open(self.codefile, 'w') as f: 384 unlink(self.codefile) 394 argv = '-m trace --count'.split() + [self.codefile] 407 argv = '-m trace --count --missing'.split() + [self.codefile]
|