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:unix_time
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H
A
D
time_zone_info.cc
173
inline time_zone::civil_lookup MakeUnique(std::int_fast64_t
unix_time
) {
in MakeUnique()
argument
174
return MakeUnique(FromUnixSeconds(
unix_time
));
in MakeUnique()
181
cl.pre = FromUnixSeconds(tr.
unix_time
- 1 + (cs - tr.prev_civil_sec));
in MakeSkipped()
182
cl.trans = FromUnixSeconds(tr.
unix_time
);
in MakeSkipped()
183
cl.post = FromUnixSeconds(tr.
unix_time
- (tr.civil_sec - cs));
in MakeSkipped()
191
cl.pre = FromUnixSeconds(tr.
unix_time
- 1 - (tr.prev_civil_sec - cs));
in MakeRepeated()
192
cl.trans = FromUnixSeconds(tr.
unix_time
);
in MakeRepeated()
193
cl.post = FromUnixSeconds(tr.
unix_time
+ (cs - tr.civil_sec));
in MakeRepeated()
217
for (const std::int_fast64_t
unix_time
: {
in ResetToBuiltinUTC()
232
tr.
unix_time
in ResetToBuiltinUTC()
734
LocalTime( std::int_fast64_t
unix_time
, const TransitionType& tt) const
LocalTime()
argument
744
LocalTime(std::int_fast64_t
unix_time
, const Transition& tr) const
LocalTime()
argument
776
std::int_fast64_t
unix_time
= ToUnixSeconds(tp);
BreakTime()
local
908
std::int_fast64_t
unix_time
= ToUnixSeconds(tp);
NextTransition()
local
934
std::int_fast64_t
unix_time
= ToUnixSeconds(tp);
PrevTransition()
local
[all...]
H
A
D
time_zone_info.h
38
std::int_least64_t
unix_time
; // the instant of this transition
member
45
return lhs.
unix_time
< rhs.
unix_time
;
in operator ()()
108
time_zone::absolute_lookup LocalTime(std::int_fast64_t
unix_time
,
110
time_zone::absolute_lookup LocalTime(std::int_fast64_t
unix_time
,
115
std::vector<Transition> transitions_; // ordered by
unix_time
and civil_sec
/third_party/exfatprogs/lib/
H
A
D
exfat_dir.c
556
static void unix_time_to_exfat_time(time_t
unix_time
, __u8 *tz, __le16 *date,
in unix_time_to_exfat_time()
argument
562
gmtime_r(&
unix_time
, &tm);
in unix_time_to_exfat_time()
Completed in 5 milliseconds