Home
last modified time | relevance | path

Searched refs:write_line (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/interpreter/mterp/common/
H A Dgen_setup.py30 def write_line(line): function
34 write_line(" .balign {}".format(handler_size_bytes))
39 write_line("/* ------------------------------ */")
41 write_line(".L_{1}: /* {0:#04x} */".format(num, name))
46 write_line("")
70 write_line("/* DO NOT EDIT: This file was generated by gen-mterp.py. */")
/aosp12/frameworks/native/cmds/bugreportz/
H A Dbugreportz.cpp32 static void write_line(const std::string& line, bool show_progress) { in write_line() function
65 write_line(line, show_progress); in bugreportz()
71 write_line(line, show_progress); in bugreportz()
/aosp12/system/linkerconfig/modules/tests/
H A Dconfigwriter_test.cc24 TEST(linkerconfig_configwriter, write_line) { in TEST() argument