HomeSort by relevance Sort by last modified time
    Searched refs:current_time (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/ltp/testcases/kernel/controllers/cpuctl/
cpuctl_test03.c 101 time_t current_time, prev_time, delta_time; local
197 current_time = time(NULL);
198 delta_time = current_time - prev_time; /* Duration in case its not exact TIME_INTERVAL */
206 prev_time = current_time;
cpuctl_test04.c 102 time_t current_time, prev_time, delta_time; local
208 current_time = time(NULL);
209 delta_time = current_time - prev_time; /* Duration in case its not exact TIME_INTERVAL */
217 prev_time = current_time;
cpuctl_test02.c 105 time_t current_time, prev_time, delta_time; local
201 current_time = time(NULL);
202 delta_time = current_time - prev_time; /* Duration in case its not exact TIME_INTERVAL */
210 prev_time = current_time;
  /external/autotest/server/site_tests/enterprise_CFM_SessionStress/
enterprise_CFM_SessionStress.py 28 current_time = datetime.datetime.now().strftime("%Y%m%d-%H%M%S")
29 hangout_name = 'auto-hangout-' + current_time
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 141 SYSTEMTIME current_time; local
142 GetLocalTime(&current_time);
147 current_time.wMonth,
148 current_time.wDay,
149 current_time.wYear,
150 current_time.wHour,
151 current_time.wMinute,
152 current_time.wSecond,
  /external/ipsec-tools/src/racoon/
schedule.c 72 static time_t current_time __P((void));
86 now = current_time();
114 now = current_time();
147 new->xtime = current_time() + tick;
180 current_time() function
  /external/libchrome/base/time/
pr_time_unittest.cc 75 time_t current_time = 0; local
76 time(&current_time);
82 localtime_s(&local_time, &current_time);
85 localtime_r(&current_time, &local_time);
89 PRTime current_time64 = static_cast<PRTime>(current_time) * PR_USEC_PER_SEC;
  /external/autotest/server/hosts/
abstract_ssh.py 580 current_time = int(time.time())
581 end_time = current_time + timeout
584 while not timeout or current_time < end_time:
585 if self.is_up(timeout=end_time - current_time,
598 current_time = int(time.time())
646 current_time = int(time.time())
648 end_time = current_time + timeout
651 warn_time = current_time + warning_timer
660 # completes within current_time, this is needed because if we used
671 while not timeout or current_time < end_time
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
ShellAndroid.cpp 192 double current_time = timer.get(); local
215 add_game_time(static_cast<float>(t - current_time));
219 current_time = t;
ShellWin32.cpp 216 double current_time = timer.get(); local
241 add_game_time(static_cast<float>(t - current_time));
245 current_time = t;
  /packages/services/Car/tools/io_analysis/
check_io_trace_all.py 237 def handle_reason(self, current_time, iowait, waiting_call):
239 # print current_time, iowait, waiting_call
247 def handle_switch_out(self, current_time, out_state, priority, name, core):
249 # print "out", current_time, out_state
252 self.last_switch_out_time = current_time
255 execution_time = current_time - self.last_switch_in_time
261 def handle_switch_in(self, current_time, priority, name, core):
263 # print "in", current_time, self.in_iowait
266 self.last_switch_in_time = current_time
270 wait_time = current_time - self.last_switch_out_tim
    [all...]
  /external/autotest/server/site_tests/enterprise_CFM_VolumeChange/
enterprise_CFM_VolumeChange.py 43 current_time = datetime.datetime.now().strftime("%Y%m%d-%H%M%S")
44 hangout_name = 'auto-hangout-' + current_time
  /external/toolchain-utils/cwp/performance/
experiment_gen.py 124 current_time = int(round(time.time() * 1000))
125 file_name = 'perf_overhead_%s' % str(current_time)
  /tools/test/connectivity/acts/tests/google/ble/power/
GattPowerTest.py 114 current_time = get_current_human_time()
115 self.per_ad.take_bug_report(self.current_test_name, current_time)
  /external/v8/src/
futex-emulation.cc 118 base::TimeTicks current_time = start_time; local
167 current_time = base::TimeTicks::Now();
168 if (current_time >= timeout_time) {
173 base::TimeDelta time_until_timeout = timeout_time - current_time;
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
drm_common_api.h 67 struct time_of_day current_time; member in struct:drm_secureclock_server_response
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 93 const uint32_t current_time = rtc::Time(); local
94 if (current_time < last_process_time_ms_) {
98 const uint32_t elapsed_time = current_time - last_process_time_ms_;
687 const uint32_t current_time = rtc::Time(); local
689 (next_frame_time_ > current_time) ? next_frame_time_ - current_time : 0;
  /system/keymaster/
keymaster_enforcement.cpp 45 bool UpdateKeyAccessTime(km_id_t keyid, uint32_t current_time, uint32_t timeout);
526 bool AccessTimeMap::UpdateKeyAccessTime(km_id_t keyid, uint32_t current_time, uint32_t timeout) {
530 iter->access_time = current_time;
535 assert(current_time >= iter->access_time);
536 if (current_time - iter->access_time >= iter->timeout)
547 new_entry.access_time = current_time;
  /art/runtime/gc/
task_processor_test.cc 120 const uint64_t current_time = NanoTime(); local
127 orderings.push_back(std::make_pair(current_time + MsToNs(10U * i), i));
  /external/autotest/server/site_tests/display_HotPlugAtSuspend/
display_HotPlugAtSuspend.py 100 current_time = time.time()
102 (current_time - time_before_suspend) -
  /external/autotest/server/site_tests/enterprise_CFM_Sanity/
enterprise_CFM_Sanity.py 38 current_time = datetime.datetime.now().strftime("%Y%m%d-%H%M%S")
39 hangout_name = 'auto-hangout-' + current_time
  /external/webrtc/webrtc/libjingle/xmpp/
presenceouttask.cc 130 struct tm* current_time = gmtime(&current_time_seconds); local
132 strftime(output, arraysize(output), "%Y%m%dT%H:%M:%S", current_time);
  /external/autotest/client/site_tests/desktopui_SonicExtension/
test_utils.py 281 current_time = 0
283 while current_time < duration:
287 cpu_usage[current_time] = self._get_avg_cpu_usage(
289 current_time += interval
  /external/libchrome/base/synchronization/
waitable_event_posix.cc 186 const TimeTicks current_time(TimeTicks::Now());
188 if (sw.fired() || (finite_time && current_time >= end_time)) {
212 const TimeDelta max_wait(end_time - current_time);
  /external/webrtc/webrtc/system_wrappers/source/
clock.cc 127 void GetTime(FILETIME* current_time) const {
153 current_time->dwHighDateTime = filetime_ref_as_ul.HighPart;
154 current_time->dwLowDateTime = filetime_ref_as_ul.LowPart;

Completed in 1645 milliseconds

12 3 4 5