Searched refs:line (Results 176 - 193 of 193) sorted by relevance

12345678

/system/libvintf/
H A DHalManifest.cpp172 for (const auto& line : lines) {
175 os << line; local
/system/tools/aidl/
H A Dtype_cpp.cpp403 int line)
404 : ValidatableType(kind, package, aidl_type, src_file_name, line),
586 "In file %s line %d parameter %s (%d):\n ",
393 Type(int kind, const std::string& package, const std::string& aidl_type, const vector<string>& headers, const string& cpp_type, const string& read_method, const string& write_method, Type* array_type, Type* nullable_type, const string& src_file_name, int line) argument
/system/vold/model/
H A DDisk.cpp336 for (const auto& line : output) {
337 auto split = android::base::Split(line, kSgdiskToken);
/system/core/libunwindstack/
H A DDwarfCfa.cpp245 // Only show 10 raw bytes per line.
260 for (const auto line : expression_lines) {
261 log(indent + 1, "%s", line.c_str());
/system/core/init/
H A Dservice.cpp559 int line = onrestart_.NumCommands() + 1; local
560 if (auto result = onrestart_.AddCommand(str_args, line); !result) {
1181 const std::string& filename, int line) {
1206 Result<Success> ServiceParser::ParseLineSection(std::vector<std::string>&& args, int line) { argument
1180 ParseSection(std::vector<std::string>&& args, const std::string& filename, int line) argument
/system/core/libziparchive/
H A Dzip_archive_test.cc356 const uint8_t* line = &file_contents[0] + (3 * i); local
357 ASSERT_EQ('a', line[0]);
358 ASSERT_EQ('b', line[1]);
359 ASSERT_EQ('\n', line[2]);
/system/media/camera/docs/
H A Dhtml.mako38 .toc_deprecated { text-decoration:line-through; }
58 .entry_name_deprecated { text-decoration:line-through; }
112 # insert line breaks after every two \n\n
/system/update_engine/common/
H A Dutils.cc453 string line = header; local
459 line += buf;
461 LOG(INFO) << line;
/system/tools/hidl/
H A Dhidl-gen_y.yy57 ::android::Position(*(loc.begin.filename), loc.begin.line, loc.begin.column),
58 ::android::Position(*(loc.end.filename), loc.end.line, loc.end.column)
/system/core/fastboot/
H A Dfastboot.cpp206 // at the command line with the -s option.
653 static void check_requirement(Transport* transport, char* line) { argument
664 char* name = line;
676 if (!name) die("android-info.txt syntax error: %s", line);
/system/extras/power_profile/camera_avg/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/power_profile/camera_flashlight/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/power_profile/gps_on/gradle/wrapper/
H A Dgradle-wrapper.jar ... .BufferedReader is java.util.Formatter stdout String line ProcessBuilder pb Process p java.io.IOException e ...
/system/core/adb/
H A Dtest_device.py316 """Ensure that line ending translation is not happening in the pty.
1202 for line in output.split('\n'):
1203 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
1206 // 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 447 milliseconds

12345678