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

  /external/autotest/client/site_tests/kernel_LTP/
parse_ltp_out.py 47 dest='ltp_out_file',
55 if not options.ltp_out_file:
61 def _filter_and_count(ltp_out_file, test_filters):
64 @param ltp_out_file: human-readable output file from LTP -p (ltp.out).
80 with open(ltp_out_file) as f:
124 def _filter_times(ltp_out_file):
127 @param ltp_out_file: human-readable output file from LTP -p (ltp.out).
139 with open(ltp_out_file) as f:
185 def summarize(ltp_out_file, test_timings=None):
191 @param ltp_out_file: human-readable output file from LTP -p (ltp.out)
    [all...]
  /external/autotest/client/tests/ltp/
parse_ltp_out.py 49 dest='ltp_out_file',
57 if not options.ltp_out_file:
63 def _filter_and_count(ltp_out_file, test_filters):
67 ltp_out_file: human-readable output file from LTP -p (ltp.out).
84 with open(ltp_out_file) as f:
129 def _filter_times(ltp_out_file):
133 ltp_out_file: human-readable output file from LTP -p (ltp.out).
145 with open(ltp_out_file) as f:
192 def summarize(ltp_out_file, test_timings=None):
199 ltp_out_file: human-readable output file from LTP -p (ltp.out)
    [all...]

Completed in 232 milliseconds