Home
last modified time | relevance | path

Searched refs:codefile (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/
Dobjdump-v863 codefile = open(process_codefile, "r")
65 codefile = open("code.asm", "r")
66 with codefile:
68 for line in codefile:
/external/python/cpython2/Tools/unicode/
Dgencodec.py381 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/
Dgencodec.py387 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/
Dtest_trace.py372 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]