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:diff
(Results
1 - 6
of
6
) sorted by relevance
/test/xts/hats/kernel/syscalls/timer/clockgettime/
H
A
D
ClockGetTimeApiTest.cpp
74
long
diff
= abs(ts.tv_sec - g_timeTs.tv_sec);
in HWTEST_F()
local
93
long
diff
= abs(ts.tv_sec - g_timeTs.tv_sec);
in HWTEST_F()
local
115
long
diff
= abs(ts.tv_sec - tsSec.tv_sec);
in HWTEST_F()
local
137
long
diff
= abs(ts.tv_sec - tsSec.tv_sec);
in HWTEST_F()
local
159
long
diff
= abs(ts.tv_sec - tsSec.tv_sec);
in HWTEST_F()
local
181
long
diff
= abs(ts.tv_sec - tsSec.tv_sec);
HWTEST_F()
local
203
long
diff
= abs(ts.tv_sec - tsSec.tv_sec);
HWTEST_F()
local
[all...]
/test/testfwk/arkxtest/uitest/record/
H
A
D
matrix3.cpp
22
static const double
diff
= 1e-20;
in Invert()
local
H
A
D
ui_record.cpp
219
int
diff
= currentTime - touchTime;
in TimerTouchCheckFunction()
local
/test/testfwk/developer_test/examples/sleep/src/
H
A
D
sleep_ex.cpp
74
double
diff
;
in ElapsedTime()
local
/test/xts/acts/kernel_lite/utils/
H
A
D
utils.cpp
33
double
diff
= actual - target;
in CheckValueClose()
local
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H
A
D
utils.cpp
30
double
diff
= actual - target;
in CheckValueClose()
local
Completed in 6 milliseconds