Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:TZDIR
(Results
1 - 16
of
16
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H
A
D
tzfile.h
24
#ifndef
TZDIR
25
#define
TZDIR
"/usr/share/zoneinfo" /* Time zone object file directory */
macro
26
#endif /* !defined
TZDIR
*/
/third_party/tzdata/
H
A
D
tzselect.ksh
49
: ${
TZDIR
=$PWD}
203
read_file TZ_COUNTRY_TABLE "$
TZDIR
/iso3166.tab"
204
read_file TZ_ZONETABTYPE_TABLE "$
TZDIR
/$zonetabtype.tab"
457
${TZ_ZONENOW_TABLE:+:} read_file TZ_ZONENOW_TABLE "$
TZDIR
/zonenow.tab"
742
TZ_for_date=$
TZDIR
/$tz
H
A
D
Makefile
111
# "Compiled" timezone information is placed in the "
TZDIR
" directory
115
TZDIR
= $(TOPDIR)/$(USRSHAREDIR)/$(TZDIR_BASENAME)
macro
266
# -DSUPPRESS_TZDIR to not prepend
TZDIR
to file names; this has
464
ZIC_INSTALL= $(ZIC) -d '$(DESTDIR)$(
TZDIR
)' $(LEAPSECONDS)
647
cp -f $(TABDATA) '$(DESTDIR)$(
TZDIR
)/.'
705
'#ifndef
TZDIR
' \
706
'# define
TZDIR
"$(
TZDIR
)" /* TZif directory */' \
760
TZDIR
='$(
TZDIR
)' \
[all...]
H
A
D
localtime.c
383
/*
TZDIR
with a trailing '/' rather than a trailing '\0'. */
384
static char const tzdirslash[sizeof
TZDIR
] =
TZDIR
"/";
432
/* Do not prepend
TZDIR
. This is intended for specialized
in tzloadbody()
443
/* Create a string "
TZDIR
/NAME". Using sprintf here
in tzloadbody()
451
the
TZDIR
virtual subtree. */
in tzloadbody()
H
A
D
zic.c
1125
directory =
TZDIR
;
in main()
/third_party/icu/icu4c/source/tools/tzcode/
H
A
D
tzfile.h
22
#ifndef
TZDIR
23
#define
TZDIR
"/usr/local/etc/zoneinfo" /* Time zone object file directory */
macro
24
#endif /* !defined
TZDIR
*/
H
A
D
zdump.c
1028
getzones(
TZDIR
, NULL, &last, &count);
in getall()
H
A
D
localtime.c
369
if ((p =
TZDIR
) == NULL)
in tzload()
H
A
D
zic.c
704
directory =
TZDIR
;
in main()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H
A
D
tzfile.h
22
#ifndef
TZDIR
23
#define
TZDIR
"/usr/local/etc/zoneinfo" /* Time zone object file directory */
macro
24
#endif /* !defined
TZDIR
*/
H
A
D
zdump.c
1034
getzones(
TZDIR
, NULL, &last, &count);
in getall()
H
A
D
localtime.c
367
if ((p =
TZDIR
) == NULL)
in tzload()
H
A
D
zic.c
703
directory =
TZDIR
;
in main()
/third_party/icu/icu4c/source/common/
H
A
D
putil.cpp
705
#define TZZONEINFO (
TZDIR
"/")
/third_party/node/deps/icu-small/source/common/
H
A
D
putil.cpp
705
#define TZZONEINFO (
TZDIR
"/")
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
putil.cpp
705
#define TZZONEINFO (
TZDIR
"/")
Completed in 35 milliseconds