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

1 2

  /external/chromium_org/third_party/icu/source/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...]
calregts.cpp 835 errln("Fail: Hour same in different zones");
1630 TimeZone *zones [] = { local
    [all...]
  /external/icu4c/test/intltest/
miscdtfm.cpp 351 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount); local
355 if (tzID == (zones[i][0])) {
360 logln(UnicodeString("Long zone name = ") + zones[index][1]);
361 if (zones[index][1] != jstLong) {
362 errln("*** Should have been " + prettify(jstLong)+ " but it is: " + prettify(zones[index][1]));
365 // logln(UnicodeString("Short zone name = ") + zones[index][2]);
366 // if (zones[index][2] != jstShort) {
367 // errln("*** Should have been " + prettify(jstShort) + " but it is: " + prettify(zones[index][2]));
370 logln(UnicodeString("Long zone name = ") + zones[index][3]);
371 if (zones[index][3] != jdtLong)
    [all...]
calregts.cpp 880 errln("Fail: Hour same in different zones");
1683 TimeZone *zones [] = { local
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.h 128 CFF_Decoder_Zone zones[CFF_MAX_SUBRS_CALLS + 1]; member in struct:CFF_Decoder_
  /external/chromium_org/third_party/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_
  /external/freetype/src/cff/
cffgload.h 163 CFF_Decoder_Zone zones[CFF_MAX_SUBRS_CALLS + 1]; member in struct:CFF_Decoder_
  /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 87 PSH_ZoneRec* zones; member in struct:PSH_Hint_TableRec_
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-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/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/mdnsresponder/mDNSShared/
dnsextd.h 132 DNSZone * zones; member in struct:__anon24516
  /frameworks/base/core/java/android/util/
TimeUtils.java 40 * A class containing utility methods related to time zones.
103 * Return list of unique time zones for the country. Do not modify
106 * @return list of unique time zones, maybe empty but never null. Do not modify.
120 Collection<TimeZone> zones = getTimeZones(country); local
122 for (TimeZone zone : zones) {
151 * Returns the time zones for the country, which is the code
  /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/chromium_org/third_party/freetype/include/freetype/internal/
psaux.h 666 T1_Decoder_ZoneRec zones[T1_MAX_SUBRS_CALLS + 1]; member in struct:T1_DecoderRec_
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 670 T1_Decoder_ZoneRec zones[T1_MAX_SUBRS_CALLS + 1]; member in struct:T1_DecoderRec_
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1406 class zones(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 1152 String[] zones = TimeZone.getAvailableIDs(rawOffset); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 1146 String[] zones = TimeZone.getAvailableIDs(rawOffset); local
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /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...]

Completed in 784 milliseconds

1 2