Searched refs:lines (Results 1 – 8 of 8) sorted by relevance
67 lines = tag.splitlines()68 if len(lines) < 2:78 for line in lines[1:]:
447 std::vector<std::string> lines = android::base::Split(std::move(buffer), "\n"); in refresh() local449 for (uint32_t i = 0; i < lines.size(); i++) { in refresh()450 if (lines[i].empty()) { in refresh()454 if (!loadDataFromLine(std::move(lines[i]), data)) in refresh()
178 vector<string> lines; in replaceLine() local182 lines.push_back(s); in replaceLine()185 size_t numLines = lines.size(); in replaceLine()192 for (const string& line : lines) { in replaceLine()
21 # lines indented eight spaces.". clang-format does not support having the colon
498 int32_t lines = count / values_per_line[type]; in PrintData() local500 lines++; in PrintData()505 for (j = 0; j < lines; j++) { in PrintData()
90 lines to `HealthService.cpp`:
354 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines 356 # the documentation. If the initializer consists of more lines than specified