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

  /frameworks/native/libs/vr/libpdx/
encoder_performance_test.cpp 297 size_t name_column_width = test_with_longest_name->name.size(); local
300 name_column_width + name_column_separator.size() +
314 std::cout << std::setw(name_column_width) << "Test Name" << std::left
324 std::cout << std::setw(name_column_width) << "" << name_column_separator
343 std::cout << std::setw(name_column_width) << test.name << " : "
365 std::cout << std::setw(name_column_width) << test.name << " : "
  /system/extras/simpleperf/
cmd_stat.cpp 171 size_t name_column_width = 0; local
176 name_column_width = std::max(name_column_width, s.Name().size());
188 static_cast<int>(name_column_width), s.Name().c_str(),
  /external/autotest/site_utils/
run_suite.py 395 def log_using(self, log_function, name_column_width):
399 @param name_column_width: Width of name column for formatting.
401 padded_name = self.name.ljust(name_column_width)
    [all...]

Completed in 7313 milliseconds