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:time_now
(Results
1 - 8
of
8
) sorted by relevance
/third_party/libcoap/examples/lwip/
H
A
D
server-coap.c
211
coap_time_t
time_now
;
in server_coap_poll()
local
215
time_now
= coap_ticks_to_rt(ticks_now);
in server_coap_poll()
217
if (last_time !=
time_now
) {
in server_coap_poll()
219
last_time =
time_now
;
in server_coap_poll()
/third_party/node/deps/v8/src/d8/
H
A
D
d8-posix.cc
88
struct timeval
time_now
;
in WaitOnFD()
local
89
gettimeofday(&
time_now
, nullptr);
in WaitOnFD()
90
time_t seconds =
time_now
.tv_sec - start_time.tv_sec;
in WaitOnFD()
92
(
time_now
.tv_usec - start_time.tv_usec) / 1000);
in WaitOnFD()
115
struct timeval
time_now
;
in TimeIsOut()
local
116
gettimeofday(&
time_now
, nullptr);
in TimeIsOut()
118
int seconds = static_cast<int>(
time_now
.tv_sec - start_time.tv_sec);
in TimeIsOut()
123
int useconds = static_cast<int>(
time_now
.tv_usec - start_time.tv_usec);
in TimeIsOut()
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify_refcol/
H
A
D
itt_refcol_impl.c
31
time_t
time_now
= time(NULL);
in log_file_name_generate()
local
32
struct tm* time_info = localtime(&
time_now
);
in log_file_name_generate()
/third_party/node/deps/v8/tools/release/
H
A
D
common_includes.py
543
time_now
= int(self._side_effect_handler.GetUTCStamp())
547
int(
time_now
- max_age)).strip()
/third_party/node/deps/v8/src/base/platform/
H
A
D
platform-win32.cc
366
TimeStamp
time_now
;
in SetToCurrentTime()
local
367
GetSystemTimeAsFileTime(&
time_now
.ft_);
in SetToCurrentTime()
374
needs_resync |= (
time_now
.t_ - init_time.t_) > kMaxClockElapsedTime;
in SetToCurrentTime()
377
needs_resync |=
time_now
.t_ < init_time.t_;
in SetToCurrentTime()
/third_party/backends/backend/
H
A
D
kodakaio.c
873
time_t
time_now
;
in k_recv()
local
907
time(&
time_now
);
in k_recv()
908
if (difftime(
time_now
, time_start) < SCANNER_READ_TIMEOUT) {
in k_recv()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H
A
D
p2p.c
718
struct os_reltime
time_now
;
in p2p_add_device()
local
752
os_get_reltime(&
time_now
);
in p2p_add_device()
753
rx_time = &
time_now
;
in p2p_add_device()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H
A
D
p2p.c
782
struct os_reltime
time_now
;
local
816
os_get_reltime(&
time_now
);
817
rx_time = &
time_now
;
Completed in 22 milliseconds