HomeSort by relevance Sort by last modified time
    Searched refs:clock (Results 1 - 25 of 173) sorted by null

1 2 3 4 5 6 7

  /frameworks/ex/variablespeed/jni/
profile_timer.h 28 Timer() : startTime_(clock()) {
36 clock_t endTime(clock());
42 clock_t endTime(clock());
  /external/skia/bench/
BenchSysTimer_c.cpp 10 this->fStartCpu = clock();
14 clock_t end_cpu = clock();
  /system/extras/tests/bionic/libstdc++/
test_ctime.cpp 47 #ifdef clock
75 using std::clock;
89 volatile std::clock_t clock; local
97 volatile std::clock_t clock1 = std::clock();
98 volatile std::clock_t clock2 = std::clock();
  /external/chromium/chrome/browser/chromeos/status/
clock_menu_button_browsertest.cc 39 ClockMenuButton* clock = GetClockMenuButton(); local
40 ASSERT_TRUE(clock != NULL);
42 // Update timezone and make sure clock text changes.
46 std::wstring text_before = clock->text();
50 std::wstring text_after = clock->text();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
spray.x 53 spraytimeval clock;
  /system/extras/tests/bionic/libc/common/
test_clock.c 17 // Minimal test program for clock
25 // this thread soaks the CPU so that clock() function will advance
39 // do not call clock() here so we can test initialization
41 // soak the CPU for 10 seconds, then read clock
44 ticks10 = clock();
46 // soak the CPU for 5 more seconds, then read clock
48 ticks15 = clock();
52 printf("At 10 secs clock=%lu, at 15 secs clock=%lu\n", ticks10, ticks15);
test_pthread_getcpuclockid.c 43 clockid_t clock; local
48 e = pthread_getcpuclockid( self, &clock );
59 clock_gettime( clock, &ts );
  /bionic/libstdc++/include/
ctime 50 using ::clock;
  /bootable/bootloader/legacy/arch_msm7k/
Android.mk 8 clock.c \
  /ndk/sources/cxx-stl/gabi++/include/
ctime 50 using ::clock;
  /ndk/sources/cxx-stl/system/include/
ctime 50 using ::clock;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
ctime 48 using ::clock;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
ctime 48 using ::clock;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
ctime 50 using ::clock;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
ctime 50 using ::clock;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/
ctime 50 using ::clock;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/system/include/
ctime 50 using ::clock;
  /frameworks/base/include/utils/
StopWatch.h 33 int clock = SYSTEM_TIME_MONOTONIC,
  /external/dropbear/libtommath/etc/
2kprime.c 25 t1 = clock();
35 if (clock() - t1 > CLOCKS_PER_SEC) {
37 // sleep((clock() - t1 + CLOCKS_PER_SEC/2)/CLOCKS_PER_SEC);
38 t1 = clock();
  /external/qemu/
qemu-timer.h 21 /* The real time clock should be used only for stuff which does not
23 machine is stopped. The real time clock has a frequency of 1000
27 /* The virtual clock is only run during the emulation. It is stopped
29 precision clock, usually cpu cycles (use ticks_per_sec). */
32 /* The host clock should be use for device models that emulate accurate
35 undergo (e.g. due to NTP). The host clock has the same precision as
36 the virtual clock. */
39 int64_t qemu_get_clock(QEMUClock *clock);
40 int64_t qemu_get_clock_ns(QEMUClock *clock);
41 void qemu_clock_enable(QEMUClock *clock, int enabled)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
DigitalClock.java 74 public TimeChangedReceiver(DigitalClock clock) {
75 mClock = new WeakReference<DigitalClock>(clock);
76 mContext = clock.getContext();
84 final DigitalClock clock = mClock.get(); local
85 if (clock != null) {
86 clock.mHandler.post(new Runnable() {
89 clock.mCalendar = Calendar.getInstance();
91 clock.updateTime();
136 public FormatChangeObserver(DigitalClock clock) {
138 mClock = new WeakReference<DigitalClock>(clock);
    [all...]
  /bionic/libc/unistd/
time.c 65 // return elapsed CPU time in clock ticks, since start of program execution
68 clock(void) function
  /external/srtp/crypto/include/
kernel_compat.h 65 #define clock() (jiffies) macro
  /external/stlport/stlport/stl/
_ctime.h 38 using _STLP_VENDOR_CSTD::clock;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctime.h 38 using _STLP_VENDOR_CSTD::clock;

Completed in 470 milliseconds

1 2 3 4 5 6 7