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:times_
(Results
1 - 12
of
12
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H
A
D
rs_interpolator.cpp
147
: RSInterpolator(id),
times_
(times), values_(values)
in RSCustomInterpolator()
166
if (!parcel.WriteFloatVector(
times_
) || !parcel.WriteFloatVector(values_)) {
in Marshalling()
203
times_
.push_back(time);
in Convert()
210
if (
times_
.size() <= 0) {
in InterpolateImpl()
213
if (input <
times_
[0] + EPSILON) {
in InterpolateImpl()
214
return
times_
[0];
in InterpolateImpl()
216
if (input >
times_
[
times_
.size() - 1] - EPSILON) {
in InterpolateImpl()
217
return
times_
[
times_
in InterpolateImpl()
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H
A
D
napi_async_call.h
45
std::atomic_uint64_t
times_
{0};
50
times_
.store(record.
times_
);
in RecordData()
55
times_
.store(record.
times_
);
in operator =()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H
A
D
napi_async_call.cpp
127
record_.total_.
times_
++;
in Call()
156
auto report = (record_.total_.
times_
.load() - record_.completed_.
times_
.load()) / EXCEPT_DELTA;
in Async()
160
record_.total_.
times_
.load(), record_.executed_->
times_
.load(), record_.completed_.
times_
.load(),
in Async()
184
context->executed_->
times_
++;
in OnExecute()
205
record_.completed_.
times_
++;
in OnComplete()
/foundation/window/window_manager/test/systemtest/dms/
H
A
D
display_power_test.cpp
61
static inline uint32_t
times_
= 0;
member in OHOS::Rosen::DisplayPowerTest
91
times_
= 0;
in SetUp()
112
++
times_
;
in CheckDisplayStateCallback()
113
} while (
times_
<= MAX_TIME_WAITING_FOR_CALLBACK);
in CheckDisplayStateCallback()
123
++
times_
;
in CheckDisplayPowerEventCallback()
124
} while (
times_
<= MAX_TIME_WAITING_FOR_CALLBACK);
in CheckDisplayPowerEventCallback()
H
A
D
display_change_test.cpp
77
static inline uint32_t
times_
= 0;
member in OHOS::Rosen::DisplayChangeTest
105
times_
= 0;
in SetUp()
127
WLOGI("CheckDisplayChangeEventCallback: already wait times %{public}d",
times_
);
in CheckDisplayChangeEventCallback()
131
++
times_
;
in CheckDisplayChangeEventCallback()
132
} while (
times_
<= MAX_TIME_WAITING_FOR_CALLBACK);
in CheckDisplayChangeEventCallback()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H
A
D
boot_compile_progress.h
46
int32_t
times_
= 0;
member in OHOS::BootCompileProgress
/foundation/window/window_manager_lite/test/
H
A
D
sample_window.cpp
63
ImageAnimatorCallbackDemo() :
times_
(0) {}
in ImageAnimatorCallbackDemo()
79
if ((
times_
++ % 90) != 0) { // 90: animator callback is performed every 90 ticks
in Callback()
131
int16_t
times_
;
member in OHOS::ImageAnimatorCallbackDemo
/foundation/arkui/ui_lite/test/uitest/test_chart/
H
A
D
ui_test_chart_polyline.cpp
214
explicit ImageAnimatorCallbackDemo(UIChartDataSerial* serial) :
times_
(0), serial_(serial) {}
in ImageAnimatorCallbackDemo()
226
if (
times_
++ != 6) { /* Add 10 points for every 6 ticks */
in Callback()
229
times_
= 0;
in Callback()
262
int16_t
times_
;
member in OHOS::ImageAnimatorCallbackDemo
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H
A
D
rs_interpolator.h
94
std::vector<float>
times_
;
member in OHOS::Rosen::RSCustomInterpolator
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H
A
D
downloader.h
148
mutable size_t
times_
{0};
H
A
D
downloader.cpp
165
while (!isHeaderUpdated &&
times_
< RETRY_TIMES && !isInterruptNeeded_ && !headerInfo_.isClosed) {
in WaitHeaderUpdated()
167
times_
++;
in WaitHeaderUpdated()
170
isHeaderUpdated,
times_
, headerInfo_.isClosed.load());
in WaitHeaderUpdated()
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H
A
D
boot_compile_progress.cpp
229
int32_t freqNum =
times_
++;
in DrawCompileProgress()
Completed in 7 milliseconds