HomeSort by relevance Sort by last modified time
    Searched refs:elapsed (Results 176 - 200 of 241) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 851 const base::TimeDelta elapsed = base::Time::Now() - job_info->start_time; local
854 "Job done: %s => %s (elapsed time: %sms) - %s",
857 base::Int64ToString(elapsed.InMilliseconds()).c_str(),
1111 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 531 * FIXME requested and elapsed are both relative times. Consider changing to absolute time.
534 struct timespec *elapsed = NULL, size_t *nonContig = NULL);
    [all...]
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 431 base::TimeDelta elapsed = local
435 "Startup.WarmStartTimeFromRemoteProcessStartFast", elapsed);
438 "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_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.cc 430 const base::TimeDelta elapsed = base::Time::Now() - started_load_at_; local
431 manager->SaveLastLoadTime(elapsed);
    [all...]
wallpaper_manager.h 488 void SaveLastLoadTime(const base::TimeDelta elapsed);
  /external/netperf/
netlib.c     [all...]
  /packages/apps/OMA-DM/engine/dmlib/linux_java/samples/unittest/src/
dmt_test.cc 47 long long elapsed = n2 - n1; local
50 printf( "DMProfile: %s, time is %d.%d ms\n", m_szHeader.c_str(), (int)(elapsed/1000), (int)(elapsed%1000/100) );
    [all...]
  /external/chromium_org/build/android/pylib/
android_commands.py 796 elapsed = 0
799 while self.ExtractPid(process) and elapsed < timeout_sec:
801 elapsed += wait_period
802 if elapsed >= timeout_sec:
    [all...]
  /art/runtime/
trace.cc 498 // Compute elapsed time.
499 uint64_t elapsed = MicroTime() - start_time_; local
520 os << StringPrintf("elapsed-time-usec=%" PRIu64 "\n", elapsed);
  /external/chromium_org/testing/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/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 335 // Check if we need to resync due to elapsed time.
349 DWORD elapsed = ticks_now - init_ticks;
350 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...]
  /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 613 struct timespec *elapsed, size_t *nonContig)
664 // FIXME starts the requested timeout and elapsed over from scratch
665 status = proxy->obtainBuffer(&buffer, requested, elapsed);
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
RequestThreadManager.java 151 long elapsed = nextTime - mLastTime; local
152 mLastFps = mFrameCount * (NANO_PER_SECOND / (double) elapsed);
    [all...]
  /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...]
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationAppList.java 487 final long elapsed = SystemClock.uptimeMillis() - start;
488 if (DEBUG) Log.d(TAG, "Collected " + mRows.size() + " apps in " + elapsed + "ms");
  /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...]

Completed in 2415 milliseconds

1 2 3 4 5 6 78 910