/prebuilts/tools/common/m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.7/ |
maven-reporting-api-2.0.7.pom | 39 <timezone>-5</timezone>
|
/prebuilts/tools/common/m2/repository/org/parboiled/parboiled-java/1.0.2/ |
parboiled-java-1.0.2.pom | 21 <timezone>+1</timezone>
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
DangiCalendar.java | 42 * Note that, in 1908-1911, the government did not apply the timezone change 43 * but used GMT+8. In addition, 1954-1961's timezone change does not affect 59 private static final TimeZone KOREA_ZONE; 89 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); 102 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); 116 public DangiCalendar(TimeZone zone, ULocale locale) {
|
/external/javassist/ |
pom.xml | 49 <timezone>8</timezone> 61 <timezone>0</timezone> 73 <timezone>0</timezone>
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
HttpDate.java | 24 import java.util.TimeZone; 31 private static final TimeZone GMT = TimeZone.getTimeZone("GMT"); 50 // HTTP formats required by RFC2616 but with any timezone. 92 // Set the timezone to use when interpreting formats that don't have a timezone. GMT is
|
/external/toybox/toys/pending/ |
hwclock.c | 19 -t Set the system time based on the current timezone (--systz) 59 struct timezone tzone; 112 tzone.tz_minuteswest = timezone / 60 - 60 * daylight; 116 // Adjust seconds for timezone and daylight saving time 117 // extern long timezone is defined in header sys/time.h 118 tzone.tz_minuteswest = timezone / 60;
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPDateTime.java | 13 import java.util.TimeZone; 19 * to convert to the ISO format, a <code>Calendar</code> or get the Timezone. The fields of 29 * <li> timeZone - a <code>TimeZone</code>-object. 86 TimeZone getTimeZone(); 89 void setTimeZone(TimeZone tz);
|
XMPDateTimeFactory.java | 15 import java.util.TimeZone; 28 /** The UTC TimeZone */ 29 private static final TimeZone UTC = TimeZone.getTimeZone("UTC"); 114 cal.setTimeZone(TimeZone.getDefault()); 148 // has automatically local timezone
|
/libcore/luni/src/main/java/libcore/icu/ |
DateUtilsBridge.java | 49 * Creates an immutable ICU timezone backed by the specified libcore timezone data. At the time of 53 public static com.ibm.icu.util.TimeZone icuTimeZone(java.util.TimeZone tz) { 55 javaTimeZone.freeze(); // Optimization - allows the timezone to be copied cheaply. 59 public static Calendar createIcuCalendar(com.ibm.icu.util.TimeZone icuTimeZone, ULocale icuLocale,
|
/packages/apps/Camera2/src/com/android/camera/util/ |
ExifUtil.java | 32 import java.util.TimeZone; 103 TimeZone timezone = Calendar.getInstance().getTimeZone(); 104 mExif.addDateTimeStampTag(ExifInterface.TAG_DATE_TIME, timestampMs, timezone); 105 mExif.addDateTimeStampTag(ExifInterface.TAG_DATE_TIME_DIGITIZED, timestampMs, timezone); 106 mExif.addDateTimeStampTag(ExifInterface.TAG_DATE_TIME_ORIGINAL, timestampMs, timezone);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
IndianTest.java | 18 import com.ibm.icu.util.TimeZone; 126 // new IndianCalendar(TimeZone) 127 IndianCalendar cal = new IndianCalendar(TimeZone.getDefault()); 129 errln("could not create IndianCalendar with TimeZone"); 150 // new IndianCalendar(TimeZone, Locale) 151 IndianCalendar cal = new IndianCalendar(TimeZone.getDefault(),Locale.getDefault()); 153 errln("could not create IndianCalendar with TimeZone, Locale"); 158 // new IndianCalendar(TimeZone, ULocale) 159 IndianCalendar cal = new IndianCalendar(TimeZone.getDefault(),ULocale.getDefault()); 161 errln("could not create IndianCalendar with TimeZone, ULocale"); [all...] |
JapaneseTest.java | 19 import com.ibm.icu.util.TimeZone; 32 // new JapaneseCalendar(TimeZone) 33 JapaneseCalendar cal = new JapaneseCalendar(TimeZone.getDefault()); 35 errln("could not create JapaneseCalendar with TimeZone"); 48 // new JapaneseCalendar(TimeZone, ULocale) 49 JapaneseCalendar cal = new JapaneseCalendar(TimeZone.getDefault(), ULocale.getDefault()); 51 errln("could not create JapaneseCalendar with TimeZone ULocale"); 64 // new JapaneseCalendar(TimeZone, Locale) 65 JapaneseCalendar cal = new JapaneseCalendar(TimeZone.getDefault(), Locale.getDefault()); 67 errln("could not create JapaneseCalendar with TimeZone Locale") [all...] |
/prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/ |
commons-lang-2.6.pom | 68 <timezone>0</timezone>
90 <timezone>-5</timezone>
106 <timezone>-8</timezone>
159 <timezone>+1</timezone>
165 <timezone>+1</timezone>
[all...] |
/libcore/luni/src/test/java/libcore/icu/ |
RelativeDateTimeFormatterTest.java | 23 import java.util.TimeZone; 44 TimeZone tz = TimeZone.getTimeZone("GMT"); 100 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); 353 // We need to specify the timezone and the time explicitly. Otherwise it 357 TimeZone tz = TimeZone.getTimeZone("Europe/Berlin"); 385 TimeZone tz = TimeZone.getTimeZone("Europe/Paris") [all...] |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/project/6/ |
project-6.pom | 85 <timezone>+1</timezone>
95 <timezone>+1</timezone>
106 <timezone>+5.5</timezone>
116 <timezone></timezone>
127 <timezone>+1</timezone>
[all...] |
/external/icu/icu4c/source/i18n/unicode/ |
simpletz.h | 31 * \brief C++ API: SimpleTimeZone is a concrete subclass of TimeZone. 46 * <code>SimpleTimeZone</code> is a concrete subclass of <code>TimeZone</code> 58 * @see TimeZone 102 * Returns true if the two TimeZone objects are equal; that is, they have 110 virtual UBool operator==(const TimeZone& that) const; 115 * TimeZone::createInstance() to create a TimeZone instead of creating a 119 * @param ID The timezone ID which is obtained from 120 * TimeZone.getAvailableIDs. 127 * and times to start and end daylight savings time. To create a TimeZone tha [all...] |
vtzone.h | 29 * <code>VTimeZone</code> instance from a time zone ID supported by <code>TimeZone</code>. 64 * Return true if the given <code>TimeZone</code> objects are 67 * @return true if the given <code>TimeZone</code> objects are 71 virtual UBool operator==(const TimeZone& that) const; 74 * Return true if the given <code>TimeZone</code> objects are 77 * @return true if the given <code>TimeZone</code> objects are 81 virtual UBool operator!=(const TimeZone& that) const; 181 * Clones TimeZone objects polymorphically. Clients are responsible for deleting 182 * the TimeZone object cloned. 183 * @return A new copy of this TimeZone object [all...] |
/libcore/luni/src/main/java/libcore/util/ |
ZoneInfo.java | 29 import java.util.TimeZone; 33 * Our concrete TimeZone implementation, backed by zoneinfo data. 35 * @hide - used to implement TimeZone 37 public final class ZoneInfo extends TimeZone { 55 private final int mDstSavings; // Implements TimeZone.getDSTSavings. 145 // This isn't generally useful, but it's exposed by TimeZone.getDSTSavings. 271 @Override public boolean hasSameRules(TimeZone timeZone) { 272 if (!(timeZone instanceof ZoneInfo)) { 275 ZoneInfo other = (ZoneInfo) timeZone; [all...] |
/external/jetty/src/java/org/eclipse/jetty/util/ |
DateCache.java | 25 import java.util.TimeZone; 36 * The timezone of the date may be included as an ID with the "zzz" 78 getFormat().setTimeZone(TimeZone.getDefault()); 88 setTimeZone(TimeZone.getDefault()); 97 setTimeZone(TimeZone.getDefault()); 105 setTimeZone(TimeZone.getDefault()); 109 /** Set the timezone. 110 * @param tz TimeZone 112 public synchronized void setTimeZone(TimeZone tz) 137 public TimeZone getTimeZone( [all...] |
/external/jsilver/src/org/clearsilver/jni/ |
JniHdf.java | 25 import java.util.TimeZone; 213 /** Export a date to a clearsilver tree using a specified timezone */ 214 public void exportDate(String hdfname, TimeZone timeZone, Date date) { 219 Calendar cal = Calendar.getInstance(timeZone); 252 boolean tzNegative = timeZone.getRawOffset() < 0; 253 int tzAbsolute = java.lang.Math.abs(timeZone.getRawOffset()/1000); 262 /** Export a date to a clearsilver tree using a specified timezone */ 268 TimeZone timeZone = TimeZone.getTimeZone(tz) [all...] |
/external/icu/icu4c/source/i18n/ |
windtfmt.cpp | 28 #include "unicode/timezone.h" 154 const TimeZone &tz = cal.getTimeZone(); 222 void Win32DateFormat::adoptTimeZone(TimeZone *zoneToAdopt) 228 void Win32DateFormat::setTimeZone(const TimeZone& zone) 286 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const 298 int32_t ec = TimeZone::countEquivalentIDs(icuid); 301 UnicodeString equiv = TimeZone::getEquivalentID(icuid, z);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
GregorianCalendarTest.java | 26 import java.util.TimeZone; 31 private static final TimeZone AMERICA_CHICAGO = TimeZone.getTimeZone("America/Chicago"); 32 private static final TimeZone AMERICA_NEW_YORK = TimeZone.getTimeZone("America/New_York"); 56 TimeZone.getDefault())); 79 TimeZone.getDefault())); 110 TimeZone.getDefault())); 130 * java.util.GregorianCalendar#GregorianCalendar(java.util.TimeZone) 133 // Test for method java.util.GregorianCalendar(java.util.TimeZone) 145 SimpleTimeZone timezone = new SimpleTimeZone(-3600 * 24 * 1000 * 2, local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_strptime.py | 72 # Make sure timezone is correct 73 timezone = time.strftime("%Z", self.time_tuple).lower() 74 if timezone: 75 self.assertTrue(timezone in self.LT_ins.timezone[0] or 76 timezone in self.LT_ins.timezone[1], 77 "timezone %s not found in %s" % 78 (timezone, self.LT_ins.timezone)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_strptime.py | 72 # Make sure timezone is correct 73 timezone = time.strftime("%Z", self.time_tuple).lower() 74 if timezone: 75 self.assertTrue(timezone in self.LT_ins.timezone[0] or 76 timezone in self.LT_ins.timezone[1], 77 "timezone %s not found in %s" % 78 (timezone, self.LT_ins.timezone)) [all...] |
/libcore/luni/src/main/java/java/util/ |
GregorianCalendar.java | 109 * String[] ids = TimeZone.getAvailableIDs(-8 * 60 * 60 * 1000); 182 * @see TimeZone 228 * time with the default {@code Locale} and {@code TimeZone}. 231 this(TimeZone.getDefault(), Locale.getDefault()); 236 * {@code TimeZone} and {@code Locale} on the specified date. 246 super(TimeZone.getDefault(), Locale.getDefault()); 252 * time in the default {@code TimeZone} and {@code Locale}. 266 super(TimeZone.getDefault(), Locale.getDefault()); 272 * time in the default {@code TimeZone} and {@code Locale}. 289 super(TimeZone.getDefault(), Locale.getDefault()) [all...] |