HomeSort by relevance Sort by last modified time
    Searched refs:zoneinfo (Results 1 - 12 of 12) sorted by null

  /bionic/libc/zoneinfo/
Android.mk 9 LOCAL_MODULE_PATH := $(TARGET_OUT)/usr/share/zoneinfo
12 # The host build doesn't use bionic, but it does use bionic's zoneinfo data
23 LOCAL_MODULE_PATH := $(HOST_OUT)/usr/share/zoneinfo
  /external/chromium_org/third_party/icu/source/test/compat/
tzone.pl 14 my @TZONE_RAW = `locate zoneinfo | grep '^/usr/share/zoneinfo/' | grep -v 'tab\$' | grep -v '/right/' | grep -v '/posix/' | grep -v '/posixrules\$' | grep -v '/Factory\$'`;
  /external/icu/icu4c/source/test/compat/
tzone.pl 14 my @TZONE_RAW = `locate zoneinfo | grep '^/usr/share/zoneinfo/' | grep -v 'tab\$' | grep -v '/right/' | grep -v '/posix/' | grep -v '/posixrules\$' | grep -v '/Factory\$'`;
  /external/chromium_org/third_party/icu/source/data/misc/
miscfiles.mk 21 # | MISC_SOURCE = zoneinfo.txt
  /external/icu/icu4c/source/data/misc/
miscfiles.mk 21 # | MISC_SOURCE = zoneinfo.txt
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 125 int32_t type; // index into 'ZoneInfo.types' 0..255
141 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1
158 // with a list of the ZoneTypes. A ZoneInfo object may have a long
162 // zoneinfo file.
163 struct ZoneInfo {
180 ZoneInfo() : finalYear(-1), aliasTo(-1) {}
208 void ZoneInfo::clearAliases() {
213 void ZoneInfo::addAlias(int32_t index) {
218 void ZoneInfo::setAliasTo(int32_t index) {
224 typedef map<string, ZoneInfo> ZoneMap
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 125 int32_t type; // index into 'ZoneInfo.types' 0..255
141 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1
158 // with a list of the ZoneTypes. A ZoneInfo object may have a long
162 // zoneinfo file.
163 struct ZoneInfo {
180 ZoneInfo() : finalYear(-1), aliasTo(-1) {}
208 void ZoneInfo::clearAliases() {
213 void ZoneInfo::addAlias(int32_t index) {
218 void ZoneInfo::setAliasTo(int32_t index) {
224 typedef map<string, ZoneInfo> ZoneMap
    [all...]
  /external/sepolicy/
file_contexts 220 /data/misc/zoneinfo(/.*)? u:object_r:zoneinfo_data_file:s0
  /external/chromium_org/third_party/icu/source/data/
Makefile.in 738 # if the tzcode directory contains a new tzdata*.tar.gz file, use it for zoneinfo
746 ZONEINFO=$(TZCODE_DIR)/zoneinfo64.txt
748 # Override the normal genrb for zoneinfo to always pull from
750 $(BUILDDIR)/zoneinfo64.res: $(ZONEINFO) $(TOOLBINDIR)/genrb$(TOOLEXEEXT)
751 @echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(TZDATA) is present.
752 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -q -i $(BUILDDIR) -d $(BUILDDIR) $(ZONEINFO)
754 # Create the tzcode tool and zoneinfo as needed.
755 $(ZONEINFO): $(TZDATA)
756 @echo "$(MAKE)[$(MAKELEVEL)]: Making \`$(ZONEINFO)' in \`$(TZCODE_DIR)'"; \
759 # end of zoneinfo-generatio
    [all...]
  /external/icu/icu4c/source/data/
Makefile.in 741 # if the tzcode directory contains a new tzdata*.tar.gz file, use it for zoneinfo
749 ZONEINFO=$(TZCODE_DIR)/zoneinfo64.txt
751 # Override the normal genrb for zoneinfo to always pull from
753 $(BUILDDIR)/zoneinfo64.res: $(ZONEINFO) $(TOOLBINDIR)/genrb$(TOOLEXEEXT)
754 @echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(TZDATA) is present.
755 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -q -i $(BUILDDIR) -d $(BUILDDIR) $(ZONEINFO)
757 # Create the tzcode tool and zoneinfo as needed.
758 $(ZONEINFO): $(TZDATA)
759 @echo "$(MAKE)[$(MAKELEVEL)]: Making \`$(ZONEINFO)' in \`$(TZCODE_DIR)'"; \
762 # end of zoneinfo-generatio
    [all...]
  /bionic/libc/
Android.mk 615 LOCAL_CFLAGS += -DTZDIR=\"/system/usr/share/zoneinfo\"
    [all...]
  /development/build/
sdk.atree 188 bionic/libc/zoneinfo/tzdata platforms/${PLATFORM_NAME}/data/tzdata
    [all...]

Completed in 850 milliseconds