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
defs:new_time
(Results
1 - 14
of
14
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/stime/
H
A
D
stime02.c
25
static time_t
new_time
;
variable
H
A
D
stime01.c
27
time_t
new_time
;
in run()
local
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H
A
D
ngtcp2_window_filter.c
45
ngtcp2_window_filter_update(ngtcp2_window_filter *wf, uint64_t new_sample, uint64_t
new_time
)
ngtcp2_window_filter_update()
argument
90
ngtcp2_window_filter_reset(ngtcp2_window_filter *wf, uint64_t new_sample, uint64_t
new_time
)
ngtcp2_window_filter_reset()
argument
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H
A
D
sleep.c
31
struct timespec
new_time
;
in sleep_0100()
local
H
A
D
usleep.c
31
struct timespec
new_time
;
in usleep_0100()
local
/third_party/benchmark/src/
H
A
D
reporter.cc
107
double
new_time
= real_accumulated_time * GetTimeUnitMultiplier(time_unit);
in GetAdjustedRealTime()
local
113
double
new_time
= cpu_accumulated_time * GetTimeUnitMultiplier(time_unit);
in GetAdjustedCPUTime()
local
/third_party/libuv/src/win/
H
A
D
core.c
327
uint64_t
new_time
= uv__hrtime(1000);
in uv_update_time()
local
/third_party/node/deps/openssl/openssl/crypto/ts/
H
A
D
ts_rsp_utils.c
133
ASN1_GENERALIZEDTIME *
new_time
;
in TS_TST_INFO_set_time()
local
/third_party/node/deps/uv/src/win/
H
A
D
core.c
326
uint64_t
new_time
= uv__hrtime(1000);
in uv_update_time()
local
/third_party/openssl/crypto/ts/
H
A
D
ts_rsp_utils.c
133
ASN1_GENERALIZEDTIME *
new_time
;
in TS_TST_INFO_set_time()
local
/third_party/node/deps/openssl/openssl/ssl/
H
A
D
ssl_sess.c
935
time_t
new_time
= (time_t)t;
in SSL_SESSION_set_time()
local
/third_party/openssl/ssl/
H
A
D
ssl_sess.c
969
time_t
new_time
= (time_t)t;
in SSL_SESSION_set_time()
local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H
A
D
unistdndk.cpp
841
struct timespec
new_time
;
in Usleep()
local
/third_party/python/Modules/
H
A
D
_datetimemodule.c
1106
#define
new_time
(hh, mm, ss, us, tzinfo, fold) \
macro
Completed in 21 milliseconds