OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zoneinfo
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/zoneinfo/
Android.mk
4
ALL_PREBUILT += $(TARGET_OUT)/usr/share/
zoneinfo
/
zoneinfo
.dat
5
$(TARGET_OUT)/usr/share/
zoneinfo
/
zoneinfo
.dat : $(LOCAL_PATH)/
zoneinfo
.dat | $(ACP)
8
ALL_PREBUILT += $(TARGET_OUT)/usr/share/
zoneinfo
/
zoneinfo
.idx
9
$(TARGET_OUT)/usr/share/
zoneinfo
/
zoneinfo
.idx : $(LOCAL_PATH)/
zoneinfo
.idx | $(ACP
[
all
...]
/bionic/libc/tools/zoneinfo/
generate
11
bionic_zoneinfo_dir=$bionic_dir/libc/
zoneinfo
12
bionic_zoneinfo_tools_dir=$bionic_dir/libc/tools/
zoneinfo
14
echo "Can't find bionic's
zoneinfo
directories!"
27
zoneinfo_version_file=$bionic_zoneinfo_dir/
zoneinfo
.version
74
$bionic_zoneinfo_tools_dir/
ZoneInfo
.java
78
mv
zoneinfo
.dat
zoneinfo
.idx $bionic_zoneinfo_dir
79
echo $latest_version | sed 's/tzdata//' > $bionic_zoneinfo_dir/
zoneinfo
.version
/libcore/
Android.mk
62
$(HOST_OUT)/usr/share/
zoneinfo
/
zoneinfo
.dat \
63
$(HOST_OUT)/usr/share/
zoneinfo
/
zoneinfo
.idx \
64
$(HOST_OUT)/usr/share/
zoneinfo
/
zoneinfo
.version \
/build/core/
legacy_prebuilts.mk
124
zoneinfo
.dat \
125
zoneinfo
.idx \
126
zoneinfo
.version
/external/icu4c/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/icu4c/data/misc/
miscfiles.mk
21
# | MISC_SOURCE =
zoneinfo
.txt
/external/icu4c/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/icu4c/data/
Makefile
547
# if the tzcode directory contains a new tzdata*.tar.gz file, use it for
zoneinfo
.txt
553
ZONEINFO
=$(TZCODE_DIR)/
zoneinfo
.txt
555
# Override the normal genrb for
zoneinfo
.txt to always pull from
556
# icu/source/tools/tzcode/
zoneinfo
.txt
557
$(BUILDDIR)/
zoneinfo
.res: $(
ZONEINFO
) $(TOOLBINDIR)/genrb$(TOOLEXEEXT)
558
@echo Note: $(MISCSRCDIR)/
zoneinfo
.txt is IGNORED because $(TZDATA) is present.
559
$(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -q -i $(BUILDDIR) -d $(BUILDDIR) $(
ZONEINFO
)
561
# Create the tzcode tool and
zoneinfo
.txt as needed
[
all
...]
Makefile.in
711
# if the tzcode directory contains a new tzdata*.tar.gz file, use it for
zoneinfo
719
ZONEINFO
=$(TZCODE_DIR)/zoneinfo64.txt
721
# Override the normal genrb for
zoneinfo
to always pull from
723
$(BUILDDIR)/zoneinfo64.res: $(
ZONEINFO
) $(TOOLBINDIR)/genrb$(TOOLEXEEXT)
724
@echo Note: $(MISCSRCDIR)/
zoneinfo
.txt is IGNORED because $(TZDATA) is present.
725
$(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -q -i $(BUILDDIR) -d $(BUILDDIR) $(
ZONEINFO
)
727
# Create the tzcode tool and
zoneinfo
as needed.
728
$(
ZONEINFO
): $(TZDATA)
729
@echo "$(MAKE)[$(MAKELEVEL)]: Making \`$(
ZONEINFO
)' in \`$(TZCODE_DIR)'"; \
732
# end of
zoneinfo
-generatio
[
all
...]
Completed in 261 milliseconds