Home
last modified time | relevance | path

Searched defs:newLine (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/transport/hdc/
DHdcWrapper.java356 String[] newLine = excuteResult.split(":"); in getCliResult() local
418 String[] newLine = excuteResult.split(" "); in getListResult() local
456 String[] newLine = excuteResult.split("\t"); in getListHdcStdResult() local
/developtools/ace-ets2bundle/compiler/
Dbuild_declarations_file.js129 const printer = ts.createPrinter({ removeComments: true, newLine: ts.NewLineKind.LineFeed }); property
/developtools/ace-ets2bundle/compiler/server/
Dbuild_pipe_server.js133 const printer = ts.createPrinter({ newLine: ts.NewLineKind.LineFeed }); property