Home
last modified time | relevance | path

Searched defs:lines (Results 1 – 3 of 3) 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/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