HomeSort by relevance Sort by last modified time
    Searched refs:baseIndentation (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.hpp 406 const std::string baseIndentation = std::string(numIndentationSpaces, ' ');
407 const std::string deepIndentation = baseIndentation + std::string(4, ' ');
426 result += length > wrapLength ? "\n"+baseIndentation : " ";
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 102 const string baseIndentation = string(numIndentationSpaces, ' ');
103 const string deepIndentation = baseIndentation + string(4, ' ');
122 result += length > wrapLength ? "\n"+baseIndentation : " ";
    [all...]
  /prebuilts/checkstyle/
checkstyle.jar 

Completed in 77 milliseconds