/external/chromium_org/gpu/command_buffer/service/ |
query_manager.cc | 229 base::TimeDelta elapsed = base::TimeTicks::HighResNow() - begin_time_; local 231 return MarkAsCompleted(elapsed.InMicroseconds());
|
/external/chromium_org/build/android/pylib/ |
android_commands.py | 604 elapsed = 0 607 while self.ExtractPid(process) and elapsed < timeout_sec: 609 elapsed += wait_period 610 if elapsed >= timeout_sec: [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
job_scheduler.cc | 810 const base::TimeDelta elapsed = base::Time::Now() - job_info->start_time; local 813 "Job done: %s => %s (elapsed time: %sms) - %s", 816 base::Int64ToString(elapsed.InMilliseconds()).c_str(), 1056 const base::TimeDelta elapsed = base::Time::Now() - job->job_info.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 | 419 base::TimeDelta elapsed = local 423 "Startup.WarmStartTimeFromRemoteProcessStartFast", elapsed); 426 "Startup.WarmStartTimeFromRemoteProcessStart", elapsed); [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
web_contents_video_capture_device.cc | 717 const base::TimeDelta elapsed = now - last_frame_rate_log_time_; local 718 if (elapsed >= kFrameRateLogInterval) { 720 count_frames_rendered_ / elapsed.InSecondsF(); [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 | 1550 int32 elapsed = TimeSince(last_tick_tracked_); local [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 536 // Returns the elapsed time, in milliseconds. 568 // Sets the elapsed time. 569 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; } 608 // The elapsed time, in milliseconds. 796 // Returns the elapsed time, in milliseconds. 889 // 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/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...] |