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:AddSample
(Results
1 - 25
of
25
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H
A
D
vsync_sampler_test.cpp
65
* CaseDescription: 1. call
AddSample
69
ASSERT_EQ(VSyncSamplerTest::vsyncSampler->
AddSample
(0), true);
in HWTEST_F()
78
* CaseDescription: 1. call
AddSample
84
ret = VSyncSamplerTest::vsyncSampler->
AddSample
(i);
in HWTEST_F()
101
ret = VSyncSamplerTest::vsyncSampler->
AddSample
(i);
in HWTEST_F()
106
ASSERT_EQ(VSyncSamplerTest::vsyncSampler->
AddSample
(6), true);
in HWTEST_F()
133
ret = VSyncSamplerTest::vsyncSampler->
AddSample
(i);
in HWTEST_F()
149
VSyncSamplerTest::vsyncSampler->
AddSample
(0);
in HWTEST_F()
165
ret = VSyncSamplerTest::vsyncSampler->
AddSample
(i);
in HWTEST_F()
195
ret = VSyncSamplerTest::vsyncSampler->
AddSample
(
in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H
A
D
vsync_sample_test.cpp
59
bool keepSampling = vsyncSampler->
AddSample
(GetHardwareVsyncTimestamp(30));
in HWTEST_F()
80
bool keepSampling = vsyncSampler->
AddSample
(GetHardwareVsyncTimestamp(60));
in HWTEST_F()
101
bool keepSampling = vsyncSampler->
AddSample
(GetHardwareVsyncTimestamp(90));
in HWTEST_F()
122
bool keepSampling = vsyncSampler->
AddSample
(GetHardwareVsyncTimestamp(120));
in HWTEST_F()
H
A
D
vsync_callbackeveryframe_test.cpp
92
vsyncSampler->
AddSample
(timestamp);
in Process1()
H
A
D
vsync_test.cpp
93
vsyncSampler->
AddSample
(timestamp);
in Process1()
H
A
D
vsync_multicallback_test.cpp
104
vsyncSampler->
AddSample
(timestamp);
in Process1()
H
A
D
vsync_setvsyncrate_test.cpp
94
vsyncSampler->
AddSample
(timestamp);
in Process1()
H
A
D
vsync_120to30_test.cpp
135
vsyncSampler->
AddSample
(timestamp);
in Process1()
H
A
D
vsync_ltpo_test.cpp
135
vsyncSampler->
AddSample
(timestamp);
in Process1()
H
A
D
vsync_90to30_test.cpp
135
vsyncSampler->
AddSample
(timestamp);
in Process1()
H
A
D
vsync_90to60_test.cpp
135
vsyncSampler->
AddSample
(timestamp);
in Process1()
H
A
D
vsync_30to120_test.cpp
142
vsyncSampler->
AddSample
(timestamp);
in Process1()
H
A
D
vsync_30to60_test.cpp
142
vsyncSampler->
AddSample
(timestamp);
in Process1()
H
A
D
vsync_30to90_test.cpp
142
vsyncSampler->
AddSample
(timestamp);
in Process1()
H
A
D
vsync_60to120_test.cpp
142
vsyncSampler->
AddSample
(timestamp);
in Process1()
H
A
D
vsync_90to120_test.cpp
142
vsyncSampler->
AddSample
(timestamp);
in Process1()
H
A
D
vsync_60to90_test.cpp
142
vsyncSampler->
AddSample
(timestamp);
in Process1()
H
A
D
vsync_60to30_test.cpp
135
vsyncSampler->
AddSample
(timestamp);
in Process1()
H
A
D
vsync_120to90_test.cpp
135
vsyncSampler->
AddSample
(timestamp);
in Process1()
H
A
D
vsync_120to60_test.cpp
135
vsyncSampler->
AddSample
(timestamp);
in Process1()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H
A
D
vsync_sampler.h
35
virtual bool
AddSample
(int64_t timestamp) = 0;
64
virtual bool
AddSample
(int64_t timestamp) override;
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncsampler_fuzzer/
H
A
D
vsyncsampler_fuzzer.cpp
66
vsyncSampler->
AddSample
(timestamp);
in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H
A
D
hdi_screen.cpp
65
bool enable = sampler->
AddSample
(ns);
in OnVsync()
/foundation/multimodalinput/input/service/event_resample/src/
H
A
D
event_resample.cpp
281
AddSample
(&outputEvent_, &event);
in ConsumeSamples()
293
void EventResample::
AddSample
(MotionEvent* outEvent, const MotionEvent* event)
in AddSample()
function in OHOS::MMI::EventResample
/foundation/multimodalinput/input/service/event_resample/include/
H
A
D
event_resample.h
252
void
AddSample
(MotionEvent* outEvent, const MotionEvent* event);
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H
A
D
vsync_sampler.cpp
133
bool VSyncSampler::
AddSample
(int64_t timeStamp)
in AddSample()
function in OHOS::Rosen::impl::VSyncSampler
Completed in 17 milliseconds