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

  /external/autotest/contrib/
db_cleanup.py 28 WHERE %(table)s.%(time_column)s <= "%(date)s"
34 WHERE %(related_table)s.%(time_column)s <= "%(date)s"
44 WHERE %(related_table)s.%(time_column)s <= "%(date)s"
136 time_column="started_time",
159 @param time_column: Column that we want to use to compare the date to.
174 time_column=time_column, date=date)
181 time_column=time_column, date=date)
193 time_column=time_column, date=date
    [all...]
  /external/valgrind/massif/
ms_print.in 400 my $time_column = sprintf("%14s", "time($time_unit)");
406 , $time_column

Completed in 70 milliseconds