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

  /external/autotest/frontend/tko/
csv_encoder_unittest.py 18 incomplete_count=0):
21 incomplete_count=incomplete_count)
73 incomplete_count):
76 incomplete_count=incomplete_count)
csv_encoder.py 45 if group['incomplete_count'] > 0:
46 result += ' (%s incomplete)' % group['incomplete_count']
135 incomplete_count = row_object['incomplete_count']
136 if incomplete_count:
137 result += ' (%s incomplete)' % incomplete_count
tko_rpc_utils.py 50 _INCOMPLETE_COUNT_NAME = 'incomplete_count'
64 pass_count = complete_count = incomplete_count = 0
68 incomplete_count = 1
73 group_dict[_INCOMPLETE_COUNT_NAME] = incomplete_count
rpc_interface.py 78 and 'incomplete_count', respectively.
  /external/autotest/server/
frontend.py 759 elif result.incomplete_count > 0:
950 complete_count, incomplete_count, group_count, pass_count

Completed in 133 milliseconds