HomeSort by relevance Sort by last modified time
    Searched refs:base_time (Results 1 - 14 of 14) sorted by null

  /external/toolchain-utils/mem_tests/
utils.py 7 def compute_total_diff(line, base_time):
17 base_time- the base time to measure our timestamp from
22 return (timestamp - base_time).total_seconds()
total_mem_sampled.py 22 base_time = datetime(2014, 6, 11, 0, 0) variable
30 total_diff = compute_total_diff(line, base_time)
total_mem_actual.py 25 base_time = datetime(2014, 6, 11, 0, 0) variable
31 total_diff = compute_total_diff(line, base_time)
mem_groups.py 31 base_time = datetime(2014, 6, 11, 0, 0) variable
43 total_diff = compute_total_diff(line, base_time)
  /external/libchrome/crypto/
nss_util_unittest.cc 37 base::Time base_time; local
38 EXPECT_TRUE(base::Time::FromUTCExploded(exploded, &base_time));
40 EXPECT_EQ(base_time, PRTimeToBaseTime(pr_time));
41 EXPECT_EQ(pr_time, BaseTimeToPRTime(base_time));
  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
pitest-5.c 53 volatile double base_time; variable
113 seconds_read() - base_time, tp->name);
132 seconds_read() - base_time, tp->name);
154 seconds_read() - base_time);
167 seconds_read() - base_time);
178 seconds_read() - base_time);
205 snprintf(buffer, 1023, "%f ", seconds_read() - base_time);
229 seconds_read() - base_time);
238 seconds_read() - base_time);
250 seconds_read() - base_time);
    [all...]
pitest-6.c 52 volatile double base_time; variable
111 seconds_read() - base_time, tp->name);
129 seconds_read() - base_time, tp->name);
153 seconds_read() - base_time, tp->name);
161 seconds_read() - base_time, tp->name);
185 snprintf(buffer, 1023, "%f ", seconds_read() - base_time);
209 seconds_read() - base_time, *(time_t *) arg);
218 seconds_read() - base_time, t1 - t0);
226 DPRINTF(stdout, "#EVENT %f TB Stopped\n", seconds_read() - base_time);
242 base_time = seconds_read()
    [all...]
pitest-4.c 56 volatile double base_time; variable
115 seconds_read() - base_time, tp->name);
138 seconds_read() - base_time, tp->name);
162 size = snprintf(buffer, 1023, "%f ", newtime - base_time);
185 seconds_read() - base_time);
196 t1 - base_time, t1 - t0);
217 seconds_read() - base_time);
227 t1 - base_time, t1 - t0);
250 base_time = seconds_read();
279 sleep(base_time + multiplier * 10 - seconds_read())
    [all...]
pitest-1.c 53 volatile double base_time; variable
112 seconds_read() - base_time, tp->name);
130 seconds_read() - base_time, tp->name);
152 seconds_read() - base_time);
161 seconds_read() - base_time);
185 size = snprintf(buffer, 1023, "%f ", newtime - base_time);
207 DPRINTF(stdout, "#EVENT %f TB Starts\n", seconds_read() - base_time);
218 t1 - base_time, seconds);
243 base_time = seconds_read();
271 sleep(base_time + multiplier * 10 - seconds_read())
    [all...]
pitest-2.c 54 volatile double base_time; variable
113 seconds_read() - base_time, tp->name);
130 seconds_read() - base_time, tp->name);
146 seconds_read() - base_time);
161 seconds_read() - base_time);
185 size = snprintf(buffer, 1023, "%f ", newtime - base_time);
209 seconds_read() - base_time);
218 t1 - base_time, t1 - t0);
238 seconds_read() - base_time);
247 t1 - base_time, t1 - t0)
    [all...]
pitest-3.c 55 volatile double base_time; variable
115 seconds_read() - base_time, tp->name);
134 seconds_read() - base_time, tp->name);
156 seconds_read() - base_time);
169 seconds_read() - base_time);
196 size = snprintf(buffer, 1023, "%f ", newtime - base_time);
219 seconds_read() - base_time);
229 t1 - base_time, t1 - t0);
247 seconds_read() - base_time);
256 t1 - base_time, t1 - t0)
    [all...]
  /external/walt/pywalt/pywalt/
walt.py 102 self.base_time = None
189 self.base_time = t0
216 self.base_time needs to be set using self.zero_clock() before running
222 where local_time = time.time() - self.base_time
234 times_local_received[i] = time.time() - self.base_time
246 times_local_sent[i] = time.time() - self.base_time
647 is_sync = bridge_command.group(1) == 'sync' or not self.walt.base_time
654 self.walt.base_time += self.walt.min_lag
661 dt0 = (time.time() - self.walt.base_time) * 1e6
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
PowerBaseTest.py 331 base_time = self.timestamps[0]
353 relative_timepoint = t - base_time
  /external/libxcam/wrapper/gstreamer/
gstxcamsrc.cpp     [all...]

Completed in 1494 milliseconds