HomeSort by relevance Sort by last modified time
    Searched refs:elapsed (Results 151 - 175 of 212) sorted by null

1 2 3 4 5 67 8 9

  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 896 const base::TimeDelta elapsed = base::Time::Now() - job_info->start_time; local
899 "Job done: %s => %s (elapsed time: %sms) - %s",
902 base::Int64ToString(elapsed.InMilliseconds()).c_str(),
1145 const base::TimeDelta elapsed = base::Time::Now() - job->job_info.start_time; local
    [all...]
change_list_loader.cc 930 const base::TimeDelta elapsed = base::Time::Now() - start_time; local
    [all...]
  /external/chromium_org/webkit/data/test_shell/sort/
sort.js 92 var elapsed = t - this.start_time;
94 Math.floor((elapsed - this.processing_total) / this.num_iterations);
  /frameworks/av/include/media/
AudioTrack.h 525 * FIXME requested and elapsed are both relative times. Consider changing to absolute time.
528 struct timespec *elapsed = NULL, size_t *nonContig = NULL);
    [all...]
  /dalvik/vm/
Profile.cpp 716 u8 elapsed; local
737 /* compute elapsed time */
738 elapsed = getWallTimeInUsec() - state->startWhen;
839 fprintf(state->traceFile, "elapsed-time-usec=%llu\n", elapsed);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 1497 int32 elapsed = TimeSince(last_tick_tracked_); local
    [all...]
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 434 base::TimeDelta elapsed = local
438 "Startup.WarmStartTimeFromRemoteProcessStartFast", elapsed);
441 "Startup.WarmStartTimeFromRemoteProcessStart", elapsed);
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentSession.java 153 int elapsed = 0; local
154 while (!agentRoster.rosterInitialized && elapsed <= 2000) {
161 elapsed += 500;
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 1110 const base::TimeDelta elapsed = time_acquired_ - start_time; local
1155 const base::TimeDelta elapsed = base::TimeTicks::Now() - time_acquired_; local
    [all...]
  /external/netperf/
netlib.c     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
physicalsocketserver.cc     [all...]
  /external/chromium_org/build/android/pylib/
android_commands.py 705 elapsed = 0
708 while self.ExtractPid(process) and elapsed < timeout_sec:
710 elapsed += wait_period
711 if elapsed >= timeout_sec:
    [all...]
  /art/runtime/
trace.cc 481 // Compute elapsed time.
482 uint64_t elapsed = MicroTime() - start_time_; local
508 os << StringPrintf("elapsed-time-usec=%llu\n", elapsed);
  /external/chromium/testing/gtest/include/gtest/
gtest.h 113 // This flags control whether Google Test prints the elapsed time for each
535 // Returns the elapsed time, in milliseconds.
567 // Sets the elapsed time.
568 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; }
607 // The elapsed time, in milliseconds.
796 // Returns the elapsed time, in milliseconds.
889 // Elapsed time, in milliseconds.
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 114 // This flags control whether Google Test prints the elapsed time for each
525 // Returns the elapsed time, in milliseconds.
557 // Sets the elapsed time.
558 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; }
597 // The elapsed time, in milliseconds.
788 // Returns the elapsed time, in milliseconds.
881 // Elapsed time, in milliseconds.
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 246 // Rate is computed on actual elapsed time, not the sum of per-thread
247 // elapsed times.
248 double elapsed = (finish_ - start_) * 1e-6; local
251 (bytes_ / 1048576.0) / elapsed);
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h 113 // This flags control whether Google Test prints the elapsed time for each
535 // Returns the elapsed time, in milliseconds.
567 // Sets the elapsed time.
568 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; }
607 // The elapsed time, in milliseconds.
796 // Returns the elapsed time, in milliseconds.
889 // Elapsed time, in milliseconds.
    [all...]
  /external/chromium_org/v8/src/
platform-win32.cc 385 // Check if we need to resync due to elapsed time.
399 DWORD elapsed = ticks_now - init_ticks;
400 this->time_.t_ = init_time.t_ + (static_cast<int64_t>(elapsed) * 10000);
    [all...]
  /external/gtest/include/gtest/
gtest.h 113 // This flags control whether Google Test prints the elapsed time for each
535 // Returns the elapsed time, in milliseconds.
567 // Sets the elapsed time.
568 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; }
607 // The elapsed time, in milliseconds.
796 // Returns the elapsed time, in milliseconds.
889 // Elapsed time, in milliseconds.
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 113 // This flags control whether Google Test prints the elapsed time for each
535 // Returns the elapsed time, in milliseconds.
567 // Sets the elapsed time.
568 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; }
607 // The elapsed time, in milliseconds.
796 // Returns the elapsed time, in milliseconds.
889 // Elapsed time, in milliseconds.
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 113 // This flags control whether Google Test prints the elapsed time for each
535 // Returns the elapsed time, in milliseconds.
567 // Sets the elapsed time.
568 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; }
607 // The elapsed time, in milliseconds.
796 // Returns the elapsed time, in milliseconds.
889 // Elapsed time, in milliseconds.
    [all...]
  /external/open-vcdiff/gtest/include/gtest/
gtest.h 115 // This flags control whether Google Test prints the elapsed time for each
519 // Returns the elapsed time, in milliseconds.
552 // Sets the elapsed time.
553 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; }
592 // The elapsed time, in milliseconds.
741 // Returns the elapsed time, in milliseconds.
817 // Elapsed time, in milliseconds.
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 115 // This flags control whether Google Test prints the elapsed time for each
437 // Returns the elapsed time, in milliseconds.
470 // Sets the elapsed time.
471 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; }
510 // The elapsed time, in milliseconds.
659 // Returns the elapsed time, in milliseconds.
735 // Elapsed time, in milliseconds.
    [all...]
  /frameworks/av/media/libmedia/
AudioRecord.cpp 566 struct timespec *elapsed, size_t *nonContig)
612 // FIXME starts the requested timeout and elapsed over from scratch
613 status = proxy->obtainBuffer(&buffer, requested, elapsed);
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 114 // This flags control whether Google Test prints the elapsed time for each
527 // Returns the elapsed time, in milliseconds.
560 // Sets the elapsed time.
561 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; }
603 // The elapsed time, in milliseconds.
794 // Returns the elapsed time, in milliseconds.
891 // Elapsed time, in milliseconds.
    [all...]

Completed in 881 milliseconds

1 2 3 4 5 67 8 9