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:tvalStart
(Results
1 - 1
of
1
) sorted by relevance
/test/xts/acts/kernel_lite/time_posix/src/
H
A
D
ClockTimeTest.cpp
266
struct timeval
tvalStart
= {0};
in HWTEST_F()
local
270
int ret1 = gettimeofday(&
tvalStart
, &tzone);
in HWTEST_F()
275
EXPECT_TRUE((tvalEnd.tv_sec -
tvalStart
.tv_sec) >= sleepSec)
in HWTEST_F()
276
<< "check end-start>=1 fail, start[" <<
tvalStart
.tv_sec << "],end[" << tvalEnd.tv_sec << "]";
in HWTEST_F()
277
EXPECT_TRUE((tvalEnd.tv_sec -
tvalStart
.tv_sec) < sleepSec+1)
in HWTEST_F()
278
<< "check end-start<2 fail, start[" <<
tvalStart
.tv_sec << "],end[" << tvalEnd.tv_sec << "]";
in HWTEST_F()
289
struct timeval
tvalStart
= {0};
in HWTEST_F()
local
294
int ret2 = gettimeofday(&
tvalStart
, NULL);
in HWTEST_F()
300
EXPECT_EQ(setSec,
tvalStart
.tv_sec)
in HWTEST_F()
301
<< "settimeofday set[" << setSec << "],get[" <<
tvalStart
in HWTEST_F()
[all...]
Completed in 1 milliseconds