Home
last modified time | relevance | path

Searched refs:time_seconds (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/tests/npb/
Dnpb.py76 time_seconds = float(ts.groups()[0])
81 logging.info('Time (s): %s', time_seconds)
87 self.write_test_keyval({'time_seconds': time_seconds})
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dalerts.h65 float time_seconds, in Alert() argument
73 alert.first_occurrence = time_seconds; in Alert()
/external/libtextclassifier/native/annotator/
Dtypes.cc70 long time_seconds = time_ms_utc / 1000; // NOLINT in FormatMillis() local
73 localtime(&time_seconds)); in FormatMillis()