Searched refs:verbosity (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/include/camera/ |
D | VendorTagDescriptor.h | 87 void dump(int fd, int verbosity, int indentation) const;
|
D | CameraMetadata.h | 182 void dump(int fd, int verbosity = 1, int indentation = 0) const;
|
/frameworks/compile/slang/lit-tests/ |
D | README | 37 -v enables additional verbosity (useful when examining unexpected failures)
|
/frameworks/av/camera/ |
D | VendorTagDescriptor.cpp | 350 void VendorTagDescriptor::dump(int fd, int verbosity, int indentation) const { in dump() argument 364 if (verbosity < 1) { in dump()
|
D | CameraMetadata.cpp | 385 void CameraMetadata::dump(int fd, int verbosity, int indentation) const { in dump() argument 386 dump_indented_camera_metadata(mBuffer, fd, verbosity, indentation); in dump()
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 58 -v enables additional verbosity (useful when examining unexpected failures)
|
/frameworks/base/docs/html/tools/help/ |
D | monkey.jd | 42 <p>Depending on the verbosity level you have selected, you will also see reports on the progress 82 <td>Each -v on the command line will increment the verbosity level.
|