Searched defs:timeZone (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/v8/test/intl/date-format/
H A Dtimezone-name.js40 timeZone: 'America/Los_Angeles'
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPDateTimeImpl.java44 private TimeZone timeZone = TimeZone.getTimeZone("UTC"); field in class:XMPDateTimeImpl
87 this.timeZone = intCalendar.getTimeZone();
96 * @param timeZone a TimeZone how to interpret the date
98 public XMPDateTimeImpl(Date date, TimeZone timeZone) argument
100 GregorianCalendar calendar = new GregorianCalendar(timeZone);
109 this.timeZone = timeZone;
298 return timeZone;
305 public void setTimeZone(TimeZone timeZone) argument
307 this.timeZone
[all...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DDateTest.java243 private void testToString(String timeZone, long[] theDates, String[] theDateStrings) { argument
245 TimeZone.setDefault(TimeZone.getTimeZone(timeZone));
H A DTimeTest.java97 private void testToString(String timeZone, long[] theTimes, argument
100 TimeZone.setDefault(TimeZone.getTimeZone(timeZone));
H A DTimestampTest.java427 private void testToString(String timeZone, long[] theTimeStamps, String[] theTimeStampStrings) { argument
428 TimeZone.setDefault(TimeZone.getTimeZone(timeZone));
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DJHdf.java150 public void exportDate(String hdfName, TimeZone timeZone, Date date) { argument
/external/jsilver/src/org/clearsilver/
H A DDelegatedHdf.java123 String hdfname, TimeZone timeZone, Date date) {
124 getHdf().exportDate(hdfname, timeZone, date);
122 exportDate( String hdfname, TimeZone timeZone, Date date) argument
H A DHDF.java99 void exportDate(String hdfName, TimeZone timeZone, Date date); argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTime.java393 public void setTimeZone(TimeZone timeZone) { argument
394 simpleDateFormat.setTimeZone(timeZone);
/external/jsilver/src/org/clearsilver/jni/
H A DJniHdf.java214 public void exportDate(String hdfname, TimeZone timeZone, Date date) { argument
219 Calendar cal = Calendar.getInstance(timeZone);
252 boolean tzNegative = timeZone.getRawOffset() < 0;
253 int tzAbsolute = java.lang.Math.abs(timeZone.getRawOffset()/1000);
268 TimeZone timeZone = TimeZone.getTimeZone(tz);
270 if (timeZone == null) {
276 exportDate(hdfname, timeZone, date);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmrgts.cpp938 TimeZone *timeZone = TimeZone::createDefault(); local
940 TimeZone *gmt = timeZone->clone();
972 delete timeZone;
/external/icu/icu4c/source/test/intltest/
H A Ddtfmrgts.cpp941 TimeZone *timeZone = TimeZone::createDefault(); local
943 TimeZone *gmt = timeZone->clone();
975 delete timeZone;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 530 milliseconds