/libcore/luni/src/main/java/java/util/ |
Date.java | 381 boolean zone = false; 417 zone = true; 500 zone = true; 502 } else if ((value = zone(text)) != 0) { 503 zone = true; 540 if (zone) { 686 * like "Tue Jun 22 13:07:00 PDT 1999". The current default time zone and 687 * locale are used. If you need control over the time zone or locale, 755 private static int zone(String text) { method in class:Date
|
/libcore/luni/src/test/resources/ |
simple_ns.xml | 49 <emp:address emp:domestic="Yes" street="Y&ent1;" emp:zone="CANADA" emp:local1="TRUE">27 South Road. Dallas, texas 98556</emp:address>
|
staffEntRes.xml | 50 <emp:address emp:domestic="Yes" street="Y&ent1;" emp:zone="CANADA" emp:local1="TRUE">27 South Road. Dallas, texas 98556</emp:address>
|
/external/quake/quake/src/QW/client/ |
qwcl.mak | 139 -@erase "$(INTDIR)\zone.obj"
255 "$(INTDIR)\zone.obj"
424 -@erase "$(INTDIR)\zone.obj"
425 -@erase "$(INTDIR)\zone.sbr"
515 "$(INTDIR)\zone.sbr"
613 "$(INTDIR)\zone.obj"
736 -@erase "$(INTDIR)\zone.obj"
737 -@erase "$(INTDIR)\zone.sbr"
811 "$(INTDIR)\zone.sbr"
877 "$(INTDIR)\zone.obj" [all...] |
/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
CalendarUtilitiesTests.java | 70 // This time zone has no DST 76 // This time zone is equivalent to PST and uses DST 82 // Test a southern hemisphere time zone w/ DST 88 // Test a timezone with GMT bias but bogus DST parameters (there is no equivalent time zone 95 // This time zone has no DST, but earlier, buggy code retrieved a TZ WITH DST 106 // This is time zone sent by Exchange 2007, apparently; the start time of DST for the eastern 107 // time zone (EST) is off by two hours, which we should correct in our new "lenient" code 156 // Make sure non-DST TZ's work properly when the tested zone is the default zone 500 // This is the time zone that should be use [all...] |
/external/clang/test/Analysis/ |
variadic-method-types.m | 25 - (id)copyWithZone:(NSZone *)zone; 28 - (id)mutableCopyWithZone:(NSZone *)zone;
|
/external/clang/test/SemaObjC/ |
format-strings-objc.m | 19 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end 20 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end
|
/external/freetype/src/pshinter/ |
pshalgo.h | 67 /* this is an interpolation zone used for strong points; */ 89 PSH_Zone zone; member in struct:PSH_Hint_TableRec_
|
/external/freetype/src/truetype/ |
ttinterp.h | 75 (*TT_Move_Func)( EXEC_OP_ TT_GlyphZone zone, 132 TT_GlyphZoneRec zp0, /* zone records */
|
/external/qemu/ |
kvm-all.c | 357 struct kvm_coalesced_mmio_zone zone; local 359 zone.addr = start; 360 zone.size = size; 362 ret = kvm_vm_ioctl(s, KVM_REGISTER_COALESCED_MMIO, &zone); 376 struct kvm_coalesced_mmio_zone zone; local 378 zone.addr = start; 379 zone.size = size; 381 ret = kvm_vm_ioctl(s, KVM_UNREGISTER_COALESCED_MMIO, &zone);
|
/external/srec/srec/AcousticState/include/ |
SR_AcousticState.h | 106 * during recognition. E.g. There may be more than one microphone in use, offering zone-based 107 * input. Each zone may require the maintenance of its own channel settings.
|
/external/v8/src/ |
list.h | 43 // the C free store or the zone; see zone.h.
|
splay-tree.h | 46 // store or the zone; see zone.h.
|
/external/webkit/Source/WebKit/android/ |
TimeCounter.cpp | 63 struct timezone zone; 65 gettimeofday(&now, &zone);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
Clock.java | 93 // The time zone may have changed while the receiver wasn't registered, so update the Time 114 String tz = intent.getStringExtra("time-zone");
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
HoloClock.java | 119 // The time zone may have changed while the receiver wasn't registered, so update the Time 140 String tz = intent.getStringExtra("time-zone");
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
DisplaySyncHistogram.java | 159 TimeZone zone = RegularTimePeriod.DEFAULT_TIME_ZONE; local 160 Calendar calendar = Calendar.getInstance(zone);
|
/external/icu4c/i18n/unicode/ |
ucal.h | 395 * demarcates days at local zone midnight, rather than noon GMT. 397 * zone. It can be thought of as a single number that encompasses all 405 * like a composite of all time-related fields, not including the zone fields. As such, 552 * Return the default time zone. The default is determined initially 571 * Set the default time zone. 573 * @param zoneID null-terminated time zone ID 584 * advanced during daylight savings time for the given time zone, or 585 * zero if the time zone does not observe daylight savings time. 587 * @param zoneID null-terminated time zone ID 620 * @param zoneID The desired TimeZone ID. If 0, use the default time zone [all...] |
datefmt.h | 120 * You can also set the time zone on the format if you wish. If you want even 278 * DateFormat instance, the date and the time zone will 298 * DateFormat instance, the date and the time zone will 420 * (time in milliseconds and time zone) will be set in 617 * @return the time zone associated with the calendar of DateFormat. 623 * Sets the time zone for the calendar of this DateFormat object. The caller 631 * Sets the time zone for the calendar of this DateFormat object. 632 * @param zone the new time zone. 635 virtual void setTimeZone(const TimeZone& zone); [all...] |
calendar.h | 307 * @param zone The timezone. 314 static Calendar* U_EXPORT2 createInstance(const TimeZone& zone, UErrorCode& success); [all...] |
/external/chromium/net/base/ |
dnssec_keyset.cc | 52 const base::StringPiece& zone, 94 signed_data_len += zone.size(); 113 memcpy(&signed_data[j], zone.data(), zone.size()); 114 j += zone.size();
|
/external/icu4c/test/intltest/ |
tzfmttst.cpp | 137 // Before parse, set unknown zone to SimpleDateFormat instance 138 // just for making sure that it does not depends on the time zone 162 errln((UnicodeString)"Failed to get offsets from time zone" + *tzid); 167 errln((UnicodeString)"Failed to get offsets from time zone" + outtzid); 172 // Location: time zone rule must be preserved except
|
dtptngts.cpp | 353 TimeZone *zone = TimeZone::createTimeZone(UnicodeString("ECT")); local 354 if (zone==NULL) { 360 format->setTimeZone(*zone); 389 format->setTimeZone(*zone); 400 // modify it to change the zone. 465 delete zone; [all...] |
/packages/apps/Calendar/res/values-en-rGB/ |
strings.xml | 23 <string name="timezone_label" msgid="3988530993300431650">"Time zone"</string> 154 <string name="preferences_use_home_tz_title" msgid="5597546849968598210">"Use home time zone"</string> 155 <string name="preferences_use_home_tz_descrip" msgid="4835375381297413746">"Displays calendars and event times in your home time zone when travelling"</string> 156 <string name="preferences_home_tz_title" msgid="6680000444088818578">"Home time zone"</string> 180 <string name="accessibility_pick_time_zone" msgid="7155465783500323811">"Time zone"</string>
|
/packages/apps/Exchange/src/com/android/exchange/utility/ |
CalendarUtilities.java | 77 // We want to find a time zone whose DST info is accurate to one minute 80 // time zone, which is what we otherwise do). Note that this specifically addresses an issue 218 // Internal structure for storing a time zone date from a SYSTEMTIME structure 309 * Build a GregorianCalendar, based on a time zone and TimeZoneDate. 310 * @param timeZone the time zone we're checking 312 * @return a GregorianCalendar with the given time zone and date 328 * start time and an end time in the given time zone 329 * @param tz a TimeZone the time zone in which we're looking for transitions 527 * @param tz the time zone 575 * @param tz the time zone [all...] |