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

  /external/v8/tools/testrunner/network/
distro.py 33 self.total_duration = 0.0
37 self.total_duration += suite.total_duration
61 # Convert |shells| to list and sort it, shortest total_duration first.
63 shells.sort(cmp=lambda x, y: cmp(x.total_duration, y.total_duration))
84 if (shell.total_duration < peer.needed_work and
87 shell.total_duration <= peers[index + 1].needed_work):
  /external/v8/tools/testrunner/objects/
peer.py 59 shell.total_duration -= t.duration
68 shell.total_duration -= test.duration
  /external/v8/tools/testrunner/local/
testsuite.py 90 self.total_duration = None # float, assigned on demand
309 self.total_duration = 0.0
311 self.total_duration += t.duration
312 return self.total_duration
  /system/update_engine/
metrics.h 304 base::TimeDelta total_duration,
metrics.cc 369 base::TimeDelta total_duration,
445 LOG(INFO) << "Uploading " << utils::FormatTimeDelta(total_duration)
449 static_cast<int>(total_duration.InMinutes()),
  /system/nfc/src/nfa/int/
nfa_dta_int.h 79 uint16_t total_duration; /* NFA_DTA_CFG_TOTAL_DURATION */ member in struct:__anon114859
nfa_dm_int.h 453 uint8_t total_duration[NCI_PARAM_LEN_TOTAL_DURATION]; member in struct:__anon114857
  /system/nfc/src/nfa/dm/
nfa_dm_main.c 249 p_stored = nfa_dm_cb.params.total_duration;
  /art/runtime/gc/
heap.cc 999 uint64_t total_duration = 0; local
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 2632 uint64_t total_duration = 0; local
    [all...]
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveVoiceTest.py     [all...]

Completed in 302 milliseconds