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

1 2 3

  /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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
spray.h 26 spraytimeval clock; member in struct:spraycumul
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
spray.h 26 spraytimeval clock; member in struct:spraycumul
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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();
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalAppWidgetProvider.java 64 // scale the fonts of the clock to fit inside the new size
77 // launch clock when clicking on the time in the widget only if not a lock screen widget
98 private void refreshAlarm(Context c, RemoteViews clock) {
102 clock.setTextViewText(R.id.nextAlarm,
104 clock.setViewVisibility(R.id.nextAlarm, View.VISIBLE);
106 clock.setViewVisibility(R.id.nextAlarm, View.GONE);
DigitalWidgetViewsFactory.java 57 // An adapter to provide the view for the list of cities in the world clock.
78 // Always how the left clock
81 // Show the right clock if any, make it invisible if there is no
82 // clock on the right
94 private void updateView(RemoteViews clock, CityObj cityObj, int clockId1, int clockId2,
106 clock.setTextViewTextSize(clockId1, TypedValue.COMPLEX_UNIT_PX, fontSize * mFontScale);
107 clock.setTextViewTextSize(clockId2, TypedValue.COMPLEX_UNIT_PX, fontSize * mFontScale);
108 clock.setString(clockId1, "setTimeZone", cityObj.mTimeZone);
109 clock.setString(clockId2, "setTimeZone", cityObj.mTimeZone);
112 clock.setTextViewText(labelId, Utils.getCityName(cityObj, cityInDb))
    [all...]
WidgetUtils.java 33 public static void setClockSize(Context context, RemoteViews clock, float scale) {
35 clock.setTextViewTextSize(
37 clock.setTextViewTextSize(
102 // Decide if to show the list of world 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);
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.h 60 SyncClock clock; member in struct:__tsan::SyncVar
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
ClockView.java 62 public TimeChangedReceiver(ClockView clock) {
63 mClock = new WeakReference<ClockView>(clock);
64 mContext = clock.getContext();
72 final ClockView clock = mClock.get(); local
73 if (clock != null) {
74 clock.mHandler.post(new Runnable() {
77 clock.mCalendar = Calendar.getInstance();
79 clock.updateTime();
124 public FormatChangeObserver(ClockView clock) {
126 mClock = new WeakReference<ClockView>(clock);
    [all...]
  /bionic/libc/bionic/
pthread-timers.c 97 clockid_t clock; member in struct:thr_timer
307 // Check that the clock id is supported by the kernel.
336 timer->clock = clock_id;
403 clock_gettime( timer->clock, &now );
475 clock_gettime( timer->clock, &now );
542 clock_gettime(timer->clock, &now);
  /bionic/libc/kernel/common/linux/mmc/
host.h 24 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
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mmc/
host.h 18 unsigned int clock; member in struct:mmc_ios

Completed in 1244 milliseconds

1 2 3