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:ms
(Results
1 - 17
of
17
) sorted by relevance
/test/xts/acts/kernel_lite/utils/
H
A
D
mt_utils.cpp
71
static uint32_t GetNumberFromMS(uint32_t
ms
)
in GetNumberFromMS()
argument
81
int BusyRun(uint32_t
ms
)
in BusyRun()
argument
H
A
D
utils.cpp
234
void GetDelayedTime(struct timespec *ts, unsigned int
ms
)
in GetDelayedTime()
argument
248
int
ms
= (ts1.tv_sec - ts2.tv_sec) * nsecPerSec + (ts1.tv_nsec - ts2.tv_nsec);
in GetTimeDiff()
local
/test/xts/device_attest/services/core/utils/
H
A
D
attest_utils_timer.c
37
static void AttestMs2TimeSpec(struct timespec *tp, uint32_t
ms
)
in AttestMs2TimeSpec()
argument
/test/xts/device_attest_lite/services/core/utils/
H
A
D
attest_utils_timer.c
40
static void AttestMs2TimeSpec(struct timespec *tp, uint32_t
ms
)
in AttestMs2TimeSpec()
argument
/test/xts/hats/hdf/display/composer/benchmark/
H
A
D
display_benchmark_ut_test.cpp
96
int32_t VblankCtr::WaitVblank(uint32_t
ms
)
in WaitVblank()
argument
/test/xts/acts/multimedia/av_codec/demuxer/src/
H
A
D
api_test.cpp
655
uint32_t
ms
= 1000;
in HWTEST_F()
local
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H
A
D
mt_utils.cpp
74
static uint32_t GetNumberFromMS(uint32_t
ms
)
in GetNumberFromMS()
argument
84
int BusyRun(uint32_t
ms
)
in BusyRun()
argument
H
A
D
utils.cpp
322
void GetDelayedTime(struct timespec *ts, unsigned int
ms
)
in GetDelayedTime()
argument
337
int
ms
= (ts1.tv_sec - ts2.tv_sec) * nsecPerSec + (ts1.tv_nsec - ts2.tv_nsec);
in GetTimeDiff()
local
/test/xts/hats/hdf/display/composer/moduletest/
H
A
D
hdi_device_test.cpp
409
int32_t VblankCtr::WaitVblank(uint32_t
ms
)
in WaitVblank()
argument
/test/xts/hats/hdf/audio/idl/benchmarktest/render/
H
A
D
audio_render_benchmarktest.cpp
413
uint32_t
ms
= 0;
in BENCHMARK_F()
local
/test/xts/hats/hdf/audio/idl/common/render_additional/src/
H
A
D
AudioRenderCommonTest.cpp
185
uint32_t
ms
= 0;
in HWTEST_F()
local
/test/xts/hats/hdf/audio/idl/common/render/src/
H
A
D
audio_render_common_test.cpp
363
uint32_t
ms
= 0;
in HWTEST_F()
local
374
uint32_t
ms
= 0;
in HWTEST_F()
local
/test/testfwk/arkxtest/uitest/core/
H
A
D
ui_driver.cpp
350
void UiDriver::DelayMs(uint32_t
ms
)
in DelayMs()
argument
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H
A
D
threadsndk1.cpp
581
#define
ms
(1000.0)
macro
H
A
D
threadsndk.cpp
36
#define
ms
(1000.0)
macro
H
A
D
otherstestndk.cpp
1019
unsigned int
ms
= PARAM_100;
in Pthreadcondtimeoutnp()
local
1052
static inline void GetDelayedTimeByClockid(struct timespec *ts, unsigned int
ms
, clockid_t clockid)
in GetDelayedTimeByClockid()
argument
1064
unsigned
ms
= DELAY_TIME_100_MS;
in PthreadLockTimeoutNPNoOut()
local
1091
int
ms
= (ts1.tv_sec - ts2.tv_sec) * nsecPerSec + (ts1.tv_nsec - ts2.tv_nsec);
in GetTimeDiff()
local
[all...]
/test/xts/hats/hdf/display/composer/unittest/
H
A
D
hdi_composer_ut.cpp
233
int32_t VblankCtr::WaitVblank(uint32_t
ms
)
in WaitVblank()
argument
Completed in 24 milliseconds