Home
last modified time | relevance | path

Searched defs:new_line (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_lite_settings_mk_file.py38 def _append(self, new_line): argument
/aosp12/art/tools/checker/common/
H A Dlogger.py47 def log(content, level=Level.INFO, color=Color.DEFAULT, new_line=True, out=sys.stdout): argument
/aosp12/system/libbase/
H A Dlogging_splitters.h80 const char* new_line = chunk_position > 0 ? "\n" : ""; in SplitByLogdChunks() local
/aosp12/art/runtime/
H A Dnative_stack_dump.cc207 char* new_line = strchr(tmp, '\n'); in Drain() local
/aosp12/art/tools/signal_dumper/
H A Dsignal_dumper.cc255 char* new_line = strchr(tmp, '\n'); in Drain() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h1/response/
H A Ddecoder.rs72 new_line: bool, field