OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:baseIndentation
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.hpp
341
const std::string
baseIndentation
= std::string(numIndentationSpaces, ' ');
342
const std::string deepIndentation =
baseIndentation
+ std::string(4, ' ');
361
result += length > wrapLength ? "\n"+
baseIndentation
: " ";
/external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp
100
const string
baseIndentation
= string(numIndentationSpaces, ' ');
101
const string deepIndentation =
baseIndentation
+ string(4, ' ');
120
result += length > wrapLength ? "\n"+
baseIndentation
: " ";
[
all
...]
/prebuilts/checkstyle/
checkstyle.jar
Completed in 77 milliseconds