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 81 appendSourceFile(tokens[1], getGlobalSubDict(), c_fp, None)
239 appendSourceFile(source, dict, c_fp, None)
408 c_fp = open("%s/InterpC-%s.c" % (output_dir, target_arch), "w") variable
418 print "Generating %s, %s" % (c_fp.name, asm_fp.name)
428 c_fp.write(file_header)
465 c_fp.close()
467 c_fp = asm_fp = None
474 if c_fp:
475 c_fp.close()
  /dalvik/vm/compiler/template/
gen-template.py 412 c_fp = asm_fp = None

Completed in 49 milliseconds