HomeSort by relevance Sort by last modified time
    Searched refs:zones (Results 1 - 25 of 29) sorted by null

1 2

  /external/icu4c/test/intltest/
miscdtfm.cpp 348 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount); local
352 if (tzID == (zones[i][0])) {
357 logln(UnicodeString("Long zone name = ") + zones[index][1]);
358 if (zones[index][1] != jstLong) {
359 errln("*** Should have been " + prettify(jstLong)+ " but it is: " + prettify(zones[index][1]));
362 // logln(UnicodeString("Short zone name = ") + zones[index][2]);
363 // if (zones[index][2] != jstShort) {
364 // errln("*** Should have been " + prettify(jstShort) + " but it is: " + prettify(zones[index][2]));
367 logln(UnicodeString("Long zone name = ") + zones[index][3]);
368 if (zones[index][3] != jdtLong)
    [all...]
  /external/freetype/src/pshinter/
pshglob.c 133 /***** BLUE ZONES *****/
157 PSH_Blue_Zone zones, zone; local
168 zones = bot_table->zones;
177 zones = top_table->zones;
183 zone = zones;
194 /* we have two zones on the same reference position -- */
230 /* Re-read blue zones from the original fonts and store them into out */
232 /* fuzz-expands the zones as well. *
    [all...]
pshglob.h 45 /* The maximum number of blue zones in a font global hints structure. */
110 PSH_Blue_ZoneRec zones[PS_GLOBALS_MAX_BLUE_ZONES]; member in struct:PSH_Blue_TableRec_
115 /* blue zones table */
177 /* snap a stem to one or two blue zones */
pshalgo.h 88 PSH_ZoneRec* zones; member in struct:PSH_Hint_TableRec_
pshalgo.c 69 FT_FREE( table->zones );
191 FT_NEW_ARRAY( table->zones, 2 * count + 1 ) )
479 /* check blue zones for horizontal stems */
502 /* both edges of the stem are aligned against blue zones */
703 /* check blue zones for horizontal stems */
726 /* both edges of the stem are aligned against blue zones */
    [all...]
  /external/webkit/Source/WebKit2/Shared/mac/
WebMemorySampler.mac.mm 58 vm_address_t* zones;
71 malloc_get_all_zones(mach_task_self(), 0, &zones, &count);
73 if (const char* name = malloc_get_zone_name(reinterpret_cast<malloc_zone_t*>(zones[i]))) {
78 malloc_zone_statistics(reinterpret_cast<malloc_zone_t*>(zones[i]), &stats);
  /external/freetype/src/cff/
cffgload.h 128 CFF_Decoder_Zone zones[CFF_MAX_SUBRS_CALLS + 1]; member in struct:CFF_Decoder_
cffgload.c 916 decoder->zone = decoder->zones;
917 zone = decoder->zones;
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.h 132 DNSZone * zones; member in struct:__anon9656
dnsextd_parser.y 410 zone = d->zones;
443 d->zones = NULL;
460 zone->next = d->zones;
461 d->zones = zone;
dnsextd.c 500 for ( zone = self->zones; zone; zone = zone->next )
675 for ( pkt->zone = self->zones; pkt->zone; pkt->zone = pkt->zone->next )
917 for ( zone = d->zones; zone; zone = zone->next )
1113 // Make sure we've specified some zones
1115 require_action( d->zones, arg_error, err = mStatus_UnknownErr );
1119 for ( zone = d->zones; zone; zone = zone->next )
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soundfont.h 63 struct snd_sf_zone *zones; /* Font information */ member in struct:snd_soundfont
  /external/icu4c/stubdata/
icu_dat_generator.py 124 zones = set()
140 AddResFile(zones, line)
155 "zone": zones
  /external/icu4c/tools/tzcode/
zic.c 296 static struct zone * zones; variable in typeref:struct:zone
297 static int nzones; /* number of zones */
712 for (j = i + 1; j < nzones && zones[j].z_name == NULL; ++j)
714 outzone(&zones[i], j - i);
846 ** Associate sets of rules with zones.
900 zp = &zones[i];
910 zp = &zones[i];
918 zp = &zones[i];
1145 if (zones[i].z_name != NULL &&
1146 strcmp(zones[i].z_name, fields[ZF_NAME]) == 0)
    [all...]
tz2icu.cpp 998 throw invalid_argument("One or more zones refers to an unknown rule");
    [all...]
  /frameworks/base/core/java/android/util/
TimeUtils.java 37 * A class containing utility methods related to time zones.
100 * Return list of unique time zones for the country. Do not modify
103 * @return list of unique time zones, maybe empty but never null. Do not modify.
117 Collection<TimeZone> zones = getTimeZones(country); local
119 for (TimeZone zone : zones) {
148 * Returns the time zones for the country, which is the code
  /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 107 * This area applies to a configuration results and is made of several zones.
110 List zones; field in class:FingerPrintGraph.BarGraphArea
152 this.zones = new ArrayList();
157 int size = this.zones.size();
159 AreaZone zone = (AreaZone) this.zones.get(i);
166 this.zones.add(zone);
363 // Set zones
  /external/freetype/src/psaux/
t1decode.c 388 decoder->zone = decoder->zones;
389 zone = decoder->zones;
    [all...]
  /external/kernel-headers/original/linux/
mmzone.h 104 * are used to select a priority ordered list of memory zones which
108 * of zones (in node_zonelists). Thus for two zone modifiers there
123 * NOTE! Make sure this matches the zones in <linux/gfp.h>
131 * into multiple physical zones. On a 32bit PC we have 4 zones:
147 * to run OOM on the lower zones despite there's tons of freeable ram
148 * on the higher zones). This array is recalculated at runtime if the
279 * is a list of zones, the first one is the 'goal' of the
280 * allocation, the other zones are fallback zones, in decreasin
289 struct zone *zones[MAX_NUMNODES * MAX_NR_ZONES + 1]; \/\/ NULL delimited member in struct:zonelist
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 666 T1_Decoder_ZoneRec zones[T1_MAX_SUBRS_CALLS + 1]; member in struct:T1_DecoderRec_
    [all...]
  /external/v8/test/mjsunit/
date.js 309 // Check time-zones.
date-parse.js 130 // Test that we do the right correction for different time zones.
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 1099 String[] zones = TimeZone.getAvailableIDs(rawOffset); local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 1051 String[] zones = TimeZone.getAvailableIDs(rawOffset); local
    [all...]

Completed in 901 milliseconds

1 2