OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_name_length
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/experimental/statistical_analysis/
compare_benchmark_results.py
38
def PrintOutcomeLine(name,
max_name_length
, outcome, print_p_value):
40
print('{:{}}{}'.format(name,
max_name_length
+ 2, outcome[0]), end='')
/art/test/
run-test
845
max_name_length
=$(getconf NAME_MAX ${tmp_dir})
846
echo "Max filename (NAME_MAX): ${
max_name_length
}" >> "$output"
Completed in 65 milliseconds