Home
last modified time | relevance | path

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

/external/XNNPACK/tools/
Dxnncommon.py14 last_newline = False
17 if not is_newline or not last_newline:
19 last_newline = is_newline
/external/rust/crates/android_logger/src/
Dlib.rs383 let last_newline = self.buffer[len..LOGGING_MSG_MAX_LEN] in write_str() localVariable
397 if let Some(newline) = last_newline { in write_str()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHostInfoMacOSX.mm403 const size_t last_newline = output.rfind('\n');
404 if (last_newline != llvm::StringRef::npos)
405 output = output.substr(last_newline + 1);