Searched refs:line (Results 151 - 155 of 155) sorted by relevance

1234567

/system/core/adb/
H A Dtest_device.py371 """Ensure that line ending translation is not happening in the pty.
1234 for line in output.split('\n'):
1235 m = re.match('(\S+)\s+(\S+)', line)
/system/core/logcat/
H A Dlogcat.cpp512 "If no '*' filterspec or -s on command line, all filter defaults to '*:V'.\n"
514 "\nIf not specified on the command line, filterspec is set from ANDROID_LOG_TAGS.\n"
515 "\nIf not specified with -v on command line, format is set from ANDROID_PRINTF_LOG\n"
639 // Find last logged line in <outputFileName>, or <outputFileName>.1
678 for (const auto& line : android::base::Split(file, "\n")) {
680 char* ep = parseTime(t, line.c_str());
826 if (filename) { // We supplied an output file redirected in command line
1207 // androidboot.logcat= on the kernel command line. If
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/gradle/wrapper/
H A Dgradle-wrapper.jar ... .BufferedReader is java.util.Formatter stdout String line ProcessBuilder pb Process p java.io.IOException e ...
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/gradle/wrapper/
H A Dgradle-wrapper.jar ... .BufferedReader is java.util.Formatter stdout String line ProcessBuilder pb Process p java.io.IOException e ...
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/gradle/wrapper/
H A Dgradle-wrapper.jar ... .BufferedReader is java.util.Formatter stdout String line ProcessBuilder pb Process p java.io.IOException e ...

Completed in 3542 milliseconds

1234567