HomeSort by relevance Sort by last modified time
    Searched defs:zone (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/v8/test/cctest/
test-dataflow.cc 40 Zone* zone = ZONE; local
42 BitVector v(15, zone);
49 BitVector w(15, zone);
57 BitVector v(64, zone);
75 BitVector v(15, zone);
77 BitVector w(15, zone);
85 BitVector v(15, zone);
87 BitVector w(15, zone);
    [all...]
  /external/icu4c/i18n/
udateintervalformat.cpp 47 TimeZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength)); local
48 if(zone == NULL) {
52 formatter->adoptTimeZone(zone);
  /external/icu4c/samples/datefmt/answers/
main_0.cpp 17 * TimeZone::createTimeZone() will return a GMT zone object. In order
18 * to detect this error, we check the ID of the returned zone against
23 TimeZone* zone = TimeZone::createTimeZone(id); local
24 if (zone->getID(str) != id) {
25 delete zone;
28 printf(") returned zone with ID ");
33 return zone;
main_1.cpp 16 * TimeZone::createTimeZone() will return a GMT zone object. In order
17 * to detect this error, we check the ID of the returned zone against
22 TimeZone* zone = TimeZone::createTimeZone(id); local
23 if (zone->getID(str) != id) {
24 delete zone;
27 printf(") returned zone with ID ");
32 return zone;
main_2.cpp 16 * TimeZone::createTimeZone() will return a GMT zone object. In order
17 * to detect this error, we check the ID of the returned zone against
22 TimeZone* zone = TimeZone::createTimeZone(id); local
23 if (zone->getID(str) != id) {
24 delete zone;
27 printf(") returned zone with ID ");
32 return zone;
38 TimeZone *zone; local
62 zone = createZone("GMT"); // Create a GMT zone
    [all...]
main_3.cpp 16 * TimeZone::createTimeZone() will return a GMT zone object. In order
17 * to detect this error, we check the ID of the returned zone against
22 TimeZone* zone = TimeZone::createTimeZone(id); local
23 if (zone->getID(str) != id) {
24 delete zone;
27 printf(") returned zone with ID ");
32 return zone;
38 TimeZone *zone; local
62 zone = createZone("GMT"); // Create a GMT zone
    [all...]
  /external/iptables/include/linux/netfilter/
xt_CT.h 8 __u16 zone; member in struct:xt_ct_target_info
  /external/chromium/net/http/
url_security_manager_win.cc 17 // URL security zone manager. See the MSDN page "URL Security Zones" at
19 // info on the Internet Security Manager and Internet Zone Manager objects.
77 // not located in the Intranet zone". TODO(wtc): Note that it's
86 DWORD zone = 0; local
87 hr = security_manager_->MapUrlToZone(url_w.c_str(), &zone, 0);
92 return zone <= URLZONE_INTRANET;
106 // TODO(cbentzel): Could this just use the security zone as well? Apparently
  /external/icu4c/samples/datefmt/
main.cpp 16 * TimeZone::createTimeZone() will return a GMT zone object. In order
17 * to detect this error, we check the ID of the returned zone against
22 TimeZone* zone = TimeZone::createTimeZone(id); local
23 if (zone->getID(str) != id) {
24 delete zone;
27 printf(") returned zone with ID ");
32 return zone;
38 TimeZone *zone; local
62 zone = createZone("GMT"); // Create a GMT zone
    [all...]
  /external/smack/src/org/xbill/DNS/tests/
primary.java 40 Zone zone = new Zone(origin, file); local
43 Iterator it = zone.AXFR();
48 Iterator it = zone.iterator();
53 System.out.println(zone);
  /external/webkit/Tools/DumpRenderTree/mac/
CheckedMalloc.cpp 42 static void* checkedMalloc(malloc_zone_t* zone, size_t size)
46 return savedMalloc(zone, size);
49 static void* checkedRealloc(malloc_zone_t* zone, void* ptr, size_t size)
53 return savedRealloc(zone, ptr, size);
71 malloc_zone_t* zone = malloc_default_zone(); local
74 mach_vm_address_t pageStart = reinterpret_cast<vm_address_t>(zone) & static_cast<vm_size_t>(~(getpagesize() - 1));
77 vm_size_t len = reinterpret_cast<vm_address_t>(zone) - pageStart + sizeof(malloc_zone_t);
82 savedMalloc = zone->malloc;
83 savedRealloc = zone->realloc;
84 zone->malloc = checkedMalloc
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ResponseData.java 247 TimeZone zone = TimeZone.getTimeZone(tz); local
248 int zoneOffset = zone.getRawOffset() + zone.getDSTSavings();
  /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...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
SimpleTimeZoneTest.java 261 TimeZone zone = TimeZone.getTimeZone("EST"); local
263 assertFalse("Returned incorrect daylight value1", zone.inDaylightTime(gc
266 assertFalse("Returned incorrect daylight value1", zone.inDaylightTime(gc
268 gc = new GregorianCalendar(zone);
270 assertTrue("Returned incorrect daylight value3", !(zone
273 assertFalse("Returned incorrect daylight value4", zone
276 assertTrue("Returned incorrect daylight value5", !(zone
279 assertFalse("Returned incorrect daylight value6", zone
282 assertTrue("Returned incorrect daylight value7", !zone
284 assertFalse("Returned incorrect daylight value8", zone
    [all...]
TimeZoneTest.java 163 TimeZone zone = new SimpleTimeZone(45, "TEST"); local
164 TimeZone.setDefault(zone);
165 assertEquals("timezone not set", zone, TimeZone.getDefault());
185 /* Time zone data was changed in ICU49.2. Many common short names were removed. */
  /external/freetype/src/cff/
cffgload.h 109 /* execution context charstring zone */
129 CFF_Decoder_Zone* zone; member in struct:CFF_Decoder_
  /external/freetype/src/pshinter/
pshglob.c 157 PSH_Blue_Zone zones, zone; local
161 /* read blue zone entry, and select target top/bottom zone */
183 zone = zones;
184 for ( ; count > 0; count--, zone++ )
186 if ( reference < zone->org_ref )
189 if ( reference == zone->org_ref )
191 FT_Int delta0 = zone->org_delta;
199 zone->org_delta = delta;
204 zone->org_delta = delta
274 PSH_Blue_Zone zone = top_table->zones; local
297 PSH_Blue_Zone zone = bot_table->zones; local
320 PSH_Blue_Zone zone; local
431 PSH_Blue_Zone zone; local
534 PSH_Blue_Zone zone; local
    [all...]
  /external/icu4c/test/intltest/
dadrfmt.cpp 76 * Headers { "locale", "zone", "spec", "date", "str"}
78 // zone: time zone name, or "" to not explicitly set zone
135 UnicodeString zone = currentCase->getString("zone", status); local
137 errln("case %d: No 'zone' line.", n);
186 if (zone.length() > 0) {
187 TimeZone * tz = TimeZone::createTimeZone(zone);
tzbdtest.cpp 108 TimeZone *zone = TimeZone::createDefault(); local
109 findDaylightBoundaryUsingTimeZone(d, startsInDST, expectedBoundary, zone);
110 delete zone;
193 logln("-- Verifying time " + dateToString(d) + " in zone " + time_zone->getID(str));
227 * calendar and time zone in conjunction with one another,
229 * the time zone getOffset method.
459 logln(UnicodeString("-- Zone ") + z->getID(str) + " starts in " + year + " with DST = " + (lastState?"true":"false"));
491 * of specific zones. Since ICU's zone table is based on the Olson
493 * test can fail after a zone table update. If that happens, the
504 TimeZone *zone = TimeZone::createTimeZone("America/New_York") local
    [all...]
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.h 164 TimeZone *zone; local
170 zone = TimeZone::createTimeZone("GMT"); // Create a GMT zone
171 cal->adoptTimeZone(zone);
  /external/kernel-headers/original/linux/
gfp.h 13 /* Zone modifiers in GFP_ZONEMASK (see linux/mmzone.h - low three bits) */
81 int zone = GFP_ZONEMASK & (__force int) gfp; local
82 BUG_ON(zone >= GFP_ZONETYPES);
83 return zone;
94 * We get the zone list from the current node and the gfp_mask.
95 * This zone list contains a maximum of MAXNODES*MAX_NR_ZONES zones.
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPDateTimeImpl.java 53 * zone.
70 TimeZone zone = calendar.getTimeZone(); local
77 intCalendar.setTimeZone(zone);
  /external/zlib/src/test/
infcover.c 75 struct mem_zone *zone = mem; local
79 if (zone == NULL || (zone->limit && zone->total + len > zone->limit))
99 item->next = zone->first;
100 zone->first = item;
103 zone->total += item->size;
104 if (zone->total > zone->highwater
115 struct mem_zone *zone = mem; local
160 struct mem_zone *zone; local
178 struct mem_zone *zone = strm->opaque; local
186 struct mem_zone *zone = strm->opaque; local
194 struct mem_zone *zone = strm->opaque; local
204 struct mem_zone *zone = strm->opaque; local
    [all...]
  /libcore/luni/src/main/java/java/util/
TimeZone.java 28 * {@code TimeZone} represents a time zone, primarily used for configuring a {@link Calendar} or
32 * the time zone where the program is running.
91 * Returns a new time zone with the same ID, raw offset, and daylight
92 * savings time rules as this time zone.
103 * Returns the system's installed time zone IDs. Any of these IDs can be
104 * passed to {@link #getTimeZone} to lookup the corresponding time zone
114 * lookup the corresponding time zone instance.
123 * Returns the user's preferred time zone. This may have been overridden for
126 * <p>Since the user's time zone changes dynamically, avoid caching this
161 * zone with either standard or daylight time, as written in {@code locale}
324 TimeZone zone = null; local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
SimpleTimeZoneTest.java 403 SimpleTimeZone zone = new SimpleTimeZone(tz.getRawOffset(), "EST", local
407 assertTrue("Returned incorrect daylight value1", zone.inDaylightTime(gc
410 assertTrue("Returned incorrect daylight value2", !(zone
412 gc = new GregorianCalendar(zone);
414 assertTrue("Returned incorrect daylight value3", !(zone
417 assertTrue("Returned incorrect daylight value4", zone
420 assertTrue("Returned incorrect daylight value5", !(zone
423 assertTrue("Returned incorrect daylight value6", zone
426 assertTrue("Returned incorrect daylight value7", !zone
428 assertTrue("Returned incorrect daylight value8", zone
    [all...]

Completed in 788 milliseconds

1 2 3 4