HomeSort by relevance Sort by last modified time
    Searched defs:test_time (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/tools/fetch/
fetch_client.cc 182 int test_time = table.GetCounterValue("t:FetchClient.total_time"); local
187 printf("Time : %dms\n", test_time);
189 if (test_time > 0) {
192 (static_cast<float>(test_time) / 1000.0);
  /external/netperf/
netsh.c 160 test_time, /* test ends by time */ variable
414 test_time = 10; /* test ends by time */
696 test_time = convert(optarg);
698 if (test_time < 0) {
699 test_bytes = -1 * test_time;
701 test_time = 0;
1003 test_time,
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 1910 int64 test_time = 123456; local
    [all...]

Completed in 189 milliseconds