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

  /external/eigen/bench/spbench/
sp_solver.cpp 27 BenchTimer timer,totaltime; local
40 totaltime.start();
120 totaltime.stop();
121 cout << "Total time " << totaltime.value() << "\n";
  /system/extras/tests/workloads/
systemapps.sh 136 totaltime=0
208 ((totaltime=totaltime+t))
239 printf "%-10s %5.0f %5.0f\n" TOTAL $totaltime $diffTime
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineButtonsTest.java 46 mTotalTime = activity.findViewById(R.id.totaltime);
82 assertEquals("TotalTime wrong bottom", pauseHeight, mTotalTime.getBottom());
84 assertTrue("TotalTime too tall", mTotalTime.getTop() > 0);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py 104 ct = entry.totaltime # cumtime column of pstats
120 ct = subentry.totaltime
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 104 ct = entry.totaltime # cumtime column of pstats
120 ct = subentry.totaltime
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 109 mTotalTime = (TextView) findViewById(R.id.totaltime);
    [all...]

Completed in 3311 milliseconds