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

  /sdk/emulator/qtools/
hist_trace.cpp 22 uint64_t prev_time = 0; local
31 //int time_diff = event.time - prev_time;
35 prev_time = event.time;
bbprof.cpp 95 uint32_t prev_time = 0; local
117 elapsed = sim_time - prev_time;
118 prev_time = sim_time;
  /external/qemu/
trace.c 55 uint64_t prev_time; // time of last instruction start member in struct:TraceInsn
82 uint64_t prev_time; member in struct:TraceAddr
92 uint64_t prev_time; member in struct:TraceExc
102 uint64_t prev_time; member in struct:TracePid
111 uint64_t prev_time; member in struct:TraceMethod
374 trace_insn.prev_time = 0;
440 trace_load.prev_time = 0;
456 trace_store.prev_time = 0;
474 trace_exc.prev_time = 0;
491 trace_pid.prev_time = 0
731 uint64_t prev_time = trace_load.prev_time; local
767 uint64_t prev_time = trace_store.prev_time; local
1824 uint64_t prev_time = tb->prev_time; local
    [all...]
exec-all.h 159 uint64_t prev_time; member in struct:TranslationBlock
exec.c 927 tb->prev_time = 0;
    [all...]
  /external/chromium_org/chrome/test/functional/
netflix.py 197 prev_time = 0
206 self.assertTrue(prev_time <= current_time,
208 % (prev_time, current_time))
209 prev_time = current_time
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers_unittest.py 119 prev_time = datetime.strptime(prev_time_str, '%Y-%m-%d-%H')
120 prev_time = time.mktime(prev_time.timetuple())
130 layouttest_analyzer_helpers.GetRevisionString(prev_time, current_time,
layouttest_analyzer_helpers.py 198 def ConvertToString(self, prev_time, diff_map, issue_detail_mode):
202 prev_time: the previous time string that are compared against.
218 prev_time, len(self.result_map['whole'].keys()),
321 def SendStatusEmail(prev_time, analyzer_result_map, diff_map,
328 prev_time: the date string such as '2011-10-09-11'. This format has been
369 def GetRevisionString(prev_time, current_time, diff_map):
373 prev_time: the previous time as a floating point number expressed
397 rev_infos = TestExpectationsHistory.GetDiffBetweenTimes(prev_time,
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 1557 static time_t prev_time; local
    [all...]

Completed in 379 milliseconds