Searched refs:indentation (Results 1 – 6 of 6) sorted by relevance
/system/media/camera/src/ |
D | camera_metadata.c | 1043 int indentation); 1054 int indentation) { in dump_indented_camera_metadata() argument 1057 indentation, ""); in dump_indented_camera_metadata() 1063 "%" PRIu32 " / %" PRIu32 " bytes of extra data.\n", indentation, "", in dump_indented_camera_metadata() 1067 indentation + 2, "", in dump_indented_camera_metadata() 1088 indentation + 2, "", in dump_indented_camera_metadata() 1116 print_data(fd, data_ptr, entry->tag, entry->type, count, indentation); in dump_indented_camera_metadata() 1121 int type, int count, int indentation) { in print_data() argument 1140 dprintf(fd, "%*s[", indentation + 4, ""); in print_data()
|
/system/media/camera/docs/ |
D | ACameraMetadata.mako | 26 … support more, we should use a recursive function here instead.. but the indentation gets trickier.
|
D | CameraMetadataEnums.mako | 58 … support more, we should use a recursive function here instead.. but the indentation gets trickier.
|
D | CameraMetadataKeys.mako | 81 … support more, we should use a recursive function here instead.. but the indentation gets trickier.
|
/system/media/camera/include/system/ |
D | camera_metadata.h | 564 int indentation);
|
/system/update_engine/ |
D | pylintrc | 237 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
|