HomeSort by relevance Sort by last modified time
    Searched full:time (Results 626 - 650 of 43060) sorted by null

<<21222324252627282930>>

  /art/test/040-miranda/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /art/test/041-narrowing/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /art/test/043-privates/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /art/test/044-proxy/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /art/test/045-reflect-array/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /art/test/046-reflect/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /art/test/047-returns/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /art/test/049-show-object/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /art/test/050-sync-test/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /art/test/051-thread/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /art/test/052-verifier-fun/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /art/test/053-wait-some/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /art/test/054-uncaught/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
  /cts/common/util/src/com/android/compatibility/common/util/
MeasureTime.java 20 * Provides a mechanism to measure the time taken to run a piece of code.
22 * The code will be run multiple times and the time taken by each run will returned.
26 * measure time taken for each run for given count
29 * @return array of time taken in each run in msec.
  /development/ndk/platforms/android-3/arch-arm/include/asm/
dyntick.h 15 #include <asm/mach/time.h>
  /development/tools/axl/
chewie.py 20 def add(self, url, time):
21 self.queue.append([url, time])
88 # normalize time
94 time, url = x[0], x[3]
95 queued.add(url, time)
97 # save opened time and server for this thread, so we can stuff it in l8r
98 time, thread, host = x[0], x[1], x[4]
99 opened[thread] = [time, host, connectionCount]
102 time, thread, url = x[0], x[1], x[3]
105 record = [thread, qtime, opentime, time, None, None, None, url, host, connection
    [all...]
  /device/lge/hammerhead/sepolicy/
device.te 13 # Real Time Clock
  /device/moto/shamu/sepolicy/
device.te 16 # Real Time Clock
  /external/chromium_org/base/test/
test_pending_task.h 10 #include "base/time/time.h"
32 // this task's time to run is strictly earlier than |other|'s time
  /external/chromium_org/base/time/
clock.cc 5 #include "base/time/clock.h"
default_tick_clock.cc 5 #include "base/time/default_tick_clock.h"
tick_clock.cc 5 #include "base/time/tick_clock.h"
  /external/chromium_org/cc/test/
scheduler_test_common.h 10 #include "base/time/time.h"
37 void SetNow(base::TimeTicks time) { now_ = time; }
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_base.cc 20 start_time_ = base::Time::Now();
29 int64 elapsed = (base::Time::Now() - start_time_).InMilliseconds();
32 "%s[%d] %s. (elapsed time: %sms)",
40 "PEFORMANCE WARNING: %s[%d] was slow. (elapsed time: %sms)",
  /external/chromium_org/chrome/browser/chromeos/first_run/
step.h 11 #include "base/time/time.h"
62 // Records time spent on step to UMA.
68 base::Time show_time_;

Completed in 2673 milliseconds

<<21222324252627282930>>