Searched refs:indentation (Results 1 – 15 of 15) sorted by relevance
/hardware/google/camera/common/hal/utils/ |
D | hal_camera_metadata.h | 118 uint32_t indentation = 0) const; 135 uint32_t indentation);
|
D | hal_camera_metadata.cc | 484 int32_t count, uint32_t indentation) { in PrintData() argument 509 "%*s[ ", indentation + 4, ""); in PrintData() 561 uint32_t indentation) const { in Dump() 565 indentation); in Dump() 610 PrintData(data, entry.type, count, indentation); in Dump()
|
/hardware/interfaces/camera/common/default/ |
D | VendorTagDescriptor.cpp | 147 void VendorTagDescriptor::dump(int fd, int verbosity, int indentation) const { in dump() 150 dprintf(fd, "%*sDumping configured vendor tag descriptors: None set\n", indentation, ""); in dump() 154 dprintf(fd, "%*sDumping configured vendor tag descriptors: %zu entries\n", indentation, "", in dump() 160 dprintf(fd, "%*s0x%x\n", indentation + 2, "", tag); in dump() 169 dprintf(fd, "%*s0x%x (%s) with type %d (%s) defined in section %s\n", indentation + 2, "", in dump() 231 void VendorTagDescriptorCache::dump(int fd, int verbosity, int indentation) const { in dump() 233 desc.second->dump(fd, verbosity, indentation); in dump()
|
D | CameraMetadata.cpp | 384 void CameraMetadata::dump(int fd, int verbosity, int indentation) const { in dump() 385 dump_indented_camera_metadata(mBuffer, fd, verbosity, indentation); in dump()
|
/hardware/interfaces/camera/common/default/include/ |
D | VendorTagDescriptor.h | 92 void dump(int fd, int verbosity, int indentation) const; 188 void dump(int fd, int verbosity, int indentation) const;
|
D | CameraMetadata.h | 182 void dump(int fd, int verbosity = 1, int indentation = 0) const;
|
/hardware/google/gfxstream/guest/mesa/ |
D | .dir-locals.el | 12 (whitespace-style face indentation)
|
D | meson.build | 1020 '-Wmisleading-indentation', 1035 '-Wmisleading-indentation',
|
/hardware/google/gfxstream/guest/magma/ |
D | meson.build | 19 '-Wno-misleading-indentation',
|
D | Android.bp | 50 "-Wno-misleading-indentation",
|
/hardware/google/av/media/eco/ |
D | .clang-format | 24 # first one) have an eight space indentation.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | revisions.adoc | 152 * 2019-08-25 - Add the <<markup-indentation-equations, Indentation of 156 <<markup-minimize-indentation, Minimize Indentation>> section (internal
|
D | markup.adoc | 181 [[markup-minimize-indentation]] 521 [[markup-indentation-equations]] 530 Explicit indentation should be used sparingly in the specification, but one 533 indentation is with a list where the leading bullet or descriptive text is
|
D | writing.adoc | 957 In these cases the normal list nesting and indentation guidelines cannot be
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 7400 * Clean up markup indentation not matching the style guide (internal merge 11372 * Fix indentation for slink:VkDebugReportCallbackCreateInfoEXT member
|