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

  /external/chromium_org/build/util/lib/common/
perf_result_data_type.py 6 UNIMPORTANT = 'unimportant'
8 UNIMPORTANT_HISTOGRAM = 'unimportant-histogram'
11 ALL_TYPES = [DEFAULT, UNIMPORTANT, HISTOGRAM, UNIMPORTANT_HISTOGRAM,
perf_tests_results_helper.py 16 RESULT_TYPES = {perf_result_data_type.UNIMPORTANT: 'RESULT ',
127 if (result_type == perf_result_data_type.UNIMPORTANT or

Completed in 60 milliseconds