Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dalign_structs.py34 def collineate(lines): argument
37 for line in lines:
103 def check_offsets(lines, offsets_list): argument
105 for line in lines:
109 if reference_index == len(lines):
117 …sys.exit("Lines have differing numbers of offsets:\n" + lines[index] + "\n" + lines[reference_inde…
145 def align_section(lines, args): argument
146 lines = collineate(lines)
147 lines = [pack(l) for l in lines]
148 lines = [prettify(l) for l in lines]
[all …]
/hardware/google/pixel/pixelstats/
DMitigationDurationReporter.cpp174 std::vector<std::string> lines = android::base::Split(file_contents, "\n"); in getIrqDurationCountHelper() local
175 if (lines.size() < kExpectedNumberOfLines) { in getIrqDurationCountHelper()
183 num_stats += updateStat(&lines[UVLO1], &counts->uvlo1_none); in getIrqDurationCountHelper()
184 num_stats += updateStat(&lines[UVLO1_MMWAVE], &counts->uvlo1_mmwave); in getIrqDurationCountHelper()
185 num_stats += updateStat(&lines[UVLO1_RFFE], &counts->uvlo1_rffe); in getIrqDurationCountHelper()
186 num_stats += updateStat(&lines[UVLO2], &counts->uvlo2_none); in getIrqDurationCountHelper()
187 num_stats += updateStat(&lines[UVLO2_MMWAVE], &counts->uvlo2_mmwave); in getIrqDurationCountHelper()
188 num_stats += updateStat(&lines[UVLO2_RFFE], &counts->uvlo2_rffe); in getIrqDurationCountHelper()
189 num_stats += updateStat(&lines[BATOILO], &counts->batoilo_none); in getIrqDurationCountHelper()
190 num_stats += updateStat(&lines[BATOILO_MMWAVE], &counts->batoilo_mmwave); in getIrqDurationCountHelper()
[all …]
DMmMetricsReporter.cpp836 bool MmMetricsReporter::parsePressureStallFileContent(bool is_cpu, std::string lines, in parsePressureStallFileContent() argument
841 std::istringstream data(lines); in parsePressureStallFileContent()
/hardware/google/camera/devices/EmulatedCamera/hwl/tools/
Dparse_bugreport.py73 lines = tag.splitlines()
74 if len(lines) < 2:
84 for line in lines[1:]:
/hardware/google/av/media/eco/
D.clang-format21 # lines indented eight spaces.". clang-format does not support having the colon
/hardware/google/pixel/perfstatsd/
Dio_usage.cpp442 std::vector<std::string> lines = android::base::Split(std::move(buffer), "\n"); in refresh() local
444 for (uint32_t i = 0; i < lines.size(); i++) { in refresh()
445 if (lines[i].empty()) { in refresh()
449 if (!loadDataFromLine(std::move(lines[i]), data)) in refresh()
/hardware/interfaces/identity/support/tests/
DIdentityCredentialSupportTest.cpp85 vector<string> lines; in replaceLine() local
89 lines.push_back(s); in replaceLine()
92 size_t numLines = lines.size(); in replaceLine()
99 for (const string& line : lines) { in replaceLine()
/hardware/google/camera/common/hal/utils/
Dhal_camera_metadata.cc498 int32_t lines = count / values_per_line[type]; in PrintData() local
500 lines++; in PrintData()
505 for (j = 0; j < lines; j++) { in PrintData()
/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h128 bool parsePressureStallFileContent(bool is_cpu, std::string lines, std::vector<long> *store,
/hardware/interfaces/health/2.0/
DREADME.md90 lines to `HealthService.cpp`:
DREADME90 lines to `HealthService.cpp`: