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:timeUse
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/usb/gadget/function/acm/
H
A
D
cdcacm.c
208
double
timeUse
;
in SpeedReadThread()
local
220
timeUse
= (double)(timeTmp.tv_sec - g_readTimeStart.tv_sec) + (double)timeTmp.tv_usec / usec -
in SpeedReadThread()
222
g_readSpeed = (float)((double)g_readCnt / k / k /
timeUse
);
in SpeedReadThread()
224
timeUse
= (double)(g_readTimeEnd.tv_sec - g_readTimeStart.tv_sec) + (double)g_readTimeEnd.tv_usec / usec -
in SpeedReadThread()
226
HDF_LOGD("
timeUse
= %{public}lf",
timeUse
);
in SpeedReadThread()
227
g_readSpeed = (float)((double)g_readCnt / k / k /
timeUse
);
in SpeedReadThread()
542
double
timeUse
;
in SpeedThread()
local
573
timeUse
= (double)(timeTmp.tv_sec - g_timeStart.tv_sec) + (double)timeTmp.tv_usec / usec -
in SpeedThread()
575
g_speed = (float)((double)g_writeCnt / k / k /
timeUse
);
in SpeedThread()
[all...]
/drivers/peripheral/camera/test/ut/v4l2/
H
A
D
test_camera_base.cpp
506
float
timeUse
= 0;
in CalTime()
local
507
timeUse
= (end.tv_sec - start.tv_sec) * 1000000 + (end.tv_usec - start.tv_usec); // 1000000:time
in CalTime()
508
return
timeUse
;
in CalTime()
/drivers/peripheral/camera/test/ut/usb_camera/
H
A
D
test_camera_base.cpp
528
float
timeUse
= 0;
in CalTime()
local
529
timeUse
= (end.tv_sec - start.tv_sec) * 1000000 + (end.tv_usec - start.tv_usec); // 1000000:time
in CalTime()
530
return
timeUse
;
in CalTime()
Completed in 5 milliseconds