Home
last modified time | relevance | path

Searched refs:indentation (Results 1 – 15 of 15) sorted by relevance

/hardware/google/camera/common/hal/utils/
Dhal_camera_metadata.h118 uint32_t indentation = 0) const;
135 uint32_t indentation);
Dhal_camera_metadata.cc484 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/
DVendorTagDescriptor.cpp147 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()
DCameraMetadata.cpp384 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/
DVendorTagDescriptor.h92 void dump(int fd, int verbosity, int indentation) const;
188 void dump(int fd, int verbosity, int indentation) const;
DCameraMetadata.h182 void dump(int fd, int verbosity = 1, int indentation = 0) const;
/hardware/google/gfxstream/guest/mesa/
D.dir-locals.el12 (whitespace-style face indentation)
Dmeson.build1020 '-Wmisleading-indentation',
1035 '-Wmisleading-indentation',
/hardware/google/gfxstream/guest/magma/
Dmeson.build19 '-Wno-misleading-indentation',
DAndroid.bp50 "-Wno-misleading-indentation",
/hardware/google/av/media/eco/
D.clang-format24 # first one) have an eight space indentation.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Drevisions.adoc152 * 2019-08-25 - Add the <<markup-indentation-equations, Indentation of
156 <<markup-minimize-indentation, Minimize Indentation>> section (internal
Dmarkup.adoc181 [[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
Dwriting.adoc957 In these cases the normal list nesting and indentation guidelines cannot be
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc7400 * Clean up markup indentation not matching the style guide (internal merge
11372 * Fix indentation for slink:VkDebugReportCallbackCreateInfoEXT member