HomeSort by relevance Sort by last modified time
    Searched refs:zone (Results 176 - 200 of 391) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrintGraph.java 114 * Member class defining a zone inside a bar graph area.
118 Rectangle zone; field in class:FingerPrintGraph.BarGraphArea.AreaZone
121 AreaZone(Rectangle zone, String tooltip) {
123 this.zone = zone;
133 stream.print(this.zone.x);
135 stream.print(this.zone.y);
137 stream.print(this.zone.x+this.zone.width);
139 stream.print(this.zone.y+this.zone.height)
159 AreaZone zone = (AreaZone) this.zones.get(i); local
165 AreaZone zone = new AreaZone(rec, tooltip); local
    [all...]
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 79 * <tr> <td>{@code Z}</td> <td>time zone (RFC 822)</td> <td>(Time Zone)</td> <td>{@code Z}/{@code ZZ}/{@code ZZZ}:-0800 {@code ZZZZ}:GMT-08:00 {@code ZZZZZ}:-08:00</td> </tr>
89 * <tr> <td>{@code z}</td> <td>time zone</td> <td>(Time Zone)</td> <td>{@code z}/{@code zz}/{@code zzz}:PST {@code zzzz}:Pacific Standard Time</td> </tr>
134 * <p>Produces this output when run on an {@code en_US} device in the America/Los_Angeles time zone:
159 * <p>Which produces this output when run in the America/Los_Angeles time zone:
175 * absolute time in UTC. That is, {@code Date} does not carry time zone information.
176 * By default, {@code SimpleDateFormat} will use the system's default time zone. This is
179 * in this example, the output that included a time but no time zone cannot be parsed back into
182 * It may also be desirable to set the formatter's time zone to UTC (to ease comparison, or t
1011 TimeZone zone = calendar.getTimeZone(); local
1211 TimeZone zone = TimeZone.getTimeZone(row[TimeZoneNames.OLSON_NAME]); local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
calendar.h 307 * @param zone The timezone.
314 static Calendar* U_EXPORT2 createInstance(const TimeZone& zone, UErrorCode& success);
    [all...]
gregocal.h 86 * // create a Pacific Standard Time time zone
93 * // create a GregorianCalendar with the Pacific Daylight time zone
163 * zone with the default locale.
172 * Constructs a GregorianCalendar based on the current time in the given time zone
174 * time zone object after it's adopted.
184 * Constructs a GregorianCalendar based on the current time in the given time zone
187 * @param zone The given timezone.
192 GregorianCalendar(const TimeZone& zone, UErrorCode& success);
195 * Constructs a GregorianCalendar based on the current time in the default time zone
206 * Constructs a GregorianCalendar based on the current time in the given time zone
    [all...]
timezone.h 49 * <code>TimeZone</code> represents a time zone offset, and also figures out daylight
54 * which creates a <code>TimeZone</code> based on the time zone where the program
60 * with a time zone ID. For instance, the time zone ID for the US Pacific
61 * Time zone is "America/Los_Angeles". So, you can get a Pacific Time <code>TimeZone</code> object
69 * all the supported time zone IDs. You can then choose a
71 * If the time zone you want is not represented by one of the
72 * supported IDs, then you can create a custom time zone ID with
82 * time zone ID. The <code>TimeZone</code> that is returned
83 * when you specify a custom time zone ID does not includ
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 118 * are in. Keep the time zone information from the NITZ string so
119 * we can fix the time zone once know the country.
195 Rlog.i("GsmServiceStateTracker", "Auto time zone state changed");
973 TimeZone zone = null; local
1539 TimeZone zone = null; local
    [all...]
  /bionic/libc/tools/zoneinfo/
update-tzdata.py 50 elif fields[0] == 'Zone':
57 for zone in zones:
58 setup.write('%s\n' % zone)
139 'setup', 'data', 'extracted/zone.tab',
  /external/chromium_org/chrome/browser/chromeos/system/
timezone_util.cc 36 base::string16 GetExemplarCity(const icu::TimeZone& zone) {
55 zone.getID(zone_id);
79 // zone id has '_' in place of ' '.
  /external/chromium_org/third_party/icu/source/test/intltest/
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...]
  /external/icu4c/i18n/unicode/
gregocal.h 86 * // create a Pacific Standard Time time zone
93 * // create a GregorianCalendar with the Pacific Daylight time zone
163 * zone with the default locale.
172 * Constructs a GregorianCalendar based on the current time in the given time zone
174 * time zone object after it's adopted.
184 * Constructs a GregorianCalendar based on the current time in the given time zone
187 * @param zone The given timezone.
192 GregorianCalendar(const TimeZone& zone, UErrorCode& success);
195 * Constructs a GregorianCalendar based on the current time in the default time zone
206 * Constructs a GregorianCalendar based on the current time in the given time zone
    [all...]
timezone.h 50 * <code>TimeZone</code> represents a time zone offset, and also figures out daylight
55 * which creates a <code>TimeZone</code> based on the time zone where the program
61 * with a time zone ID. For instance, the time zone ID for the US Pacific
62 * Time zone is "America/Los_Angeles". So, you can get a Pacific Time <code>TimeZone</code> object
70 * all the supported time zone IDs, or getCanonicalID method to check
71 * if a time zone ID is supported or not. You can then choose a
73 * If the time zone you want is not represented by one of the
74 * supported IDs, then you can create a custom time zone ID with
84 * time zone ID. The <code>TimeZone</code> that is returne
    [all...]
  /external/icu4c/test/intltest/
dtptngts.cpp 411 TimeZone *zone = TimeZone::createTimeZone(UnicodeString("ECT")); local
412 if (zone==NULL) {
418 format->setTimeZone(*zone);
447 format->setTimeZone(*zone);
458 // modify it to change the zone.
523 delete zone;
    [all...]
  /external/v8/src/
zone.cc 31 #include "zone-inl.h"
70 Zone::Zone()
78 unsigned Zone::allocation_size_ = 0;
82 if (ShouldDeleteOnExit()) isolate_->zone()->DeleteAll();
83 isolate_->zone()->scope_nesting_--;
89 Segment* Zone::NewSegment(int size) {
101 void Zone::DeleteSegment(Segment* segment, int size) {
107 void Zone::DeleteAll() {
159 void Zone::DeleteKeptSegment()
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPDateTimeImpl.java 53 * zone.
70 TimeZone zone = calendar.getTimeZone(); local
77 intCalendar.setTimeZone(zone);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonTreeAdaptor.h 60 - (id)copyWithZone:(NSZone *)zone;
ANTLRLexer.h 51 - (id) copyWithZone:(NSZone *)zone;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonTreeAdaptor.h 60 - (id)copyWithZone:(NSZone *)zone;
ANTLRLexer.h 51 - (id) copyWithZone:(NSZone *)zone;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonTreeAdaptor.h 60 - (id)copyWithZone:(NSZone *)zone;
ANTLRLexer.h 51 - (id) copyWithZone:(NSZone *)zone;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTreeAdaptor.h 63 - (id)copyWithZone:(NSZone *)zone;
ANTLRLexer.h 51 - (id) copyWithZone:(NSZone *)zone;
  /external/chromium/net/base/
dnssec_chain_verifier.h 69 struct Zone;
87 Error EnterZone(const base::StringPiece& zone);
94 Zone* current_zone_;
99 // already_entered_zone_ is set to true when we unwind a Zone chain and start
100 // off from a point where we have already entered a zone.
  /external/chromium_org/third_party/icu/source/i18n/
datefmt.cpp 458 DateFormat::adoptTimeZone(TimeZone* zone)
461 fCalendar->adoptTimeZone(zone);
467 DateFormat::setTimeZone(const TimeZone& zone)
470 fCalendar->setTimeZone(zone);
  /external/chromium_org/v8/src/
liveedit.h 72 FunctionLiteral* lit, Zone* zone);

Completed in 538 milliseconds

1 2 3 4 5 6 78 91011>>