HomeSort by relevance Sort by last modified time
    Searched refs:elapsed (Results 126 - 150 of 158) sorted by null

1 2 3 4 56 7

  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 114 // This flags control whether Google Test prints the elapsed time for each
551 // Returns the elapsed time, in milliseconds.
584 // Sets the elapsed time.
585 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; }
627 // The elapsed time, in milliseconds.
832 // Returns the 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/base/platform/
platform-win32.cc 342 // Check if we need to resync due to elapsed time.
356 DWORD elapsed = ticks_now - init_ticks;
357 this->time_.t_ = init_time.t_ + (static_cast<int64_t>(elapsed) * 10000);
    [all...]
  /external/gtest/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.
808 // Returns the 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...]
  /cts/apps/CtsVerifier/assets/scripts/power_monitors/
monsoon.py 194 elapsed = 0
  /dalvik/tools/dmtracedump/
TraceDump.c 327 * methods into decreasing order of exclusive elapsed time.
342 /* If the elapsed times of two methods are equal, then sort them
365 * methods into decreasing order of inclusive elapsed time.
381 /* If the elapsed times of two methods are equal, then sort them
404 * TimedMethods into decreasing order of inclusive elapsed time.
420 /* If the elapsed times of two methods are equal, then sort them
467 * classes into decreasing order of exclusive elapsed time.
482 /* If the elapsed times of two classs are equal, then sort them
532 * unique methods into decreasing order of exclusive elapsed time.
547 /* If the elapsed times of two methods are equal, then sort the
2424 uint64_t elapsed = currentTime - entryTime; local
2462 uint64_t elapsed = pStack->lastEventTime - entryTime; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 591 return narrowPrecisionToFloat(m_timeContainer->elapsed().value());
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 208 long elapsed = System.nanoTime() - start; local
217 elapsed / 1000000000f);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 204 * The minimum number of milliseconds that must have elapsed
212 * The minimum number of milliseconds that must have elapsed
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service.cc 1215 base::TimeDelta elapsed = base::Time::Now() - profile_->GetStartTime(); local
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 51 // Get the elapsed time, and append it to the event text.
  /external/blktrace/doc/
blktrace.tex 611 \emph{u} & Elapsed value in microseconds (\emph{-t} command line option) \\ \hline
692 was specified, then the elapsed time is presented. In either case,
703 specified, then the elapsed time is presented (in parenthesis). In
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
vdbe.c 5892 u64 elapsed = sqlite3Hwtime() - start; local
    [all...]
  /external/bison/
maint.mk 182 # Compute and print the elapsed time for each syntax-check rule.
193 # that computes and prints elapsed time.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/chromium_org/base/debug/
trace_event_unittest.cc 875 void HighResSleepForTraceTest(base::TimeDelta elapsed) {
876 base::TimeTicks end_time = base::TimeTicks::HighResNow() + elapsed;
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 3742 base::TimeDelta elapsed = local
    [all...]
  /external/chromium_org/third_party/d3/src/
d3.js     [all...]
  /external/chromium_org/third_party/skia/experimental/webtry/res/js/
polyfill.js     [all...]
  /external/chromium_org/chrome/renderer/resources/
offline.js 622 // Check that enough time has elapsed before allowing jump key to restart.
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 686 // Video paused, send video ID and video elapsed time
693 // Video finished, send video ID and video elapsed time
    [all...]

Completed in 3259 milliseconds

1 2 3 4 56 7