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:TZPATH
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Lib/zoneinfo/
H
A
D
_tzpath.py
6
global
TZPATH
25
sysconfig.get_config_var("
TZPATH
")
28
TZPATH
= tuple(base_tzpath)
68
for search_path in
TZPATH
:
98
f"ZoneInfo keys must refer to subdirectories of
TZPATH
, got: {path}"
136
for tz_root in
TZPATH
:
174
TZPATH
= ()
variable
H
A
D
__init__.py
5
"
TZPATH
",
24
if name == "
TZPATH
":
25
return _tzpath.
TZPATH
31
return sorted(list(globals()) + ["
TZPATH
"])
/third_party/python/Lib/test/test_zoneinfo/data/
H
A
D
update_test_data.py
43
"""Get the first zoneinfo directory on
TZPATH
containing the "UTC" zone."""
45
for path in map(pathlib.Path, zoneinfo.
TZPATH
):
/third_party/python/Lib/test/test_zoneinfo/
H
A
D
_support.py
90
old_path = self.module.
TZPATH
H
A
D
test_zoneinfo.py
60
Adds a setUp() and tearDown() to make
TZPATH
manipulations thread-safe.
62
Any tests that require manipulation of the
TZPATH
global are necessarily
63
thread unsafe, so we will acquire a lock and reset the
TZPATH
variable
233
"../zoneinfo/America/Los_Angeles", # Traverses above
TZPATH
1544
# reset the environment
TZPATH
.
1563
tzpath = self.module.
TZPATH
1598
tzpath = self.module.
TZPATH
1605
self.assertSequenceEqual(self.module.
TZPATH
, ("/a/b/c",))
1638
query_0 = self.module.
TZPATH
1641
query_1 = self.module.
TZPATH
[all...]
/third_party/python/
H
A
D
configure
872
TZPATH
1836
Select the default time zone search path for zoneinfo.
TZPATH
13183
# Empty string is allowed: it indicates no system
TZPATH
13194
TZPATH
="/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo"
13208
TZPATH
="$withval"
13215
validate_tzpath "$
TZPATH
"
13216
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$
TZPATH
\"" >&5
13217
printf "%s\n" "\"$
TZPATH
\"" >&6; }
Completed in 26 milliseconds