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:msec
(Results
1 - 25
of
42
) sorted by relevance
1
2
/base/security/device_security_level/baselib/utils/include/
H
A
D
utils_datetime.h
30
uint16_t
msec
;
member
/third_party/pulseaudio/src/tests/
H
A
D
smoother-test.c
46
int
msec
[200];
in START_TEST()
local
[all...]
/test/testfwk/developer_test/examples/sleep/test/performance/common/
H
A
D
spent_time_test.cpp
39
int
msec
= *reinterpret_cast<int*>(pMsec);
in LoopMsleep()
local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H
A
D
23-1.c
55
int
msec
= 0;
in child_func()
local
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H
A
D
toss_animation_controller.cpp
120
double
msec
= static_cast<double>(tv.tv_usec / 1000.0); // usec / 1000 is
msec
in GetCurrentTime()
local
/base/powermgr/powermgr_lite/utils/src/
H
A
D
power_mgr_timer_util.c
42
static void SetTimeSpec(struct timespec *ts, int64_t
msec
)
in SetTimeSpec()
argument
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
H
A
D
record_itf.cpp
40
static SLresult SetDurationLimit(SLRecordItf self, SLmillisecond
msec
)
in SetDurationLimit()
argument
/third_party/ffmpeg/libavformat/
H
A
D
act.c
73
int min,sec,
msec
;
in read_header()
local
/third_party/NuttX/fs/vfs/
H
A
D
fs_select.c
104
int
msec
;
in do_select()
local
/third_party/mesa3d/include/android_stub/log/
H
A
D
log_time.h
145
uint64_t
msec
() const {
in msec()
function
/third_party/skia/src/utils/
H
A
D
SkAnimCodecPlayer.cpp
124
bool SkAnimCodecPlayer::seek(uint32_t
msec
) {
in seek()
argument
/third_party/skia/tools/timer/
H
A
D
TimeUtils.h
17
const double
msec
= nanos * 1e-6;
in NanosToMSec()
local
/base/powermgr/powermgr_lite/utils/include/
H
A
D
power_mgr_time_util.h
59
static inline int64_t MsecToNsec(int64_t
msec
)
in MsecToNsec()
argument
64
static inline int64_t MsecToUsec(int64_t
msec
)
in MsecToUsec()
argument
69
static inline int64_t MsecToSec(int64_t
msec
)
in MsecToSec()
argument
74
static inline int64_t MsecToMin(int64_t
msec
)
in MsecToMin()
argument
79
static inline int64_t MsecToHour(int64_t
msec
)
in MsecToHour()
argument
[all...]
/third_party/libdrm/tests/modetest/
H
A
D
cursor.c
70
uint32_t
msec
;
member
/third_party/musl/libc-test/src/functionalext/common/
H
A
D
pthread_util.h
83
static inline void Msleep(int
msec
)
in Msleep()
argument
/third_party/skia/third_party/externals/oboe/src/opensles/
H
A
D
AudioInputStreamOpenSLES.cpp
340
SLmillisecond
msec
= 0;
in updateServiceFrameCounter()
local
H
A
D
AudioOutputStreamOpenSLES.cpp
436
SLmillisecond
msec
= 0;
in updateServiceFrameCounter()
local
/base/startup/init/services/param/liteos/
H
A
D
param_osadp.c
51
static void SetTimeSpec(struct timespec *ts, int64_t
msec
)
in SetTimeSpec()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H
A
D
toss_animation_controller.cpp
165
double
msec
= static_cast<double>(tv.tv_usec / 1000.0); // usec / 1000 is
msec
in GetCurrentTime()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H
A
D
toss_animation_controller.cpp
169
double
msec
= static_cast<double>(tv.tv_usec / 1000.0); // usec / 1000 is
msec
in GetCurrentTime()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H
A
D
toss_animation_controller.cpp
170
double
msec
= static_cast<double>(tv.tv_usec / 1000.0); // usec / 1000 is
msec
in GetCurrentTime()
local
/test/xts/acts/kernel_lite/utils/
H
A
D
utils.cpp
48
void Msleep(int
msec
)
in Msleep()
argument
53
int KeepRun(int
msec
)
in KeepRun()
argument
/third_party/node/src/
H
A
D
node_util.cc
192
uint32_t
msec
= args[0].As<Uint32>()->Value();
in Sleep()
local
/third_party/lwip/src/core/
H
A
D
lowpower.c
273
u32_t
msec
= TIMEOUT_MAX;
in get_sleep_time()
local
320
u32_t
msec
;
in check_timeout()
local
159
sys_timeout_reg( u32_t
msec
, sys_timeout_handler handler, void *arg, char *name, get_next_timeout next_tick)
sys_timeout_reg()
argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
TimeValue.h
243
uint64_t
msec
() const {
in msec()
function in llvm::sys::TimeValue
324
void
msec
( int64_t milliseconds ) {
in msec()
function in llvm::sys::TimeValue
Completed in 11 milliseconds
1
2