Home
last modified time | relevance | path

Searched defs:lines (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dalign_structs.py34 def collineate(lines): argument
103 def check_offsets(lines, offsets_list): argument
145 def align_section(lines, args): argument
155 def align_file(lines, args): argument
179 lines = [] variable
183 lines = [l.rstrip() for l in fd.readlines()] variable
185 lines = [l.rstrip() for l in sys.stdin.readlines()] variable
/hardware/google/pixel/pixelstats/
DMitigationDurationReporter.cpp174 std::vector<std::string> lines = android::base::Split(file_contents, "\n"); in getIrqDurationCountHelper() local
DMmMetricsReporter.cpp836 bool MmMetricsReporter::parsePressureStallFileContent(bool is_cpu, std::string lines, in parsePressureStallFileContent()
/hardware/google/pixel/perfstatsd/
Dio_usage.cpp442 std::vector<std::string> lines = android::base::Split(std::move(buffer), "\n"); in refresh() local
/hardware/google/camera/common/hal/utils/
Dhal_camera_metadata.cc498 int32_t lines = count / values_per_line[type]; in PrintData() local
/hardware/interfaces/identity/support/tests/
DIdentityCredentialSupportTest.cpp85 vector<string> lines; in replaceLine() local