HomeSort by relevance Sort by last modified time
    Searched refs:codefile (Results 1 - 5 of 5) sorted by null

  /external/v8/tools/
objdump-v8 63 codefile = open(process_codefile, "r")
65 codefile = open("code.asm", "r")
66 with codefile:
68 for line in codefile:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
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/cpython2/Tools/unicode/
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/
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/
test_trace.py 372 codefile = 'tmp.py' variable in class: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]

Completed in 178 milliseconds