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

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/main/java/java/util/
Calendar.java 344 private TimeZone zone; field in class:Calendar
809 clone.zone = (TimeZone) zone.clone();
    [all...]
Date.java 32 * system's time zone. This is often called "Unix time" or "epoch time".
41 * allow you to interpret a {@code Date} in a given time zone.
389 boolean zone = false;
425 zone = true;
508 zone = true;
510 } else if ((value = zone(text)) != 0) {
511 zone = true;
548 if (zone) {
694 * like "Tue Jun 22 13:07:00 PDT 1999". The current default time zone and
695 * locale are used. If you need control over the time zone or locale
763 private static int zone(String text) { method in class:Date
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 498 DNSZone * zone; local
500 for ( zone = self->zones; zone; zone = zone->next )
502 if ( SameDomainName( &zone->name, name ) )
508 return zone;
637 pkt->zone = NULL;
661 // It's an update. The format of the zone section is the same as the format for the question section
662 // according to RFC 2136, so we'll just treat this as a question so we can get at the zone
911 DNSZone * zone; local
1064 DNSZone * zone; local
1163 DNSZone * zone; local
1294 DNSZone * zone; local
1382 DNSQuestion zone; local
    [all...]
  /external/chromium_org/v8/src/
compiler.cc 58 Zone* zone)
64 Initialize(script->GetIsolate(), BASE, zone);
69 Zone* zone)
76 Initialize(script_->GetIsolate(), BASE, zone);
81 Zone* zone)
90 Initialize(script_->GetIsolate(), BASE, zone);
96 Zone* zone
    [all...]
gdb-jit.cc 503 explicit MachO(Zone* zone) : zone_(zone), sections_(6, zone) { }
623 Zone* zone_;
632 explicit ELF(Zone* zone) : zone_(zone), sections_(6, zone) {
633 sections_.Add(new(zone) ELFSection("", ELFSection::TYPE_NULL, 0), zone)
    [all...]
lithium-codegen.h 54 Zone* zone() const { return zone_; } function in class:v8::internal::BASE_EMBEDDED
82 Zone* zone_;
compiler.h 33 #include "zone.h"
58 CompilationInfo(Handle<JSFunction> closure, Zone* zone);
64 Zone* zone() { return zone_; } function in class:v8::internal::CompilationInfo
324 Zone* zone);
326 Zone* zone);
329 Zone* zone)
665 Zone* zone() { return &zone_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
deoptimizer.h 35 #include "zone-inl.h"
657 explicit TranslationBuffer(Zone* zone) : contents_(256, zone) { }
660 void Add(int32_t value, Zone* zone);
722 Zone* zone)
725 zone_(zone) {
726 buffer_->Add(BEGIN, zone);
754 Zone* zone() const { return zone_; } function in class:v8::internal::FrameDescription
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 108 * are in. Keep the time zone information from the NITZ string so
109 * we can fix the time zone once know the country.
155 if (DBG) log("Auto time zone state changed");
916 TimeZone zone = null; local
1361 TimeZone zone = null; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 362 char month[4], zone[6]; local
364 memset(zone, 0, sizeof(zone));
368 &tval.tm_hour, &tval.tm_min, &tval.tm_sec, zone)) {
385 if ((zone[0] == '+') || (zone[0] == '-')) {
386 if (!isdigit(zone[1]) || !isdigit(zone[2])
387 || !isdigit(zone[3]) || !isdigit(zone[4]))
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cf2blues.h 43 * Each zone is defined by a top and bottom edge in character space.
44 * Further, each zone is either a top zone or a bottom zone, as recorded
63 * curved edge of a zone.
92 /* by a blue zone */
134 CF2_Fixed dsFlatEdge; /* top edge of bottom zone or bottom edge */
135 /* of top zone (rounded) */
165 CF2_BlueRec zone[CF2_MAX_BLUES + CF2_MAX_OTHERBLUES]; member in struct:CF2_BluesRec_
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 362 char month[4], zone[6]; local
364 memset(zone, 0, sizeof(zone));
368 &tval.tm_hour, &tval.tm_min, &tval.tm_sec, zone)) {
385 if ((zone[0] == '+') || (zone[0] == '-')) {
386 if (!isdigit(zone[1]) || !isdigit(zone[2])
387 || !isdigit(zone[3]) || !isdigit(zone[4]))
    [all...]
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 51 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
52 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
56 + (id)allocWithZone:(NSZone *)zone;
63 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
  /external/freetype/src/cff/
cf2blues.h 43 * Each zone is defined by a top and bottom edge in character space.
44 * Further, each zone is either a top zone or a bottom zone, as recorded
63 * curved edge of a zone.
92 /* by a blue zone */
134 CF2_Fixed dsFlatEdge; /* top edge of bottom zone or bottom edge */
135 /* of top zone (rounded) */
165 CF2_BlueRec zone[CF2_MAX_BLUES + CF2_MAX_OTHERBLUES]; member in struct:CF2_BluesRec_
  /external/kernel-headers/original/linux/
swap.h 90 struct zone;
184 extern unsigned long try_to_free_pages(struct zone **, gfp_t);
193 extern int zone_reclaim(struct zone *, gfp_t, unsigned int);
196 static inline int zone_reclaim(struct zone *z, gfp_t mask, unsigned int order)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 152 # Calculate timezone offset, based on whether the local zone has
165 zone = '%s%02d%02d' % (sign, hours, minutes // 60)
170 zone = 'GMT'
172 zone = '-0000'
179 zone)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 152 # Calculate timezone offset, based on whether the local zone has
165 zone = '%s%02d%02d' % (sign, hours, minutes // 60)
170 zone = 'GMT'
172 zone = '-0000'
179 zone)
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 51 deoptimizations_(4, info->zone()),
52 deopt_jump_table_(4, info->zone()),
53 deoptimization_literals_(8, info->zone()),
56 translations_(info->zone()),
57 deferred_(8, info->zone()),
60 safepoints_(info->zone()),
187 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 53 deoptimizations_(4, info->zone()),
54 jump_table_(4, info->zone()),
55 deoptimization_literals_(8, info->zone()),
58 translations_(info->zone()),
59 deferred_(8, info->zone()),
65 safepoints_(info->zone()),
199 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 50 deoptimizations_(4, info->zone()),
51 deopt_jump_table_(4, info->zone()),
52 deoptimization_literals_(8, info->zone()),
55 translations_(info->zone()),
56 deferred_(8, info->zone()),
59 safepoints_(info->zone()),
187 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
  /external/icu4c/i18n/unicode/
calendar.h 94 * because of time zone transition.
338 * @param zone The timezone.
345 static Calendar* U_EXPORT2 createInstance(const TimeZone& zone, UErrorCode& success);
378 * @param zone The given timezone.
386 static Calendar* U_EXPORT2 createInstance(const TimeZone& zone, const Locale& aLocale, UErrorCode& success);
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParser.java 84 private int zone; field in class:DateTimeParser.Time
86 public Time(int hour, int minute, int second, int zone) {
90 this.zone = zone;
96 public int getZone() { return zone; }
165 t.getZone());} // time zone offset
297 z = zone();
323 final public int zone() throws ParseException { method in class:DateTimeParser
  /external/chromium_org/third_party/icu/source/data/
makedata.mak 350 # Read the list of time zone display name resource bundle files
351 !IF EXISTS("$(ICUSRCDATA)\zone\resfiles.mk")
352 !INCLUDE "$(ICUSRCDATA)\zone\resfiles.mk"
353 !IF EXISTS("$(ICUSRCDATA)\zone\reslocal.mk")
354 !INCLUDE "$(ICUSRCDATA)\zone\reslocal.mk"
357 !MESSAGE Information: cannot find "zone\reslocal.mk". Not building user-additional resource bundle files.
360 !MESSAGE Warning: cannot find "zone\resfiles.mk"
364 ZONE_FILES = zone\root.txt $(ZONE_ALIAS_SOURCE) $(ZONE_SOURCE)
365 ZONE_RES_FILES = $(ZONE_FILES:.txt =.res zone\)
367 ZONE_RES_FILES = zone\pool.res $(ZONE_RES_FILES:zone\ =zone\
    [all...]
  /frameworks/base/core/java/android/util/
TimeUtils.java 59 * Tries to return a time zone that would have had the specified offset
61 * Returns null if no suitable zone could be found.
76 // If the current time zone is from the right country
86 // Otherwise, take the first zone from the right
89 // haven't encountered the current time zone yet.)
122 for (TimeZone zone : zones) {
127 if (uniqueTimeZones.get(i).getRawOffset() == zone.getRawOffset()) {
135 zone.getRawOffset() + " zone.getID=" + zone.getID())
    [all...]
  /external/chromium/base/
process_util_unittest.cc 828 // Purgeable zone tests (if it exists)
831 malloc_zone_t* zone = base::GetPurgeableZone(); local
832 if (zone)
835 value_ = malloc_zone_malloc(zone, test_size_);
840 malloc_zone_t* zone = base::GetPurgeableZone(); local
841 if (zone)
844 value_ = malloc_zone_realloc(zone, NULL, test_size_);
849 malloc_zone_t* zone = base::GetPurgeableZone(); local
850 if (zone)
853 value_ = malloc_zone_calloc(zone, 1024, test_size_ / 1024L)
858 malloc_zone_t* zone = base::GetPurgeableZone(); local
867 malloc_zone_t* zone = base::GetPurgeableZone(); local
    [all...]

Completed in 322 milliseconds

1 2 3 4 5 67 8 91011>>