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:curr_time
(Results
1 - 6
of
6
) sorted by relevance
/third_party/jerryscript/targets/mbedos5/source/
H
A
D
jerry_port_mbed.c
72
time_t
curr_time
= time(NULL); /* The value is in seconds. */
in jerry_port_get_current_time()
local
73
double result =
curr_time
* 1000;
in jerry_port_get_current_time()
82
if (
curr_time
- last_time > (time_t) (((uint32_t) - 1) / 1000000)) {
in jerry_port_get_current_time()
90
last_time =
curr_time
;
in jerry_port_get_current_time()
/third_party/ltp/testcases/kernel/syscalls/stime/
H
A
D
stime02.c
47
time_t
curr_time
;
in setup()
local
55
if ((
curr_time
= time(NULL)) < 0)
in setup()
58
new_time =
curr_time
+ 10;
in setup()
/base/web/webview/
H
A
D
prepare.sh
79
local
curr_time
=$(date +"%Y-%m-%d %H:%M:%S")
80
echo "start time is ${
curr_time
}" >> ${OHOS_GLUE_LOG_DIR}/prepare.log
127
local
curr_time
=$(date +"%Y-%m-%d %H:%M:%S")
128
echo "start time is ${
curr_time
}" >> ${OHOS_GLUE_LOG_DIR}/prepare.log
/third_party/libfuse/lib/
H
A
D
fuse.c
544
static void
curr_time
(struct timespec *now);
561
curr_time
(&lnode->forget_time);
in set_forget_time()
2434
static void
curr_time
(struct timespec *now)
in curr_time()
function
2456
curr_time
(&node->stat_updated);
in update_stat()
3197
curr_time
(&now);
in open_auto_cache()
4406
curr_time
(&now);
in fuse_clean_cache()
4503
curr_time
(&now);
in fuse_session_loop_remember()
4508
curr_time
(&now);
in fuse_session_loop_remember()
4531
curr_time
(&now);
in fuse_session_loop_remember()
/third_party/ntfs-3g/libfuse-lite/
H
A
D
fuse.c
1136
static void
curr_time
(struct timespec *now)
in curr_time()
function
1158
curr_time
(&node->stat_updated);
in update_stat()
1859
curr_time
(&now);
in open_auto_cache()
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
neutrino.rs
144
pub
curr_time
: u64,
Completed in 15 milliseconds