Home
last modified time | relevance | path

Searched refs:get_current_time (Results 1 – 9 of 9) sorted by relevance

/external/autotest/client/site_tests/power_FlashVideoSuspend/
Dpower_FlashVideoSuspend.py35 def get_current_time(): function
39 old_time = get_current_time()
41 condition=lambda: get_current_time() > old_time,
/external/autotest/client/site_tests/power_VideoSuspend/
Dpower_VideoSuspend.py34 def get_current_time(): function
37 old_time = get_current_time()
39 condition=lambda: get_current_time() > old_time,
/external/autotest/client/site_tests/desktopui_AudioFeedback/
Ddesktopui_AudioFeedback.py41 def get_current_time(): function
44 old_time = get_current_time()
46 condition=lambda: get_current_time() > old_time,
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
Ddesktopui_MediaAudioFeedback.py92 def get_current_time(): function
96 old_time = get_current_time()
98 condition=lambda: get_current_time() > old_time,
/external/autotest/client/site_tests/audio_SeekAudioFeedback/
Daudio_SeekAudioFeedback.py92 def get_current_time(): function
100 old_time = get_current_time()
102 condition=lambda: get_current_time() > old_time,
/external/boringssl/src/ssl/
Dd1_lib.c85 static void get_current_time(const SSL *ssl, struct timeval *out_clock);
168 get_current_time(ssl, &ssl->d1->next_timeout); in dtls1_start_timer()
188 get_current_time(ssl, &timenow); in DTLSv1_get_timeout()
294 static void get_current_time(const SSL *ssl, struct timeval *out_clock) { in get_current_time() function
/external/netperf/src/
Dnet_uuid.c238 static void get_current_time(uuid_time_t *timestamp) in get_current_time() function
318 get_current_time(&timestamp); in uuid_create()
/external/autotest/client/site_tests/video_YouTubePage/
Dvideo_YouTubePage.py108 def get_current_time(self): member in video_YouTubePage
191 if self.get_current_time() <= 0.0:
/external/openssh/
Dclientloop.c250 get_current_time(void) in get_current_time() function
1493 start_time = get_current_time(); in client_loop()
1746 total_time = get_current_time() - start_time; in client_loop()