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

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
VideoEditorPerformance.java 209 int timeTaken = 0;
217 timeTaken = calculateTimeTaken (startTime, NUM_OF_ITERATIONS);
219 timeTaken;
224 timeTaken = calculateTimeTaken (startTime, NUM_OF_ITERATIONS);
226 + timeTaken;
231 timeTaken = calculateTimeTaken (startTime, NUM_OF_ITERATIONS);
233 + timeTaken;
251 int timeTaken = 0;
256 timeTaken = calculateTimeTaken(beginTime, NUM_OF_ITERATIONS);
258 timeTaken;
    [all...]
  /frameworks/base/test-runner/src/android/test/
InstrumentationCoreTestRunner.java 126 long timeTaken = System.currentTimeMillis() - startTime;
128 if (timeTaken < MINIMUM_TIME) {
130 Thread.sleep(MINIMUM_TIME - timeTaken);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
SaveVideoFileUtils.java 119 long timeTaken = cursor.getLong(0);
120 if (timeTaken > 0) {
121 values.put(Video.Media.DATE_TAKEN, timeTaken);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 124 timeTaken = stopTime - startTime
132 (run, run != 1 and "s" or "", timeTaken,
138 (run, run != 1 and "s" or "", timeTaken))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 124 timeTaken = stopTime - startTime
132 (run, run != 1 and "s" or "", timeTaken,
138 (run, run != 1 and "s" or "", timeTaken))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
runner.py 170 timeTaken = stopTime - startTime
175 (run, run != 1 and "s" or "", timeTaken))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
runner.py 157 timeTaken = stopTime - startTime
163 (run, run != 1 and "s" or "", timeTaken))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
runner.py 157 timeTaken = stopTime - startTime
163 (run, run != 1 and "s" or "", timeTaken))
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 334 milliseconds