Home
last modified time | relevance | path

Searched refs:total_seconds (Results 1 – 14 of 14) sorted by relevance

/aosp12/system/bt/gd/cert/
H A Devent_stream.py194 current_event = self.event_queue.get(timeout=remaining.total_seconds())
216 logging.debug("assert_event_occurs %d %fs" % (at_least_times, timeout.total_seconds()))
221 logging.debug("Waiting for event (%fs remaining)" % (remaining.total_seconds()))
223 current_event = istream.get_event_queue().get(timeout=remaining.total_seconds())
239 logging.debug("assert_all_events_occur %fs" % timeout.total_seconds())
245 logging.debug("Waiting for event (%fs remaining)" % (remaining.total_seconds()))
247 current_event = istream.get_event_queue().get(timeout=remaining.total_seconds())
270 logging.debug("assert_none_matching %fs" % (timeout.total_seconds()))
275 logging.debug("Waiting for event (%fs remaining)" % (remaining.total_seconds()))
289 logging.debug("assert_none %fs" % (timeout.total_seconds()))
[all …]
H A Dbehavior.py98 self._invoked_condition.wait(remaining.total_seconds())
H A Dgd_device.py554 (device_time - host_time).total_seconds(),
/aosp12/frameworks/base/startop/scripts/app_startup/lib/
H A Dperfetto_trace_collector.py93 int(self.trace_duration.total_seconds()*
/aosp12/packages/services/Car/tools/emulator/
H A Ddriving_info_generator.py158 duration = (gpxFrame.datetime - self.datetime).total_seconds()
/aosp12/art/tools/runtime_memusage/
H A Dsymbol_trace_info.py52 elem[0] = int((elem_date_time - first_access_time).total_seconds() *
/aosp12/frameworks/base/startop/scripts/iorap/
H A Dcompiler_ri.py196 return first_event.raw_ftrace_entry.timestamp + trace_duration.total_seconds()
/aosp12/frameworks/base/startop/scripts/app_startup/
H A Dapp_startup_runner.py225 argv += ['--duration', str(int(trace_duration.total_seconds()
/aosp12/system/extras/boottime_tools/bootanalyze/
H A Dbugreport_anayze.py188 return int((dt - EPOCH).total_seconds() * 1000)
/aosp12/art/test/testrunner/
H A Dtestrunner.py755 if test_time.total_seconds() != 0 and verbose:
/aosp12/build/make/tools/releasetools/
H A Dadd_img_to_target_files86 datetime.datetime.utcfromtimestamp(0)).total_seconds())
H A Dadd_img_to_target_files.py86 datetime.datetime.utcfromtimestamp(0)).total_seconds())
H A Dcommon.py2710 timestamp = (datetime.datetime(2009, 1, 1) - local_epoch).total_seconds()
/aosp12/art/runtime/gc/
H A Dheap.cc1201 const double total_seconds = total_duration / 1.0e9; in DumpGcPerformanceInfo() local
1205 << PrettySize(GetBytesFreedEver() / total_seconds) << "/s" in DumpGcPerformanceInfo()
1209 << (GetObjectsFreedEver() / total_seconds) << " objects/s\n"; in DumpGcPerformanceInfo()