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:repeatTimes
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/image_animator/
H
A
D
image_animator_tdd_test.cpp
316
const uint8_t
repeatTimes
= 3;
in ImageAnimatorTest002()
local
321
EXPECT_EQ(
repeatTimes
, animator->GetRepeatTimes());
in ImageAnimatorTest002()
/foundation/communication/ipc/ipc/test/moduletest/native/common/
H
A
D
ipc_core_module_test.cpp
49
const int
repeatTimes
= 30000;
member in IPCNativeFrameworkTest
290
for (int i = 0; i <
repeatTimes
; i++) {
in HWTEST_F()
549
for (int i = 0; i <
repeatTimes
; i++) {
in HWTEST_F()
577
for (int i = 0; i <
repeatTimes
; i++) {
in HWTEST_F()
623
for (int i = 0; i <
repeatTimes
; i++) {
in HWTEST_F()
654
for (int i = 0; i <
repeatTimes
; i++) {
in HWTEST_F()
669
for (int i = 0; i <
repeatTimes
; i++) {
in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/src/
H
A
D
key_command_handler_util.cpp
344
cJSON *
repeatTimes
= cJSON_GetObjectItemCaseSensitive(jsonData, "times");
in GetRepeatTimes()
local
345
if (!cJSON_IsNumber(
repeatTimes
)) {
in GetRepeatTimes()
346
MMI_HILOGE("
repeatTimes
is not number");
in GetRepeatTimes()
349
if (
repeatTimes
->valueint < 0) {
in GetRepeatTimes()
350
MMI_HILOGE("
repeatTimes
must be number and bigger and equal zero");
in GetRepeatTimes()
353
repeatTimesInt =
repeatTimes
->valueint;
in GetRepeatTimes()
533
MMI_HILOGE("Get
repeatTimes
failed");
in ConvertToKeyRepeat()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hencoder.h
44
int32_t
repeatTimes
= 0; // may change
member
H
A
D
hencoder.cpp
1233
if (repeatMaxCnt_ > 0 && newestBuffer_.
repeatTimes
>= repeatMaxCnt_) {
in RepeatIfNecessary()
1235
generation, newestBuffer_.item->buffer->GetSeqNum(), newestBuffer_.pts, newestBuffer_.
repeatTimes
);
in RepeatIfNecessary()
1246
newestBuffer_.
repeatTimes
++;
in RepeatIfNecessary()
Completed in 6 milliseconds