HomeSort by relevance Sort by last modified time
    Searched refs:timezone (Results 226 - 250 of 903) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/sys/
time.h 37 extern int gettimeofday(struct timeval *, struct timezone *);
38 extern int settimeofday(const struct timeval *, const struct timezone *);
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/sys/
time.h 37 extern int gettimeofday(struct timeval *, struct timezone *);
38 extern int settimeofday(const struct timeval *, const struct timezone *);
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/sys/
time.h 37 extern int gettimeofday(struct timeval *, struct timezone *);
38 extern int settimeofday(const struct timeval *, const struct timezone *);
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/sys/
time.h 37 extern int gettimeofday(struct timeval *, struct timezone *);
38 extern int settimeofday(const struct timeval *, const struct timezone *);
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/sys/
time.h 37 extern int gettimeofday(struct timeval *, struct timezone *);
38 extern int settimeofday(const struct timeval *, const struct timezone *);
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
time.h 37 extern int gettimeofday(struct timeval *, struct timezone *);
38 extern int settimeofday(const struct timeval *, const struct timezone *);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
TimeTest.java 25 assertNotNull(t.timezone);
33 assertEquals(t.timezone, t2.timezone);
48 assertEquals(t.timezone, t2.timezone);
81 assertEquals(t.timezone, "UTC");
89 assertEquals("UTC", t.timezone);
200 time.timezone = "Australia/Sydney";
223 time.timezone = "Australia/Sydney";
  /external/toybox/toys/other/
hwclock.c 19 -t Set the system time based on the current timezone (--systz)
59 struct timezone tzone;
114 tzone.tz_minuteswest = timezone / 60 - 60 * daylight;
118 // Adjust seconds for timezone and daylight saving time
119 // extern long timezone is defined in header sys/time.h
120 tzone.tz_minuteswest = timezone / 60;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
time.h 55 /* Structure crudely representing a timezone.
57 struct timezone struct
63 typedef struct timezone *__restrict __timezone_ptr_t;
68 /* Get the current time of day and timezone information,
71 NOTE: This form of timezone information is obsolete.
77 /* Set the current time of day and timezone information.
80 __const struct timezone *__tz)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
time.h 55 /* Structure crudely representing a timezone.
57 struct timezone struct
63 typedef struct timezone *__restrict __timezone_ptr_t;
68 /* Get the current time of day and timezone information,
71 NOTE: This form of timezone information is obsolete.
77 /* Set the current time of day and timezone information.
80 __const struct timezone *__tz)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
time.h 55 /* Structure crudely representing a timezone.
57 struct timezone struct
63 typedef struct timezone *__restrict __timezone_ptr_t;
68 /* Get the current time of day and timezone information,
71 NOTE: This form of timezone information is obsolete.
77 /* Set the current time of day and timezone information.
80 __const struct timezone *__tz)
  /system/timezone/distro/tools/src/main/com/android/timezone/distro/tools/
CreateTimeZoneDistro.java 16 package com.android.timezone.distro.tools;
18 import com.android.timezone.distro.DistroVersion;
19 import com.android.timezone.distro.TimeZoneDistro;
58 * {@link com.android.timezone.distro.TimeZoneDistro}</li>
  /development/ndk/platforms/android-9/include/linux/
time.h 30 struct timezone { struct
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
Makefile 7 SCRIPTS+= 10-mtu 10-wpa_supplicant 15-timezone 20-resolv.conf
  /frameworks/base/core/java/android/app/timezone/
RulesUpdaterContract.java 17 package android.app.timezone;
54 "com.android.intent.action.timezone.TRIGGER_RULES_UPDATE_CHECK";
64 "com.android.intent.extra.timezone.CHECK_TOKEN";
Utils.java 16 package android.app.timezone;
19 * Shared code for android.app.timezone classes.
  /frameworks/base/services/core/java/com/android/server/timezone/
RulesManagerServiceHelperImpl.java 17 package com.android.server.timezone;
  /frameworks/base/services/tests/servicestests/src/com/android/server/timezone/
PackageStatusTest.java 17 package com.android.server.timezone;
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/
platform_lib_log_util.cpp 37 struct timezone tz;
  /hardware/qcom/gps/sdm845/utils/platform_lib_abstractions/loc_pla/src/
platform_lib_log_util.cpp 34 struct timezone tz;
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarCache.java 26 import java.util.TimeZone;
85 Log.e(TAG, "Could not read timezone database version from CalendarCache");
99 Log.e(TAG, "Cannot read timezone type from CalendarCache - using AUTO as default", e);
104 public void writeTimezoneInstances(String timezone) {
106 writeData(KEY_TIMEZONE_INSTANCES, timezone);
108 Log.e(TAG, "Cannot write instances timezone to CalendarCache");
116 String localTimezone = TimeZone.getDefault().getID();
117 Log.e(TAG, "Cannot read instances timezone from CalendarCache - using device one: " +
123 public void writeTimezoneInstancesPrevious(String timezone) {
125 writeData(KEY_TIMEZONE_INSTANCES_PREVIOUS, timezone);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
time.h 20 struct timezone { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
time.h 20 struct timezone { struct
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
android_alarm.h 45 #define ANDROID_ALARM_SET_TIMEZONE _IOW('a', 6, struct timezone)
time.h 30 struct timezone { struct

Completed in 2050 milliseconds

1 2 3 4 5 6 7 8 91011>>