/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):
|
/system/connectivity/shill/test-scripts/ |
stability | 50 total_duration=8 * 60 * 60, 54 self._total_duration = total_duration 121 parser.add_option('--total_duration', default=8 * 60 * 60, type='int', 149 total_duration=options.total_duration,
|
/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 | 113 self.total_duration = None # float, assigned on demand 300 self.total_duration = 0.0 302 self.total_duration += t.duration 303 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()),
|
/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_main.c | 261 p_stored = nfa_dm_cb.params.total_duration;
|
/external/libnfc-nci/src/nfa/int/ |
nfa_dta_int.h | 74 UINT16 total_duration; /* NFA_DTA_CFG_TOTAL_DURATION */ member in struct:__anon17130
|
nfa_dm_int.h | 429 UINT8 total_duration[NCI_PARAM_LEN_TOTAL_DURATION]; member in struct:__anon17128
|
/art/runtime/gc/ |
heap.cc | 1141 uint64_t total_duration = 0; local [all...] |
/tools/test/connectivity/acts/tests/google/tel/live/ |
TelLiveVoiceTest.py | [all...] |
/frameworks/av/media/libstagefright/ |
MPEG4Extractor.cpp | 2418 uint64_t total_duration = 0; local [all...] |