Home
last modified time | relevance | path

Searched refs:zones (Results 1 – 4 of 4) sorted by relevance

/system/timezone/debug_tools/host/
DREADME.android14 - A tool that visualizes time zones, specifically when time zones "sync up"
16 there is a distinction between time zones, e.g. if a sub-region moved
23 Android still need to offer a choice between two zones that will be the
25 zones can be used / shown to users and the other need not be.
/system/timezone/
Dupdate-tzdata.py71 zones = []
85 zones.append('Zone %s' % link_name)
93 zones.append('Zone %s' % name)
101 for zone in sorted(set(zones)):
/system/timezone/input_data/android/
Dcountryzones.txt16 # Time zones by country.
40 # zones.tab file.
44 # zones associated with the country should be used if only
60 # than nothing (e.g. for defaulting in UIs or setting zones on an
66 # data tells us has two zones, but in reality the overwhelming majority of
70 # Time zones associated with the country and associated metadata.
73 # the order that time zones in a country are considered when the device is
78 # There will often be several time zones within a country that could match
81 # that the time zones with the highest likelihood of matching the user's
93 # Generally, the secondary ordering is such that "in use" zones for a country
[all …]
/system/memory/lmkd/
Dlmkd.cpp358 struct zoneinfo_zone zones[MAX_NR_ZONES]; member
1687 if (!zoneinfo_parse_zone(&save_ptr, &node->zones[zone_idx])) { in zoneinfo_parse()
1704 struct zoneinfo_zone *zone = &zi->nodes[node_idx].zones[zone_idx]; in zoneinfo_parse()
2265 struct zoneinfo_zone *zone = &node->zones[zone_idx]; in calc_zone_watermarks()