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

  /dalvik/vm/mterp/
gen-mterp.py 103 appendSourceFile(tokens[1], getGlobalSubDict(), c_fp, None)
381 appendSourceFile(source, dict, c_fp, None)
550 c_fp = open("%s/InterpC-%s.cpp" % (output_dir, target_arch), "w") variable
560 print "Generating %s, %s" % (c_fp.name, asm_fp.name)
570 c_fp.write(file_header)
620 c_fp.close()
622 c_fp = asm_fp = None
629 if c_fp:
630 c_fp.close()
  /dalvik/vm/compiler/template/
gen-template.py 413 c_fp = asm_fp = None

Completed in 158 milliseconds