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

<<111213141516

  /external/icu4c/i18n/
calendar.cpp 123 // can add more things here: DST, zone, etc.
695 Calendar::Calendar(TimeZone* zone, const Locale& aLocale, UErrorCode& success)
708 if(zone == 0) {
718 fZone = zone;
725 Calendar::Calendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success)
739 fZone = zone.clone();
810 Calendar::createInstance(const TimeZone& zone, UErrorCode& success)
812 return createInstance(zone, Locale::getDefault(), success);
828 Calendar::createInstance(TimeZone* zone, const Locale& aLocale, UErrorCode& success)
849 delete zone;
    [all...]
  /external/kernel-headers/original/linux/
mm.h 254 * protected by zone->lru_lock !
392 * The zone field is never updated after free_area_init_core()
407 * No sparsemem: | NODE | ZONE | ... | FLAGS |
408 * with space for node: | SECTION | NODE | ZONE | ... | FLAGS |
409 * no space for node: | SECTION | ZONE | ... | FLAGS |
425 /* Page flags: | [SECTION] | [NODE] | ZONE | ... | FLAGS | */
449 /* NODE:ZONE or SECTION:ZONE is used to lookup the zone from a page. */
471 struct zone;
    [all...]
  /external/chromium_org/v8/src/arm/
regexp-macro-assembler-arm.h 42 RegExpMacroAssemblerARM(Mode mode, int registers_to_save, Zone* zone);
lithium-gap-resolver-arm.cc 39 : cgen_(owner), moves_(32, owner->zone()), root_index_(0), in_cycle_(false),
82 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone());
  /external/chromium_org/v8/src/ia32/
regexp-macro-assembler-ia32.h 41 RegExpMacroAssemblerIA32(Mode mode, int registers_to_save, Zone* zone);
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.h 44 RegExpMacroAssemblerMIPS(Mode mode, int registers_to_save, Zone* zone);
lithium-gap-resolver-mips.cc 38 moves_(32, owner->zone()),
83 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone());
  /external/chromium_org/v8/src/
scopeinfo.cc 39 Handle<ScopeInfo> ScopeInfo::Create(Scope* scope, Zone* zone) {
41 ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone);
42 ZoneList<Variable*> context_locals(scope->ContextLocalCount(), zone);
75 Factory* factory = zone->isolate()->factory();
  /external/icu4c/i18n/unicode/
dtitvfmt.h 171 * formatting: time zone, calendar type, pattern, date format symbols,
494 * @return the time zone associated with the calendar of DateIntervalFormat.
500 * Sets the time zone for the calendar used by this DateIntervalFormat object. The
508 * Sets the time zone for the calendar used by this DateIntervalFormat object.
509 * @param zone the new time zone.
512 virtual void setTimeZone(const TimeZone& zone);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emux_synth.h 183 struct snd_sf_zone *zone; /* Zone assigned to this note */ member in struct:snd_emux_voice
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emux_synth.h 183 struct snd_sf_zone *zone; /* Zone assigned to this note */ member in struct:snd_emux_voice
  /external/chromium_org/third_party/icu/source/config/
dist.mk 18 DISTY_RMV=brkitr coll curr lang locales mappings rbnf region translit xml zone
  /external/chromium_org/v8/src/x64/
lithium-gap-resolver-x64.cc 39 : cgen_(owner), moves_(32, owner->zone()) {}
77 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone());
  /external/chromium_org/v8/test/intl/date-format/
timezone-name.js 28 // Tests time zone names.
timezone.js 28 // Tests time zone support.
  /external/icu4c/config/
dist.mk 18 DISTY_RMV=brkitr coll curr lang locales mappings rbnf region translit xml zone
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 7094 static malloc_zone_t zone; variable
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 7077 static malloc_zone_t zone; variable
    [all...]
  /external/v8/test/cctest/
test-strings.cc 15 #include "zone-inl.h"
116 uc16* buf = ZONE->NewArray<uc16>(len);
236 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT);
351 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT);
368 char* ascii = ZONE->NewArray<char>(i + 1);
380 uc16* non_ascii = ZONE->NewArray<uc16>(i + 1);
441 ZoneScope zone(Isolate::Current(), DELETE_ON_EXIT);
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipEntryTest.java 365 TimeZone zone = TimeZone.getDefault(); local
386 TimeZone.setDefault(zone);
  /external/smack/src/org/xbill/DNS/
Message.java 90 * and the zone are filled in.
91 * @param zone The zone to be updated
94 newUpdate(Name zone) {
95 return new Update(zone);
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 688 TimeZone zone = TimeZone.getTimeZone(tz);
690 // the time zone property
694 if (current == null || !current.equals(zone.getID())) {
696 Slog.v(TAG, "timezone changed: " + current + ", new=" + zone.getID());
699 SystemProperties.set(TIMEZONE_PROPERTY, zone.getID());
704 int gmtOffset = zone.getOffset(System.currentTimeMillis());
713 intent.putExtra("time-zone", zone.getID());
1341 TimeZone zone = TimeZone.getTimeZone(SystemProperties.get(TIMEZONE_PROPERTY)); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 167 getbaseclasses(zone)
362 'zone' : zone,
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 98 struct zone { struct
163 static void outzone(const struct zone * zp, int ntzones);
176 const struct zone * zp, int ntzones);
222 ** Which fields are which on a Zone line.
237 ** Which fields are which on a Zone continuation line.
296 static struct zone * zones;
317 * Each zone need only store a start year, a standard offset, and an
328 { "Zone", LC_ZONE },
519 fprintf(f, "zone %s %d %d %s", zoneName, zoneOffset, startYear, rule->r_name);
522 fprintf(f, " # zone %s, offset %d, year >= %d, rule %s (%d)\n"
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 98 struct zone { struct
163 static void outzone(const struct zone * zp, int ntzones);
176 const struct zone * zp, int ntzones);
222 ** Which fields are which on a Zone line.
237 ** Which fields are which on a Zone continuation line.
296 static struct zone * zones;
317 * Each zone need only store a start year, a standard offset, and an
328 { "Zone", LC_ZONE },
519 fprintf(f, "zone %s %d %d %s", zoneName, zoneOffset, startYear, rule->r_name);
522 fprintf(f, " # zone %s, offset %d, year >= %d, rule %s (%d)\n"
    [all...]

Completed in 2019 milliseconds

<<111213141516