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:TM_GMTOFF
(Results
1 - 8
of
8
) sorted by relevance
/third_party/tzdata/
H
A
D
localtime.c
1819
#ifdef
TM_GMTOFF
in timesub()
1820
tmp->
TM_GMTOFF
= offset;
in timesub()
1821
#endif /* defined
TM_GMTOFF
*/
in timesub()
1950
#if defined
TM_GMTOFF
&& ! UNINIT_TRAP
in mktmcpy()
1951
dest->
TM_GMTOFF
= src->
TM_GMTOFF
;
in mktmcpy()
2086
#if defined
TM_GMTOFF
&& ! UNINIT_TRAP
in time2sub()
2087
if (mytm.
TM_GMTOFF
!= yourtm.
TM_GMTOFF
in time2sub()
2088
&& (yourtm.
TM_GMTOFF
<
in time2sub()
[all...]
H
A
D
strftime.c
330
#ifdef
TM_GMTOFF
in _fmt()
331
mkt = timeoff(&tm, t->
TM_GMTOFF
);
in _fmt()
521
#if defined
TM_GMTOFF
|| USG_COMPAT || ALTZONE
in _fmt()
527
# ifdef
TM_GMTOFF
in _fmt()
528
diff = t->
TM_GMTOFF
;
in _fmt()
H
A
D
private.h
770
guessing if NO_TM_ZONE is defined. Similarly for
TM_GMTOFF
. */
776
# if !defined
TM_GMTOFF
&& !defined NO_TM_GMTOFF
777
# define
TM_GMTOFF
tm_gmtoff
macro
905
&& defined
TM_GMTOFF
&& (200809 < _POSIX_VERSION || ! UNINIT_TRAP))
H
A
D
zdump.c
801
#ifndef
TM_GMTOFF
825
#ifdef
TM_GMTOFF
in gmtoff()
826
return a->
TM_GMTOFF
;
in gmtoff()
/third_party/icu/icu4c/source/tools/tzcode/
H
A
D
zdump.c
816
#ifdef
TM_GMTOFF
in show()
817
(void) printf(" gmtoff=%ld", tmp->
TM_GMTOFF
);
in show()
818
#endif /* defined
TM_GMTOFF
*/
in show()
H
A
D
localtime.c
1540
#ifdef
TM_GMTOFF
in timesub()
1541
tmp->
TM_GMTOFF
= offset;
in timesub()
1542
#endif /* defined
TM_GMTOFF
*/
in timesub()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H
A
D
zdump.c
822
#ifdef
TM_GMTOFF
in show()
823
(void) printf(" gmtoff=%ld", tmp->
TM_GMTOFF
);
in show()
824
#endif /* defined
TM_GMTOFF
*/
in show()
H
A
D
localtime.c
1538
#ifdef
TM_GMTOFF
in timesub()
1539
tmp->
TM_GMTOFF
= offset;
in timesub()
1540
#endif /* defined
TM_GMTOFF
*/
in timesub()
Completed in 15 milliseconds