Home
last modified time | relevance | path

Searched refs:zone (Results 1 – 25 of 37) sorted by relevance

12

/system/timezone/debug_tools/host/
DREADME.android1 This directory contains tooling to help when debugging time zone issues on
6 zone.tab, etc. Run it with --help for usage. The individual tzfiles can
15 (i.e. stop being distinct). Time zone IDs are created in the tzdb whenever
18 region, then a new time zone ID is required to represent the sub-region's
20 zone behavior of the sub-region throughout time. Once created, zone IDs
21 persist in the tzdb forever. Zone trees are used to determine if zone IDs
/system/timezone/
DREADME.android1 This directory contains code, tools and data related to time zone rules data
8 - Code related to the Android time zone update APEX file that can be used
9 to update time zone rules on Android devices.
12 - Contains tools useful for debugging time zone issues on Android devices.
16 update time zone rules on Android devices. See distro/README for details.
19 - Contains files that provide inputs to the time zone rules update process.
24 - Contains tools that generate Android time zone files.
27 - Contains some derived files from the time zone rules update process and
32 - Contains tools and scripts related to testing time zone update code. See
36 - This is for the "time zone updates via APK" feature.
[all …]
Dupdate-tzdata.py101 for zone in sorted(set(zones)):
102 setup.write('%s\n' % zone)
/system/sepolicy/public/
Dtzdatacheck.te9 # can modify the /data time zone rules directories. This is to make it very
10 # clear that only these domains should modify the actual time zone rules data.
13 # If other users / binaries could modify time zone rules on device this might
16 # responsible for updating time zone rules.
/system/sepolicy/prebuilts/api/29.0/public/
Dtzdatacheck.te9 # can modify the /data time zone rules directories. This is to make it very
10 # clear that only these domains should modify the actual time zone rules data.
13 # If other users / binaries could modify time zone rules on device this might
16 # responsible for updating time zone rules.
Dmediaextractor.te67 -zoneinfo_data_file # time zone data from /data/misc/zoneinfo
/system/sepolicy/prebuilts/api/28.0/public/
Dtzdatacheck.te9 # can modify the /data time zone rules directories. This is to make it very
10 # clear that only these domains should modify the actual time zone rules data.
13 # If other users / binaries could modify time zone rules on device this might
16 # responsible for updating time zone rules.
Dmediaextractor.te72 -zoneinfo_data_file # time zone data from /data/misc/zoneinfo
/system/sepolicy/prebuilts/api/30.0/public/
Dtzdatacheck.te9 # can modify the /data time zone rules directories. This is to make it very
10 # clear that only these domains should modify the actual time zone rules data.
13 # If other users / binaries could modify time zone rules on device this might
16 # responsible for updating time zone rules.
Dmediaextractor.te70 -zoneinfo_data_file # time zone data from /data/misc/zoneinfo
/system/sepolicy/prebuilts/api/27.0/public/
Dtzdatacheck.te9 # can modify the /data time zone rules directories. This is to make it very
10 # clear that only these domains should modify the actual time zone rules data.
13 # If other users / binaries could modify time zone rules on device this might
16 # responsible for updating time zone rules.
/system/timezone/distro/
DREADME1 This directory contains tools and code associated with time zone "distro"
5 zone rules on a correctly configured Android device, i.e. files required by
/system/timezone/input_tools/android/common/
DAndroid.bp16 // Code common to various time zone host tools.
23 // Code common to various time zone host tests.
/system/timezone/distro/tools/
DAndroid.bp15 // The tool used to create time zone distro.zip files.
25 // Code that can build a time zone distro.zip. Used in tests.
/system/timezone/testing/data/
DREADME1 This directory contains data files for testing time zone updates and the tools used to
/system/sepolicy/prebuilts/api/29.0/private/
Dradio.te7 # Telephony code contains time / time zone detection logic so it reads the associated properties.
/system/timezone/input_tools/android/tzlookup_generator/
DREADME.android2 The tool also uses ICU4J and IANA data to synthesize some time zone metadata.
/system/timezone/distro/core/
DAndroid.bp15 // Library of classes for handling time zone distros. Used on-device for
34 // Library of classes for handling time zone distros. Used in unbundled
/system/timezone/input_data/android/
Dtelephonylookup.txt16 # Telephony information related to time zone detection.
21 # a time zone for an Android device.
Dcountryzones.txt20 # Some data in this file originates from IANA's zone.tab file but
25 # a time zone for an Android device.
51 # obvious from the time zone data alone.
59 # only uses a single zone), or where _any_ time zone is considered better
64 # a distinct zone, then the defaultTimeZoneId is a good choice for devices
67 # the population uses a single zone.
74 # trying to detect a time zone from incomplete / ambiguous information, i.e.
75 # when the device doesn't know time zone ID but knows local time, offset from
76 # UTC, and whether the local zone is currently observing DST.
79 # at any given instant, but the first zone that matches a user's country,
[all …]
/system/sepolicy/prebuilts/api/30.0/private/
Dradio.te7 # Telephony code contains time / time zone detection logic so it reads the associated properties.
/system/sepolicy/private/
Dradio.te16 # Telephony code contains time / time zone detection logic so it reads the associated properties.
/system/timezone/distro/installer/
DAndroid.bp15 // The classes needed to handle installation of time zone distros.
/system/memory/lmkd/
Dlmkd.cpp1535 static void zoneinfo_parse_protection(char *buf, struct zoneinfo_zone *zone) { in zoneinfo_parse_protection() argument
1547 zone->protection[zone_idx] = zoneval; in zoneinfo_parse_protection()
1549 zone->max_protection = max; in zoneinfo_parse_protection()
1552 static int zoneinfo_parse_zone(char **buf, struct zoneinfo_zone *zone) { in zoneinfo_parse_zone() argument
1578 zoneinfo_parse_protection(ap, zone); in zoneinfo_parse_zone()
1594 zone->fields.arr[field_idx] = val; in zoneinfo_parse_zone()
1704 struct zoneinfo_zone *zone = &zi->nodes[node_idx].zones[zone_idx]; in zoneinfo_parse() local
1705 zi->totalreserve_pages += zone->max_protection + zone->fields.field.high; in zoneinfo_parse()
2265 struct zoneinfo_zone *zone = &node->zones[zone_idx]; in calc_zone_watermarks() local
2267 if (!zone->fields.field.present) { in calc_zone_watermarks()
[all …]
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DTzLookupGenerator.java552 TimeZone zone = TimeZone.getTimeZone(timeZoneId); in invalidTimeZoneId() local
553 return !(zone instanceof BasicTimeZone) || zone.getID().equals(TimeZone.UNKNOWN_ZONE_ID); in invalidTimeZoneId()

12