/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
RelativeLayoutRuleTest.java | 84 List<Pair<Point,String[]>> zones = new ArrayList<Pair<Point,String[]>>(); 86 zones.add(Pair.of(new Point(51+10, 181+10), 88 zones.add(Pair.of(new Point(71+10, 181+10), 90 zones.add(Pair.of(new Point(104+10, 181+10), 92 zones.add(Pair.of(new Point(137+10, 181+10), 94 zones.add(Pair.of(new Point(170+10, 181+10), 96 zones.add(Pair.of(new Point(51+10, 279+10), 98 zones.add(Pair.of(new Point(71+10, 279+10), 100 zones.add(Pair.of(new Point(104+10, 279+10), 102 zones.add(Pair.of(new Point(137+10, 279+10) [all...] |
/external/icu4c/common/ |
wintz.h | 21 * \brief C API: Utilities for dealing w/ Windows time zones.
|
wintz.c | 59 "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones", 62 "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\GMT" 73 "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones\\", 76 "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\" 183 HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Time Zones\ 184 HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\ 207 This strategy doesn't always work because there are zones which 213 registry for various Windows zones. By comparing the registry data
|
/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 */
|
/external/icu4c/test/compat/ |
tzone.pl | 33 #filter out the time zones 46 print "The following time zones had wrong results.\n"; 62 print "\nThe number of time zones with wrong results: $count out of $index\n";
|
/external/icu4c/i18n/ |
wintzimpl.h | 20 * \brief C API: Utilities for dealing w/ Windows time zones.
|
olsontz.h | 27 * A time zone based on the Olson tz database. Olson time zones change 34 * zones are referred to using integers. A zone's integer is a number 35 * from 0..n-1, where n is the number of zones, with the zones sorted 38 * 1. Zones. These have keys corresponding to the Olson IDs, e.g., 40 * zone. Zones come in two different formats. 86 * When this zone data is shared with other zones, links specifies 87 * all zones including the zone itself. Each zone is referenced by 108 * 3. Regions. An array specifies mapping between zones and regions.
|
/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...] |
tztest.h | 69 * Test parsing custom zones
|
/external/icu4c/tools/tzcode/ |
icuzones | 8 # The purpose of this file is to give ICU a superset of the time zones 9 # that are in CLDR and also include legacy ICU time zones originally 17 # SystemV time zones.
|
/external/chromium/net/http/ |
url_security_manager_win.cc | 17 // URL security zone manager. See the MSDN page "URL Security Zones" at 22 // URL Security Zones. See the Microsoft Knowledge Base article 182569 23 // "Internet Explorer security zones registry entries for advanced users" 70 // "About URL Security Zones" at
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
SetTimeZonePermissionsTest.java | 47 * Attempt to set several predefined time zones, verifying that the system 52 assertTrue("No system-defined time zones - test invalid", max > 0);
|
/hardware/ti/omap3/dspbridge/inc/ |
dbg_zones.h | 35 * - opt1 and opt2 are user defined zones e.g. "Reg0 Write" * 56 /* The following zones are undefined */
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbg_zones.h | 35 * - opt1 and opt2 are user defined zones e.g. "Reg0 Write" * 56 /* The following zones are undefined */
|
/external/icu4c/samples/datefmt/answers/ |
main_0.cpp | 47 // The time zones in which we will display the time
|
main_1.cpp | 46 // The time zones in which we will display the time
|
/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/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/webkit/Source/WebKit2/Shared/ |
WebMemorySampler.h | 40 * Malloc zones 41 * - In use bytes for the following zones:
|
/external/freetype/src/autofit/ |
afcjk.h | 37 * horizontal blue zones. But some glyphs have flat bounding strokes that
|
/external/mdnsresponder/mDNSShared/ |
dnsextd_parser.y | 410 zone = d->zones; 443 d->zones = NULL; 460 zone->next = d->zones; 461 d->zones = zone;
|
/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
|
/libcore/luni/src/main/java/java/util/ |
TimeZone.java | 109 * Returns the IDs of the time zones whose offset from UTC is {@code 218 * The base implementation returns {@code 3600000} (1 hour) for time zones 278 * zones actually in use. 367 * <p>The base implementation returns true if both time zones have the same 429 * <p><strong>Warning:</strong> this returns false for time zones like 434 * <p><strong>Warning:</strong> this returns true for time zones that use
|
/external/nist-sip/java/gov/nist/core/ |
Host.java | 59 * zones from IPv6 addresses. Address scope zones are sometimes returned 225 //remove address scope zones if this is an IPv6 address as they
|