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

  /external/autotest/server/cros/network/
netperf_session.py 81 past_result = self._from_samples(
84 if recent_result.throughput < (past_result.throughput +
85 past_result.throughput_dev):
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.c 290 static char *past_result; local
294 if (past_result)
296 free (past_result);
297 past_result = NULL;
301 return past_result = get_verbose_setting ();
303 return past_result = find_my_documents_folder ();
305 return past_result = find_inst_subdir ("share");

Completed in 841 milliseconds