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

1 2

  /bionic/libc/unistd/
time.c 65 // return elapsed CPU time in clock ticks, since start of program execution
68 clock(void) function
  /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();
  /external/srtp/crypto/include/
kernel_compat.h 65 #define clock() (jiffies) macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
spray.h 26 spraytimeval clock; member in struct:spraycumul
  /system/extras/tests/bionic/libc/common/
test_pthread_getcpuclockid.c 43 clockid_t clock; local
48 e = pthread_getcpuclockid( self, &clock );
59 clock_gettime( clock, &ts );
  /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/iproute2/ip/
iplink_can.c 253 struct can_clock *clock = RTA_DATA(tb[IFLA_CAN_CLOCK]); local
255 fprintf(f, "\n clock %d", clock->freq);
  /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/bionic/
pthread-timers.c 96 clockid_t clock; member in struct:thr_timer
322 /* check that the clock id is supported by the kernel */
354 timer->clock = clockid;
421 clock_gettime( timer->clock, &now );
493 clock_gettime( timer->clock, &now );
561 clock_gettime(timer->clock, &now);
  /external/bluetooth/hcidump/parser/
csr.c 174 uint32_t clock; local
177 clock = CSR_U32(frm);
180 printf("%s: handle %d clock 0x%4.4x\n", str, handle, clock);
  /bionic/libc/kernel/common/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /development/ndk/platforms/android-3/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /external/kernel-headers/original/linux/mmc/
host.h 16 unsigned int clock; /* clock rate */ member in struct:mmc_ios
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /external/bluetooth/bluez/tools/
bccmd.c 305 uint32_t clock; local
318 clock = array[2] | (array[3] << 8) | (array[0] << 16) | (array[1] << 24);
320 printf("Bluetooth clock: 0x%04x (%d)\n", clock, clock);
1076 { "clock", cmd_clock, "", "Get local Bluetooth clock" },
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.c 368 clock (void) function
dbus-sysdeps-wince-glue.h 95 #define clock _dbus_wince_clock macro
96 clock_t clock (void);

Completed in 649 milliseconds

1 2