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

  /development/tools/bugreport/src/com/android/bugreport/cpuinfo/
CpuUsageSnapshot.java 28 public String timeEnd;
  /system/libfmq/benchmarks/
msgq_benchmark_client.cpp 138 std::chrono::time_point<std::chrono::high_resolution_clock> timeEnd =
141 timeEnd - timeStart).count());
171 std::chrono::time_point<std::chrono::high_resolution_clock> timeEnd =
173 accumulatedTime += (timeEnd - timeStart).count();
205 std::chrono::time_point<std::chrono::high_resolution_clock> timeEnd =
207 accumulatedTime += (timeEnd - timeStart).count();
238 std::chrono::time_point<std::chrono::high_resolution_clock> timeEnd =
240 accumulatedTime += (timeEnd - timeStart).count();
269 std::chrono::time_point<std::chrono::high_resolution_clock> timeEnd =
271 accumulatedTime += (timeEnd - timeStart).count()
    [all...]
  /external/libevent/test/
test-changelist.c 114 struct timeval timeEnd, timeDiff;
128 evutil_gettimeofday(&timeEnd, NULL);
129 evutil_timersub(&timeEnd, &timer->timeBegin, &timeDiff);
  /prebuilts/go/darwin-x86/src/runtime/
trace.go 113 timeEnd int64 // nanotime when tracing was stopped
299 trace.timeEnd = nanotime()
301 if trace.timeEnd != trace.timeStart {
401 freq := float64(trace.ticksEnd-trace.ticksStart) * 1e9 / float64(trace.timeEnd-trace.timeStart) / traceTickDiv
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
trace.go 113 timeEnd int64 // nanotime when tracing was stopped
299 trace.timeEnd = nanotime()
301 if trace.timeEnd != trace.timeStart {
401 freq := float64(trace.ticksEnd-trace.ticksStart) * 1e9 / float64(trace.timeEnd-trace.timeStart) / traceTickDiv
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 120 milliseconds