/development/ndk/platforms/android-19/arch-x86/symbols/ |
libc.so.variables.txt | 41 timezone
|
/development/ndk/platforms/android-8/arch-arm/symbols/ |
libc.so.variables.txt | 51 timezone
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
libc.so.variables.txt | 41 timezone
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libc.so.variables.txt | 41 timezone
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.variables.txt | 41 timezone
|
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/resources/ |
i18n.py | 6 'timezone': 'America/Chicago',
|
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/ |
TimeZoneJDK.java | 15 import java.util.TimeZone; 22 * TimeZoneJDK is an adapter class which wraps java.util.TimeZone and 23 * implements ICU4J TimeZone APIs. 25 public class TimeZoneJDK extends com.ibm.icu.util.TimeZone { 29 private TimeZone fJdkTz; 35 mObservesDaylightTime = TimeZone.class.getMethod("observesDaylightTime", (Class[]) null); 43 private TimeZoneJDK(TimeZone jdkTz) { 44 fJdkTz = (TimeZone)jdkTz.clone(); 47 public static com.ibm.icu.util.TimeZone wrap(TimeZone jdkTz) [all...] |
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/ |
NCSARequestLog-mbean.properties | 6 LogTimeZone : The timezone
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-parent/11/ |
maven-parent-11.pom | 52 <timezone>-5</timezone>
63 <timezone>+1</timezone>
72 <timezone>+1</timezone>
82 <timezone>+10</timezone>
92 <timezone>-5</timezone>
[all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/ |
time.h | 22 of struct timezone. */ 23 struct timezone struct 29 extern int __cdecl mingw_gettimeofday (struct timeval *p, struct timezone *z); 38 The timezone pointer arg is ignored. Errors are ignored.
|
/libcore/luni/src/test/java/libcore/java/util/ |
DateTest.java | 22 import java.util.TimeZone; 30 TimeZone.setDefault(TimeZone.getTimeZone("America/Chicago")); 36 // The string for the timezone depends on what the default locale is. Not every locale 39 TimeZone.setDefault(TimeZone.getTimeZone("America/Chicago")); 45 TimeZone.setDefault(TimeZone.getTimeZone("America/Los_Angeles")); 59 TimeZone.setDefault(TimeZone.getTimeZone("America/Los_Angeles")) [all...] |
OldGregorianCalendarTest.java | 24 import java.util.TimeZone; 30 // Test for method java.util.GregorianCalendar(java.util.TimeZone, java.util.Locale) 33 GregorianCalendar gc1 = new GregorianCalendar(TimeZone.getTimeZone("GMT+1"), Locale.FRANCE); 35 GregorianCalendar gc2 = new GregorianCalendar(TimeZone.getTimeZone("GMT+2"), Locale.US); 42 GregorianCalendar g1 = new GregorianCalendar(TimeZone.getTimeZone("Europe/Moscow")); 56 TimeZone.getTimeZone("Europe/London"), 70 TimeZone.getTimeZone("Europe/London"), 76 TimeZone.getTimeZone("Europe/Moscow")); 84 TimeZone.getTimeZone("Europe/London"), 98 TimeZone.getTimeZone("Europe/London") [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-parent/5/ |
maven-parent-5.pom | 90 <timezone>-5</timezone> 100 <timezone>+10</timezone> 110 <timezone>+1</timezone> 120 <timezone>+1</timezone> 130 <timezone>+1</timezone> [all...] |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-parent/5/ |
maven-parent-5.pom | 90 <timezone>-5</timezone> 100 <timezone>+10</timezone> 110 <timezone>+1</timezone> 120 <timezone>+1</timezone> 130 <timezone>+1</timezone> [all...] |
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarSyncTestingBase.java | 169 * @param timezone 173 protected void insertCalendar(String name, String timezone, String calendarUrl) 189 values.put(CalendarContract.Calendars.CALENDAR_TIME_ZONE, timezone); 232 // Constructor for normal events, using the default timezone 261 // Constructor for normal events, specifying the timezone 263 boolean allDay, String timezone) { 264 init(title, startDate, endDate, allDay, timezone); 268 boolean allDay, String timezone) { 272 time.timezone = Time.TIMEZONE_UTC; 273 } else if (timezone != null) [all...] |
/packages/apps/Settings/src/com/android/settings/ |
ZonePicker.java | 41 import java.util.TimeZone; 54 void onZoneSelected(TimeZone tz); 68 * Constructs an adapter with TimeZone list. Sorted by TimeZone in default. 79 * Constructs an adapter with TimeZone list. Sorted by TimeZone in default. 102 * Searches {@link TimeZone} from the given {@link SimpleAdapter} object, and returns 103 * the index for the TimeZone. 107 * @param tz TimeZone to be searched. 108 * @return Index for the given TimeZone. -1 when there's no corresponding list item [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
timezone.h | 6 * File TIMEZONE.H 34 * \brief C++ API: TimeZone object 50 * <code>TimeZone</code> represents a time zone offset, and also figures out daylight 54 * Typically, you get a <code>TimeZone</code> using <code>createDefault</code> 55 * which creates a <code>TimeZone</code> based on the time zone where the program 57 * creates a <code>TimeZone</code> object based on Japanese Standard Time. 60 * You can also get a <code>TimeZone</code> using <code>createTimeZone</code> along 62 * Time zone is "America/Los_Angeles". So, you can get a Pacific Time <code>TimeZone</code> object 66 * TimeZone *tz = TimeZone::createTimeZone("America/Los_Angeles") [all...] |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-parent/8/ |
maven-parent-8.pom | 354 <timezone>-5</timezone>
365 <timezone>+1</timezone>
375 <timezone>+10</timezone>
385 <timezone>-5</timezone>
395 <timezone>+1</timezone>
[all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
TimeZoneRegression.java | 14 package com.ibm.icu.dev.test.timezone; 30 import com.ibm.icu.util.TimeZone; 40 logln("*** CHECK TIMEZONE AGAINST HOST OS SETTING ***"); 41 String id = TimeZone.getDefault().getID(); 44 logln("user.timezone: " + System.getProperty("user.timezone", "<not set>")); 46 // user.timezone is a protected system property - ignore 48 logln("TimeZone.getDefault().getID(): " + id); 58 TimeZone z1 = TimeZone.getTimeZone("PST") [all...] |
TimeZoneTest.java | 8 package com.ibm.icu.dev.test.timezone; 33 import com.ibm.icu.util.TimeZone; 34 import com.ibm.icu.util.TimeZone.SystemTimeZoneType; 45 * @summary test TimeZone 127 // Note: If the default TimeZone type is JDK, some time zones 132 boolean isJDKTimeZone = (TimeZone.getDefaultTimeZoneType() == TimeZone.TIMEZONE_JDK); 134 logln("Warning: Using JDK TimeZone. Some test cases may not return expected results."); 190 ZoneDescriptor currentZone = new ZoneDescriptor(TimeZone.getTimeZone(referenceZone.getID())); 214 ZoneDescriptor(TimeZone zone) [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
TimestampTest.java | 21 import java.util.TimeZone; 27 // Timestamp uses the current default timezone in toString() to convert to 29 TimeZone defaultTimeZone = TimeZone.getDefault(); 30 TimeZone.setDefault(TimeZone.getTimeZone("UTC")); 44 TimeZone.setDefault(defaultTimeZone); 49 // Timestamp uses the current default timezone in valueOf(String) to convert 51 TimeZone defaultTimeZone = TimeZone.getDefault() [all...] |
/libcore/luni/src/main/java/libcore/icu/ |
DateIntervalFormat.java | 23 import java.util.TimeZone; 49 // We create a java.util.TimeZone here to use libcore's data and libcore's olson ID / pseudo-tz 51 TimeZone tz = (olsonId != null) ? TimeZone.getTimeZone(olsonId) : TimeZone.getDefault(); 52 com.ibm.icu.util.TimeZone icuTimeZone = DateUtilsBridge.icuTimeZone(tz); 59 public static String formatDateRange(ULocale icuLocale, com.ibm.icu.util.TimeZone icuTimeZone, 91 com.ibm.icu.util.TimeZone icuTimeZone) {
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
Utils.java | 23 int month, int year, String timezone) { 24 Time t = new Time(timezone);
|
/external/icu/icu4c/source/i18n/ |
timezone.cpp | 7 * File TIMEZONE.CPP 113 static icu::TimeZone* DEFAULT_ZONE = NULL; 116 static icu::TimeZone* _GMT = NULL; 117 static icu::TimeZone* _UNKNOWN_ZONE = NULL; 216 * @param top Top timezone resource 250 UResourceBundle* TimeZone::loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode& status) { 311 const TimeZone& U_EXPORT2 312 TimeZone::getUnknown() 318 const TimeZone* U_EXPORT2 319 TimeZone::getGMT(void [all...] |
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_TimeZone.java | 22 import java.util.TimeZone; 25 * Sample java.util.TimeZone subclass to test getDSTSavings() and getOffset(long) 28 public class Support_TimeZone extends TimeZone { 46 * let's assume this timezone has daylight savings from the 4th month till
|